Prove there exists no combination of speed and angles

Click For Summary

Homework Help Overview

The problem involves two projectiles launched simultaneously from the same point with different speeds and angles, requiring a demonstration that no combination of these parameters allows them to land at the same point simultaneously.

Discussion Character

  • Exploratory, Assumption checking, Conceptual clarification

Approaches and Questions Raised

  • Participants discuss the implications of different launch angles and speeds on the time of flight and range of the projectiles. There are inquiries about the relevance of vertical velocity and the relationship between horizontal and vertical components of motion. Some suggest using equations of time and range to explore contradictions.

Discussion Status

The discussion is ongoing, with various participants offering different perspectives on how to approach the problem. Some have proposed specific equations and methods for analysis, while others are questioning assumptions and seeking clarification on the reasoning behind the proposed approaches.

Contextual Notes

Participants note the need to consider both horizontal and vertical components of motion, as well as the implications of launching projectiles from the same point. There is mention of potential contradictions arising from the assumption that both projectiles can land simultaneously.

negation
Messages
817
Reaction score
0

Homework Statement



Two projectiles are launched simultaneously from the same point, with different launch speeds and angles. Show that no combination of speeds and angles will permit them to land simultaneously and at the same point.


The Attempt at a Solution




I have a rough idea. In short, it can be inferred that both projectiles will not land on the same point at the same time.
If my inference is flawed, how should I go about?
 
Physics news on Phys.org
negation said:

Homework Statement



Two projectiles are launched simultaneously from the same point, with different launch speeds and angles. Show that no combination of speeds and angles will permit them to land simultaneously and at the same point.


The Attempt at a Solution




I have a rough idea. In short, it can be inferred that both projectiles will not land on the same point at the same time.
If my inference is flawed, how should I go about?

What is your "rough idea" anyway? Just saying what you want to prove is true doesn't cut it.
 
Dick said:
What is your "rough idea" anyway? Just saying what you want to prove is true doesn't cut it.

In case of two projectile, I'll stipulate a constant range, x. Then determine the time taken for the projectile to land at that point. This is my inference.
 
Ha, now you're in the sights of a heavyweight. I do agree with him, though. Also agree with your plan of approach. Wouldn't call it inference.
 
negation said:
In case of two projectile, I'll stipulate a constant range, x. Then determine the time taken for the projectile to land at that point. This is my inference.

You really have to say something more specific than that. How do you determine the time? Say something about how the horizontal and vertical distances vary with time.
 
Dick said:
You really have to say something more specific than that. How do you determine the time? Say something about how the horizontal and vertical distances vary with time.

Suppose projectile 1 has a launch angle of Θ + a with an initial velocity of vi + γ
and
projectile 2 has a launch angle of Θ and initial velocity of vi.

The stipulated range is a constant, x.

To determine the time, taken for projectile 1 to land at x:

t = x/ (vi + γ) cos (Θ+a)

To determine the time, taken for projectile 2 to land at x:

t = x/vi cos Θ
 
negation said:
Suppose projectile 1 has a launch angle of Θ + a with an initial velocity of vi + γ
and
projectile 2 has a launch angle of Θ and initial velocity of vi.

The stipulated range is a constant, x.

To determine the time, taken for projectile 1 to land at x:

t = x/ (vi + γ) cos (Θ+a)

To determine the time, taken for projectile 2 to land at x:

t = x/vi cos Θ

Two projectiles launched with different speeds and different angles could have the same horizontal component of velocity. Then what?
 
Dick said:
Two projectiles launched with different speeds and different angles could have the same horizontal component of velocity. Then what?

I would suppose the vertical velocity is irrelevant in this question? Since the time taken for a projectile to achieve a displacement x can be determined by the horizontal velocity?
 
negation said:
I would suppose the vertical velocity is irrelevant in this question? Since the time taken for a projectile to achieve a displacement x can be determined by the horizontal velocity?

It's very relevant. The projectiles could be at the same horizontal distance at the same time. Why don't you write out expressions for x(t) and y(t) in terms of the horizontal and vertical components of velocity?
 
  • #10
I advice you to first try making equation of time and range of the projectiles.Then try to solve them and later compare them to given data.
 
  • #11
Dick said:
It's very relevant. The projectiles could be at the same horizontal distance at the same time. Why don't you write out expressions for x(t) and y(t) in terms of the horizontal and vertical components of velocity?

