Deriving constant acceleration equations

Opus_723
Messages
175
Reaction score
3
Tired and not understanding Calculus.

So, velocity equals dx/dt
and acceleration is dv/dt

But to derive the constant acceleration equations, my professor took the integral of vdt = dx, which we got from v = dx/dt.

I follow all of the math that comes after that, but I don't understand why this integral produces equations for constant acceleration. Why are we taking the integral of velocity if acceleration is the derivative of velocity, and why does this only work for constant acceleration?

Thanks.
 
Physics news on Phys.org
While I'm not quite sure of the desired equations, what you could be aiming at is like the following:
Let a = dv/dt be the constant acceleration.
Then integral( a dt) = integral( dv ) for suitable integral limits.
Since a is constant it slips through the integral and
a integral( dt ) = integral( dv )
For an initial value problem which specifies the velocity, v_0 at time t_0, one can solve this as
a (t - t_0) = v - v_0 => v = v_0 + a(t - t_0). Now suppose you'd like to get x into the act,
v = dx/dt
So,
dx/dt = v_0 + a(t - t_0)
Taking integrals with suitable limits,
integral( dx ) = integral( v_0 dt ) + a ( integral( t dt ) - t_0 integral( dt ) )
Taking x = x_0 at t = t_0
x - x_0 = v_0 (t - t_0) + a[ (t^2/2 - t_0^2/2) - t_0 (t - t_0) ]
=> x - x_0 = (t - t_0)[v_0 + a (t - t_0)/2]
And I hope I haven't messed up the algebra.

Is this the kind of thing you were looking for?
 
Opus_723 said:
Tired and not understanding Calculus.

So, velocity equals dx/dt
and acceleration is dv/dt

But to derive the constant acceleration equations, my professor took the integral of vdt = dx, which we got from v = dx/dt.

I follow all of the math that comes after that, but I don't understand why this integral produces equations for constant acceleration. Why are we taking the integral of velocity if acceleration is the derivative of velocity, and why does this only work for constant acceleration?

Thanks.
Just v= dx/dt can't "produce equations for constant acceleration" because that equation alone says nothing about constant acceleration. You can start from "acceleration= dv/dt" and write dv= adt where a is that constant acceleration. Since a is constant that's easy to integrate and gives v= at+ v_0. NOW we can use v= dx/dt to write dx/dt= at+ v_0 so that dx= (at+v_0)dt and integrate both sides of that to get x= (a/2)t^2+ v_0t+ x_0. Is that what your professor did?
 
Yes, sorry, I should have been more clear. My professor substituted v0+at for v to get (v0+at)dt = dx.

So, I see that any integration that results from this would have a as a constant, simply because a must be a constant in order to get through the integration. But I don't understand why we integrate this to get a kinematic equation. Simplified, this is basically v = dx/dt. Why do we integrate this to get kinematic equations? I don't understand the first logical leap here.
 
a(t) = a = \textrm{const.}

By definition:

v(t) = \int a(t)\,dt

= a \int dt = at + C_1

To solve for C1, consider t = 0:

v(0) = v_0 = a*0 + C_1

Hence C1 = v(0) and therefore:

v(t) = v_0 + at

Now, by definition

x(t) = \int v(t)\,dt

= \int (v_0 + at)dt

= v_0t + \frac{1}{2}at^2 + C_2

Consider t = 0:

x(0) = x_0 = C_2

Therefore:

x(t) = x_0 + v_0t + \frac{1}{2}at^2

Now, can you explain clearly what specifically about this derivation you don't understand?
 
Opus_723 said:
Yes, sorry, I should have been more clear. My professor substituted v0+at for v to get (v0+at)dt = dx.

So, I see that any integration that results from this would have a as a constant, simply because a must be a constant in order to get through the integration. But I don't understand why we integrate this to get a kinematic equation. Simplified, this is basically v = dx/dt. Why do we integrate this to get kinematic equations? I don't understand the first logical leap here.

A kinematic equation describes position in terms of elapsed time. The integral gives you the position,x, in terms of elapsed time,t.
 
cepheid said:
Now, can you explain clearly what specifically about this derivation you don't understand?

Noting. That was perfect, thank you. I don't know why, but I was just totally spacing out and needed it laid out in front of me. I think you made it clearer what was going on than my professor did. He wrote it out different at the start, but now I see it means the same thing, only this was more intuitive for me. Thanks a lot.
 
Last edited:
Back
Top