When is this linear transformation an isomorphism?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 1K views
lep11
Messages
380
Reaction score
7

Homework Statement


Let L: ℝ2→ℝ2 such that L(x1, x2)T=(1, 2 ; 3, α)(x1, x2)T=Ax
Determine at what values of α is L an isomorphism. Obviously L is given in matrix form.

The Attempt at a Solution


First of all a quick check, dim (ℝ2)=dim(ℝ2)=2 Ok.

An isomorphism means linear transformation which is bijective. ##Det (A)=α-6## so for A to be invertible and therefore L to be bijective must hold ##α≠6.## On the other hand it suffices to determine when L is injective because L is bijective iff it's injective. If ##α## was 0, ker(L) would include infinitely many vectors and L would neither be injective nor bijective.
So ##α≠6.## and ##α≠0.##
What's the best approach to this particular problem?
 
Last edited:
Physics news on Phys.org
A map from [itex]\mathbb{R}^n[/itex] to itself is invertible if and only if its determinant is non-zero. You have shown that the determinant of your map is [itex]\alpha - 6[/itex].

When [itex]\alpha = 0[/itex] the inverse of [itex]\begin{pmatrix} 1 & 2 \\ 3 & 0 \end{pmatrix}[/itex] is [itex]\begin{pmatrix} \frac12 & -\frac16 \\ 0 & \frac13 \end{pmatrix}[/itex].
 
pasmith said:
A map from [itex]\mathbb{R}^n[/itex] to itself is invertible if and only if its determinant is non-zero. You have shown that the determinant of your map is [itex]\alpha - 6[/itex].
We haven't actually been told that in our class (yet?) so we haven't proven that either. Is it that simple? So is the final solution that L is an isomorphism when α∈ℝ\{6}?

pasmith said:
When [itex]\alpha = 0[/itex] the inverse of [itex]\begin{pmatrix} 1 & 2 \\ 3 & 0 \end{pmatrix}[/itex] is [itex]\begin{pmatrix} \frac12 & -\frac16 \\ 0 & \frac13 \end{pmatrix}[/itex].
What about kernel of L and injectivity if α=0?
 
Last edited:
lep11 said:
We haven't actually been told that in our class (yet?) so we haven't proven that either. Is it that simple? So is the final solution that L is an isomorphism when α∈ℝ\{6}?What about kernel of L and injectivity if α=0?

The kernel is trivial: if [tex]\begin{pmatrix} 1 & 2 \\ 3 & 0 \end{pmatrix} \begin{pmatrix} x \\ y \end{pmatrix} = 0[/tex] then the bottom row gives [itex]3x = 0[/itex], so that [itex]x = 0[/itex]. The top row then gives [itex]x + 2y = 2y = 0[/itex] so [itex]y = 0[/itex] also.

Similarly it is injective: if [tex]\begin{pmatrix} 1 & 2 \\ 3 & 0 \end{pmatrix} \begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} a \\ b\end{pmatrix}[/tex] then [itex]x = \frac13 b[/itex] and [itex]y = \frac12a - \frac16b[/itex].

(The inverse given in my previous post appears to be incorrect; as appears from the above it should be [itex]\begin{pmatrix} 0 & \frac13 \\ \frac12 & - \frac16\end{pmatrix}[/itex]