Maximize Range of Projectile Launched from Cliff

In summary: Edit: @kuruman's trick, below, is very neat, but you might find it useful to continue to explore the path I have proposed as a general technique for handling messy... equations.
  • #1
DeltaForce
38
6
Homework Statement
Find the expression for an angle x that maximizes range of the projectile launched from a cliff of height h.
Relevant Equations
t1 = 2vsin(x)/g
h = vsin(x)(t_2) + 0.5g(t_2)^2
t2 = (-vsin(x) + sqrt((vsinx)^2+2gh))/g
R = v_x*(t_1 + t_2)
I found the function of the range of the projectile launched from a cliff.

R = vcos(x)((vsin(x))+sqrt(v^2sin^2(x)+2gh))/g

I stopped here because I feel like taking the derivative and optimizing for maximum would spiral out of control.

Is there another approach to this problem?
 
Physics news on Phys.org
  • #2
DeltaForce said:
Homework Statement:: Find the expression for an angle x that maximizes range of the projectile launched from a cliff of height h.
Relevant Equations:: t1 = 2vsin(x)/g
h = vsin(x)(t_2) + 0.5g(t_2)^2
t2 = (-vsin(x) + sqrt((vsinx)^2+2gh))/g
R = v_x*(t_1 + t_2)

I stopped here because I feel like taking the derivative and optimizing for maximum would spiral out of control.

Is there another approach to this problem?
I'm not able to do much with your text equations (see the LaTeX Guide in the lower left of the edit window), but I think the right approach is to differentiate the range versus the angle, etc. Why would you think a different approach is available and better?
 
  • #3
DeltaForce said:
Homework Statement:: Find the expression for an angle x that maximizes range of the projectile launched from a cliff of height h.
Relevant Equations:: t1 = 2vsin(x)/g
h = vsin(x)(t_2) + 0.5g(t_2)^2
t2 = (-vsin(x) + sqrt((vsinx)^2+2gh))/g
R = v_x*(t_1 + t_2)

I found the function of the range of the projectile launched from a cliff.

R = vcos(x)((vsin(x))+sqrt(v^2sin^2(x)+2gh))/g

I stopped here because I feel like taking the derivative and optimizing for maximum would spiral out of control.

Is there another approach to this problem?
It is unnecessary to split it into two time periods. The same equation applies throughout the trajectory.
It can be simpler to differentiate the individual equations instead of combining them into the form R=... first. You will get terms like t', being the derivative of t wrt the angle, but these can be eliminated later.
 
  • #4
berkeman said:
I'm not able to do much with your text equations (see the LaTeX Guide in the lower left of the edit window), but I think the right approach is to differentiate the range versus the angle, etc. Why would you think a different approach is available and better?
Sorry about the messy equations. When I took the derivative of range vs angle, I got a very complicated output. Therefore I thought it was difficult to optimize using that solution to find an expression for the angle. That's why I thought there may be a different or better approach available.
 
  • #5
haruspex said:
It is unnecessary to split it into two time periods. The same equation applies throughout the trajectory.
It can be simpler to differentiate the individual equations instead of combining them into the form R=... first. You will get terms like t', being the derivative of t wrt the angle, but these can be eliminated later.
Can you show me how you would do this problem? You seem like you know what's up.
 
Last edited:
  • #6
DeltaForce said:
Can you show me how you would do this problem? You seem like you know what's up.
You've been given a strong hint. How about you show some effort before asking for more help?
 
  • #7
phinds said:
You've been given a strong hint. How about you show some effort before asking for more help?
I came up with this problem and did the work, that is hardly an example of low-effort. I don't think I understand the hint well. Do you happen to know the solution?
 
  • #8
DeltaForce said:
Can you show me how you would do this problem? You seem like you know what's up.
First, just use one time period, t, and write the displacement equations using that. Post what you get.
 
  • #9
haruspex said:
First, just use one time period, t, and write the displacement equations using that. Post what you get.
Thanks for your replies. I did that. But I got the same displacement equation that I posted.
t = (vsin(x)+sqrt(v^2*sin^2(x)+2gh))/g. I got this for the time period.
 
  • #10
DeltaForce said:
Thanks for your replies. I did that. But I got the same displacement equation that I posted.
t = (vsin(x)+sqrt(v^2*sin^2(x)+2gh))/g. I got this for the time period.
No, I didn't mean to obtain an expression for the time. Just write the two usual (SUVAT) displacement equations, R=..., h=... in terms of v, t, x, g.
 
  • #11
haruspex said:
No, I didn't mean to obtain an expression for the time. Just write the two usual (SUVAT) displacement equations, R=..., h=... in terms of v, t, x, g.
Like R = vcos(x)t and
H = vsin(x)t - 1/2gt^2?
 
  • #12
DeltaForce said:
Like R = vcos(x)t and
H = vsin(x)t - 1/2gt^2?
Yes.
Now differentiate them wrt x. Remember that t is a function of x, so the derivatives will involve dt/dx terms, which you can abbreviate to t'.

