2.4.1 Using Calculus in 2D
Vectors in Kinematics with Non-Constant Acceleration
When acceleration is non-constant, we cannot use SUVAT equations. We must use calculus.
Relationships:
dtds=v(velocity)anddtdv=a(acceleration)
s=∫vdt(displacement)andv=∫adt
Problem 1:
Solution:
(a): Velocity of P
Velocity v=dtdr:
v=dtd(3t−4)i+dtd(t3−4t)j=(3)i+(3t2−4)jlet t=3:v=3i+(3(32)−4)j=(3i+23j) m s−1
(b): Acceleration of P
Acceleration a=dtdv:
a=dtd(3)i+dtd(3t2−4)j=(0)i+(6t)j
At t = 3:
a=(0i+18j) m s−2
Problem 2:
Solution:
Velocity v is given by:
v=(t2i+(2t−3)j)
To find acceleration a:
a=dtdv=dtd(t2i+(2t−3)j)=(2t)i+(2)j
At t=4:
a=(2(4))i+(2)j=(8i+2j) m s−2
Using F=ma and mass m= 3×10−3kg:
F=0.003×(8i+2j)=(0.024i+0.006j) N
Problem 3:
Solution:
Part (a): Distance of P from O when t=0
Given:
- v=(3t2+2t)i+(3t2−4t)j
To find the position vector s,:highlight[integrate]v with respect to t:
s=∫vdt=(3t3+t2+22t2)i+(3t3−2t2)j+C
When t=2,s=9jm:
(0,9)=(323+22+2(22))i+(323−2(22))j+C
C=(−12,5)
Thus, the position vector s is:
s=(3t3+t2+2t2−12)i+(3t3−2t2+5)j
At t=0,s=(−12,5).
Distance from O:
∣s∣=(−12)2+52=144+25=:success[13 m]
Part (b): Acceleration of P at the instant when it is moving parallel to the vector i
Parallel to i means v has the form k(1,0), i.e., the j−component of v is 0.
Given v=(3t2+2t)i+(3t2−4t)j:
Set the j−component to 0:
3t2−4t=0⇒t(3t−4)=0⇒t=0 or t=34
To find acceleration, differentiate v with respect to t:
a=dtdv=dtd(3t2+2t)i+dtd(3t2−4t)j=(6t+2)i+(6t−4)j
Substitute t=34 to find a at that instant:
a=(6(34)+2)i+(6(34)−4)j=(8+2)i+(8−4)j=:success[(10,4) ms−2]