Why Does Setting the Derivative to Zero Find the Max Range in Projectile Motion?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 5K views
leitz
Messages
8
Reaction score
0

Homework Statement


After i get the formula x = Vo2sin(2θ)/g, I was told that I can take the derivative of x and let that equal to zero to get the max range of the projectile. Why? What does taking the derivative do in order to help us find the max angle? I know that the value of the derivative at the maximum height of the traj. would be 0, but why is that significant?


Homework Equations



x = Vo2sin(2θ)/g => dx/dθ = Vo2/g * 2cos2θ
 
Physics news on Phys.org
A function goes through an extremum (maximum or minimum) when its derivative is zero. Positive derivative means that the function is increasing, negative derivative means that the function is decreasing. Therefore, zero derivative means that it is neither increasing nor decreasing, i.e. it is at an extremum.
 
I already knew that. My question is, how is that relevant to how we get the optimal angle for max range?
 
You could just look at the graph of x = Vo2sin(2θ)/g, and visually determine what angle causes an x maximum, but this is technically an imprecise method (if this function was not so darned symetrical, you could see where eyeball error might come into play). But if you set the derivative to 0 and solve for θ, you can mathematically determine exactly what angle causes the x maximum.
 
leitz said:
I already knew that. My question is, how is that relevant to how we get the optimal angle for max range?
It is relevant because that's exactly what you must do to get the optimal angle. You take the derivative with respect to the angle, you set it equal to zero and you solve the resulting equation to find the optimal angle.
 
Okay, I know what confuses me now. Before, I thought the path of the projectile is what I'm supposed to be looking at. Instead, I should be looking at the graph of the relationship between θ and x. At θ=pi/4, the maximum value of x is achieved. If you only look at the path of the projectile, that would be rather obscure. And by taking the derivative of x, you get a line with a negative slope, where the zero is the value at which x is at max (the extremum of the x function)... Is that correct?