System Of Trigonometric Equations

Click For Summary
SUMMARY

The discussion focuses on solving a system of trigonometric equations represented by a*sin(x)=b*sin(th)+c*sin(y) and d+a*cos(x)=b*cos(th)+c*cos(y) using MATLAB. The solution involves rearranging the equations to isolate sine and cosine terms, squaring both equations, and applying the cosine addition formula. Ultimately, the equations can be simplified to express y in terms of x, specifically y = x + k, where k is a constant derived from the equations.

PREREQUISITES
  • Understanding of trigonometric identities and equations
  • Familiarity with MATLAB for numerical computation
  • Knowledge of simultaneous equations and their solutions
  • Basic algebraic manipulation skills
NEXT STEPS
  • Learn how to implement trigonometric equations in MATLAB
  • Study the cosine addition formula and its applications
  • Explore methods for solving simultaneous equations
  • Investigate numerical methods for solving nonlinear equations
USEFUL FOR

Mathematics students, engineers, and anyone involved in solving trigonometric equations or using MATLAB for numerical analysis.

nradam
Messages
9
Reaction score
0
Code:
a*sin(x)=b*sin(th)+c*sin(y)
d+a*cos(x)=b*cos(th)+c*cos(y)

Find x and y if all others are constants. I don't get how to solve this system of trigonometric equations in matlab. Please help me out friends.

Thanks in advance.
 
Physics news on Phys.org
Put the sin x and cos x terms on one side and the rest on the other side.
Square both equations and add them.

You get something like

a^2 + c^2 + 2ac cos(x-y) = b^2 + d^2 - 2bd cos th

Solve that for x-y, which gives you y = x + k for some value of k.

Then you can turn the original equations into simultaneous equations in cos x and sin x
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 26 ·
Replies
26
Views
2K
  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 28 ·
Replies
28
Views
3K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K