Finding the amplitude of the sum vector

chilge
Messages
8
Reaction score
0

Homework Statement


A signal E(t) is made up of three terms, each having the same frequency but differing in phase:

E(t) = E0cos(ωt) + E0cos(ωt + δ) + E0cos(ωt + 2δ)

It is possible to find the amplitude of the sum vector by summing each vector described as a magnitude multiplied by a phase. The sum will therefore contain three terms. You can simplify this to express the sum as a real number times a phase. The real number is the amplitude of the sum vector. Make a plot of the amplitude of the sum vector as a function of δ as δ varies from 0 to 2∏.


Homework Equations



A signal can be represented as the real part of a complex number z,
z = Aei(wt+∅) = A[cos(wt+∅) + jsin(wt+∅)]


The Attempt at a Solution



E(t) = E0cos(ωt) + E0cos(ωt + δ) + E0cos(ωt + 2δ)
E(t) = E0exp(iωt) + E0exp(i(ωt + δ)) + E0exp(i(ωt + 2δ))
E(t) = E0exp(iωt) * (1 + exp(iδ) + exp(i2δ))
E(t) = E0cos(ωt) * (1 + exp(iδ) + exp(i2δ))

I can't think of a way to simplify it any further to put it in the form real number * a phase term. Am I missing something?
 
Physics news on Phys.org
First of all, this equation really makes no sense:
chilge said:
Aei(wt+∅) = A[cos(wt+∅) + jsin(wt+∅)]
because you are using two different notations for the imaginary unit in the same expression. If you use i to denote the imaginary unit, you should have:
Aei(wt+∅) = A[cos(wt+∅) + i sin(wt+∅)]

Second, between the first and second steps in your attempt at a solution, you incorrectly applied that formula. You have changed a real expression into an expression with a real part and a non-zero imaginary part.

If you do some simple algebra you should see that you can represent cos(x) as
cos(x) = (eix+e-ix)/2
Alternatively, you could write cos(x) as the real part of eix, e.g.
cos(x)+cos(y) = Re[eix + eiy]

Try applying those formulae and see if you can make any more progress. And feel free to post again if you get stuck. But you should make a better attempt before I give you any more hints.
 
Last edited:
chilge said:

Homework Statement


A signal E(t) is made up of three terms, each having the same frequency but differing in phase:

E(t) = E0cos(ωt) + E0cos(ωt + δ) + E0cos(ωt + 2δ)

It is possible to find the amplitude of the sum vector by summing each vector described as a magnitude multiplied by a phase. The sum will therefore contain three terms. You can simplify this to express the sum as a real number times a phase. The real number is the amplitude of the sum vector. Make a plot of the amplitude of the sum vector as a function of δ as δ varies from 0 to 2∏.


Homework Equations



A signal can be represented as the real part of a complex number z,
z = Aei(wt+∅) = A[cos(wt+∅) + jsin(wt+∅)]


The Attempt at a Solution



E(t) = E0cos(ωt) + E0cos(ωt + δ) + E0cos(ωt + 2δ)
E(t) = E0exp(iωt) + E0exp(i(ωt + δ)) + E0exp(i(ωt + 2δ))
E(t) = E0exp(iωt) * (1 + exp(iδ) + exp(i2δ))
[STRIKE]E(t) = E0cos(ωt) * (1 + exp(iδ) + exp(i2δ))[/STRIKE]

I can't think of a way to simplify it any further to put it in the form real number * a phase term. Am I missing something?

You can not use the same notation for the real E(t) and the complex one. Write E(t)=Re(Z) where Z=E0exp(iωt) + E0exp(i(ωt + δ)) + E0exp(i(ωt + 2δ)), and make it equal to Aexp(i(ωt+θ)), where A and θ ( both real) are to be determined.

You need to transform the factor 1 + exp(iδ) + exp(i2δ) into the exponential form, 1 + exp(iδ) + exp(i2δ)=Cexp(iψ). For that, expand the exponentials exp(iδ)=cosδ+isinδ. Note that exp(i2δ)=[exp(iδ)]2. Collect the real and imaginary parts of the sum, and find the amplitude and phase.

ehild
 
Last edited:
the solution is much easier if you factor out E0exp(iωt)exp(iδ):

\hat Z(t)=E_0 e^{i \omega t}+E_0 e^{i (\omega t+\delta)}+E_0 e^{i (\omega t+2\delta)}=E_0 e^{i (\omega t+\delta)} (e^{-i\delta}+1+e^{i\delta})

But e^{-i\delta}+1+e^{i\delta}=1+2\cos \delta, a real quantity. That makes

\hat Z(t)=E_0 (1+2\cos \delta)e^{i (\omega t+\delta)}

ehild
 
Hi, I had an exam and I completely messed up a problem. Especially one part which was necessary for the rest of the problem. Basically, I have a wormhole metric: $$(ds)^2 = -(dt)^2 + (dr)^2 + (r^2 + b^2)( (d\theta)^2 + sin^2 \theta (d\phi)^2 )$$ Where ##b=1## with an orbit only in the equatorial plane. We also know from the question that the orbit must satisfy this relationship: $$\varepsilon = \frac{1}{2} (\frac{dr}{d\tau})^2 + V_{eff}(r)$$ Ultimately, I was tasked to find the initial...
The value of H equals ## 10^{3}## in natural units, According to : https://en.wikipedia.org/wiki/Natural_units, ## t \sim 10^{-21} sec = 10^{21} Hz ##, and since ## \text{GeV} \sim 10^{24} \text{Hz } ##, ## GeV \sim 10^{24} \times 10^{-21} = 10^3 ## in natural units. So is this conversion correct? Also in the above formula, can I convert H to that natural units , since it’s a constant, while keeping k in Hz ?
Back
Top