Function norm and root mean square for sin(x) on [0,π]

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
squenshl
Messages
468
Reaction score
4
norm of a function ||f|| & the "root mean square" of a function.

How do I explain the connection between the norm of a function ||f|| & the "root mean square" of a function. You may like to consider as an example C[0,[tex]\pi[/tex]], the inner product space of continuous functions on the interval [0,[tex]\pi[/tex]] with the inner product
(f,g) = [tex]\int_0^\pi[/tex] f(x)g(x) dx.
Let f(x) = sin(x). How do I find ||f||. Also find "root mean square" of f. What do you notice?
 
Physics news on Phys.org


Well, have you tried using the definitions and applying them to this particular f?
 


Morphism's point is that |f| is normally defined, in an inner product space, as the square root of the inner product of f with itself. So if
[tex](f, g)= \int_0^\pi f(x)g(x)dx[/tex]
Then
[tex]|f|= \sqrt{\int_0^\pi f^2(x) dx[/tex]

Now, what is
[tex]\sqrt{\int_0^\pi sin^2(x) dx[/tex]?