Poynting vector power flow question

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 8K views
JamesGoh
Messages
140
Reaction score
0
Im aware that the complex electromagnetic powerflow from a solid is described by the poynting vector (see 1.1), however I am not sure how the 1/2 term arises in the formula

[tex]1/2\oint\vec{E} \times \vec{H}.ds[/tex] (1.1)

where [tex]\times[/tex] = vector cross product and ds denotes a variance in the surface of the object

From the textbook I read, it says that [tex]\vec{E}[/tex] and [tex]\vec{H}[/tex] are peak phasors, not RMS which is meant to explain the 1/2 term, but from my understanding, the Vrms of a sinusoidal is always Vpeak/sqrt(2) where Vpeak = peak voltage of sinusoid. So I am really confused

Can anyone help me out here ?

cheers
 
Physics news on Phys.org
Ok I get the maths, but why is the E and H vectors divided by sqrt(2) ? In calculating electromagnetic power flow, are we only interested in the effective power being emitted from a solid ?
 
The equation is wrong. The Poynting vector should be

[tex]\frac12 \Re \{ \vec E \times \vec H^* \}[/tex]

That is, with the complex conjugate of H. This expression gives the real power emitted (hence the real part being taken). The imaginary part gives the reactive power, which is not part of the net energy transfer.

The factor of 1/2 comes because we are using complex phasors to represent real fields by means of

[tex]\vec E_{\textrm{real}} = \Re \{ \vec E (\cos \omega t + i \sin \omega t) \}[/tex]

Therefore, every phasor field actually represents two oscillatory fields superimposed over each other, 90 degrees out of phase. Thus when we calculate the power or intensity, we will overshoot by a factor of 2.
 
Ben Niehoff said:
The equation is wrong. The Poynting vector should be

[tex]\frac12 \Re \{ \vec E \times \vec H^* \}[/tex]

That is, with the complex conjugate of H. This expression gives the real power emitted (hence the real part being taken). The imaginary part gives the reactive power, which is not part of the net energy transfer.

The factor of 1/2 comes because we are using complex phasors to represent real fields by means of

[tex]\vec E_{\textrm{real}} = \Re \{ \vec E (\cos \omega t + i \sin \omega t) \}[/tex]

Therefore, every phasor field actually represents two oscillatory fields superimposed over each other, 90 degrees out of phase. Thus when we calculate the power or intensity, we will overshoot by a factor of 2.

Ok how do you obtain the 2 mathematically ?

Is it from realising that

cos(theta) = [exp(j*theta) + exp(-j*theta)] /2

sin(theta) = [exp(j*theta) - exp(-j*theta)] / (2*j)

Or that when you integrate a cos(theta)^2 term you end up with a 1/2 constant in your result ?

Note j = i
 
Cos^2(theta) + Sin^(theta) = 1

So the time average of Cos^2(theta) must be 1/2.

Thats all there is to the 1/2.

Note: Cos^2(theta) is the same as Cos(Theta)^2
 
All right, to show my understanding of this concept, I just want to run some things through with everyone

1) We take the real part of E x H divided by a half since practically, we are interested in the real power, not the reactive power

2) The reason for dividing by 2 arises from the fact that the E or H field consists of 2 sinusoidal components and the definition of power being the average energy over a period of time

3) the cos^2(theta) is a mathematical product of the E x H cross product operation

Please feel free to correct me