[Complex exponential] Solutions must be wrong

Click For Summary

Homework Help Overview

The discussion revolves around the accuracy of a z-plot for various complex exponentials, specifically focusing on the expressions involving phasors and their representation in the Z plane. The original poster presents several complex exponential functions and seeks feedback on their analysis and plotting results.

Discussion Character

  • Exploratory, Conceptual clarification, Assumption checking

Approaches and Questions Raised

  • The original poster attempts to analyze the complex exponentials and their corresponding plots, questioning the validity of their results compared to external solutions. Some participants suggest that the expressions should be viewed as phasors and emphasize the importance of time-varying components. Others raise questions about the interpretation of the exponential terms and their implications on the plotted values.

Discussion Status

Participants are actively engaging with the original poster's analysis, providing clarifications on the nature of phasors and the significance of time in the context of the z-plot. There is an ongoing exploration of the differences between the original poster's results and the external solutions, with some guidance offered on how to approach the plotting of these complex numbers.

Contextual Notes

There are indications of confusion regarding the evaluation of the complex exponentials at specific time points, and participants are discussing the implications of these evaluations on the overall understanding of the problem. The original poster mentions discrepancies with solutions found online, suggesting a need for further clarification on the assumptions made in their analysis.

JJ91
Messages
40
Reaction score
0

Homework Statement


Hi,

I would like to get feedback if my z-plot is accurate for the following complex exponentiala:
Code:
a=2*exp(j*∏*t)
b=2*exp(j*∏*-1.25)
c=1*exp(j*∏*t)
d=-j*exp(j*∏*t)

Further analysis:
a= -2 because cos(∏) = -1 and sin(∏)=0
b= actual complex number A*cos(∅)+j*sin(∅)
c= -1 because cos(∏) = -1 and sin(∏)=0
d=+j because -j*cos(∏)= +j and -j*j*sin(∏)=0

However according to solutions from other source my analysis is wrong.

I've decided to plot both graphs in MatLab so you can see the difference:
(my solution on the left)/(solution from other source on the right)
2hgh20g.jpg


2.
A*exp(x)=A*cos(x)+A*j*sin(x)

3.
As stated in one, theory doesn't agree with solution found on the internet.
Also, in whatever form I put the exponential in the function I keep getting totally different results.
e.g.
[2*exp(j*pi), 2*exp(j*pi*-1.25), 1*exp(j*pi), -j*exp(j*pi)] would not give me similar amplitude as above for some reason.

P.S. Ignore the R{1} on the left graph.
 
Physics news on Phys.org
tomek91 said:
I would like to get feedback if my z-plot is accurate for the following complex exponentiala:
Code:
a=2*exp(j*∏*t)
b=2*exp(j*∏*-1.25)
c=1*exp(j*∏*t)
d=-j*exp(j*∏*t)

This looks very confused. From the solution, the above looks like phasors and should be written as:

a = 2 ejwt
b = 2 ej(wt - 1.25∏)
c = 1 ejwt
d = -j ejwt

where w could be pi rad/s but I think is more likely a frequency variable.

First thing you need to notice is these are not fixed points in the Z plane -- they vary with t. So instead we view each phasor as a time-varying part multiplied by a fixed complex multiplier. Do this by factoring out ejwt and plotting the multiplier in the Z plane. For example, A would be 2 times the time varying part ejwt.

On your plot, each point is understood to be multiplied by ejwt and as time varies, they all get rotated counterclockwise by wt radians but maintain fixed spatial relationships between them so that you can imagine rotating the entire sheet of paper the plot is on clockwise wt radians to find the location of each complex number for all time.

The solution provided looks like a phasor diagram for the above.
 
aralbrec said:
tomek91 said:
I would like to get feedback if my z-plot is accurate for the following complex exponentiala:
Code:
a=2*exp(j*∏*t)
b=2*exp(j*∏*-1.25)
c=1*exp(j*∏*t)
d=-j*exp(j*∏*t)

This looks very confused. From the solution, the above looks like phasors and should be written as:

a = 2 ejwt
b = 2 ej(wt - 1.25∏)
c = 1 ejwt
d = -j ejwt

where w could be pi rad/s but I think is more likely a frequency variable.

First thing you need to notice is these are not fixed points in the Z plane -- they vary with t. So instead we view each phasor as a time-varying part multiplied by a fixed complex multiplier. Do this by factoring out ejwt and plotting the multiplier in the Z plane. For example, A would be 2 times the time varying part ejwt.

On your plot, each point is understood to be multiplied by ejwt and as time varies, they all get rotated counterclockwise by wt radians but maintain fixed spatial relationships between them so that you can imagine rotating the entire sheet of paper the plot is on clockwise wt radians to find the location of each complex number for all time.

The solution provided looks like a phasor diagram for the above.

As written,
b = 2 e^{-1.25 j \pi}. Is that really what is wanted?

RGV
 
aralbrec said:
On your plot, each point is understood to be multiplied by ejwt and as time varies, they all get rotated counterclockwise by wt radians but maintain fixed spatial relationships between them

That make sense, however, so if e.g. 2 is multiplied by ejωt where ω is pi rad/sec then the result of this exponential is -1 (considering only real part of this complex exponential) thus the resulting value of this exponential is -2 but solution says 2.

The first graphs (subplot 1 and 2) shows a synthesis of those 4 exponential using MatLab function which is based on this formula (sinusoidal synthesis):
rc7qdh.jpg
The question or the form of this exponentials is represented as follows in textbook:
dls043.jpg
 
tomek91 said:
however, so if e.g. 2 is multiplied by ejωt where ω is pi rad/sec then the result of this exponential is -1 (considering only real part of this complex exponential) thus the resulting value of this exponential is -2 but solution says 2.

At what time are you supposing ej∏t is equal to -1? I'd agree with you it equals -1 at time t=1, eg, but at time t=0 it equals +1. By factoring out the time component we can plot the constant part of the phasor in the Z plane. If A = 2 ejwt and we agree to draw a diagram for t=0, then A will be plotted at (2,0) as in the solution. To find A at other times you have to multiply this position by ejwt, the part we factored out. This has the effect of rotating the point A counter clockwise by wt radians. For time t=1 and w=∏, eg, we would multiply 2 by ej∏ to find at time t=1, A=2*(-1) = -2 as you have been saying.

On the phasor diagram, you can add those plotted points as vectors to find out what overall sum of the signal will be, then multiply by ej∏t and take the real part for the sinusoid.

But I think your discrepancy is coming from evaluating ej∏t at time t=1 instead of t=0 if I've understood correctly.
 
Just realized right now that I was over-thinking about that. Very basic, thanks for answer.
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
5K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
2
Views
2K
Replies
7
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
9
Views
2K