Let f:R2→R2 be defined by f(x,y)=(-y,-x)
i) show that f is linear
ii)Determine a basis for the kernel of f and the nullity of f
iii) Determine the basis for the range of f and the rank of f
iv) Determine whether f is invertible or not
i) Let f:R2→R2 be defined by f(x,y)=(-y,-x)
Let "\\beta =\\{ (1,0)= e_1, (0,1)= e_2 \\}" be a standard ordered pair of R2
Then f(0,1) = (1,0)= 1(1,0)+0(0,1)
"[F]_{\\beta}=\\begin{bmatrix}\n 0 & 1\\\\\n 1 & 0\n\\end{bmatrix}= A(ay)"
"A(x)= |A-xI| = \\begin{vmatrix}\n -x & 1 \\\\\n 1 & -x\n\\end{vmatrix}= x^2-1" Hence linear
ii)
"F(x)= Ax\\\\\nA= \\begin{pmatrix}\n 1 & 1 \\\\\n 1 & -1\n\\end{pmatrix}"
"dom = R^2, co-dom = R^2\\\\\ndim \\space dom = 2, dim \\space co-dom = 2\\\\\nAx= 0 \\implies \\begin{pmatrix}\n 1 & 1 \\\\\n 1 & -1\n\\end{pmatrix}\\begin{pmatrix}\n x \\\\\n y\n\\end{pmatrix} = \\begin{pmatrix}\n 0 \\\\\n 0\n\\end{pmatrix}\\\\\n\\implies \\begin{pmatrix}\n x+y\\\\\n x-y\n\\end{pmatrix}= \\begin{pmatrix}\n 0 \\\\\n 0\n\\end{pmatrix}\\\\\nx+y=0\\\\\nx-y=0\\\\\n\\implies x=0; y=0\\\\\n\\therefore Kernel \\space F = \\{(0,0)\\} \\\\\nNullity =0\\\\"
iii)
"dom = R^2, co-dom = R^2\\\\\ndim \\space dom = 2, dim \\space co-dom = 2\\\\\nAx= 0 \\implies \\begin{pmatrix}\n 1 & 1 \\\\\n 1 & -1\n\\end{pmatrix}\\begin{pmatrix}\n x \\\\\n y\n\\end{pmatrix} = \\begin{pmatrix}\n 0 \\\\\n 0\n\\end{pmatrix}\\\\\n\\implies \\begin{pmatrix}\n x+y\\\\\n x-y\n\\end{pmatrix}= \\begin{pmatrix}\n 0 \\\\\n 0\n\\end{pmatrix}\\\\\nx+y=0\\\\\nx-y=0\\\\\n\\implies x=0; y=0\\\\\n\\therefore Range \\space F = R^2\\\\\n\\implies Range = \\{(1,0), (0,1)\\}"
iv)
"For \\space y \\epsilon R" to find "x \\epsilon R" such that
"f(x)=y\\\\\nf(x,y)=(-y,-x)"
This shows that f is invertible
Comments
Leave a comment