In our class of functional analysis, we only studied theory, but never did exercises. We haven't studied Lebesgue integration. Also I'm having problems with key understanding of the subject, please don't judge me for that.
Let $A : C[a,b] \mapsto \mathbb{R}$ be a functional, defined as $A(x) = \int_{a}^{b}x(t) t^2 dt$.
1) Show that it's linear and bounded.
2) Compute it's norm.
To show that it's bounded I tried this approach.
$$||A(x)|| = \sup_{t\in [a,b]} \left\lvert \int_{a}^{b}x(t) t^2 dt \right\rvert \leq \sup_{t\in [a,b]} \int_{a}^{b} |t^2| \sup_{t\in [a,b]} |x(t)| dt = \sup_{t\in [a,b]} \int_{a}^{b} |t^2| ||x|| dt = ||x|| \sup_{t\in [a,b]} {\int_{a}^{b} |t^2| dt} = sgn(|b|-|a|)\frac{(b^2 - a^2)}{2}||x|| $$
So $||A(x)|| \leq C ||x||$
For linearity I think I need to show $A(\alpha x + \beta y) = \alpha A(x) + \beta A(y), \alpha, \beta \in \mathbb{R}, x,y \in C[a,b]$.
This follows from linearity property of integral.
To compute the norm of this operator, I did some searching at this site and saw that most of approaches here look like this.
1) showing that $||A(x)|| \leq C||x||$
2) showing that $||A(x)|| \geq C||x||$
conclude that $||A|| = C$
Will this approach be correct to continue? I will need some advice if my steps were wrong, and/or some hints to continue. Thank you.