Projectile Motion: two positive times?

Click For Summary

Discussion Overview

The discussion centers around the question of whether it is possible to have two positive time solutions in projectile motion problems. Participants explore the implications of initial and final positions on the time of flight, examining the conditions under which different time solutions arise.

Discussion Character

  • Debate/contested
  • Mathematical reasoning
  • Technical explanation

Main Points Raised

  • One participant asserts that for two time solutions to be positive, the initial and final positions must satisfy certain conditions, leading to a contradiction if both are positive.
  • Another participant questions this conclusion, suggesting that it is possible to have two positive time solutions in scenarios such as a ball thrown upward reaching a specific height at two different times.
  • Some participants discuss the quadratic formula for projectile motion and the implications of the discriminant on the existence of real solutions.
  • There is a mention of a potential sign error in the application of the quadratic formula, which may affect the conclusions drawn about the time solutions.
  • A later reply introduces the idea that launching two projectiles at different angles can yield two distinct positive times for hitting the same target.

Areas of Agreement / Disagreement

Participants express differing views on the possibility of having two positive time solutions in projectile motion. Some maintain that it is not possible under certain conditions, while others argue that it can occur, indicating an unresolved debate.

Contextual Notes

Participants highlight the importance of correctly applying the quadratic formula and the implications of the sign of Δy in determining the nature of the time solutions. There is also a discussion about the validity of squaring both sides of inequalities in the context of the problem.

Living_Dog
Messages
98
Reaction score
0
I explained to my class that in projectile motion one always chooses the positive time answer with the negative time answer being dropped. Then a student asked if two positive time answers were possible. I just looked at it assuming that t+/- are both positive and got the result that for t+ to be positive, then

yf > yi.​

But for t- to be positive (for the same problem)

yi > yf.​

I believe this is a contradiction and so the answer to the student's question is 'no' - two positive time answers, in the same problem, are not possible. I need confirmation of this before I give the answer to the class.

Thanks in advance for any help you may give me.

-joe
 
Physics news on Phys.org
I don't understand the context. Why can't you have a projectile motion question with two answers, both at positive times? Throw a ball in the air. At what time(s) will it be 10 ft above the ground?
 
If the initial and final positions are fixed, then solving for the time of flight should yield only one positive time.

yf = yi + voy*t - 4.9*t2

The solution of this is the quadratic formula:

t = \frac{-v_{oy} \pm \sqrt{v_{oy}^{2} + 19.6*\Delta y}}{-g}​

There are two answers: t+ and t-.

For both to be positive, one sets up the inequality for each and deduces the result above, namely:

For t+ > 0 this implies Dy > 0; and
for t- > 0 this implies Dy < 0.

Thus the contradiction.
 
I don't understand how you are drawing this conclusion. If Yf > Yi, then both times will be positive if Vo is positive; If Yf < Yi, then one of the times will be negative.
 
Using the quadratic solution for the time (link is to the above formula):

https://www.physicsforums.com/latex_images/28/2874555-0.png

I set t+ > 0 and t_ > 0 and look for the necessary condition to ensure this.

For t+ > 0, yf > yi, and

for t_ > 0, yi > yf.


But this was my original question, was my deduction correct?
 
Last edited by a moderator:
Living_Dog said:
I set t+ > 0 and t_ > 0 and look for the necessary condition to ensure this.

For t+ > 0, yf > yi, and

for t_ > 0, yi > yf.


But this was my original question, was my deduction correct?
How can your deduction be correct? You claim that you cannot have a case where you have two positive time solutions and I gave a trivial example that shows you can! Here's one with numbers: Throw a ball upward with initial velocity = +10 m/s. At what time(s) will it be 5 m above the starting position?

Show the details of how you made your deductions--I suspect either a mathematical error or that I am misinterpreting the problem you are trying to solve.
 
Doc Al said:
...
Show the details of how you made your deductions--I suspect either a mathematical error or that I am misinterpreting the problem you are trying to solve.

Ok, here goes...


t_{+} = \frac{v_{oy}}{g} + \frac{\sqrt{v_{oy}^2 + 19.6\Delta y}}{g} &gt; 0

Canceling the common denominator, g, and bringing the voy term to the other side then I get:


\sqrt{v_{oy}^2 + 19.6\Delta y} &gt; -v_{oy}

Squaring both sides I get:


v_{oy}^2 + 19.6\Delta y &gt; v_{oy}^2

Now the initial y-velocity component can be canceled, which yields:


19.6\Delta y &gt; 0

Dividing out the constant factor of 19.6,


\Delta y &gt; 0

which yields the result for t+, namely:

yf > yi.

--

For t- the result is:


t_{-} = \frac{v_{oy}}{g} - \frac{\sqrt{v_{oy}^2 + 19.6\Delta y}}{g} &gt; 0

Canceling the common denominator, g, and bringing the square-root to the other side then I get:


v_{oy} &gt; - \sqrt{v_{oy}^2 + 19.6\Delta y}

Squaring both sides, and canceling the voy term leaves:


0 &gt; 19.6\Delta y

Dividing out the constant factor of 19.6,


0 &gt; \Delta y

which yields the result for t-, namely:

yi > yf.

--

I see something now I didn't see before - that in one attempt I moved the voy term, and in the other I moved the square-root term. Thus I obtained two different results. However, this isn't wrong, and your previous, intuitive, answer is correct.

So what's going on here?

Thanks for your help Doc Al.



-joe
 
Living_Dog said:
If the initial and final positions are fixed, then solving for the time of flight should yield only one positive time.

yf = yi + voy*t - 4.9*t2

The solution of this is the quadratic formula:

t = \frac{-v_{oy} \pm \sqrt{v_{oy}^{2} + 19.6*\Delta y}}{-g}​
I see the problem. You made a sign error with respect to Δy:

This:
yf = yi + voy*t - 4.9*t2

becomes:
0 = -Δy + voy*t - 4.9*t2

Now apply the quadratic formula.
 
Doc Al said:
I see the problem. You made a sign error with respect to Δy:

This:
yf = yi + voy*t - 4.9*t2

becomes:
0 = -Δy + voy*t - 4.9*t2

Now apply the quadratic formula.

That minus sign is common to both t+ and t-. The only thing that changes is that the results are switched. Thanks for that. But I still think that something is weird about the "square both sides of the inequality" step.

Thanks for all your help.


-joe
 
  • #10
Living_Dog said:
I explained to my class that in projectile motion one always chooses the positive time answer with the negative time answer being dropped. Then a student asked if two positive time answers were possible. I just looked at it assuming that t+/- are both positive and got the result that for t+ to be positive, then [...]

It's definitely possible to have two positive times- for example, launch two projectiles at two angles, each equidistant from 45 degrees. Both projectiles will hit the target, but take 2 different paths (and 2 different times).

Does that help?
 
  • #11
Living_Dog said:
That minus sign is common to both t+ and t-. The only thing that changes is that the results are switched. Thanks for that. But I still think that something is weird about the "square both sides of the inequality" step.

Thanks for all your help.


-joe
Good point. Putting the sign of Δy aside for the moment: Yes, the problem is where you square both sides. Not valid!

Example:

2 > -3

Square both sides:

4 > 9


Sorry about not spotting that earlier! :rolleyes:

Starting with this:
Living_Dog said:

\sqrt{v_{oy}^2 + 19.6\Delta y} &gt; -v_{oy}
Clearly the inequality will be satisfied for any value of Δy that keeps the discriminant positive. (If it's not positive, there's no real solution.)
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 18 ·
Replies
18
Views
3K
  • · Replies 25 ·
Replies
25
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 62 ·
3
Replies
62
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
40
Views
3K