I could but it's in my head already.

But here:

t_full trajectory = 2vyi/g = 2vi sin Θ/g

x(t) = vi cos Θ . t

y(t) = y(0) + vi sin Θ. t - 0.5gt^2
 
  • #12
Another way,
assume that they can reach the spot simultaneously.Then make equations of time and range.Solve them.You will get a contradictory result with the given data.
 
  • #13
nil1996 said:
Another way,
assume that they can reach the spot simultaneously.Then make equations of time and range.Solve them.You will get a contradictory result with the given data.

So the method is to use proof by reductio ad absurdum?
 
  • #14
negation said:
So the method is to use proof by reductio ad absurdum?

yes.We also call it Indirect Proof or Proof by contradiction
 
  • #15
nil1996 said:
Another way,
assume that they can reach the spot simultaneously.Then make equations of time and range.Solve them.You will get a contradictory result with the given data.

Well, I did something like a above.

Projectile 1 has an initial velocity of vi and launch angle of Θ
[itex]Range, x = vi cos Θ . t[/itex]
tprojectile 1 = [itex]x/vi cos Θ[/itex]

Projectile 2 has an initial velocity of [itex]vi + \gamma[/itex] and launch angle of
[itex]Θ + \alpha[/itex]

tprojectile 2 = [itex]x/ (vi +\gamma) cos (Θ+\alpha)[/itex]

If projectile 1 and projectile 2 takes the same time to cover range, x,
then tprojectile 1 = tprojectile 2

But tprojectile 1 =/ tprojectile 2

So, tprojectile 1 = tprojectile 2 is false.

Would this argument be a sufficient condition for the proof?
 
Last edited:
  • #16
We don't give Indirect proof like this!
you should make equations.Try mixing them and arrive at a conclusion which is contradictory with the given data.
 
  • Like
Likes   Reactions: 1 person
  • #17
Agree with nil. From your t1 and t2 you haven't proven that they can't be equal. How can you be so sure there is no combination of alpha and gamma that makes t1=t2 ? Convince us!
 
  • #18
I think it's bit easier if you forget about angles for the moment. So for one projectile $$x_1(t)=v_{x1}t$$ $$y_1(t)=v_{y1}t-(1/2)gt^2$$ and for the other projectile $$x_2(t)=v_{x2}t$$ $$y_2(t)=v_{y2}t-(1/2)gt^2$$
 
  • Like
Likes   Reactions: 1 person
  • #19
Dick said:
I think it's bit easier if you forget about angles for the moment. So for one projectile $$x_1(t)=v_{x1}t$$ $$y_1(t)=v_{y1}t-(1/2)gt^2$$ and for the other projectile $$x_2(t)=v_{x2}t$$ $$y_2(t)=v_{y2}t-(1/2)gt^2$$


I haven't forgotten about this problem. Just home from work and will be focusing on the other question first. I will give this problem further analysis tomorrow.
 
  • #20
negation said:
I haven't forgotten about this problem. Just home from work and will be focusing on the other question first. I will give this problem further analysis tomorrow.

No rush. It's actually pretty easy if you think of it that way.
 
  • #21
Dick said:
I think it's bit easier if you forget about angles for the moment. So for one projectile $$x_1(t)=v_{x1}t$$ $$y_1(t)=v_{y1}t-(1/2)gt^2$$ and for the other projectile $$x_2(t)=v_{x2}t$$ $$y_2(t)=v_{y2}t-(1/2)gt^2$$


Alright, so x(t) and y(t) are displacement as a function of time. Where do I take it from here? It's quite a stumbling block.

If the times are different for both particles, both particles would have different displacement given the same initial velocity.
 
  • #22
Two projectiles are launched simultaneously from the same point, with different launch speeds and angles. Show that no combination of speeds and angles will permit them to land simultaneously and at the same point.

The times are the same (the projectiles launch and land simultaneously ), starting from the same point and launch at the same point, so both x and y are the same. What do these condition mean for the initial vertical and horizontal velocity components?


ehild
 
  • #23
