Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

Q. I think I find the kernel but several... which is correct? Seems like depending on which variable I put as kernel, I can get several kernels. Correct?

T is the transformation from $\mathbb{R}^2$ to $\mathbb{R}^2$ whose matrix is A $$A = \left(\begin{array}{cc} \frac{1}{4}&\frac{\sqrt{3}}{4}\\\frac{\sqrt{3}}{4}&\frac{3}{4}\\\end{array}\right)$$

I need to find the kernel of T. And the following is my solution. $$\left(\begin{array}{cc} \frac{1}{4}&\frac{\sqrt{3}}{4}\\\frac{\sqrt{3}}{4}&\frac{3}{4}\\\end{array}\right)\left(\begin{array}{cc} x_{1}\\x_{2}\\\end{array}\right) = \vec{O}$$

So I have

$$\left(\begin{array}{cc} \frac{1}{4}&\frac{\sqrt{3}}{4}\\\frac{\sqrt{3}}{4}&\frac{3}{4} \end{array}\;\middle\vert\;\begin{array}{cc}\\0\\0\end{array}\right) ---rref--- \left(\begin{array}{cc} 1&\sqrt{3}\\0&0 \end{array}\;\middle\vert\;\begin{array}{cc}\\0\\0\end{array}\right)$$

Then I get the following equation in which I get really confused.

$$ x_{1} + \sqrt{3}x_{2} = 0 $$

Which variable should I put t as a free variable?

1st cast: $$ \left(\begin{array}{cc} x_{1}\\x_{2}\\\end{array}\right) = \left(\begin{array}{cc} t\\-\frac{1}{\sqrt{3}}t\\\end{array}\right) = \left(\begin{array}{cc} 1\\-\frac{1}{\sqrt{3}}\\\end{array}\right)t ---> ker(T) = span\left(\begin{array}{cc} 1\\-\frac{1}{\sqrt{3}}\\\end{array}\right) $$

2nd cast: $$ \left(\begin{array}{cc} x_{1}\\x_{2}\\\end{array}\right) = \left(\begin{array}{cc} -\sqrt{3}t\\t\\\end{array}\right) = \left(\begin{array}{cc} -\sqrt{3}\\1\\\end{array}\right)t ---> ker(T) = span\left(\begin{array}{cc} -\sqrt{3}\\1\\\end{array}\right) $$

Which is correct? I am so confused.

Help me. Thanks,

share|improve this question
Oh in the middle, I did row-reduced echelon form to get it – user2310042 Apr 25 at 9:39
1  
$x_1=1,x_2=-\sqrt{3}$ is not a solution for $x_1+\sqrt{3}x_2=0$ – Federica Maggioni Apr 25 at 9:49
I just corrected it. THanks! – user2310042 Apr 25 at 10:07

2 Answers

up vote 0 down vote accepted

$x_1+\sqrt{3}x_2=0\rightarrow x_1=-\sqrt{3}x_2\rightarrow (x_1,x_2)=(-\sqrt{3}x_2,x_2)=(-\sqrt{3},1)x_2\rightarrow \ker(T)=span(-\sqrt{3},1)$

share|improve this answer
How about this ? $$ ker(T) = span\left(\begin{array}{cc} 1\\-\frac{1}{\sqrt{3}}\\\end{array}\right) $$ – user2310042 Apr 25 at 10:06
Do I have two kernels? – user2310042 Apr 25 at 10:06
@user2310042 it is the same , the two vectors $(-\sqrt{3},1)$ and $(1,-\frac{1}{\sqrt{3}})$ differ by the constant $-\frac{1}{\sqrt{3}}$ hence generate the same subspace – Federica Maggioni Apr 25 at 10:17

The first cast can't be correct. define $A$ the martrix of the linear transformation, and v the row vector $(1; -\sqrt{3})$. It is easy calculate that $Av^t \neq 0$ (in fact it is $(-\frac{1}{2},\frac{\sqrt{3}}{2})$.

In fact you made a mistake calculate the first solution, if $x=t$ then $\sqrt{3}y=-t$ then $y=-\frac{t}{\sqrt{3}}$

share|improve this answer
I just corrected but I still seem to get two kernels... Thanks – user2310042 Apr 25 at 10:05
you obtain two different representations of the same kernel. the first cast is span$(1,-\frac{1}{\sqrt{3}})$ (i call "v" this vector) wich is equal to the second because $-\sqrt{3}*v=(-\sqrt{3},1)$ so the two spans are the same – Ric Ped Apr 25 at 10:09
remember the definition of span(v) and you will be ok :) – Ric Ped Apr 25 at 10:10

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.