F i n d t h e v a l u e o f θ f o r w h i c h t h e a r e a b / w t r a j e c t a r y ( p a t h o f p r o j e c t i l e ) a n d t h e g r o u n d i s m a x i m u m . E q a t i o n s a r e g i v e n − : T i m e o f f l i g h t = 2 u sin θ / g M a x i m u m H e i g h t = u 2 ( sin θ ) 2 / 2 g R a n g e = 2 u 2 sin θ c o s θ / g E q a t i o n o f t r a j e c t o r y : y = x tan θ − 2 u 2 ( c o s θ ) 2 g x 2 a n s w e r i n d e g r e e s .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
I solved this question a few days back today i got some time so wrote the solution.
Integrate the area within the trajectory.
that will be [ integral f(x) - g(x) dx ] where f(x) is the equation for the trajectory and g(x) is 0 (since on x axis y = 0).I leave the integration to you. Limits are 0 and formula for range.Once done we have got the area as a function of theta (the angle).
now differentiate that w.r.t to theta and set it to zero.
and in the end we get tan theta = sqrt 3. giving theta = pi /3 radians = 60 degrees.
of course we could check whether theta is global maxima or minima by applying second derivative test. (i did n't do it but it suddenly came to my mind.)
then differentiating it again we get an expression in theta but setting theta = 60 we can check whether it is positive or negative if negative theta is global maxima.
really interesting problem integration followed by differentiation.
why not ask the area instead of just angle ?
Problem Loading...
Note Loading...
Set Loading...
The area under any arbitrary projectile is given by 3 2 ( M a x . H e i g h t ) ( M a x . h o r i z o n t a l d i s t a n c e ) . Here, the maximum height is given by 2 g u 2 s i n 2 θ and the maximum horizontal distance i.e. the range, is given by g u 2 s i n 2 θ .
Putting in the given values, the area comes out to be:
3 2 ( 2 g u 2 s i n 2 θ ) ( g u 2 s i n 2 θ ) ⇒ 3 g 2 u 4 s i n 2 θ s i n 2 θ ⇒ 3 g 2 u 4 s i n 3 θ cos θ
Now, for area to be maximum, the derivative of area, must be equal to 0 . So,
d θ d A = 0 ⇒ d θ d 3 g 2 u 4 s i n 3 θ cos θ = 0 ⇒ 3 g 2 u 4 d θ d s i n 3 θ cos θ = 0 ⇒ cos θ d θ d s i n 3 θ + s i n 3 θ d θ d cos θ = 0 ⇒ cos θ ( 3 s i n 2 θ ) ( d θ d s i n θ ) + s i n 3 θ ( − s i n θ ) = 0 ⇒ 3 s i n 2 θ c o s 2 θ − s i n 4 θ = 0 ⇒ s i n 2 θ ( 3 c o s 2 θ − s i n 2 θ ) = 0
Now, either s i n θ = 0 , which won't really form a projectile. Or, 3 c o s 2 θ − s i n 2 θ = 0 tan 2 θ = 3 tan θ = ± 3
But since, θ < 9 0 °
So, tan θ > 0 tan θ = 3 θ = 6 0 °
CHEERS!:)