Kinematic equation without time

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 3K views
Bakatota
Messages
6
Reaction score
0
I understand most of the kinematic equations, but there is just this one equation that omits time from the equation. I always end up with V02+2a(x - x0) = 2V0V + V2

The 2V0V part is what I don't understand how to get rid of. So if you please could you do the equation with steps , I would be very grateful. Thank you.
 
Physics news on Phys.org
t = (V - V0)/a

x - x0 = V0((V-V0)/a) + .5a((V - V0/a)2)

x - x0 = (V0V - V02)/a + (V2 + V02)/2a

2a(x - x0) = 2V0V -2V02 + V2 +V02

V02+2a(x - x0) = 2V0V + V2
 
What do you get if you expand ##(V-V_0)^2##?

Edit: By the way, something seems to be wrong with the brackets in the last term of your second equation. I assumed that was just a typo, but if they look right to you then you need tk think about that too.
 
Last edited:
Oh I see what I did wrong. As you intimated, I did not expand (V - V0)2 correctly. Now I have -2V0V to cancel out.
 
That's right. Algebraic slips can be hard to spot. I sometimes write each term on a separate line when I'm expanding brackets, which makes it easier for me to not get distracted when I'm doing it. Then when I'm collecting terms together I put a little tick above each one as I copy it on to the next line so I don't lose one or double one up by accident. You can also count terms. You know that ##(V-V_0)^2## should give you three terms when expanded - that would have caught this error because your expansion only had two.