Understanding Linear Functionals: Help Me w/ Example Problem!

wurth_skidder_23
Messages
39
Reaction score
0
I am studying for a final I have tomorrow in linear algebra, and I am still having trouble understanding linear functionals. Can someone help me out with this example problem, walk me through it so I can understand exactly what a linear functional is?

Is the following a linear functional?

\ y (x)=\int_0^1\ t^2 x(t) \, dx
\ y (x)=x(-2)+\int_0^1\ x(t^2)\, dt
 
Physics news on Phys.org
Always start by going back to the definitions.
 
For the second one, which is basically just an addition to the first, is this correct?

Property 1 of a linear functional is satisfied as follows:
\ y (x+z)=x(-2)+z(-2)+\int_0^1\ (x(t^2)+z(t^2))\, dt
\ y (x+z)=x(-2)+\int_0^1\ x(t^2)\, dt + z(-2)+\int_0^1\ z(t^2)\, dt
\ y (x+z)=y(x)+y(z)

Property 2 of a linear function is satisfied similarly:
\ y(a x)=a x(-2)+\int_0^1\ a x(t^2)\, dt
\ y(a x)=a (x(-2)+\int_0^1\ x(t^2)\, dt)
\ y(a x)=a y(x)
 
Last edited:
It's as easy as that.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top