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

AI Thread Summary
The discussion focuses on calculating the cosine and sine of the complex number (2-i) in the form x+iy. The correct formula for cosine, cos(x) = (e^(ix) + e^(-ix)) / 2, is confirmed, but the user struggles with breaking down the exponential terms into real and imaginary parts. The importance of understanding complex exponentials and Euler's formula, which states e^(iy) = cos(y) + i*sin(y), is emphasized. It is clarified that Euler's formula applies to angles measured in radians, not degrees. Overall, the user gains a better understanding of complex numbers through the discussion.
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
Write down the real and imaginary parts of \exp(2i+1) and \exp(-2i-1) and collect terms.

Yes, the formula for cos(x) is correct.
 
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? \exp(z)=\exp(x+iy)

That would be the most basic thing to start with right? How come you are working with expressions like \exp(1+2i) 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: \exp(z_1+z_2)=\exp(z_1)\exp(z_2), so \exp(x+iy)=\exp(x)\exp(iy). From Euler's formula: \exp(iy)=\cos y+i\sin y so:


e^{x+iy}=e^x(\cos y+i\sin y)
 
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:
e^x=\sum_{n=0}^{\infty} \frac{x^n}{n!}
\sin(x)=\sum_{n=0}^{\infty} (-1)^n \frac{x^{2n+1}}{(2n+1)!}
\cos(x)=\sum_{i=0}^{\infty} (-1)^n \frac{x^{2n}}{(2n)!}
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top