I'm trying to solve the first part of this problem and my trigonometry skill aren't as honed in as they used to be, could anyone help me out?
While standing on friction less ice, you($m = 65.0 \textrm{ kg}$) toss a $4.50 \textrm{ kg}$ rock with initial speed $12 \textrm{ m/s}$. The rock is $15.2 \textrm{ m}$ from you when it lands. Take the $x$-axis on the ice surface in the horizontal direction of the motion of the rock. Ignore the initial height of the toss. AT WHAT ANGLE DID YOU TOSS IT?
You can solve this by using your givens and solving for $\theta$ in the angular trajectory equation:
$$x = \frac{v^2}{g}\sin(2\theta)$$
Please don't give me the answer, I just want to see if anyone can solve this equation for $\theta$.
Thank you!
In order to solve this you need to look at inverse trigonometric functions:
To solve for $\theta$ in general:
$ \sin(\theta) = y \hspace{5 mm} \Rightarrow \hspace{5 mm} \theta=\sin^{-1}(y) $
For your example:
$ \frac{gx}{v^2} = \sin(2\theta) $
Thus:
$2\theta = \sin^{-1}\left(\frac{gx}{v^2}\right)$
So:
$ \theta = \frac{1}{2} \sin^{-1}\left(\frac{gx}{v^2}\right) $
P.S. You can read more on inverse trig functions here.