Is there any main method for finding norm of function in $L_1$ space? For example :
$f(x)$ = $\sin x$ in space $L_1[-\pi,\pi]$
|
Is there any main method for finding norm of function in $L_1$ space? For example :
|
|||||||||||||
|
|
By definition, if $f \in L^p(X)$, then $$\| f \|_p := \left(\int_X |f|^pd\mu\right)^{1/p}.$$ In this specific case case $p=1, X=[-\pi,\pi], f=\sin$, and $\mu$ is the Lebesgue measure we have (as @copper.hat points out) $$ \|\sin||_1 = \int_{-\pi}^{\pi}|\sin(x)|dx = 2\int_0^\pi \sin x dx = 4. $$ That is, to find the norm of a function you literally just plug into the definition. |
|||
|
|