Solving simultaneous trigonometric equations

  • Thread starter Thread starter physicophile
  • Start date Start date
  • Tags Tags
    Trigonometric
Click For Summary
The discussion centers on solving simultaneous trigonometric equations using techniques from linear algebra. Participants clarify that the equations presented are not linear, making traditional linear algebra methods ineffective for direct solutions. Instead, they suggest using algebraic manipulation and geometric interpretations to simplify the equations. Techniques such as Gaussian elimination and the relationship between sine and cosine are recommended for eliminating variables. Ultimately, while linear algebra can aid in certain aspects, alternative algebraic methods are necessary for solving these non-linear equations effectively.
physicophile
Messages
19
Reaction score
0
Hi, all I am new to this site and I was wonder if anyone could help.

I took linear algear algebra last semster and am currently taking statics. I want to know if I can use some of the techniques I learned in linear algebra to solve simtultaneous equations which involve sine or cosines

For example how can I solve this use linear algebra (In know how to solve by methods of subsition but I would like to learn a method which is faster).

Tcos(60)-20sin(x)=0
Tsin(60)-20-20cos(x)=0
 
Physics news on Phys.org
I only know how to solve system of equations when Ax=B and x=[x;y;z]. I am not sure what to do when x=[T,T:sin(x),cos(x)] like in the example above
 
Maybe it would help to think about them geometrically
 
physicophile said:
Tcos(60)-20sin(x)=0
Tsin(60)-20-20cos(x)=0
These aren't linear equations. So why would linear algebra solve them? It doesn't. You can linearize them, but that is an approximate answer (replace a function by the first two (possibly zero) terms of its Taylor series - then you'd have a linear system).
 
Equations involving trig polynomials?

physicophile said:
I took linear algear algebra last semster and am currently taking statics. I want to know if I can use some of the techniques I learned in linear algebra to solve simtultaneous equations which involve sine or cosines

Well, your example may suggest that this is not what you have in mind, but if you are interesting in the (practical) solution of equations involving trig polynomials (e.g. from problems in robotic motion), these can be attacked using methods from commutative algebra. The basis of these methods is Buchberger's algorithm, a common generalization of Gaussian reduction and Euclid's algorithm, which allows us to compute with ideals in polynomial rings. See for example the superb undergraduate textbook Ideals, Varieties and Algorithms by Cox, Little, and O'Shea.
 
physicophile said:
For example how can I solve this use linear algebra (In know how to solve by methods of subsition but I would like to learn a method which is faster).

Tcos(60)-20sin(x)=0
Tsin(60)-20-20cos(x)=0

I only know how to solve system of equations when Ax=B and x=[x;y;z]. I am not sure what to do when x=[T,T:sin(x),cos(x)] like in the example above
Well, you're going to give up the notion that you can do this problem using linear algebra and nothing else. As the others noted, this is not a linear problem, so you're going to have to use some other tools.



But there's no reason you can't use linear algebra as one of your tools. For example, if I desired to eliminate T from this system of equations, I tend to do it quicker if I do it via (a form of) Gaussian elimination, rather than solve one equation for T and substitute into the other.



Or... you seem to know how to write this system in the form

A \left( \begin{array}{c} T \\ \sin x \\ \cos x \end{array} \right) = b.

Well, if you have a solution to the original system of equations, then

\left( \begin{array}{c} T \\ \sin x \\ \cos x \end{array} \right)

must be a solution to the linear system of equations

(*) Av = b.
So... you could first find the general solution for v, and then try and solve

\left( \begin{array}{c} T \\ \sin x \\ \cos x \end{array} \right) = v.



However, I would prefer to eliminate x, rather than eliminate T. You can do it purely algebraically, by invoking sin² x + cos² x = 1. Hint: you don't have to take square roots or inverse trig functions to eliminate x.
 
Last edited:
physicophile said:
Hi, all I am new to this site and I was wonder if anyone could help.

I took linear algear algebra last semster and am currently taking statics. I want to know if I can use some of the techniques I learned in linear algebra to solve simtultaneous equations which involve sine or cosines

For example how can I solve this use linear algebra (In know how to solve by methods of subsition but I would like to learn a method which is faster).

Tcos(60)-20sin(x)=0
Tsin(60)-20-20cos(x)=0
As you have been told, these equations are not linear and so "Linear Algebra" methods will not work. Relatively simple algebra will, however. From the first equation sin(x)= -(T/20)cos(60)= -T/40 (since cos(60 degrees)= 1/2). The second equation is cos(x)= T/40- 1= sin(x)- 1. That's a single trigonometric equation for x and can be solved- though not trivially. For example, replace sin(x) by \sqrt{1- cos^2(x)} and replace cos(x) by y: you need to solve y= -\sqrt{1- y^2}- 1.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
Replies
2
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 6 ·
Replies
6
Views
3K
Replies
2
Views
2K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K