PDA

View Full Version : Instantaneous velocity and acceleration


sb_4000
Oct7-04, 11:42 AM
Hi,
This is probably an easy question for some of you, but I do not Undrestand it..

x=At^4 + (Bt + C)t^2 + D * sin(Et) where A, B, C, D, and E are constants. and I have to find instantaneous acceleration and velocity.

I know Instantaneous velocity is
v_x = dx/dt

Instantaneous acceleration dv_x/dt

But I do not know how to solve this equation..

arildno
Oct7-04, 12:17 PM
You're absolutely correct in which formulas you are to use!
Now, let's find the velocity first:
You've been given x(t), could you state precisely why you find differentiating x(t) looks hard? (Refer to specific terms you find troublesome)

sb_4000
Oct7-04, 12:23 PM
do I just fond the derivative,
for example

4At^3+3Bt^2+2Ct+Dcos(Et), something like this, cause Im not sure how it should look.

arildno
Oct7-04, 12:35 PM
A bit too fast, there!
Let's take it slower:
1) You know that if h(t)=f(t)+g(t), then we have:
\frac{dh}{dt}=\frac{df}{dt}+\frac{dg}{dt}
that is, the derivative of a sum is the sum of the derivatives, right?
Let's use that to split up our task:
x(t)=At^{4}+Bt^{3}+Ct^{2}+D\sin(Et)
Hence, we have:
\frac{dx}{dt}=\frac{dF}{dt}+\frac{dG}{dt}+\frac{dH }{dt}+\frac{dI}{dt}
where I've introduced:
F(t)=At^{4},G(t)=Bt^{3},H(t)=Ct^{2},I(t)=D\sin(Et)
Now, as you can see, you have computed correctly the following terms:
\frac{dF}{dt},\frac{dG}{dt},\frac{dH}{dt}
But what about \frac{dI}{dt}?

sb_4000
Oct7-04, 12:51 PM
would it be sin(Et) only..

arildno
Oct7-04, 12:55 PM
Hint:
Have you learnt the CHAIN RULE yet?

sb_4000
Oct7-04, 01:06 PM
yeah I did in Cal1, but havent touched it in a while

sb_4000
Oct7-04, 01:07 PM
Sin(Et)+Dcos(Et)? something like this, Ill go back and read my Calculus book.

arildno
Oct7-04, 01:08 PM
OK, that's the rule you need to use, in order to differentiate Dsin(Et) correctly.
So, how would you proceed to do that?

arildno
Oct7-04, 01:09 PM
Your posts 8+5 have wrong suggestions.

sb_4000
Oct7-04, 01:16 PM
if I replace D, E with X, can I do that?

then I would get

xsin(xt)=sin(Xt)cos(Xt)?

sb_4000
Oct7-04, 01:25 PM
would the instantaneous velocity and acceleration be different in this question.

arildno
Oct7-04, 01:39 PM
NO!
It seems to me you find the chain rule kind of hard to understand;
that's fairly common, though. It IS rather difficult.
Let's suppose you've got two functions, f(t) and g(t).
You can now make yourself a new function, h(t), by substituting g(t) into all instances of "t" in f.
That is, we write:
h(t)=f(g(t))
Now, the chain rule says:
h'(t)=f'(g(t))g'(t).
Let's be absolutely clear about what this MEANS, in terms of how to compute the derivative of h(t) (that is, h'(t)) correctly:
1. Differentiate f(t) as usual, that is find \frac{df}{dt}
2. Substitute into all instances of "t" in your expression for \frac{df}{dt} g(t)
3. The expression you've now found, is f'(g(t)), that is, one of the factors in h'(t).
4. Differentiate g(t) as usual, that is, find \frac{dg}{dt} (or, which is the same, g'(t))
5. Finally, multiply together f'(g(t)) (found in 2&3) and g'(t).
You have now found h'(t)=f'(g(t))g'(t)

To your problem:
In order to use the chain rule, you must first find good choices for f(t) and g(t)!
We have: I(t)=D\sin(Et)
A good choice of f(t) is:
f(t)=D\sin(t)
(The reason why this is a GOOD choice, is that we know how to differentiate sine!)
We therefore set:
g(t)=Et
We do this, because we now see that we may write:
I(t)=f(g(t))
Agreed?
Hence, let's calculate \frac{dI}{dt} according to the scheme above!
1. \frac{df}{dt}=D\cos(t)
Agreed?
2&3. f'(g(t))=D\cos(Et)
4. \frac{dg}{dt}=E
5. f'(g(t))g'(t)=DE\cos(Et)
Hence, we have:
\frac{dI}{dt}=DE\cos(Et)

arildno
Oct7-04, 01:44 PM
OOPS!
Dreadfully sorry, wrote "cosine" at some places where I meant "sine".
This is now edited.

sb_4000
Oct7-04, 01:50 PM
If is the answer for the instantaneous velocity, what is the difference between that and instantaneous acceleration.

arildno
Oct7-04, 01:52 PM
In order to find the acceleration, you must differentiate your new-found expression for the velocity.

sb_4000
Oct7-04, 02:08 PM
This is what I get,

12At^2 + 6Bt + 2C - DEsin(Et)

is this correct?

arildno
Oct7-04, 02:10 PM
Again, you're right about the 3 first terms; you haven't done the last term correctly, though (it's that damn chain rule again..:wink:)

sb_4000
Oct7-04, 02:15 PM
-DE^2sin(Et)?

arildno
Oct7-04, 02:18 PM
Precisely!

sb_4000
Oct7-04, 02:19 PM
Thanks alot, I appreciate the help.

arildno
Oct7-04, 02:23 PM
You're welcome!
I'd recommend you "slavishly" follow the scheme in order to use the chain rule correctly.
It IS rather difficult, but you need to get the rule "into your fingers", so to speak.