Maximizing Projectile Range on an Inclined Plane

  • Thread starter Thread starter theneedtoknow
  • Start date Start date
  • Tags Tags
    Function Trig
theneedtoknow
Messages
169
Reaction score
0

Homework Statement


THe range of a projectile fired with elevation angle X at an inclined plane is given by the formula
R = [2v^2 cos(x)sin(x-a)] / [g cos^2 (a)]

where a is the inclination of the target plane , v and g are constants. Calculate x for maximum range



The Attempt at a Solution



So first of all i assume i'll get the maximum of x expressed in terms of a (inclination of the plane)
2nd, i take out all the constants [2v^2 ] /[ g cos^2(a) ]
So my derivative is that constant times the derivative of cos(x)sin(x-a)]
R' = [2v^2 ] /[ g cos^2(a) ] * [-sin(x)*sin(x-a) + cos(x-a)*cos(x) ]

setting it to zero, i get cos(x-a)cos(x) - sin(x)sin(x-a) = 0

from here on, i have no idea how to get the roots ...i suppose my relevant range would be between 0 and 90 degrees (0, Pi/4)

the only guess i have is setting cos(x-a)cos(x) - sin(x)sin(x-a) = 0
-> cot(x-a) = tan(x)
but i don't know if that really helps does it?
 
Physics news on Phys.org
theneedtoknow said:
setting it to zero, i get cos(x-a)cos(x) - sin(x)sin(x-a) = 0

You will find the angle-addition formula for cosine of value here:

cos A · cos B - sin A · sin B = cos (A+B) .
 
thank you so much, that really cleared everything up and made this godawful question a lot easier than it looks! :)
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top