ual8658
- 78
- 3
I've written it out and it seems impossible. I get -50(sin^2(alpha)) = 86.63 cos(alpha) sin(alpha) - 6.54. Where would I go from there?
ual8658 said:I've written it out and it seems impossible. I get -50(sin^2(alpha)) = 86.63 cos(alpha) sin(alpha) - 6.54. Where would I go from there?
mfb said:There is an analytic solution. Based on your current progress: Replace the cosine using the sine, then simplify. You'll get a quadratic equation to solve (with a small trick involved).
stevendaryl said:Well, you can rewrite it as:
86.63 cos(\alpha) sin(\alpha) = 6.54 - 50(sin^2(\alpha))
You can rewrite cos(\alpha) = \sqrt{1-sin^2(\alpha)} to get an equation only involving sin(\alpha). Alternatively, you could use the double-angle formulas:
sin(2 \alpha) = 2 sin(\alpha) cos(\alpha)
cos(2 \alpha) = 1 - 2 sin^2(\alpha)
Charles Link said:When you substitute with ## cos(\alpha)=\sqrt{1-sin^2(\alpha)} ## , you then square both sides of the equation and get a quadratic equation in ## u=sin^2(\alpha) ##. (It is actually 4th power in ## sin(\alpha) ## , but there is no ## sin^3(\alpha) ## term and no ## sin(\alpha) ## term=it is quadratic in ## sin^2(\alpha) ##.