How can I solve a problem with two equations in two unknowns using trigonometry?

  • Thread starter Thread starter cap'n ahab
  • Start date Start date
  • Tags Tags
    Bit Trigonometry
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
1 replies · 2K views
cap'n ahab
Messages
1
Reaction score
0
Hi, I have a problem that arose in one of my courses that I've gotten stuck on. I reduced it to two equations in two unknowns but can't get any further. I've apparently forgotten all the trigonometry I used to know.

C = Acos(x) + Bcos(y)

0 = Asin(x) + Bsin(y)

where A,B,C are known but tedious to write (they are on the order of 10^(-19)).

I'd appreciate any help you can offer. I'm sure the solution will be obvious once I see it.
 
on Phys.org
First thing that comes to my mind is to first express the equations in the following form:

[tex]\begin{array}{l}<br /> \cos (y) = \frac{{C - A\cos (x)}}{B}\\<br /> \sin (y) = - \frac{{A\sin (x)}}{B}<br /> \end{array}[/tex]

You can then use the pythagorean identity ([tex]{\sin ^2}(y) + {\cos ^2}(y) \equiv 1[/tex]) to form the following equation:

[tex]{\left( {\frac{{A\sin (x)}}{B}} \right)^2} + {\left( {\frac{{C - A\cos (x)}}{B}} \right)^2} = 1[/tex]

Expand it out and it should be easy to solve for x, which can then be substituted into one of the first equations to find y.