Optimal Trajectory Angle for Maximum Area?

  • Thread starter Thread starter Phantoful
  • Start date Start date
  • Tags Tags
    Area Trajectory
AI Thread Summary
To maximize the area under the trajectory of a projectile thrown from level ground, the optimal angle is found by deriving the equations for horizontal and vertical motion. The horizontal distance can be expressed as dx = v0cos(θ)*t, where t is determined by setting the vertical position y(t) to zero. This leads to solving a quadratic equation to find the time of flight, allowing for the calculation of the area under the curve. The area can then be determined by integrating the trajectory equation, leading to the conclusion that the optimal angle for maximum area is π/3 radians. Understanding these relationships is crucial for solving projectile motion problems effectively.
Phantoful
Messages
30
Reaction score
3

Homework Statement


A ball is thrown at an initial speed v from level ground. What angle θ should be chosen so that the area under the trajectory is maximized?

Homework Equations


d = Vot - (1/2)gt2
Vt = d
Integration, derivatives, and trigonometry

The Attempt at a Solution


I've tried to find an equation for the curve by saying that x(t) = vtcos(theta) and y(t) = vtsin(theta) - (1/2)gt2, but I'm not sure if that will get me anywhere, since I'm at a mental deadend on this part. Is there a right way to approach this problem?
 
Physics news on Phys.org
Phantoful said:
... but I'm not sure if that will get me anywhere ...
It will get you somewhere. Just find an expression for the horizontal distance in terms of v0 and θ and then maximize that expression.
 
kuruman said:
It will get you somewhere. Just find an expression for the horizontal distance in terms of v0 and θ and then maximize that expression.
Wouldn't that just be v0cos(θ)*t = dx?
 
Phantoful said:
Wouldn't that just be v0cos(θ)*t = dx?
This expression gives you the horizontal position at any time t. You don't want just any time, you want the specific time at which the projectile lands on the ground. How can you find that?
 
kuruman said:
This expression gives you the horizontal position at any time t. You don't want just any time, you want the specific time at which the projectile lands on the ground. How can you find that?
The only way I would think is to set y(t) to zero and solve for t, then put it into the the x equation. Is this the right way?
 
Phantoful said:
The only way I would think is to set y(t) to zero and solve for t, then put it into the the x equation. Is this the right way?
Yes. You will solve a quadratic equation that has two solutions indicating that the projectile is at zero height twice, once when it's launched and once when it lands.
 
kuruman said:
Yes. You will solve a quadratic equation that has two solutions indicating that the projectile is at zero height twice, once when it's launched and once when it lands.
Ok, I put it in the equation and now time has been eliminated. I got (2Vo2*sinθ*cosθ)/g = dx How would I find the maximum area under the curve, still? It's not clicking for me how I can link this to the area. It's not a max range question if that's what you meant
 
Can you find an equation for the parabola now that you have the two points where y = 0? You will also need the maximum height which you can find in a number of ways. Then you can do the integral to find the area. Hint: A parabola in the form y(x) = C x (x-x0) is zero at x = 0 and x = x0. You need to find the appropriate values for C and x0 that match the current situation.
 
Last edited:
  • Like
Likes Phantoful
kuruman said:
Can you find an equation for the parabola now that you have the two points where y = 0? You will also need the maximum height which you can find in a number of ways. Then you can do the integral to find the area. Hint: A parabola in the form y(x) = C x (x-x0) is zero at x = 0 and x = x0. You need to find the appropriate values for C and x0 that match the current situation.
Never mind, I got it! I did an integral of y(t)*x'(t) from 0 to the t you told me to find, for the answer (with respect to dt);
 
  • #10
What angle did you get? (Just checking)
 
  • #11
kuruman said:
What angle did you get? (Just checking)
pi/3
 
Back
Top