Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Help me solve a complex cos equation

Status
Not open for further replies.

mtts

Junior Member level 3
Joined
Nov 26, 2006
Messages
31
Helped
15
Reputation
30
Reaction score
13
Trophy points
1,288
Activity points
1,406
Hello has all
I seek the solution of this equation.
cos(x+iy)= a+ib with a and b are given (and x,y,a,b are real) .

- how can one find x and y.
- has which condition I have the place to make :

x+iy= ±acos(a+ib ) +2πm

thank you well
 

Re: cos complex

The most straightforward way is to make use of Euler's Formula. See Euler's formula - Wikipedia, the free encyclopedia

Basically, we can decompose a cos into a sum of complex exponentials:

\[\cos(w) = \frac{e^{iw}+ e^{-iw}}{2}\]

So just plug in "x + iy" for "w" and find the real and imaginary parts to equate with "a" and "b", respectively.
 

Re: cos complex

there is another method to solve it ...
cos(x + jy) = cos(x).cos(jy) - sin(x).sin(jy)
= cos(x).cosh(y) - j.sin(x).sin(y) = a +j.b

=> cos(x).cosh(y) = a, and sin(x).sin(y) = -b
you can solve them to obtain final result.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top