Trigonometric Equation with Multiple Functions and Arguments

Islwyn
Messages
1
Reaction score
0
Can anyone help solve the below for 'a'

0=b(ycos(a)-bcos(2a)+xsin(a))

I've reduced it to

b=ycos(a)+2sin(a)sin(a)+xsin(a)

=sin(a)(cot(a)+2sin(a)+x)

Which I think is right, but I can't get any further without just ending up with different forms that appear more complex.
 
Physics news on Phys.org
What makes this equation tough is the fact that you've got 2 different trig functions running around there. What's more you've got 2 different arguments in your cosine functions. I would try to express everything in terms of \cos(a), so that you end up with a polynomial equation in that quantity.

Try to make use of the following identities:

\cos(2a)=2\cos^2(a)-1

\sin(a)=\sqrt{1-\cos^2(a)}

I don't think you're going to get a closed form expression for a, but if you have numerical values for the parameters you will be able to get approximate solutions.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top