Calculate the norm of a polynomial knowing inner product

$\begingroup$

The polynomial $p(x) = 3 - 2x$ is a polynomial in an inner product space with the inner product defined as

$$ \langle p, q \rangle = \int_0^1 p(x)q(x) \, dx$$

on the interval $[0, 1]$ in the vector space $\mathbb{P}^{2}$. The question is to find the norm of $p(x)$, which I know you calculate by doing

$$ \|p(x)\| = \sqrt{\langle p, p \rangle} = \sqrt{\int_0^1 (4x^2-12x+9) dx} $$

I did the problem on my own, and I got the answer $$\|p(x)\| = \sqrt{\frac{13}{3}}.$$

Is this the correct answer? I feel like it would be, but I'm not exactly sure

$\endgroup$ 3

1 Answer

$\begingroup$

Yes, your calculations are correct.

$\endgroup$ 1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like