How Does the Kernel Equaling the Image Explain A Squared Equaling Zero?

tomeatworld
Messages
49
Reaction score
0

Homework Statement


i) Find the Image and Kernel of A = (2,1)(-4,-2) (where each bracket is a row).
ii) Calculate A2 and use i) to explain your result.


Homework Equations


None

The Attempt at a Solution


So I can do everything up to the very last bit (i think anyway).
i) The Kernel = (1,-2) = Image.
ii) A2 = 0 but this is where I don't know what to say. How do I use part i) to explain the 0 matrix found?
 
Physics news on Phys.org
tomeatworld said:

Homework Statement


i) Find the Image and Kernel of A = (2,1)(-4,-2) (where each bracket is a row).
ii) Calculate A2 and use i) to explain your result.


Homework Equations


None

The Attempt at a Solution


So I can do everything up to the very last bit (i think anyway).
i) The Kernel = (1,-2) = Image.
ii) A2 = 0 but this is where I don't know what to say. How do I use part i) to explain the 0 matrix found?
For i, you have the basic idea, but it needs some refinement. The kernel is not just one vector; there are an infinite number of vectors in the kernel of A. Likewise, the range is not just one vector either.

Geometrically, A maps any vector along the line 2x + y = 0 to the zero vector. A maps any vector x not along the the line 2x + y = 0 to a vector along this line. IOW, if x is not in the kernel of A, A projects it onto this line.

For ii, since A2x = A(Ax)think about what A does to a vector x, and then think about what A does to a vector Ax.
 
OK i think i understand what you mean about the kernel. so applying to to another question, if I have the matrix:

A=[{1,0,-2},{2,2,0},{0,3,6}] and I wanted to find the kernel, I'd reduce it down to:

A=[{1,0,-2},{0,1,2},{0,0,0}] and thus the kernel is:

Ker[A] = f[1,-1,2] where f is any number.

Is that about right?
 
I think you got the 1's and 2's switched, i.e.

\textrm{Ker}[A] = \{\vec{x}\in \Re^3\,|\, \vec{x} = f(2,-2,1), f \in \Re\}
 
tomeatworld said:

Homework Statement


i) Find the Image and Kernel of A = (2,1)(-4,-2) (where each bracket is a row).
ii) Calculate A2 and use i) to explain your result.


Homework Equations


None

The Attempt at a Solution


So I can do everything up to the very last bit (i think anyway).
i) The Kernel = (1,-2) = Image.
ii) A2 = 0 but this is where I don't know what to say. How do I use part i) to explain the 0 matrix found?
The point here is that the image is the kernel! For any vector v, Av is in the kernel of A so A(Av)= 0.
 
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