Finding the Angle of Projection for a Projectile Using Trigonometry

AI Thread Summary
The discussion focuses on calculating the angle of projection for a projectile launched at 25 m/s that lands 31.25 m away. The user sets up equations for time based on horizontal and vertical motion and attempts to solve for the angle using trigonometric identities. After applying the identity sin(t)cos(t) = sin(2t)/2, they derive two possible angles: 15 degrees and 75 degrees, which both yield the same projectile range. The conversation emphasizes the importance of recognizing that the sine function can produce multiple angles within the defined range. Ultimately, both angles are valid solutions for this projectile motion problem.
tony873004
Science Advisor
Gold Member
Messages
1,753
Reaction score
143
A projectile fired from ground level at 25 m/s hits the ground 31.25 m away. At what angle was it fired?

I wrote equations for t for both x and y

t = delta x / velocity x
t = 2 * viy/a

and set them equal to each other to eliminate t
and replaced velocityx with cos(theta)*25
and replaced velicityinitialy with sin(theta)*25

delta x / cos(theta)*25 = 2*sin(theta)*25/a

25 / cos(theta)*25 = 2*sin(theta)*25/9.81

sin(theta) * 25 * cos(theta)*25 = 153.28

My trig is not that good. How do I continue? Or is this even the right way to tackle this proble? Is there an easier way?
 
Physics news on Phys.org
Assuming your previous work is correct, use the fact that sin(t)cos(t) = sin(2t)/2 to solve the last equation.
 
Muzza said:
Assuming your previous work is correct, use the fact that sin(t)cos(t) = sin(2t)/2 to solve the last equation.
Thank you! That was exactly the trigonometry trickery I was looking for. :smile:

My problem now boils down to
\frac{sin(2theta)25^2}{2} = 153.21825

2theta = sin^{-1} = 0.4905

2theta = 29.37

theta = 14.685

The back of the book, which rounds for significant figures list 15 degrees and 75 degrees. So I got one of the two answers with this method. But sin (75*2) also equal 0.5. And it makes sense that both the 15 and 75 degree angles should yield the same result in this type of projectile problem.

So how do I make sin^{-1} acknowledge that sin^{-1}0.5 equals both 30 (15*2) and 150 (75*2)?
 
for your case, 0 \leq \theta \leq 90\ degree, so
0 \leq 2\theta \leq 180\ degree
so, you have to find all the values of theta that are in the above range and you have 2 values : 30 degree and 150 degree. so theta equals to 15 degree or 75 degree.
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top