New Reply

L2 norm of complex functions?

 
Share Thread
Jan15-13, 12:19 AM   #1
 

L2 norm of complex functions?


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.
PhysOrg.com science news on PhysOrg.com

>> New language discovery reveals linguistic insights
>> US official: Solar plane to help ground energy use (Update)
>> Four microphones, computer algorithm enough to produce 3-D model of simple, convex room
Jan15-13, 03:57 AM   #2
 
Blog Entries: 5
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
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?
Jan15-13, 08:40 AM   #3
 
Mentor
Quote by divB View Post
[tex]
\int (f-jg)(f-jg)^* dt = \int (f-jg)(f+jg) dt
[/tex]
This one should be $$\int (f-jg)(f-jg)^* dt = \int (f-jg)(f^*+jg^*) dt.$$ But why use the definition of <,> at all? I assume that you have already proved that it's an inner product. So why not just use that?
Jan15-13, 03:01 PM   #4
 

L2 norm of complex functions?


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

But [itex]2j<f,g>[/itex] is not [itex]2\Im<f,g>[/itex]...
Jan15-13, 03:04 PM   #5
 
Blog Entries: 5
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
What is <cf, g> and what is <f, cg> if c is a complex number?
Jan15-13, 06:31 PM   #6
 
Mentor
Quote by divB View Post
[tex]<f,f> - <f,jg> - <jg,f> + <jg,jg> \\
=<f,f> - j<f,g> - j<g,f> - <g,g>\\
= \|f\|^2 - 2j<f,g> - \|g\|^2
[/tex]
These steps are both wrong. What are the properties of an inner product on a complex vector space?
New Reply

Similar discussions for: L2 norm of complex functions?
Thread Forum Replies
Complex Convergence with Usual Norm Calculus & Beyond Homework 4
The limit of p-norms is the max norm in the space of continuous functions in [a,b] Calculus & Beyond Homework 0
Convergence of a sequence of functions to zero in the L1 norm? Calculus 7
How do i determine if a rock is qtz-norm, ol-norm, hy-norm or ne-norm? Earth 1
Convergence with L2 norm functions Calculus & Beyond Homework 2