What Causes the Error in Calculating the L2 Norm of Complex Functions?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 7K views
divB
Messages
85
Reaction score
0
Hi,

I want to show:

[tex] \|f-jg\|^2 = \|f\|^2 - 2 \Im\{<f,g>\} + \|g\|^2[/tex]

However, as far as I understand, for complex functions [itex]<f,g> = \int f g^* dt[/itex], right? Therefore:

[tex] \|f-jg\|^2 = <f-jg, f-jg> = \int (f-jg)(f-jg)^* dt = \int (f-jg)(f+jg) dt = \int f^2 + jfg - jfg + g^2 dt = \|f\|^2 + \|g\|^2[/tex]

Where is my wrong assumption?
Thanks.
 
Physics news on Phys.org
Are f and g complex functions? Then you should write f = Re(f) + j Im(f), g = Re(g) + j Im(g).

Or are they just the real parts of a single function? Because then you've just shown that ||f||² = ||Re f||² + ||Im f||², which makes sense, right?
 
Hi, thank you. Ok, no integrals, but only use <,>

I am again confused :(

[tex]\|v\|^2 = <v,v>[/tex], as far as I understand also for complex functions. But then, with using only the inner product, I have no chance to obtain an imaginary part only:

[tex] \|f-jg\|^2 = <f-jg,f-jg> = <f,f-jg>-<jg,f-jg> \\<br /> = <f,f> - <f,jg> - (<jg,f>-<jg,jg>) \\<br /> = <f,f> - <f,jg> - <jg,f> + <jg,jg> \\<br /> = <f,f> - j<f,g> - j<g,f> - <g,g><br /> = \|f\|^2 - 2j<f,g> - \|g\|^2[/tex]

But [itex]2j<f,g>[/itex] is not [itex]2\Im<f,g>[/itex]...