Calculating cos(2-i): Solving Complex Trig Formulas

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
5 replies · 4K views
square_imp
Messages
21
Reaction score
0
I need to work out both cos and sine of (2-i). The answer needs to be in the form x+iy where both x and y are real.

So far I have got:

cos (x) = ( e^ix + e^-ix ) / 2 as a general formula which when I substitute in gives:

0.5e^(2i+1) + 0.5e^(-2i-1)

How do I get this into the correct form? and have I used the correct formula?

Thanks, any help is welcome.
 
Physics news on Phys.org
Thanks for the help, I think my problem is my understanding of complex numbers. How do you split the exp terms into real and imaginary parts? Can you help me with that?
 
Do you know the definition of the exponent of a complex number? [itex]\exp(z)=\exp(x+iy)[/itex]

That would be the most basic thing to start with right? How come you are working with expressions like [itex]\exp(1+2i)[/itex] when you don't even know what it means? (And ofcourse, if you don't know, you should find out).

The complex exponential obeys the familiar rule: [itex]\exp(z_1+z_2)=\exp(z_1)\exp(z_2)[/itex], so [itex]\exp(x+iy)=\exp(x)\exp(iy)[/itex]. From Euler's formula: [itex]\exp(iy)=\cos y+i\sin y[/itex] so:


[tex]e^{x+iy}=e^x(\cos y+i\sin y)[/tex]
 
Last edited:
Thanks for all the help Galileo, I have had another look over complex numbers and I understand it all better now. My only remaining question is whether Euler's formula for exp(iy)=cosy + isiny is for y in radians or is in degree's? I think it is degrees, but I am not sure.

Thanks again
 
square_imp said:
Thanks for all the help Galileo, I have had another look over complex numbers and I understand it all better now. My only remaining question is whether Euler's formula for exp(iy)=cosy + isiny is for y in radians or is in degree's? I think it is degrees, but I am not sure.
It's in radians. One way to look at it is:
[tex]e^x=\sum_{n=0}^{\infty} \frac{x^n}{n!}[/tex]
[tex]\sin(x)=\sum_{n=0}^{\infty} (-1)^n \frac{x^{2n+1}}{(2n+1)!}[/tex]
[tex]\cos(x)=\sum_{i=0}^{\infty} (-1)^n \frac{x^{2n}}{(2n)!}[/tex]