Edit: @kuruman's trick, below, is very neat, but you might find it useful to continue to explore the path I have proposed as a general technique for handling messy optimisations.
 
Last edited:
  • Like
Likes BvU and PeroK
  • #13
DeltaForce said:
Is there another approach to this problem?
There is and you don't have to solve a quadratic or take derivatives. The horizontal range can be written as $$R=\frac{|\vec v_0 \times \vec v_{\!f}|}{g}$$ where ##\vec v_0## and ##\vec v_{\!f}## are, respectively, the initial and final velocity vectors. This is maximum when the two vectors are perpendicular in which case the numerator becomes the product of the initial and final speeds. You can find the final speed given the initial speed and the vertical displacement in a number of ways, e.g kinematic equations, conservation of energy, etc.

For an explanation see
Source https://www.physicsforums.com/insights/how-to-master-projectile-motion-without-quadratics/

Sorry for diverting the thread to a new direction, but this is conceptually easier to understand and quicker to implement.
 
  • Like
  • Informative
Likes PeroK and haruspex
  • #14
This is an amazing solution. Thanks for taking the time to write this. The source you linked also looked fantastic. Thanks!
 
  • Like
Likes PeroK and kuruman
  • #15
DeltaForce said:
This is an amazing solution. Thanks for taking the time to write this. The source you linked also looked fantastic. Thanks!
I agree with @haruspex. Solving the quadratic equation is fundamentally important and useful across all of physics at all levels. You need to master the techniques involved.
 
  • Like
Likes DeltaForce and BvU
  • #16
haruspex said:
Yes.
Now differentiate them wrt x. Remember that t is a function of x, so the derivatives will involve dt/dx terms, which you can abbreviate to t'.

Edit: @kuruman's trick, below, is very neat, but you might find it useful to continue to explore the path I have proposed as a general technique for handling messy optimisations.
I'm not that familiar with this strategy of differentiation. But I thank you for giving me this new technique to me. I definitely have to try this out, and hopefully master it.
 
  • #17
haruspex said:
Yes.
Now differentiate them wrt x. Remember that t is a function of x, so the derivatives will involve dt/dx terms, which you can abbreviate to t'.

Edit: @kuruman's trick, below, is very neat, but you might find it useful to continue to explore the path I have proposed as a general technique for handling messy optimisations.
Okay I have derived both equations.

dR/dx = v*(cos(x)t' - sin(x)t)
dH/dx = v*(cos(x)t + sin(x)t') - gt*t'

I am unsure where to take these results. Can you help me?
 
  • #18
DeltaForce said:
Okay I have derived both equations.

dR/dx = v*(cos(x)t' - sin(x)t)
dH/dx = v*(cos(x)t + sin(x)t') - gt*t'

I am unsure where to take these results. Can you help me?
Since we are maximising R, and H is a constant, those derivatives are zero.
The first of the above equations then leads to ##t'/t=\tan(x)##.
Substituting in the second gives ##v=gt'\cos(x)##.
So now you can express t and t' in terms of v, g, x.
Substituting for those in the equation for H should get you nearly there.
 

1. What factors affect the range of a projectile launched from a cliff?

The range of a projectile launched from a cliff is affected by several factors, including the initial velocity, angle of launch, air resistance, and the height of the cliff. These factors can either increase or decrease the range of the projectile.

2. How can the initial velocity be maximized to increase the range of a projectile launched from a cliff?

The initial velocity can be maximized by using a more powerful launching mechanism, such as a catapult or a slingshot. Additionally, reducing the weight of the projectile can also increase the initial velocity and therefore the range.

3. What is the optimal angle of launch for maximizing the range of a projectile launched from a cliff?

The optimal angle of launch for maximizing range is 45 degrees. This angle allows for the most efficient use of the initial velocity and minimizes the effects of air resistance.

4. How does air resistance affect the range of a projectile launched from a cliff?

Air resistance, also known as drag, can significantly decrease the range of a projectile launched from a cliff. This is because air resistance acts in the opposite direction of the projectile's motion, slowing it down and reducing its range.

5. Is there a way to calculate the maximum range of a projectile launched from a cliff?

Yes, the maximum range of a projectile launched from a cliff can be calculated using the projectile motion equations, taking into account the initial velocity, angle of launch, and gravitational acceleration. However, this calculation assumes ideal conditions and may not accurately reflect real-world results.

Similar threads

  • Introductory Physics Homework Help
Replies
7
Views
2K
  • Introductory Physics Homework Help
Replies
15
Views
21K
Replies
3
Views
3K
Replies
1
Views
696
  • Introductory Physics Homework Help
Replies
1
Views
2K
  • Introductory Physics Homework Help
Replies
1
Views
2K
Replies
2
Views
2K
  • Introductory Physics Homework Help
Replies
21
Views
2K
  • Introductory Physics Homework Help
Replies
8
Views
1K
  • Introductory Physics Homework Help
Replies
3
Views
1K
Back
Top