Finding acceleration of a particle

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
Amel
Messages
43
Reaction score
0

Homework Statement



The location of a particle (in m) is given by its x, y and z coordinates as function of the time (in s) as:

x = -33+29t and y = -11-27t+7t2 and z = 95-9t-5t2

What the magnitude of the object's acceleration at t = -10.00s?

The Attempt at a Solution



Ok so I am not sure how to do this. my friend was telling me you take the derivative of the three components but we haven't learned how to do that in calc yet. So I am not sure how to do it.

If I remember he was telling me you take the exponents and multiply it by the coeficent so fo x you get 0 + 29 and do that until all the Ts are gone and then take the square root of it.

Which doesent really make sense and I got the wrong answer when I did that.

How do I solve this problem.
 
Physics news on Phys.org
[tex]\stackrel{d}{dt}t^{n}=nt^{n-1}[/tex]

This is the general formula to calculate the derivative of your functions.

Keep in mind that a derivative is a rate of change. The rate of change of your position function is velocity, and the velocity rate of change is acceleration.
 
Last edited:
Yes. Acceleration is the 2nd derivative of the displacement function (location).

Fortunately, yours is a simple one. You will need to know two rules;

1) The derivative of a constant (a number) is zero

Example: [itex]\frac{d}{dt}[10]=0[/itex]. Said, "The derivative of '10' with respect to the variable t is zero.

2) Derivatives of functions of the form tn=n*tn-1

Example: [itex]\frac{d}{dt}[3t^6]=6*3*t^{6-1}=18t^5[/itex]

So, do this to each of the 3 functions above once and the result will be the particle's velocity. Then do it again to all 3 velocity functions and the result will be the particle's acceleration as a function of t.
 
then you can get the object's acceleration from:

a=√[(ax)2+(ay)2+(az)2]


ps. I don’t think t is minus, is it?!