Prove there exists no combination of speed and angles

AI Thread Summary
Two projectiles launched simultaneously from the same point with different speeds and angles cannot land simultaneously at the same point. The discussion emphasizes that the time of flight and horizontal displacement for both projectiles must be equal for them to land together. Various equations are proposed to analyze the relationship between their initial velocities and launch angles. The participants suggest using proof by contradiction to demonstrate that no combination of speeds and angles allows for simultaneous landing. Ultimately, the conclusion is that if both projectiles achieve the same displacement, their initial velocities must be equivalent, which contradicts the premise of differing speeds.
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 Θ
Range, x = vi cos Θ . t
tprojectile 1 = x/vi cos Θ

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

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

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 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 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 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 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
 
  • #31
No! You are making this far too hard. This part is very simple!

You are given ##x_1(t)=v_{x1}t## and ##x_2(t)=v_{x2}t## and you are given that ##x_1(T)=x_2(T)## for some time ##T##. Substitute ##x_1(T)## with ##v_{x1}T## and do the same with ##x_2(T)## (but now use the expression for ##x_2##). The time ##T## presumably isn't zero (justify this!), so you can divide both sides of the equality by this quantity. What does that leave you with?
 
  • #32
D H said:
No! You are making this far too hard. This part is very simple!

You are given ##x_1(t)=v_{x1}t## and ##x_2(t)=v_{x2}t## and you are given that ##x_1(T)=x_2(T)## for some time ##T##. Substitute ##x_1(T)## with ##v_{x1}T## and do the same with ##x_2(T)## (but now use the expression for ##x_2##). The time ##T## presumably isn't zero (justify this!), so you can divide both sides of the equality by this quantity. What does that leave you with?

x1(t) = x2

vx1t1 = vx2t2

t2 = \frac{vx1.t1}{vx2}

vx1t1 = \frac{vx2.vx1.t1}{vx2}
 
  • #33
No! There is no ##t_1## or ##t_2##. There is just a time ##T##. You are making this way too hard!
 
  • #34
D H said:
No! There is no ##t_1## or ##t_2##. There is just a time ##T##. You are making this way too hard!

What is this expression for x2 you are referring to?
Isn't x2 just vi2.t?
 
  • #35
D H said:
No! There is no ##t_1## or ##t_2##. There is just a time ##T##. You are making this way too hard!

Let's try it again:

x1(t) = x2(t)

Given an arbitrary time, T, the displacement for x1 can be determined.
And in equating Vx1.T = vx2.t, the unknown vx2 can be determined.
 
  • #36
negation said:
Let's try it again:

x1(t) = x2(t)

Given an arbitrary time, T, the displacement for x1 can be determined.
And in equating Vx1.T = vx2.t, the unknown vx2 can be determined.
No!

Why did you substitute t with T for x1 but not for x2? It's the same time for both.
 
  • #37
D H said:
No!

Why did you substitute t with T for x1 but not for x2? It's the same time for both.

With all the smoke screen, it can be hard to cut through to the solution. But I think I'm seeing the general solution.


The objective is to prove vx1 = vx2

x1(t) = x2(t)

We ascribe an arbitrary time value projectile 1.
This can be expressed as: vx1(T)

In this same arbitrary time, T, projectile 2 has a displacement of vx2(T)

so, vx1(T) = vx2(T)

In order to determine vx2,
[vx1(T)]/ (T)

Therefore,

vx1 = vx2
 
  • #38
negation said:
With all the smoke screen, it can be hard to cut through to the solution. But I think I'm seeing the general solution.


The objective is to prove vx1 = vx2

x1(t) = x2(t)

We ascribe an arbitrary time value projectile 1.
This can be expressed as: vx1(T)

In this same arbitrary time, T, projectile 2 has a displacement of vx2(T)

so, vx1(T) = vx2(T)

In order to determine vx2,
[vx1(T)]/ (T)

Therefore,

vx1 = vx2

That's better. More algebra, less 'logic'. Just one detail, it's worth noting that argument only works if T is not zero. The projectiles actually are in the same place at the same time at t=0. Now what about y?
 
  • #39
Dick said:
That's better. More algebra, less 'logic'. Just one detail, it's worth noting that argument only works if T is not zero. The projectiles actually are in the same place at the same time at t=0. Now what about y?

My general solution is to find the time projectile 1 and 2 is in flight:

y1(t) = y2(t)
y1(T) = y2(T)
vyi1 - 0.5gt^2 = vyi2 - 0.5gt^2

T(vyi1) - 0.5gt^2) = T(vyi2)

If Vyi1 - 0.5gt = vyi2 - 0.5gt

\ni

T1 = 0 V 2vyi1/g

T2 = 0 V 2vyi2/g
 
  • #40
negation said:
My general solution is to find the time projectile 1 and 2 is in flight:

y1(t) = y2(t)
y1(T) = y2(T)
vyi1 - 0.5gt^2 = vyi2 - 0.5gt^2

T(vyi1) - 0.5gt^2) = T(vyi2)

If Vyi1 - 0.5gt = vyi2 - 0.5gt

\ni

T1 = 0 V 2vyi1/g

T2 = 0 V 2vyi2/g

That's pretty unclear and you've got some dubious algebra there, like T(vyi1) - 0.5gt^2) = T(vyi2). Can you try that again? There's only one T here. And the T=0 solution you don't really care much about. You already know the projectiles start in the same place at the same time.
 
  • #41
