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
AI Thread Summary
To solve the problem of two equations in two unknowns using trigonometry, the equations can be expressed in terms of cosine and sine. The equations are C = Acos(x) + Bcos(y) and 0 = Asin(x) + Bsin(y). By rearranging these equations, one can isolate cos(y) and sin(y) in terms of x. Applying the Pythagorean identity sin²(y) + cos²(y) = 1 allows for the formation of a solvable equation. Expanding this equation will lead to a solution for x, which can then be substituted back to find y.
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.
 
Physics news on Phys.org
First thing that comes to my mind is to first express the equations in the following form:

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

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

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

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.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top