negation said:
Alright, so x(t) and y(t) are displacement as a function of time. Where do I take it from here? It's quite a stumbling block.
You don't care whether the trajectories the projectiles follow in the air differ. You only care whether these trajectories result in the projectiles hitting the ground at the same time and at the same point. This should tell you where to take those descriptions of the trajectories: Take them to the point in time and space where the projectiles hit the ground. You'll get a time of flight and displacement for one projectile, another time of flight and displacement for the other projectile. If the time of flight and displacement for the two projectiles are the same, what does this mean with regard to the initial velocity vector?
 
  • Like
Likes   Reactions: 1 person
  • #24
ehild said:
The times are the same (the projectiles launch and land simultaneously ), starting from the same point and launch at the same point, so both x and y are the same. What do these condition mean for the initial vertical and horizontal velocity components?


ehild


If the time and position of launch are the same, and only the velocity varies, then, the only difference is the final displacement of the projectile from their origin.
 
  • #25
D H said:
You don't care whether the trajectories the projectiles follow in the air differ. You only care whether these trajectories result in the projectiles hitting the ground at the same time and at the same point. This should tell you where to take those descriptions of the trajectories: Take them to the point in time and space where the projectiles hit the ground. You'll get a time of flight and displacement for one projectile, another time of flight and displacement for the other projectile. If the time of flight and displacement for the two projectiles are the same, what does this mean with regard to the initial velocity vector?

Then their initial velocity vector are equivalent.
 
  • #26
negation said:
Alright, so x(t) and y(t) are displacement as a function of time. Where do I take it from here? It's quite a stumbling block.

If the times are different for both particles, both particles would have different displacement given the same initial velocity.

Suppose T is the nonzero time when the two projectile arrive at the same point. That means ##x_1(T)=x_2(T)## and ##y_1(T)=y_2(T)##. What does ##x_1(T)=x_2(T)## tell you about the relation between ##v_{x1}## and ##v_{x2}##?
 
  • #27
negation said:
Then their initial velocity vector are equivalent.
You can't just say this. You need to prove it. That is the point of this exercise.
 
  • #28
Dick said:
Suppose T is the nonzero time when the two projectile arrive at the same point. That means ##x_1(T)=x_2(T)## and ##y_1(T)=y_2(T)##. What does ##x_1(T)=x_2(T)## tell you about the relation between ##v_{x1}## and ##v_{x2}##?

Well, both displacement x and y are a function of time and their initial velocity.
If ##x_1(T)=x_2(T)## and ##y_1(T)=y_2(T)##, then using backward deduction, it must be the case that either time, t, or initial velocity, vi, for both projectiles are equivalent. But if we assume time, t, for both projectile to be the same and achieving the same displacement, then their initial velocity must be the same.

But how do I demonstrate the proof?
 
Last edited:
  • #29
negation said:
Well, both displacement x and y are a function of time and their initial velocity.
If ##x_1(T)=x_2(T)## and ##y_1(T)=y_2(T)##, then using backward deduction, it must be the case that either time, t, or initial velocity, vi, for both projectiles are equivalent. But if we assume time, t, for both projectile to be the same and achieving the same displacement, then their initial velocity must be the same.

But how do I demonstrate the proof?
With algebra, not logic. This is not a logic problem.

Try answering Dick's question. He didn't ask about y (yet). He asked about x only: What does ##x_1(T)=x_2(T)## tell you about the relation between ##v_{x1}## and ##v_{x2}##?

Dick practically gave you the answer to this question in post #18. You know ##x_1(t)## and ##x_2(t)## from that post. So equate them at time t=T. What does that tell you about ##v_{x1}## and ##v_{x2}##?
 
  • Like
Likes   Reactions: 1 person
  • #30
D H said:
With algebra, not logic. This is not a logic problem.

Try answering Dick's question. He didn't ask about y (yet). He asked about x only: What does ##x_1(T)=x_2(T)## tell you about the relation between ##v_{x1}## and ##v_{x2}##?

Dick practically gave you the answer to this question in post #18. You know ##x_1(t)## and ##x_2(t)## from that post. So equate them at time t=T. What does that tell you about ##v_{x1}## and ##v_{x2}##?

x1 = vi1.t
x1 = vi1 . t
t = x/vi1
x1(t = x/vi1) = vi1(x/vi1)
x1 = (vi1.x)/vi1

if x1 = x2
then
(vi1.x)/vi1 = x2
(vi1.x)/vi1 = vi2.t
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
2
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
Replies
2
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
Replies
27
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
Replies
8
Views
2K
Replies
24
Views
2K