Math ClubMath Club
v1 · padrão canônico

Lesson 112 — Linear transformations

Functions between vector spaces that preserve linear combinations. Matrix representation in a basis. Change of basis. The fundamental operation that makes ML, 3D graphics, and signal processing possible.

Used in: Leistungskurs alemão (Lineare Algebra) · Math III japonês · H2 Math singapurense · graduação engenharia 1.º semestre

T(au+bv)=aT(u)+bT(v)T(au + bv) = a\,T(u) + b\,T(v)

Uma transformação linear é uma função T:VWT: V \to W entre espaços vetoriais que preserva soma e multiplicação por escalar. Em base fixa, é representada por uma matriz: aplicar TT a um vetor vira multiplicação matricial T(v)=AvT(v) = Av.

Choose your door

Rigorous notation, full derivation, hypotheses

Definição rigorosa

Transformações lineares

"Uma transformação linear é uma função que vai de um espaço vetorial para outro e preserva as operações de espaço vetorial de adição de vetores e multiplicação por escalar." — Beezer — A First Course in Linear Algebra, §LT

"Se TT é uma transformação linear, então T(0)=0T(0) = 0." — Beezer — A First Course in Linear Algebra, Teorema LTTZZ, §LT

Representação matricial

Vbase BWbase CTcoord. x em Bcoord. [T]x em C[T] ∈ M(m×n)

Diagrama: T leva vetores de V (com base B) para W (com base C). Em coordenadas, a operação é multiplicação pela matriz [T].

Mudança de base e matrizes semelhantes

"Duas matrizes que representam a mesma transformação linear em diferentes bases são chamadas de matrizes semelhantes, e B=P1APB = P^{-1}AP para alguma matriz invertível PP." — Hefferon — Linear Algebra, cap. 3 §III.1

Composição

Exemplos resolvidos

Exercise list

40 exercises · 10 with worked solution (25%)

