An object's velocity is given by v(t)=(2t22t+1,sint). What is the object's rate and direction of acceleration at t=3?

1 Answer
Jul 17, 2017

a=10.0 LT2

θ=5.65o

Explanation:

We're asked to find the the magnitude (rate) and direction of an object's acceleration at a given time, given its velocity equation.

To do this, we need too differentiate the velocity component equations, which are given as

vx(t)=2t22t+1

vy(t)=sin(t)

Finding the derivatives:

ax(t)=ddx[2t22t+1]=4t2

ay(t)=ddx[sint]=cost (I'll assume this is in radians**)

Plugging in t=3 (no units), we have

ax=4(3)2=10 LT2

ay=cos(3)=0.990 LT2

(The LT2 term is the dimensional form of the units for acceleration (distance×time2). I used this term here since no units were given.)

The magnitude of the acceleration is thus

a=(ax)2+(ay)2=102+(0.990)2=10.0 LT2

And the direction is

θ=arctan(ayax)=arctan(0.99010)=5.65o

Always make sure your arctangent calculation is in the right direction; it could be 180o off!