How can I rearrange this for the angle?

  • Context: Undergrad 
  • Thread starter Thread starter iamBevan
  • Start date Start date
  • Tags Tags
    Angle Rearrange
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
3 replies · 2K views
iamBevan
Messages
32
Reaction score
0
040e7aedfc5c0a9b37f222e28f99fcdf.png


also - The result I'm getting for d is 18587 - this is when I enter 427 for initial velocity, 45 for theta, and 9.81 for g - is this correct?
 
Mathematics news on Phys.org
To rearrange, use inverse operations to move things you don't want to the other side -

You're dividing the RHS by g, so multiply both sides by g
You're multiplying the RHS by v^2 so divide both sides by v^2
Then use the inverse sin function
etc.

To see if it's correct, compare the result to some other method for estimating the same thing, or even just your intuition.
 
I get 18586- with decimal part .o345...

To solve for [itex]\theta[/itex], "unpeel" what has been done:
[tex]d= \frac{v^2sin(2\theta)}{g}[/tex]
so, multiplying both sides by g,
[tex]dg= v^2 sin(2\theta)[/itex]<br /> dividing both sides by [itex]v^2[/itex],<br /> [tex]\frac{dg}{v^2}= sin(2\theta)[/tex]<br /> Taking the inverse sine (arcsin) of both sides<br /> (be careful- since sine is not one-to-one there is no "true" inverse- there are an infinite number of angles with the same sine- two between 0 and pi/2- and "arcsin" only gives one of them)<br /> [tex]arcsin\left(\frac{dg}{v^2}\right)= 2\theta[/tex]<br /> and, finally, divide both sides by 2:<br /> [tex]\frac{1}{2}arcsin\left(\frac{dg}{v^2}\right)= \theta[/tex][/tex]
 
Thanks guys - that was a massive help.