Dick said:
That's pretty unclear and you've got some dubious algebra there, like T(vyi1) - 0.5gt^2) = T(vyi2). Can you try that again? There's only one T here. And the T=0 solution you don't really care much about. You already know the projectiles start in the same place at the same time.

It was by carelessness that I had the 't' in place of 'T'.

y1(t) = y2(t)
y1(T) = y2(T)
vyi1 - 0.5gT^2 = vyi2 - 0.5gT^2

T(vyi1 - 0.5gT) = T(vyi2 - 0.5gT)

If Vyi1 - 0.5gT = vyi2 - 0.5gT

\ni

T1 = 0 V 2vyi1/g

T2 = 0 V 2vyi2/g

In both projectile we shall ignore solution where t = 0.
 
  • #42
negation said:
If Vyi1 - 0.5gT = vyi2 - 0.5gT
Why are you missing the obvious so often? I'm going to break the rules of this site: Simply add 0.5gT to both sides of that expression and be done with it.

That you regularly miss the obvious, and that you call our supposed lack of help a "smoke screen" indicates to me that you are lacking some basic problem solving skills. You need some one-on-one, realtime help to help you learn those basic skills. If your school has a tutoring center you should go take advantage of it.
 
  • #43
negation said:
It was by carelessness that I had the 't' in place of 'T'.

y1(t) = y2(t)
y1(T) = y2(T)
vyi1 - 0.5gT^2 = vyi2 - 0.5gT^2

T(vyi1 - 0.5gT) = T(vyi2 - 0.5gT)

If Vyi1 - 0.5gT = vyi2 - 0.5gT

\ni

T1 = 0 V 2vyi1/g

T2 = 0 V 2vyi2/g

In both projectile we shall ignore solution where t = 0.

You still have a ##T_1## and a ##T_2##. Who cares about them, whatever they are. What you are trying to do is establish a relation between ##v_{y1}## and ##v_{y2}##.
 
  • #44
D H said:
Why are you missing the obvious so often? I'm going to break the rules of this site: Simply add 0.5gT to both sides of that expression and be done with it.

That you regularly miss the obvious, and that you call our supposed lack of help a "smoke screen" indicates to me that you are lacking some basic problem solving skills. You need some one-on-one, realtime help to help you learn those basic skills. If your school has a tutoring center you should go take advantage of it.

It's not the lack of problem solving skills.
Working on limited material and self- studying before the semester reopens implies a steep learning curve. And at times where my interpretation of the concept and mathematical reasoning is faulty, I do require time to deconstruct those faulty reasoning and replace then with the valid ones.
It's the holidays now by the way.
 
  • #45
negation said:
It's not the lack of problem solving skills.
Working on limited material and self- studying before the semester reopens implies a steep learning curve. And at times where my interpretation of the concept and mathematical reasoning is faulty, I do require time to deconstruct those faulty reasoning and replace then with the valid ones.
It's the holidays now by the way.

That's all fine, good luck on the self-study. You did really well in post 37 with the x-component. You set an "objective to prove vx1 = vx2" and did it. Your objective dealing with the y-component is to show vy1 = vy2. But you never quite got there. Once you have shown vx1 = vx2 and vy1 = vy2, you might want to step back use your mathematical reasoning to say what that says about the original question, which was actually asking about speeds and angles.
 
  • #46
Dick said:
That's all fine, good luck on the self-study. You did really well in post 37 with the x-component. You set an "objective to prove vx1 = vx2" and did it. Your objective dealing with the y-component is to show vy1 = vy2. But you never quite got there. Once you have shown vx1 = vx2 and vy1 = vy2, you might want to step back use your mathematical reasoning to say what that says about the original question, which was actually asking about speeds and angles.

x1(t) = x1(0) + vi1cosΘ
x1(T1) = vi1cosΘ.T1
x2(t) = x2(0) + vi2cosΘ
x2(T2) = vi2cosΘ.T2
x1(T1) = x2(T2)

∴ vi1cosΘ.T1 = vi2cosΘ.T2

p1: If T1 = T2 \ni vi1cosΘ = vi2cosΘ

y1(t) = y1(0) + vi1sinΘ.t - 0.5gt2
y1(T1) = vi1sinΘ.T - 0.5gT2
y2(t) = y2(0) + vi2sinΘ.t - 0.5gt2
y2(T2) = vi2sinΘ.T - 0.5gT2

∴ vi1sinΘ - 0.5gT1 = vi2sinΘ - 0.5gT2

p2: T1 = T2 \ni vi1sinΘ = vi2sinΘ

p3: \forall T1 = T2
\ni
[vi1cosΘ = vi2cosΘ] \wedge [vi1sinΘ = vi2sinΘ]

but if vi1 = (vi1+\alpha) and Θ = (Θ + \gamma)
\ni
x1(T1) = (vi1+ \alpha) cos (Θ +\gamma).T1

and if vi2 = (vi2 - \alpha) and Θ = (Θ - \gamma)
\ni
x2(T2) = (vi2-\alpha) cos (Θ - \gamma)
while holding the horizontal displacement, vicosΘ.T, true.
then
T1 = [vicosΘ.T]/ (vi1+ \alpha) cos (Θ +\gamma)
\neq
T2 = [vicosΘ.T]/ (vi2-\alpha) cos (Θ - \gamma)

∴ T1 \neq T2 if there exists a combination of angles and initial velocity.


Hence, no combination of angles and initial velocity exists to enable a projectile to simultaneously land at the same point and in time.
 
Last edited:
Back
Top