6
$\begingroup$

I would appreciate some assistance in answering the following problems. We are moving so quickly through our advanced linear algebra material, I can't wrap my head around the key concepts. Thank you.

Let $V$ be the space of all continuously differentiable real valued functions on $[a, b]$.

(i) Define $$\langle f,g\rangle = \int_a^bf(t)g(t) \, dt + \int_a^bf'(t)g'(t) \, dt.$$ Prove that $\langle , \rangle$ is an inner product on $V$.

(ii) Define that $||f|| = \int_a^b|f(t)| \, dt + \int_a^b|f'(t)| \, dt$. Prove that this defines a norm on V.

  • 1
    You need to verify that the definitionof norm and inner products hold. Which one of the axioms are you having problems verifying ? for example, linearity for the inner product should be a simple one2012-10-20
  • 3
    I changed $$ to $\langle f,g\rangle$. That is standard usage.2012-10-20
  • 2
    You need to check (1) symmetry, ie, $\langle f,g\rangle = \langle g,f\rangle$, (2) linearity in the first argument, ie, $\langle \alpha f,g\rangle = \alpha \langle f,g\rangle$ and $\langle f_1+f_2,g\rangle = \langle f_1,g\rangle + \langle f_2,g\rangle$ and (3) positive definiteness, ie, $\langle f,f\rangle \geq 0$, with equality iff $f=0$.2012-10-20
  • 1
    To show (ii), you need to check (1) $\|f\| \geq 0$ with equality iff $f=0$, (2) $\|\alpha f\| = |\alpha| \|f\|$, and (3) $\|f+g\| \leq \|f\| + \|g\|$. All of these properties follow from properties of the integral.2012-10-20

2 Answers 2