Application 28Understanding 8Modeling 3Challenge 1
  1. Ex. 112.1ApplicationAnswer key

    T:R2R2T: \mathbb{R}^2 \to \mathbb{R}^2 definida por T(x,y)=(x,0)T(x, y) = (x,\, 0). TT é transformação linear?

    Select the correct option
    Select an option first
    Show solution
    Sejam u=(x1,y1)u=(x_1,y_1) e v=(x2,y2)v=(x_2,y_2). T(u+v)=(x1+x2,0)=T(u)+T(v)T(u+v)=(x_1+x_2,0)=T(u)+T(v) e T(cu)=(cx1,0)=cT(u)T(cu)=(cx_1,0)=cT(u). Ambas condições satisfeitas.
    Show step-by-step (with the why)
    1. Soma: T((x1,y1)+(x2,y2))=T(x1+x2,y1+y2)=(x1+x2,0)=(x1,0)+(x2,0)=T(u)+T(v)T((x_1,y_1)+(x_2,y_2))=T(x_1+x_2,y_1+y_2)=(x_1+x_2,0)=(x_1,0)+(x_2,0)=T(u)+T(v).
    2. Escalar: T(c(x,y))=T(cx,cy)=(cx,0)=c(x,0)=cT(x,y)T(c(x,y))=T(cx,cy)=(cx,0)=c(x,0)=cT(x,y).
    3. Conclusão: Linear.
  2. Ex. 112.2Application

    T:R2R2T: \mathbb{R}^2 \to \mathbb{R}^2 definida por T(x,y)=(x,1)T(x, y) = (x,\, 1). TT é transformação linear?

    Select the correct option
    Select an option first
    Show solution
    T(0,0)=(0,1)(0,0)T(0,0)=(0,1)\neq(0,0). Como transformação linear deve enviar zero em zero, TT não é linear.
  3. Ex. 112.3Application

    T:RRT: \mathbb{R} \to \mathbb{R} definida por T(x)=x2T(x) = x^2. TT é transformação linear?

    Select the correct option
    Select an option first
    Show solution
    T(cx)=(cx)2=c2x2=c2T(x)T(c\cdot x)=(cx)^2=c^2x^2=c^2T(x), mas linearidade exige cT(x)=cx2cT(x)=cx^2. Como c2cc^2\neq c em geral, não é linear.
  4. Ex. 112.4Application

    D:PnPn1D: \mathcal{P}_n \to \mathcal{P}_{n-1} definida por D(p)=pD(p) = p' (derivada). DD é transformação linear?

    Select the correct option
    Select an option first
    Show solution
    As propriedades da derivada garantem D(f+g)=Df+DgD(f+g)=Df+Dg e D(cf)=cDfD(cf)=cDf. Logo DD é transformação linear em qualquer espaço de funções diferenciáveis.
    Show step-by-step (with the why)
    1. Soma: D(f+g)=(f+g)=f+g=D(f)+D(g)D(f+g)=(f+g)'=f'+g'=D(f)+D(g).
    2. Escalar: D(cf)=(cf)=cf=cD(f)D(cf)=(cf)'=cf'=cD(f).
    3. Conclusão: DD é linear.
  5. Ex. 112.5Application

    A definição de transformação linear T:VWT: V \to W requer:

    Select the correct option
    Select an option first
    Show solution
    A definição exige: preservação de adição (T(u+v)=T(u)+T(v)T(u+v)=T(u)+T(v)) e de multiplicação por escalar (T(cv)=cT(v)T(cv)=cT(v)). As duas em conjunto equivalem a T(au+bv)=aT(u)+bT(v)T(au+bv)=aT(u)+bT(v).
  6. Ex. 112.6Application

    T:R2R2T: \mathbb{R}^2 \to \mathbb{R}^2 dada por T(x,y)=(2xy,  x+3y)T(x, y) = (2x - y,\; x + 3y). É linear?

    Select the correct option
    Select an option first
    Show solution
    T(x,y)=(2xy,x+3y)T(x,y)=(2x-y,x+3y). T(u+v)=T(x1+x2,y1+y2)=(2(x1+x2)(y1+y2),(x1+x2)+3(y1+y2))=T(u)+T(v)T(u+v)=T(x_1+x_2,y_1+y_2)=(2(x_1+x_2)-(y_1+y_2),(x_1+x_2)+3(y_1+y_2))=T(u)+T(v). T(cu)=(2cxcy,cx+3cy)=cT(u)T(cu)=(2cx-cy,cx+3cy)=cT(u). Linear.
    Show step-by-step (with the why)
    1. Passo 1. Cheque zero: T(0,0)=(0,0)T(0,0)=(0,0). OK.
    2. Passo 2. Soma: expanda T(u+v)T(u+v) e compare com T(u)+T(v)T(u)+T(v). Distributividade da multiplicação garante igualdade.
    3. Passo 3. Escalar: T(cx,cy)=(2cxcy,cx+3cy)=c(2xy,x+3y)=cT(x,y)T(cx,cy)=(2cx-cy,cx+3cy)=c(2x-y,x+3y)=cT(x,y).
  7. Ex. 112.7UnderstandingAnswer key

    Uma consequência imediata da definição de transformação linear é:

    Select the correct option
    Select an option first
    Show solution
    T(0V)=T(00V)=0T(0V)=0WT(0_V)=T(0\cdot 0_V)=0\cdot T(0_V)=0_W. Consequência direta de T(cv)=cT(v)T(cv)=cT(v) com c=0c=0.
  8. Ex. 112.8Understanding

    A linearidade se estende a combinações lineares arbitrárias:

    Select the correct option
    Select an option first
    Show solution
    Aplicando a definição por indução: T(aivi)=aiT(vi)T(\sum a_i v_i)=\sum a_i T(v_i). Isso significa que TT está completamente determinada pelos valores em uma base.
  9. Ex. 112.9Understanding

    Para determinar uma transformação linear T:RnRmT: \mathbb{R}^n \to \mathbb{R}^m:

    Select the correct option
    Select an option first
    Show solution
    Para qualquer v=a1e1++anenv=a_1e_1+\cdots+a_ne_n, linearidade dá T(v)=a1T(e1)++anT(en)T(v)=a_1T(e_1)+\cdots+a_nT(e_n). Os valores na base determinam TT inteiramente.
  10. Ex. 112.10Application

    T:R2RT: \mathbb{R}^2 \to \mathbb{R} definida por T(x,y)=x2+yT(x, y) = x^2 + y. É linear?

    Select the correct option
    Select an option first
    Show solution
    T(u)+T(v)=x12+y1+x22+y2T(u)+T(v)=x_1^2+y_1+x_2^2+y_2, mas T(u+v)=(x1+x2)2+(y1+y2)=x12+2x1x2+x22+y1+y2T(u+v)=(x_1+x_2)^2+(y_1+y_2)=x_1^2+2x_1x_2+x_2^2+y_1+y_2. O termo 2x1x22x_1x_2 impede igualdade.
  11. Ex. 112.11Application

    T:R2R2T: \mathbb{R}^2 \to \mathbb{R}^2, T(x,y)=(2x+y,  x3y)T(x, y) = (2x + y,\; x - 3y). Matriz canônica [T][T]:

    Select the correct option
    Select an option first
    Show solution
    T(e1)=T(1,0)=(2,1)T(e_1)=T(1,0)=(2,1): coluna 1. T(e2)=T(0,1)=(1,3)T(e_2)=T(0,1)=(1,-3): coluna 2. Matriz: (2113)\begin{pmatrix}2&1\\1&-3\end{pmatrix}.
    Show step-by-step (with the why)
    1. Calcule T(e1)=T(1,0)=(21+0,130)=(2,1)T(e_1)=T(1,0)=(2\cdot1+0,\,1-3\cdot0)=(2,1) — 1ª coluna.
    2. Calcule T(e2)=T(0,1)=(20+1,031)=(1,3)T(e_2)=T(0,1)=(2\cdot0+1,\,0-3\cdot1)=(1,-3) — 2ª coluna.
    3. Monte coluna a coluna: [T]=(2113)[T]=\begin{pmatrix}2&1\\1&-3\end{pmatrix}.
  12. Ex. 112.12Application

    T:R3R2T: \mathbb{R}^3 \to \mathbb{R}^2, T(x,y,z)=(x,  y)T(x, y, z) = (x,\; y) (projeção nas duas primeiras coordenadas). Matriz [T][T]:

    Select the correct option
    Select an option first
    Show solution
    T(e1)=(1,0)T(e_1)=(1,0): coluna 1. T(e2)=(0,1)T(e_2)=(0,1): coluna 2. T(e3)=(0,0)T(e_3)=(0,0): coluna 3. Matriz 2×32\times3: (100010)\begin{pmatrix}1&0&0\\0&1&0\end{pmatrix}.
  13. Ex. 112.13Application

    D:P2P2D: \mathcal{P}_2 \to \mathcal{P}_2, D(p)=pD(p) = p', base B={1,x,x2}\mathcal{B} = \{1, x, x^2\}. Matriz [D]B[D]_{\mathcal{B}}: (Resp: triangular superior com 1 e 2)

    Select the correct option
    Select an option first
    Show solution
    D(1)=0(0,0,0)TD(1)=0\Rightarrow(0,0,0)^T; D(x)=1(1,0,0)TD(x)=1\Rightarrow(1,0,0)^T; D(x2)=2x(0,2,0)TD(x^2)=2x\Rightarrow(0,2,0)^T. Colunas formam (010002000)\begin{pmatrix}0&1&0\\0&0&2\\0&0&0\end{pmatrix}.
    Show step-by-step (with the why)
    1. Base B={1,x,x2}\mathcal{B}=\{1,x,x^2\}.
    2. D(1)=0=01+0x+0x2D(1)=0=0\cdot1+0\cdot x+0\cdot x^2. Coordenadas: (0,0,0)T(0,0,0)^T.
    3. D(x)=1=11+0x+0x2D(x)=1=1\cdot1+0\cdot x+0\cdot x^2. Coordenadas: (1,0,0)T(1,0,0)^T.
    4. D(x2)=2x=01+2x+0x2D(x^2)=2x=0\cdot1+2\cdot x+0\cdot x^2. Coordenadas: (0,2,0)T(0,2,0)^T.
  14. Ex. 112.14ApplicationAnswer key

    T:R2R2T: \mathbb{R}^2 \to \mathbb{R}^2 tem matriz [T]=(1200)[T] = \begin{pmatrix}1&2\\0&0\end{pmatrix}. T(3,1)=T(3,1) =: (Resp: (5,0)(5, 0))

    Select the correct option
    Select an option first
    Show solution
    Matriz [T]=(1200)[T]=\begin{pmatrix}1&2\\0&0\end{pmatrix}. Então T(3,1)=[T](31)=(13+210)=(50)T(3,1)=[T]\begin{pmatrix}3\\1\end{pmatrix}=\begin{pmatrix}1\cdot3+2\cdot1\\0\end{pmatrix}=\begin{pmatrix}5\\0\end{pmatrix}.
    Show step-by-step (with the why)
    1. Identifique a matriz: T(e1)=(1,0)TT(e_1)=(1,0)^T, T(e2)=(2,0)TT(e_2)=(2,0)^T.
    2. Aplique: T(3,1)=3T(e1)+1T(e2)=3(1,0)+1(2,0)=(5,0)T(3,1)=3T(e_1)+1\cdot T(e_2)=3(1,0)+1(2,0)=(5,0).
  15. Ex. 112.15Application

    O algoritmo para obter a matriz canônica [T][T] de T:RnRmT: \mathbb{R}^n \to \mathbb{R}^m na base canônica é:

    Select the correct option
    Select an option first
    Show solution
    Algoritmo coluna-a-coluna: calcule T(ej)T(e_j) e expresse em coordenadas da base de WW. O resultado é a jj-ésima coluna de [T][T].
  16. Ex. 112.16Application

    T:R2R3T: \mathbb{R}^2 \to \mathbb{R}^3, T(x,y)=(3xy,  2x,  4y)T(x,y) = (3x - y,\; 2x,\; 4y). Matriz [T][T]:

    Select the correct option
    Select an option first
    Show solution
    T(e1)=T(1,0)=(3,2,0)TT(e_1)=T(1,0)=(3,2,0)^T: coluna 1. T(e2)=T(0,1)=(1,0,4)TT(e_2)=T(0,1)=(-1,0,4)^T: coluna 2. Matriz 3×23\times2.
  17. Ex. 112.17Understanding

    A representação matricial de T:VWT: V \to W em bases B\mathcal{B} (de VV) e C\mathcal{C} (de WW) é única?

    Select the correct option
    Select an option first
    Show solution
    Em qualquer par de bases (B,C)(\mathcal{B},\mathcal{C}), a jj-ésima coluna de [T]BC[T]_\mathcal{B}^\mathcal{C} é o vetor de coordenadas de T(vj)T(v_j) na base C\mathcal{C}.
  18. Ex. 112.18ApplicationAnswer key

    T:R2R2T: \mathbb{R}^2 \to \mathbb{R}^2 tem matriz [T]=(2113)[T] = \begin{pmatrix}2&1\\1&-3\end{pmatrix}. T(1,2)T(-1, 2): (Resp: (0,7)(0,-7))

    Select the correct option
    Select an option first
    Show solution
    Matriz [T]=(2113)[T]=\begin{pmatrix}2&1\\1&-3\end{pmatrix}. T(1,2)=(2(1)+1(2)1(1)+(3)(2))=(2+216)=(07)T(-1,2)=\begin{pmatrix}2(-1)+1(2)\\1(-1)+(-3)(2)\end{pmatrix}=\begin{pmatrix}-2+2\\-1-6\end{pmatrix}=\begin{pmatrix}0\\-7\end{pmatrix}.
  19. Ex. 112.19Understanding

    Se T:RnRmT: \mathbb{R}^n \to \mathbb{R}^m, a matriz [T][T] tem dimensão:

    Select the correct option
    Select an option first
    Show solution
    Para T:RnRmT: \mathbb{R}^n\to\mathbb{R}^m: cada imagem T(ej)RmT(e_j)\in\mathbb{R}^m tem mm coordenadas (linhas), e há nn vetores de base (colunas). Logo [T]Mm×n[T]\in M_{m\times n}.
  20. Ex. 112.20ModelingAnswer key

    ι:R2R3\iota: \mathbb{R}^2 \to \mathbb{R}^3, ι(x,y)=(x,y,0)\iota(x,y) = (x, y, 0) (inclusão no plano xyxy). Matriz [ι][\iota]:

    Select the correct option
    Select an option first
    Show solution
    T(e1)=T(1,0)=(1,0,0)TT(e_1)=T(1,0)=(1,0,0)^T: coluna 1. T(e2)=T(0,1)=(0,1,0)TT(e_2)=T(0,1)=(0,1,0)^T: coluna 2. Matriz 3×23\times2.
  21. Ex. 112.21Application

    Matriz da rotação de 90°90° (anti-horário) no plano R2\mathbb{R}^2:

    Select the correct option
    Select an option first
    Show solution
    R90(1,0)=(0,1)R_{90}(1,0)=(0,1): coluna 1. R90(0,1)=(1,0)R_{90}(0,1)=(-1,0): coluna 2. Matriz: (0110)\begin{pmatrix}0&-1\\1&0\end{pmatrix}.
    Show step-by-step (with the why)
    1. e1=(1,0)e_1=(1,0) girado 90° anti-horário aponta para cima: (0,1)(0,1).
    2. e2=(0,1)e_2=(0,1) girado 90° anti-horário aponta para a esquerda: (1,0)(-1,0).
    3. Colunas formam a matriz de rotação.
  22. Ex. 112.22Application

    Matriz da rotação de ângulo θ\theta (anti-horário) no plano:

    Select the correct option
    Select an option first
    Show solution
    Rθ(e1)=(cosθ,sinθ)TR_\theta(e_1)=(\cos\theta,\sin\theta)^T: coluna 1. Rθ(e2)=(sinθ,cosθ)TR_\theta(e_2)=(-\sin\theta,\cos\theta)^T: coluna 2.
  23. Ex. 112.23Application

    Matriz da reflexão no eixo xx em R2\mathbb{R}^2:

    Select the correct option
    Select an option first
    Show solution
    Reflexão no eixo xx mantém a componente xx e inverte a componente yy. T(e1)=e1T(e_1)=e_1; T(e2)=e2T(e_2)=-e_2. Matriz: diagonal com entradas 11 e 1-1.
  24. Ex. 112.24Application

    Matriz da reflexão no eixo yy em R2\mathbb{R}^2:

    Select the correct option
    Select an option first
    Show solution
    Reflexão no eixo yy inverte a componente xx e mantém a yy. T(1,0)=(1,0)T(1,0)=(-1,0); T(0,1)=(0,1)T(0,1)=(0,1).
  25. Ex. 112.25ApplicationAnswer key

    Matriz da projeção ortogonal sobre o eixo xx em R2\mathbb{R}^2:

    Select the correct option
    Select an option first
    Show solution
    Projeção sobre o eixo xx: T(x,y)=(x,0)T(x,y)=(x,0). T(e1)=e1=(1,0)TT(e_1)=e_1=(1,0)^T; T(e2)=(0,0)TT(e_2)=(0,0)^T. Matriz com segunda coluna zero.
  26. Ex. 112.26ApplicationAnswer key

    Cisalhamento horizontal T(x,y)=(x+ky,  y)T(x, y) = (x + ky,\; y). Matriz [T][T]:

    Select the correct option
    Select an option first
    Show solution
    Cisalhamento horizontal T(x,y)=(x+ky,y)T(x,y)=(x+ky,y). T(e1)=T(1,0)=(1,0)TT(e_1)=T(1,0)=(1,0)^T; T(e2)=T(0,1)=(k,1)TT(e_2)=T(0,1)=(k,1)^T. Matriz: (1k01)\begin{pmatrix}1&k\\0&1\end{pmatrix}.
  27. Ex. 112.27ApplicationAnswer key

    Escala uniforme T(x,y)=(kx,  ky)T(x, y) = (kx,\; ky). Matriz [T][T]:

    Select the correct option
    Select an option first
    Show solution
    Escala uniforme T(x,y)=(kx,ky)T(x,y)=(kx,ky): T(e1)=(k,0)TT(e_1)=(k,0)^T; T(e2)=(0,k)TT(e_2)=(0,k)^T. Matriz: kIkI.
  28. Ex. 112.28Understanding

    A matriz de rotação RθR_\theta satisfaz:

    Select the correct option
    Select an option first
    Show solution
    detRθ=cos2θ+sin2θ=1\det R_\theta=\cos^2\theta+\sin^2\theta=1. As colunas são ortonormais: RθTRθ=IR_\theta^T R_\theta=I. Rotações são isometrias — preservam distâncias.
  29. Ex. 112.29Understanding

    A reflexão Ref\text{Ref} no eixo xx satisfaz:

    Select the correct option
    Select an option first
    Show solution
    Reflexão é involutória: aplicar duas vezes recupera o original. Algebraicamente: se A=(1001)A=\begin{pmatrix}1&0\\0&-1\end{pmatrix} então A2=IA^2=I.
  30. Ex. 112.30Modeling

    Rotação de 45°45° aplicada a (2,3)(2, 3): (Resp: (2/2,  52/2)(-\sqrt{2}/2,\; 5\sqrt{2}/2))

    Select the correct option
    Select an option first
    Show solution
    Rotação 45°: cos45°=sin45°=2/2\cos45°=\sin45°=\sqrt{2}/2. T(2,3)=(2cos45°3sin45°,2sin45°+3cos45°)=((23)2/2,(2+3)2/2)=(2/2,52/2)T(2,3)=(2\cos45°-3\sin45°,\,2\sin45°+3\cos45°)=((2-3)\sqrt{2}/2,(2+3)\sqrt{2}/2)=(-\sqrt{2}/2,5\sqrt{2}/2).
    Show step-by-step (with the why)
    1. Matriz de rotação 45°: R45=22(1111)R_{45}=\frac{\sqrt2}{2}\begin{pmatrix}1&-1\\1&1\end{pmatrix}.
    2. Aplique: R45(23)=22(232+3)=22(15)=(2/252/2)R_{45}\begin{pmatrix}2\\3\end{pmatrix}=\frac{\sqrt2}{2}\begin{pmatrix}2-3\\2+3\end{pmatrix}=\frac{\sqrt2}{2}\begin{pmatrix}-1\\5\end{pmatrix}=\begin{pmatrix}-\sqrt2/2\\5\sqrt2/2\end{pmatrix}.
  31. Ex. 112.31Application

    Se S:UVS: U \to V e T:VWT: V \to W são lineares, a matriz de TST \circ S é:

    Select the correct option
    Select an option first
    Show solution
    Composição de transformações lineares corresponde a produto de matrizes: [TS]=[T][S][T\circ S]=[T][S]. Atenção à ordem: SS é aplicada primeiro, TT depois.
  32. Ex. 112.32ApplicationAnswer key

    S(x,y)=(x+2y,y)S(x,y)=(x+2y,y) e T(x,y)=(x,y)T(x,y)=(-x,y). Matriz de TST \circ S: (Resp: entrada (1,2,0,1)(-1,-2,0,1))

    Select the correct option
    Select an option first
    Show solution
    [T][S]=(1001)(1201)=(1201)[T][S]=\begin{pmatrix}-1&0\\0&1\end{pmatrix}\begin{pmatrix}1&2\\0&1\end{pmatrix}=\begin{pmatrix}-1&-2\\0&1\end{pmatrix}.
    Show step-by-step (with the why)
    1. [S]=(1201)[S]=\begin{pmatrix}1&2\\0&1\end{pmatrix} (cisalhamento), [T]=(1001)[T]=\begin{pmatrix}-1&0\\0&1\end{pmatrix} (reflexão em yy).
    2. Produto: entrada (1,1)(1,1): 11+00=1-1\cdot1+0\cdot0=-1; 12+01=2-1\cdot2+0\cdot1=-2; 01+10=00\cdot1+1\cdot0=0; 02+11=10\cdot2+1\cdot1=1.
  33. Ex. 112.33Application

    Usando SS e TT do exercício anterior, calcule STS \circ T. Isso mostra que a composição é:

    Select the correct option
    Select an option first
    Show solution
    [S][T]=(1201)(1001)=(1201)[S][T]=\begin{pmatrix}1&2\\0&1\end{pmatrix}\begin{pmatrix}-1&0\\0&1\end{pmatrix}=\begin{pmatrix}-1&2\\0&1\end{pmatrix}. Espere: 1(1)+20=11\cdot(-1)+2\cdot0=-1; 10+21=21\cdot0+2\cdot1=2; 0(1)+10=00\cdot(-1)+1\cdot0=0; 00+11=10\cdot0+1\cdot1=1. Logo (1201)[TS]\begin{pmatrix}-1&2\\0&1\end{pmatrix}\neq[T\circ S], confirmando que a ordem importa.
  34. Ex. 112.34Understanding

    A composição de transformações lineares TST \circ S e STS \circ T:

    Select the correct option
    Select an option first
    Show solution
    O produto matricial não comuta em geral: ABBAAB\neq BA. Logo composições de transformações lineares também não comutam em geral.
  35. Ex. 112.35Application

    R60R_{60} e R30R_{30} são rotações de 60°60° e 30°30°. R60R30R_{60} \circ R_{30}:

    Select the correct option
    Select an option first
    Show solution
    RαRβ=Rα+βR_\alpha\circ R_\beta=R_{\alpha+\beta}. Logo R60R30=R60+30=R90R_{60}\circ R_{30}=R_{60+30}=R_{90}. Isso segue da identidade trigonométrica de adição.
  36. Ex. 112.36Application

    Se T:VWT: V \to W é bijetiva (isomorfismo linear), então T1T^{-1}:

    Select the correct option
    Select an option first
    Show solution
    Se TT é bijetiva, então T1T^{-1} é linear e [T1]=[T]1[T^{-1}]=[T]^{-1}. Segue de [TT1]=[T][T1]=I[T\circ T^{-1}]=[T][T^{-1}]=I.
  37. Ex. 112.37Application

    T:R2R2T: \mathbb{R}^2 \to \mathbb{R}^2 tem matriz [T]=(1113)[T] = \begin{pmatrix}1&1\\1&3\end{pmatrix}. [T1][T^{-1}]: (Resp: 12(3111)\frac{1}{2}\begin{pmatrix}3&-1\\-1&1\end{pmatrix})

    Select the correct option
    Select an option first
    Show solution
    [T]=(1113)[T]=\begin{pmatrix}1&1\\1&3\end{pmatrix}, det=31=20\det=3-1=2\neq0. [T]1=12(3111)[T]^{-1}=\frac{1}{2}\begin{pmatrix}3&-1\\-1&1\end{pmatrix}.
    Show step-by-step (with the why)
    1. det[T]=1311=2\det[T]=1\cdot3-1\cdot1=2.
    2. Inversa 2×22\times2: troca diagonal principal, nega diagonal secundária, divide por det\det.
    3. [T]1=12(3111)[T]^{-1}=\frac{1}{2}\begin{pmatrix}3&-1\\-1&1\end{pmatrix}.
  38. Ex. 112.38ModelingAnswer key

    Aplica-se primeiro rotação de 90°90° e depois reflexão no eixo xx. A matriz resultante é:

    Select the correct option
    Select an option first
    Show solution
    RefxR90=(1001)(0110)=(0110)\text{Ref}_x\circ R_{90}=\begin{pmatrix}1&0\\0&-1\end{pmatrix}\begin{pmatrix}0&-1\\1&0\end{pmatrix}=\begin{pmatrix}0&-1\\-1&0\end{pmatrix}. Isso é reflexão na reta y=xy=-x.
  39. Ex. 112.39Application

    A matriz de T:VVT: V \to V na base B\mathcal{B}' em termos da base B\mathcal{B}:

    Select the correct option
    Select an option first
    Show solution
    Matrizes semelhantes representam a mesma transformação em bases diferentes: [T]B=P1[T]BP[T]_{\mathcal{B}'}=P^{-1}[T]_\mathcal{B}P, onde PP é a matriz de mudança de base de B\mathcal{B}' para B\mathcal{B}.
  40. Ex. 112.40Challenge

    T(x,y)=(x,y)T(x,y)=(x,-y) (reflexão no eixo xx), base B={(1,1),(1,1)}\mathcal{B}'=\{(1,1),\,(1,-1)\}. Matriz [T]B[T]_{\mathcal{B}'}: (Resp: matriz de permutação)

    Select the correct option
    Select an option first
    Show solution
    Base B={v1=(1,1),v2=(1,1)}\mathcal{B}'=\{v_1=(1,1),v_2=(1,-1)\}. T(v1)=T(1,1)=(1,1)=v2=0v1+1v2T(v_1)=T(1,1)=(1,-1)=v_2=0v_1+1v_2: coluna 1 é (0,1)T(0,1)^T. T(v2)=T(1,1)=(1,1)=v1=1v1+0v2T(v_2)=T(1,-1)=(1,1)=v_1=1v_1+0v_2: coluna 2 é (1,0)T(1,0)^T.
    Show step-by-step (with the why)
    1. T(v1)=T(1,1)=(1,1)=v2T(v_1)=T(1,1)=(1,-1)=v_2. Coordenadas em B\mathcal{B}': (0,1)T(0,1)^T.
    2. T(v2)=T(1,1)=(1,1)=v1T(v_2)=T(1,-1)=(1,1)=v_1. Coordenadas em B\mathcal{B}': (1,0)T(1,0)^T.
    3. Matriz de permutação: (0110)\begin{pmatrix}0&1\\1&0\end{pmatrix} — a reflexão troca os vetores de base.

Fontes

  • Beezer — A First Course in Linear Algebra — Rob Beezer · 2022 · EN · GNU FDL. §LT (Linear Transformations) e §ILT (Injective Linear Transformations). Fonte primária desta lição.
  • Hefferon — Linear Algebra — Jim Hefferon · 4.ª ed. · EN · CC-BY-SA. Cap. 3 (Maps Between Spaces): enfoque geométrico e exemplos de transformações do plano.
  • Axler — Linear Algebra Done Right — Sheldon Axler · 4.ª ed. · EN · CC-BY-NC. §3A–§3B: linear maps como objetos de primeira classe; sem determinantes como fundamento.

Updated on 2026-05-06 · Author(s): Clube da Matemática

Found an error? Open an issue on GitHub or submit a PR — open source forever.