Finding the magnitude of a complex exponential function

AI Thread Summary
To find the magnitude of a complex exponential function, start by using Euler's identity to express the function in terms of sine and cosine. The magnitude can be calculated using the formula |a + jb| = sqrt(a^2 + b^2). In the example discussed, the denominator was simplified by substituting z with e^jw and expanding the terms. After simplification, the values of a and b were defined, and Wolfram Alpha was used to compute the magnitude. The discussion concluded with the participant successfully finding the answer.
Malgrif
Messages
17
Reaction score
0

Homework Statement


I want to know the steps involved in finding the magnitude of a complex exponential function. An example of the following is shown in this picture:

T2ASrR5.png

Homework Equations


|a+jb|=sqrt(a^2+b^2)

|x/y|=|x|/|y|

The Attempt at a Solution



For the denominator, I replaced z with e^jw and used euler identity to expand the terms.

1-2rcos(w)e^(-jw)+r^2e^(-2jw)

1-rcos(w)*(cos(w)-jsinw)+.5r^2(cos(2w)-jsin(2w))

After simplifying I get:

1-rcos^2(w)+.5r^2cos(2w) + j(rsin(w)cos(w)-.5r^2sin(2w)

from there I let a=1-r(cos^2(w)-.5r^2cos(2w)) and b=r(sin(w)cos(w)-.5rsin(2w))

and using wolfram alpha to solve for sqrt(a^2+b^2) I don't get the simplified expression shown in the picture above. Am I approaching the problem correctly?
 
Physics news on Phys.org
If z=e^(jw), you can use this directly in the first fraction, to get the factor of (1-r). The other factor is easy to handle then.
 
mfb said:
If z=e^(jw), you can use this directly in the first fraction, to get the factor of (1-r). The other factor is easy to handle then.

Ah, I see. Thank you very much. I got the answer =)
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top