A question about equations of motion under constant acceleration

AI Thread Summary
The discussion centers on the use of two equations of motion under constant acceleration: x = (v + v0)/2 * t and x = v0 * t + (1/2) * a * t^2. While the first equation yields a single value for time (t), the second provides two potential values, leading to confusion about their validity. Participants clarify that both equations are valid, but the context determines which solution to accept, particularly regarding the physical feasibility of negative time. Ultimately, the discussion emphasizes that the equations are derived from the same principles, and the difference in the number of solutions arises from the specific variables used in each case. Understanding the context and constraints of the problem is crucial for selecting the appropriate solution.
Adjoint
Messages
120
Reaction score
3
This is a very basic question.
We know for a particle moving under constant acceleration we can use both the equations
x = \frac{v + v_0}{2}t and
x = v_0t + \frac{1}{2}at^2If we want to find t form each of these equations, the first one gives only one value but the second one gives two values of t.
So it seems like if the first equation is used one value of t will be lost.

Now, I can see one of these equation is linear and another one is quadratic; but still, both of those two equations were derived from same principles - how come one turns out to be better than the other?
 
Physics news on Phys.org
Adjoint said:
This is a very basic question.
We know for a particle moving under constant acceleration we can use both the equations
x = \frac{v + v_0}{2}t and
x = v_0t + \frac{1}{2}at^2If we want to find t form each of these equations, the first one gives only one value but the second one gives two values of t.
So it seems like if the first equation is used one value of t will be lost.

Now, I can see one of these equation is linear and another one is quadratic; but still, both of those two equations were derived from same principles - how come one turns out to be better than the other?

No. The two equations are equally good. One of the ##t##'s you get in the second equation should be rejected because it's absurd.

Getting two solutions does not mean that it's true. Can you ever have a negative t?
 
The two equations do not have the same unknowns. The number of solutions consistent with your knowledge of a system will vary depending on what you know about the system.

In particular, knowing the sign of the final velocity will eliminate one of the two solutions to the second equation.
 
Last edited:
adjacent said:
No. The two equations are equally good. One of the ##t##'s you get in the second equation should be rejected because it's absurd.

Getting two solutions does not mean that it's true. Can you ever have a negative t?

Would you like to reconsider your statement? Try this problem.

A ball is thrown vertically upwards with a speed 20ms-1 .What is the time elapsed when the ball is at a height 5m ?

Do you get negative 't' ? Which of the two values of time would you reject ?
 
Last edited:
  • Like
Likes 1 person
Tanya Sharma said:
A ball is thrown vertically upwards with a speed 20ms-1. What is the time elapsed when the ball is at a height 5m ?

By the way, I see no matter which equation I use it gives two results for the above problem! And both values are valid.

jbriggs444 said:
The two equations do not have the same unknowns.

Well now I see, if I try to have same unknowns the two equations become same.

y = \frac{v_0+v}{2}t If I want to eliminate v from here by v = v_0+at then y = \frac{2v_0 + at}{2}t = v_0t + \frac{a}{2}t^2

Thank you all.
 
Last edited:
Tanya Sharma said:
A ball is thrown vertically upwards with a speed 20ms-1 .What is the time elapsed when the ball is at a height 5m ?

Do you get negative 't' ? Which of the two values of time would you reject ?
We can't use the first equation here.
Using the second equation, I get
##t=2-\sqrt{3} \approx 0.28##
##t=2+\sqrt{3} \approx 3.72##

Certainly you will have to reject one t here. The two times I got here are equally correct. It's the time taken when the ball is at 5m above the ground. Obviously, the last 't' is the time taken after the ball got it's peak height and returned to 5m above the ground.
 
Adjoint said:
By the way, I see no matter which equation I use it gives two results for the above problem!
You can't use ##s=\frac{1}{2}(u+v)t## here because you don't know the final velocity ##v##. You only know the initial velocity.
 
adjacent said:
Using the second equation, I get
##t=2-\sqrt{3} \approx 0.28##
##t=2+\sqrt{3} \approx 3.72##

Then why were you suggesting to the OP that one of the values of 't' would be negative and should be rejected ?
 
adjacent said:
We can't use the first equation here.

I don't understand why you said so. The first equation can be used by putting v = 20 - 9.8t

adjacent said:
Certainly you will have to reject one t here.

Why?
 
  • #10
Adjacent's comment is valid only for final positions below the initial position. I.e., throwing a stone from a rooftop and asking when will it hit the ground nets two values for t of which one is negative and needs to be discarded as unphysical.
It's not true in general, as has been already shown.
 
  • Like
Likes 1 person
  • #11
Adjoint said:
I don't understand why you said so. The first equation can be used by putting v = 20 - 9.8t
Yes, you can do it that way but if you do it that way, that equation becomes the second equation. So it's like using the second equation again. The first equation cannot be used directly.


Adjoint said:
Why?
I thought Tanya was asking about the time taken for the ball to reach 5m,while moving upwards.

Oh, I see, Bandersnatch. Thanks for clearing that up. Sorry guys. :shy:
It's been sometime since I last did these kinematics problems
 
  • #12
Adjoint said:
Well now I see, if I try to have same unknowns the two equations become same.

y = \frac{v_0+v}{2}t If I want to eliminate v from here by v = v_0+at then y = \frac{2v_0 + at}{2}t = v_0t + \frac{a}{2}t^2

Thank you all.
hehe, yes exactly. The two equations are the same. So what was your original problem? You seemed to say that y = v_0t + \frac{a}{2}t^2 gave two solutions? OK, so you mean, if you know the value of ##y## and ##v_0## and ##a## then there are two possible values for ##t##? Yes, I agree with this. And for the other form of the equation y = \frac{v_0+v}{2}t you were saying there is only one solution. So you mean if you are told ##v## and ##y## and ##v_0## then there is only one possible value for ##t##? I agree with this too.

The reason you get two solutions for one case, and only one solution for the other case is because you are using different information each time. To make it clear, for the first equation, you are using ##y## and ##v_0## and ##a## to find ##t## But in the second equation, you are using ##y## and ##v_0## and ##at+v_0## to find ##t##. (since ##v=at+v_0## and you have used ##v##). So it is clear that in the second case, you have used more information, to restrict the possibilities for ##t##.
 
Back
Top