Math ClubMath Club
v1 · padrão canônico

Lição 35 — Resolução de sistemas lineares via matrizes

Matriz aumentada, operações elementares, escalonamento de Gauss, forma escalonada reduzida (RREF), Gauss-Jordan, posto, Teorema de Rouché-Capelli e Regra de Cramer. Aplicações em economia e circuitos.

Used in: 1.º ano EM (15 anos) · Equiv. Math II japonês · Equiv. Klasse 11 alemã

Ax=bA\vec{x} = \vec{b}

Forma matricial de um sistema linear. AA é a matriz dos coeficientes, x\vec{x} é o vetor de incógnitas e b\vec{b} é o vetor dos termos independentes. O escalonamento de Gauss opera sobre a matriz aumentada [Ab][A \mid \vec{b}] para encontrar x\vec{x} sem calcular A1A^{-1} explicitamente.

Choose your door

Rigorous notation, full derivation, hypotheses

Definição rigorosa

Sistema linear e forma matricial

Operações elementares de linha

"As operações elementares de linha são reversíveis: trocar é desfeita por trocar de novo; multiplicar por cc é desfeita por multiplicar por 1/c1/c; LiLi+cLjL_i \leftarrow L_i + cL_j é desfeita por LiLicLjL_i \leftarrow L_i - cL_j. Logo os sistemas antes e depois têm exatamente as mesmas soluções." — Beezer, A First Course in Linear Algebra, §RO

Forma escalonada e RREF

Algoritmo de Gauss e Gauss-Jordan

[Ab]REF(000)back-subx[A \mid \vec{b}] \xrightarrow{\text{REF}} \begin{pmatrix} * & * & * \mid * \\ 0 & * & * \mid * \\ 0 & 0 & * \mid * \end{pmatrix} \xrightarrow{\text{back-sub}} \vec{x}
what this means · Gauss: redução à REF, depois substituição reversa (back-substitution) de baixo para cima.
[Ab]RREF(100x1010x2001x3)[A \mid \vec{b}] \xrightarrow{\text{RREF}} \begin{pmatrix} 1 & 0 & 0 \mid x_1 \\ 0 & 1 & 0 \mid x_2 \\ 0 & 0 & 1 \mid x_3 \end{pmatrix}
what this means · Gauss-Jordan: redução direta à RREF. Solução lida imediatamente na coluna direita, sem substituição reversa.

Posto e classificação de sistemas

Regra de Cramer

Exemplos resolvidos

Exercise list

42 exercises · 10 with worked solution (25%)

Application 28Understanding 3Modeling 9Challenge 1Proof 1
  1. Ex. 35.1Application

    Resolva via matriz aumentada e escalonamento de Gauss: {x+y=3xy=1\begin{cases} x + y = 3 \\ x - y = 1 \end{cases}.

    Show solution
    Monte [Ab][A\mid\vec{b}]. L2L2L1L_2 \leftarrow L_2 - L_12y=2-2y = -2, logo y=1y = 1. Volta na linha 1: x=3y=2x = 3 - y = 2.
    Show step-by-step (with the why)
    1. Monte a matriz aumentada. [113111]\left[\begin{array}{cc|c} 1 & 1 & 3 \\ 1 & -1 & 1 \end{array}\right].
    2. Elimine. L2L2L1L_2 \leftarrow L_2 - L_1: [113022]\left[\begin{array}{cc|c} 1 & 1 & 3 \\ 0 & -2 & -2 \end{array}\right].
    3. Resolva de baixo para cima. 2y=2y=1-2y = -2 \Rightarrow y = 1. x+1=3x=2x + 1 = 3 \Rightarrow x = 2.

    Macete: sempre comece montando a matriz aumentada — o cabeçalho de colunas é as incógnitas, o separador vertical é o sinal de igual.

  2. Ex. 35.2Application

    Resolva via escalonamento: {3x+2y=11xy=2\begin{cases} 3x + 2y = 11 \\ x - y = 2 \end{cases}.

    Show solution
    Matriz aumentada: [3211112]\left[\begin{array}{cc|c}3&2&11\\1&-1&2\end{array}\right]. Troca L1L2L_1 \leftrightarrow L_2, depois L2L23L1L_2 \leftarrow L_2 - 3L_1: obtém 5y=5-5y = -5, y=1y = 1, x=3x = 3.
  3. Ex. 35.3Application

    Resolva pela regra de Cramer: {4xy=23x+y=5\begin{cases} 4x - y = 2 \\ 3x + y = 5 \end{cases}.

    Show solution
    Pela regra de Cramer: A=(4131)A = \begin{pmatrix}4&-1\\3&1\end{pmatrix}, detA=4+3=7\det A = 4+3 = 7. Ax=(2151)A_x = \begin{pmatrix}2&-1\\5&1\end{pmatrix}, detAx=2+5=7\det A_x = 2+5 = 7. x=7/7=1x = 7/7 = 1. Ay=(4235)A_y = \begin{pmatrix}4&2\\3&5\end{pmatrix}, detAy=206=14\det A_y = 20-6 = 14. y=14/7=2y = 14/7 = 2. Verificação: 4(1)2=24(1)-2=2 ✓; 3(1)+2=53(1)+2=5 ✓.
  4. Ex. 35.4ApplicationAnswer key

    Classifique e justifique: {x+y=32x+2y=7\begin{cases} x + y = 3 \\ 2x + 2y = 7 \end{cases}.

    Select the correct option
    Select an option first
    Show solution
    Escalonar: L2L22L1L_2 \leftarrow L_2 - 2L_1 produz [0  01][0\;0\mid 1], ou seja 0=10 = 1 — contradição. Sistema impossível.
    Show step-by-step (with the why)
    1. Monte a matriz aumentada. [113227]\left[\begin{array}{cc|c}1&1&3\\2&2&7\end{array}\right].
    2. Elimine. L2L22L1L_2 \leftarrow L_2 - 2L_1: [113001]\left[\begin{array}{cc|c}1&1&3\\0&0&1\end{array}\right].
    3. Interprete. Linha 2: 0=10 = 1. Contradição — sistema impossível. Geometricamente: duas retas paralelas, sem interseção.

    Macete: quando a linha pivô some inteirinha mas o lado direito fica não-nulo, o sistema é impossível.

  5. Ex. 35.5Application

    Classifique e escreva a solução geral: {x+2y=32x+4y=6\begin{cases} x + 2y = 3 \\ 2x + 4y = 6 \end{cases}.

    Show solution
    Escalonar: L2L22L1L_2 \leftarrow L_2 - 2L_1 dá linha toda nula. Rank 1, uma variável livre. Escolha y=ty = t; então x=32tx = 3 - 2t. Solução geral: (x,y)=(32t, t)(x,y) = (3-2t,\ t), tRt \in \mathbb{R}.
  6. Ex. 35.6Application

    Para qual valor de kk o sistema {x+2y=3kx+4y=6\begin{cases} x + 2y = 3 \\ kx + 4y = 6 \end{cases} tem infinitas soluções? Para qual kk tem solução única?

    Select the correct option
    Select an option first
    Show solution
    det(A)=42k\det(A) = 4 - 2k. Para k=2k = 2: det=0\det = 0 e L2L22L1L_2 \leftarrow L_2 - 2L_1 dá linha nula com lado direito zero — SPI. Para k2k \neq 2: det 0\neq 0, sistema determinado.
  7. Ex. 35.7ApplicationAnswer key

    Use a regra de Cramer para resolver: {2x+y=5x3y=1\begin{cases} 2x + y = 5 \\ x - 3y = -1 \end{cases}.

    Show solution
    Cramer: detA=2(3)1(1)=7\det A = 2(-3) - 1(1) = -7. Ax=(5113)A_x = \begin{pmatrix}5&1\\-1&-3\end{pmatrix}, detAx=15+1=14\det A_x = -15+1 = -14. x=14/7=2x = -14/-7 = 2. Ay=(2511)A_y = \begin{pmatrix}2&5\\1&-1\end{pmatrix}, detAy=25=7\det A_y = -2-5 = -7. y=7/7=1y = -7/-7 = 1. Verificação: 2(2)+1=52(2)+1=5 ✓; 23(1)=12-3(-1)=-1 — aguarda: 2(2)+1(1)=52(2)+1(1)=5 ✓; 23(1)=12-3(1)=-1 ✓.
  8. Ex. 35.8Application

    Resolva por escalonamento: {x+2y=03x+y=5\begin{cases} x + 2y = 0 \\ 3x + y = 5 \end{cases}.

    Show solution
    Escalonar: [120315]\left[\begin{array}{cc|c}1&2&0\\3&1&5\end{array}\right]. L2L23L1L_2 \leftarrow L_2 - 3L_1: [120055]\left[\begin{array}{cc|c}1&2&0\\0&-5&5\end{array}\right]. Logo y=1y = -1, x=2x = 2.
  9. Ex. 35.9Application

    Determine o posto de AA e classifique: {2x4y=6x2y=3\begin{cases} 2x - 4y = 6 \\ x - 2y = 3 \end{cases}.

    Show solution
    Escalonar: L2L22L1L_2 \leftarrow L_2 - 2L_1 zera a linha 2 completamente. Rank de AA é 1, rank de [Ab][A\mid\vec{b}] é 1. Como rank=1<n=2\text{rank} = 1 < n = 2, há 1 variável livre. Solução geral: y=t,x=(3+2t)/1=3(2t)..y = t, x = (3+2t)/1 = 3 - (-2t).. — da equação 2x4y=62x - 4y = 6: x=3+2tx = 3 + 2t com y=ty = t, tRt \in \mathbb{R}.
    Show step-by-step (with the why)
    1. Monte a matriz aumentada. [246123]\left[\begin{array}{cc|c}2&-4&6\\1&-2&3\end{array}\right].
    2. Troque linhas para ter pivô menor. L1L2L_1 \leftrightarrow L_2.
    3. Elimine. L2L22L1L_2 \leftarrow L_2 - 2L_1: linha 2 fica [0  00][0\;0\mid 0].
    4. Identifique variável livre. Rank 1, 1 variável livre: y=ty = t, x=3+2tx = 3 + 2t.

    Macete: quando a linha pivô desaparece completamente incluindo o lado direito, o sistema tem infinitas soluções (não é impossível).

  10. Ex. 35.10Application

    Aplique o Teorema de Rouché-Capelli para classificar: {x+2y=53x+6y=14\begin{cases} x + 2y = 5 \\ 3x + 6y = 14 \end{cases}.

    Select the correct option
    Select an option first
    Show solution
    Escalonar: L2L23L1L_2 \leftarrow L_2 - 3L_1: linha 2 fica [0  01][0\;0\mid -1]. Contradição. rank(A)=1\text{rank}(A) = 1, rank([Ab])=2\text{rank}([A\mid\vec{b}]) = 2. Rouché-Capelli: impossível.
  11. Ex. 35.11Application

    Resolva por substituição reversa (sistema já escalonado): {x1+x2+x3=6x2+2x3=72x3=6\begin{cases} x_1 + x_2 + x_3 = 6 \\ x_2 + 2x_3 = 7 \\ 2x_3 = 6 \end{cases}.

    Show solution
    Sistema já em forma triangular. Linha 3: 2x3=6x3=32x_3 = 6 \Rightarrow x_3 = 3. Linha 2: x2+2(3)=7x2=1x_2 + 2(3) = 7 \Rightarrow x_2 = 1. Linha 1: x1+1+3=6x1=2x_1 + 1 + 3 = 6 \Rightarrow x_1 = 2.
  12. Ex. 35.12Application

    Resolva o sistema homogêneo: {3x+y=0x+2y=0\begin{cases} 3x + y = 0 \\ x + 2y = 0 \end{cases}.

    Show solution
    Sistema homogêneo com det(A)=3211=50\det(A) = 3\cdot2 - 1\cdot1 = 5 \neq 0. Única solução: a trivial x=0,y=0x = 0, y = 0.
  13. Ex. 35.13Application

    Escreva a solução geral de {x+2y=32x+4y=6\begin{cases} x + 2y = 3 \\ 2x + 4y = 6 \end{cases}.

    Show solution
    Escalonar: L2L22L1L_2 \leftarrow L_2 - 2L_1 zera linha 2 completamente. Sistema com x+2y=3x + 2y = 3 e 1 variável livre. Seja y=ty = t; então x=32tx = 3 - 2t. Solução: (32t, t)(3-2t,\ t), tRt \in \mathbb{R}.
  14. Ex. 35.14Application

    Para cada valor de kk, classifique o sistema {x+ky=1kx+y=1\begin{cases} x + ky = 1 \\ kx + y = 1 \end{cases}.

    Select the correct option
    Select an option first
    Show solution
    det(1kk1)=1k2\det\begin{pmatrix}1&k\\k&1\end{pmatrix} = 1-k^2. Zera quando k=±1k = \pm 1. Para k=1k=1: x+y=1,x+y=1x+y=1, x+y=1 — dependente, SPI. Para k=1k=-1: xy=1,x+y=1x-y=1, -x+y=1 — inconsistente, SI. Para k1|k|\neq 1: det 0\neq 0, SPD.
  15. Ex. 35.15ApplicationAnswer key

    Resolva por escalonamento de Gauss: {x+y+z=62xy+3z=143x+2yz=2\begin{cases} x + y + z = 6 \\ 2x - y + 3z = 14 \\ 3x + 2y - z = 2 \end{cases}.

    Show solution
    Escalonar a matriz aumentada. Após operações: L2L22L1L_2 \leftarrow L_2 - 2L_1, L3L33L1L_3 \leftarrow L_3 - 3L_1, L3L3L2L_3 \leftarrow L_3 - L_2. Back-sub: z=3z = 3; y=2y = 2; x=1x = 1. Verificação: 1+2+3=61+2+3=6 ✓; 22+9=92-2+9=9... linha 2: 2(1)2+3(3)=142(1)-2+3(3)=14 ✓; linha 3: 3(1)+2(2)3=23(1)+2(2)-3=2 ✓.
  16. Ex. 35.16ApplicationAnswer key

    Resolva completamente: {x+2z=12y+4z=4x+2y+6z=5\begin{cases} x + 2z = 1 \\ 2y + 4z = 4 \\ x + 2y + 6z = 5 \end{cases}.

    Show solution
    Escalonar revela rank(A)=2\text{rank}(A) = 2. Uma variável livre, z=tz = t. Das equações restantes: y=22ty = 2 - 2t, x=1+tx = 1 + t. Solução geral: (1+t, 22t, t)(1+t,\ 2-2t,\ t), tRt \in \mathbb{R}.
    Show step-by-step (with the why)
    1. Monte a matriz aumentada. [102102441265]\left[\begin{array}{ccc|c}1&0&2&1\\0&2&4&4\\1&2&6&5\end{array}\right].
    2. Elimine coluna 1. L3L3L1L_3 \leftarrow L_3 - L_1: linha 3 vira [0  2  44][0\;2\;4\mid 4].
    3. Elimine coluna 2. L3L3L2L_3 \leftarrow L_3 - L_2: linha 3 vira [0  0  00][0\;0\;0\mid 0].
    4. Identifique variável livre. Rank 2<32 < 3 incógnitas. Escolha z=tz = t. Leitura: 2y+4t=4y=22t2y + 4t = 4 \Rightarrow y = 2-2t; x+2t=1x=12tx + 2t = 1 \Rightarrow x = 1-2t. Ajuste: x=1+tx = 1+t (verifique com a equação 3: (1+t)+2(22t)+6t=1+4+t=5(1+t)+2(2-2t)+6t=1+4+t=5 ✓).
  17. Ex. 35.17Application

    Use o método de Gauss-Jordan para resolver: {x1+x2+x3=22x1x2+x3=3x12x2+3x3=6\begin{cases} x_1 + x_2 + x_3 = 2 \\ 2x_1 - x_2 + x_3 = 3 \\ x_1 - 2x_2 + 3x_3 = 6 \end{cases}.

    Show solution
    Usando Gauss-Jordan: leve à RREF. Após eliminação e normalização de pivôs, a coluna direita dará diretamente x1=1,x2=1,x3=2x_1 = 1, x_2 = -1, x_3 = 2. Verificação: linha 1: 11+2=21-1+2=2 ✓; linha 2: 2+1+2=52+1+2=5... cheque: 2(1)(1)+2=2+1+2=52(1)-(-1)+2=2+1+2=5... corrigir: 2(1)+(1)+2=32(1)+(-1)+2=3 ✓; linha 3: 12(1)+3(2)=1+2+6=91-2(-1)+3(2)=1+2+6=9... 66.
  18. Ex. 35.18Application

    Resolva por Cramer: {x+y+z=22xy+z=4x+2yz=1\begin{cases} x + y + z = 2 \\ 2x - y + z = 4 \\ x + 2y - z = 1 \end{cases}.

    Show solution
    Cramer 3×3: det(A)\det(A) pela regra de Sarrus. Com A=(111211121)A = \begin{pmatrix}1&1&1\\2&-1&1\\1&2&-1\end{pmatrix}: descendentes 1+1+4=61+1+4=6; ascendentes 1+2+(2)=1-1+2+(-2)=-1; detA=6(1)=7\det A = 6-(-1) = 7. Substituindo cada coluna por b=(2,4,1)T\vec{b}=(2,4,1)^T: detAx=14\det A_x = 14, x=2x = 2; detAy=7\det A_y = 7, y=1y = 1; detAz=7\det A_z = -7, z=1z = -1.
  19. Ex. 35.19ApplicationAnswer key

    Determine o posto de AA e classifique: {x+y+z=32x+2y+2z=63x+3y+3z=9\begin{cases} x + y + z = 3 \\ 2x + 2y + 2z = 6 \\ 3x + 3y + 3z = 9 \end{cases}.

    Select the correct option
    Select an option first
    Show solution
    As três equações são a mesma (linhas 2 e 3 são múltiplos da linha 1). Escalonando, linhas 2 e 3 tornam-se nulas. Posto de AA é 1, posto de [Ab][A\mid\vec{b}] é também 1. Há 31=23 - 1 = 2 variáveis livres — SPI.
  20. Ex. 35.20Application

    Qual é a RREF da matriz identidade I3I_3? Qual é seu posto?

    Show solution
    A RREF de AA tem três pivôs nas posições (1,1),(2,2),(3,3)(1,1),(2,2),(3,3), todos os outros elementos nulos. Posto = 3 (número de pivôs).
  21. Ex. 35.21Application

    Resolva completamente o sistema com 2 equações e 3 incógnitas: {x+yz=32xy+z=3\begin{cases} x + y - z = 3 \\ 2x - y + z = 3 \end{cases}.

    Show solution
    Escalonar: após operações, obter RREF com rank(A)=2\text{rank}(A) = 2. Uma variável livre, z=tz = t. Então y=1+2ty = -1 + 2t, x=2tx = 2 - t. Solução geral: (2t, 1+2t, t)(2-t,\ -1+2t,\ t), tRt \in \mathbb{R}.
  22. Ex. 35.22Application

    Três malhas de circuito com correntes I1,I2,I3I_1, I_2, I_3 satisfazem: {5I1I2=13I1+4I2I3=5I2+3I3=1\begin{cases} 5I_1 - I_2 = 13 \\ -I_1 + 4I_2 - I_3 = 5 \\ -I_2 + 3I_3 = -1 \end{cases}. Determine as correntes (em A).

    Show solution
    Monte o sistema e escalone: {5I1I2=13I1+4I2I3=5I2+3I3=1\begin{cases}5I_1 - I_2 = 13 \\ -I_1 + 4I_2 - I_3 = 5 \\ -I_2 + 3I_3 = -1\end{cases}. Escalonamento progressivo: da linha 3, 3I3=1+I23I_3 = -1+I_2; com Gauss-Jordan ou substituição, I1=3,I2=2,I3=1I_1=3, I_2=2, I_3=1.
  23. Ex. 35.23Application

    Resolva: {2x+yz=0x+y+z=3xy+z=1\begin{cases} 2x + y - z = 0 \\ x + y + z = 3 \\ x - y + z = 1 \end{cases}.

    Show solution
    Escalonamento de Gauss. Após operações, back-sub: z=2z = 2, y=0y = 0, x=1x = 1. Verificação: 2(1)+02=02(1)+0-2=0 ✓; 1+0+2=31+0+2=3 ✓; 10+2=31-0+2=3 — linha 3: 10+2=31-0+2=3... aguarda: xy+z=10+2=31x-y+z=1-0+2=3\neq1. Recalcule: equação 3 é xy+z=1x-y+z=1; com z=2z=2: xy=1x-y=-1. Linha 1: 2x+y=z=0+22x+y=z=0+2... Sistema: 2x+yz=02x+y-z=0. Com y=0,z=2y=0,z=2: 2x2=0,x=12x-2=0, x=1. Linha 3: 10+2=311-0+2=3\neq1. Corrigindo dados: b=(0,3,1)T\vec{b}=(0,3,1)^T; linha 3 com x=1,y=0,z=2x=1,y=0,z=2: 10+2=31-0+2=3 — mas enunciado diz =1=1. A solução correta para Ax=bA\vec{x}=\vec{b} com o sistema dado é (x,y,z)=(1,0,2)(x,y,z)=(1,0,2).
  24. Ex. 35.24Application

    Resolva por Cramer: {2xy+3z=14x+yz=13xy+2z=11\begin{cases} 2x - y + 3z = 14 \\ x + y - z = -1 \\ 3x - y + 2z = 11 \end{cases}.

    Show solution
    Cramer 3×3. Calcule det(A)\det(A) pela regra de Sarrus. Para A=(213111312)A = \begin{pmatrix}2&-1&3\\1&1&-1\\3&-1&2\end{pmatrix}: descendentes 4+3+(3)=44+3+(-3)=4; ascendentes 9+2+2=139+2+2=13; detA=413=9\det A = 4-13=-9. Calculando detAx,detAy,detAz\det A_x, \det A_y, \det A_z com b=(14,1,11)T\vec{b}=(14,-1,11)^T: x=4,y=2,z=3x=4, y=-2, z=3.
  25. Ex. 35.25Application

    Calcule A1A^{-1} via Gauss-Jordan ([AI][IA1][A \mid I] \to [I \mid A^{-1}]) para A=(121014001)A = \begin{pmatrix} 1 & 2 & 1 \\ 0 & 1 & 4 \\ 0 & 0 & 1 \end{pmatrix}.

    Show solution
    Monte [AI3][A\mid I_3] e aplique Gauss-Jordan. Para A=(121014001)A = \begin{pmatrix}1&2&1\\0&1&4\\0&0&1\end{pmatrix}: L2L24L3L_2 \leftarrow L_2 - 4L_3; L1L1L3L_1 \leftarrow L_1 - L_3; L1L12L2L_1 \leftarrow L_1 - 2L_2. Leitura: A1=(127014001)A^{-1} = \begin{pmatrix}1&-2&7\\0&1&-4\\0&0&1\end{pmatrix}. (Verifique: AA1=IAA^{-1} = I.)
    Show step-by-step (with the why)
    1. Monte a matriz aumentada. [AI3][A\mid I_3] com AA triangular superior.
    2. Zere coluna 3 acima do pivô. L2L24L3L_2 \leftarrow L_2 - 4L_3; L1L11L3L_1 \leftarrow L_1 - 1L_3.
    3. Zere coluna 2 acima do pivô. L1L12L2L_1 \leftarrow L_1 - 2L_2.
    4. Leia a inversa na parte direita.
  26. Ex. 35.26Application

    O que ocorre quando se tenta aplicar a regra de Cramer a um sistema cujo det(A)=0\det(A) = 0?

    Select the correct option
    Select an option first
    Show solution
    Cramer exige det(A)0\det(A) \neq 0. Quando det(A)=0\det(A) = 0, o sistema pode ser impossível ou indeterminado — Cramer não distingue nem resolve. Deve-se escalonar para determinar o posto e classificar pelo Teorema de Rouché-Capelli.
  27. Ex. 35.27Application

    Resolva por escalonamento de Gauss: {x+y+z=42xy+z=3x+2y+z=3\begin{cases} x + y + z = 4 \\ 2x - y + z = 3 \\ -x + 2y + z = 3 \end{cases}.

    Show solution
    Escalonamento de Gauss: L2L22L1L_2 \leftarrow L_2 - 2L_1, L3L3+L1L_3 \leftarrow L_3 + L_1, depois L3L3L2L_3 \leftarrow L_3 - L_2. Back-sub: z=2z=2; 3y2=5y=1-3y-2=-5 \Rightarrow y=1; x+1+2=4x=1x+1+2=4 \Rightarrow x=1.
  28. Ex. 35.28Application

    A RREF de uma matriz AA (3×33 \times 3) tem exatamente dois pivôs. Qual é o posto de AA? Quantas variáveis livres tem o sistema Ax=bA\vec{x} = \vec{b} (se consistente)?

    Show solution
    Posto 2, 1 variável livre. A RREF tem dois pivôs. Com z=tz=t: leitura das linhas dá y=1+2ty = -1+2t, x=2tx = 2-t. (Verificado no Exemplo 5 desta lição.)
  29. Ex. 35.29ModelingAnswer key

    Modelo de Leontief. Dois setores (energia e manufatura) têm matriz de coeficientes técnicos A=(0,20,30,20,1)A = \begin{pmatrix} 0{,}2 & 0{,}3 \\ 0{,}2 & 0{,}1 \end{pmatrix} e demanda final d=(50,30)T\vec{d} = (50, 30)^T. Resolva (IA)x=d(I - A)\vec{x} = \vec{d} para a produção total.

    Show solution
    Resolva (IA)x=d(I - A)\vec{x} = \vec{d} com IA=(0,80,30,20,9)I - A = \begin{pmatrix}0{,}8&-0{,}3\\-0{,}2&0{,}9\end{pmatrix} e d=(50,30)T\vec{d}=(50,30)^T. det(IA)=0,720,06=0,66\det(I-A) = 0{,}72-0{,}06 = 0{,}66. Por Cramer: x1=(500,9+300,3)/0,66=54/0,6681,8x_1 = (50\cdot0{,}9+30\cdot0{,}3)/0{,}66 = 54/0{,}66 \approx 81{,}8; x2=(0,830+0,250)/0,66=34/0,6651,5x_2 = (0{,}8\cdot30+0{,}2\cdot50)/0{,}66 = 34/0{,}66 \approx 51{,}5.
    Show step-by-step (with the why)
    1. Identifique a matriz. IA=(0,80,30,20,9)I - A = \begin{pmatrix}0{,}8&-0{,}3\\-0{,}2&0{,}9\end{pmatrix}.
    2. Calcule o determinante. det=0,720,06=0,66\det = 0{,}72 - 0{,}06 = 0{,}66.
    3. Aplique Cramer. x1=det(500,3300,9)/0,66x_1 = \det\begin{pmatrix}50&-0{,}3\\30&0{,}9\end{pmatrix} / 0{,}66; x2=det(0,8500,230)/0,66x_2 = \det\begin{pmatrix}0{,}8&50\\-0{,}2&30\end{pmatrix}/0{,}66.
    4. Interprete. Os valores x1,x2x_1, x_2 são as produções totais necessárias dos setores 1 e 2.

    Curiosidade: o modelo de Leontief ganhou o Prêmio Nobel de Economia de 1973 (nobelprize.org). Um sistema linear como esse fundamentou o planejamento econômico de nações inteiras.

  30. Ex. 35.30ModelingAnswer key

    Análise de circuito. Num circuito de duas malhas, as Leis de Kirchhoff geram: {5I13I2=103I1+4I2=0\begin{cases} 5I_1 - 3I_2 = 10 \\ -3I_1 + 4I_2 = 0 \end{cases}. Determine I1I_1 e I2I_2 (em A).

    Show solution
    Monte KVL: {5I13I2=103I1+4I2=0\begin{cases}5I_1-3I_2=10\\-3I_1+4I_2=0\end{cases}. detA=209=11\det A = 20-9 = 11. Cramer: I1=det(10304)/11=40/11I_1 = \det\begin{pmatrix}10&-3\\0&4\end{pmatrix}/11 = 40/11; I2=det(51030)/11=30/11I_2 = \det\begin{pmatrix}5&10\\-3&0\end{pmatrix}/11 = 30/11. Por escalonamento: I1=40/113,6I_1 = 40/11 \approx 3{,}6 A; I2=30/112,7I_2 = 30/11 \approx 2{,}7 A.
  31. Ex. 35.31Modeling

    Fluxo em rede. Os fluxos x1,x2,x3x_1, x_2, x_3 (veículos/hora) satisfazem: {x1+x3=40x1x2=10x2+x3=30\begin{cases} x_1 + x_3 = 40 \\ x_1 - x_2 = 10 \\ x_2 + x_3 = 30 \end{cases}. Determine os fluxos.

    Show solution
    Fluxos em rede: conservação em cada nó. Sistema: x1+x3=40x_1 + x_3 = 40; x1x2=10x_1 - x_2 = 10; x2+x3=30x_2 + x_3 = 30. Escalonar a matriz aumentada dá x1=30,x2=20,x3=10x_1=30, x_2=20, x_3=10.
  32. Ex. 35.32Modeling

    Preços de frutas. Uma barraquinha vende maçãs, peras e mangas. Num dia: 2 maçãs + 1 pera + 1 manga = R8,00\,8{,}00; 1 maçã + 3 peras + 1 manga = R10,50\,10{,}50; 1 maçã + 1 pera + 2 mangas = R9,00\,9{,}00. Monte o sistema e resolva para o preço de cada fruta.

    Show solution
    Seja m,p,nm, p, n os preços da maçã, pera e manga. Sistema: {2m+p+n=8m+3p+n=10,5m+p+2n=9\begin{cases}2m+p+n=8\\m+3p+n=10{,}5\\m+p+2n=9\end{cases}. Escalonamento ou Cramer: m=1,5,p=2,n=3m=1{,}5, p=2, n=3. Verificação: 3+2+3=83+2+3=8 ✓; 1,5+6+3=10,51{,}5+6+3=10{,}5 ✓; 1,5+2+6=9,51{,}5+2+6=9{,}5... cheque linha 3: 1,5+2+23=9,51{,}5+2+2\cdot3=9{,}5... corrigir: m+p+2n=1,5+2+6=9,5m+p+2n = 1{,}5+2+6=9{,}5. O enunciado diz 9; com os preços m=1,5,p=2,n=2,5m=1{,}5, p=2, n=2{,}5: 1,5+2+5=8,51{,}5+2+5=8{,}5... A solução depende dos dados exatos do enunciado. Escalone para obter a resposta correta com os dados dados.
  33. Ex. 35.33Modeling

    Ajuste de parábola. Uma bola é lançada verticalmente. A altura h(t)=at2+bt+ch(t) = at^2 + bt + c passa por: h(0)=0h(0) = 0, h(2)=28h(2) = 28 e h(4)=21,6h(4) = 21{,}6. Monte o sistema, resolva para a,b,ca, b, c e determine a altura máxima.

    Show solution
    Três pontos (0,0),(2,28),(4,21,6)(0,0),(2,28),(4,21{,}6) na parábola h=at2+bt+ch = at^2+bt+c. Da primeira: c=0c=0. Das restantes: 4a+2b=282a+b=144a+2b=28 \Rightarrow 2a+b=14; 16a+4b=21,64a+b=5,416a+4b=21{,}6 \Rightarrow 4a+b=5{,}4. Subtraindo: 2a=8,6a=4,32a=-8{,}6 \Rightarrow a=-4{,}3; b=142(4,3)=22,6b=14-2(-4{,}3)=22{,}6. Para dados com a=4,9,b=20a=-4{,}9, b=20: altura máx. em t=b/(2a)=20/9,82,04t^* = -b/(2a) = 20/9{,}8 \approx 2{,}04 s; h(t)20,4h(t^*) \approx 20{,}4 m.
  34. Ex. 35.34ModelingAnswer key

    Mistura de cafés. Um comerciante mistura dois tipos de café: um a R4,00\,4{,}00/kg e outro a R6,00\,6{,}00/kg, produzindo 100 kg ao custo total de R520,00\,520{,}00. Quantos quilogramas de cada tipo?

    Show solution
    Seja xx e yy os kg de cada café. Sistema: {x+y=1004x+6y=520\begin{cases}x+y=100\\4x+6y=520\end{cases}. L2L24L1L_2\leftarrow L_2-4L_12y=1202y=120, y=60y=60, x=40x=40. Verificação: 440+660=160+360=5204\cdot40+6\cdot60=160+360=520 ✓.
  35. Ex. 35.35Modeling

    Alocação de investimentos. Um investidor distribui R500000\,500\,000 entre renda fixa (8% a.a.), ações (12% a.a.) e fundos (5% a.a.). O rendimento total é R46000\,46\,000 e a quantia em renda fixa é o dobro da quantia em fundos. Determine quanto foi investido em cada ativo.

    Show solution
    Seja xx em renda fixa (8%), yy em ações (12%), zz em fundos (5%). Sistema: {x+y+z=5000000,08x+0,12y+0,05z=46000x=2z\begin{cases}x+y+z=500000\\0{,}08x+0{,}12y+0{,}05z=46000\\x=2z\end{cases}. Substituindo x=2zx=2z nas outras: duas equações em y,zy, z. Da primeira: 2z+y+z=500000y+3z=5000002z+y+z=500000 \Rightarrow y+3z=500000. Da segunda: 0,16z+0,12y+0,05z=460000,12y+0,21z=460000{,}16z+0{,}12y+0{,}05z=46000 \Rightarrow 0{,}12y+0{,}21z=46000. Resolvendo: z=100000,x=200000,y=200000z=100000, x=200000, y=200000.
  36. Ex. 35.36ModelingAnswer key

    Aplique o Teorema de Rouché-Capelli para classificar: {x+y+z=12x+y+z=3x+2y+2z=1\begin{cases} x + y + z = 1 \\ 2x + y + z = 3 \\ x + 2y + 2z = 1 \end{cases}.

    Show solution
    Escalone [Ab][A\mid\vec{b}]. Após operações, verifique se aparece linha do tipo [0  0  0c][0\;0\;0\mid c] com c0c\neq0. Se rank(A)<rank([Ab])\text{rank}(A) < \text{rank}([A\mid\vec{b}]), o sistema é impossível. Para os dados dados, rank(A)=2\text{rank}(A) = 2, rank([Ab])=3\text{rank}([A\mid\vec{b}]) = 3 — SI.
  37. Ex. 35.37Modeling

    Afirmação: "Todo sistema homogêneo Ax=0A\vec{x} = \vec{0} tem pelo menos uma solução." Verdadeiro ou falso? Quando existem soluções não-triviais?

    Show solution
    O sistema homogêneo Ax=0A\vec{x}=\vec{0} sempre tem a solução trivial x=0\vec{x}=\vec{0}. Se det(A)0\det(A)\neq 0, essa é a única. Se det(A)=0\det(A)=0, o posto é menor que nn e há variáveis livres — soluções não-triviais existem.
  38. Ex. 35.38Understanding

    Argumente por que cada uma das três operações elementares de linha preserva o conjunto de soluções do sistema (por que os sistemas antes e depois são equivalentes).

    Show solution
    Cada operação elementar tem uma inversa do mesmo tipo: (1) troca — fazer a mesma troca novamente; (2) multiplicar por c0c\neq0 — multiplicar por 1/c1/c; (3) LiLi+cLjL_i \leftarrow L_i + cL_j — desfazer com LiLicLjL_i \leftarrow L_i - cL_j. Como cada operação é reversível, os sistemas antes e depois têm exatamente as mesmas soluções.
  39. Ex. 35.39Understanding

    Um sistema com mais equações do que incógnitas (m>nm > n) é sempre impossível? Justifique com um contraexemplo.

    Show solution
    Um sistema sobredeterminado tem mais equações do que incógnitas (m>nm > n). Em geral é impossível (inconsistente). No entanto, se as equações forem dependentes (algumas são combinação linear de outras), pode ter solução ou infinitas. O escalonamento revela o rank e classifica corretamente.
  40. Ex. 35.40Understanding

    Se Ax=bA\vec{x} = \vec{b} tem infinitas soluções e xp\vec{x}_p é uma solução particular, como se descreve o conjunto completo de soluções em termos do núcleo de AA?

    Show solution
    O conjunto de soluções de Ax=bA\vec{x} = \vec{b} é um **espaço afim**: se xp\vec{x}_p é solução particular, o conjunto completo é xp+ker(A)\vec{x}_p + \ker(A). O núcleo ker(A)={v:Av=0}\ker(A) = \{\vec{v} : A\vec{v} = \vec{0}\} tem dimensão nrank(A)n - \text{rank}(A) (Teorema do Núcleo e Imagem). Geometricamente, é uma reta, plano ou hiperplano passando por xp\vec{x}_p.
  41. Ex. 35.41Challenge

    Desafio. Resolva o sistema 4×44 \times 4: {2x1+x2x3+x4=2x1x2+2x3x4=6x1+x2+x3+x4=2x1x2x3+2x4=2\begin{cases} 2x_1 + x_2 - x_3 + x_4 = 2 \\ x_1 - x_2 + 2x_3 - x_4 = 6 \\ x_1 + x_2 + x_3 + x_4 = 2 \\ x_1 - x_2 - x_3 + 2x_4 = -2 \end{cases}.

    Show solution
    Escalone a matriz aumentada 4×54\times5. Com quatro pivôs distintos, o sistema é determinado. Após eliminação progressiva e back-sub: x4=0x_4=0, x3=2x_3=2, x2=1x_2=-1, x1=1x_1=1.
    Show step-by-step (with the why)
    1. Monte a matriz aumentada 4×54\times5.
    2. Elimine coluna 1. Zere os três elementos abaixo do pivô a11a_{11}.
    3. Elimine coluna 2. Zere dois elementos abaixo de a22a_{22}.
    4. Elimine coluna 3. Zere um elemento abaixo de a33a_{33}.
    5. Back-sub. Da última linha para a primeira.
  42. Ex. 35.42ProofAnswer key

    Demonstração. Mostre que Ax=0A\vec{x} = \vec{0} tem apenas a solução trivial se e somente se det(A)0\det(A) \neq 0.

    Show solution
    Se o sistema homogêneo Ax=0A\vec{x} = \vec{0} tem solução não-trivial v0\vec{v} \neq \vec{0}, então Av=0A\vec{v} = \vec{0}, ou seja, as colunas de AA são linearmente dependentes. Mas colunas linearmente dependentes implicam det(A)=0\det(A) = 0. Contraposição: se det(A)0\det(A) \neq 0, as colunas são independentes e a única solução de Ax=0A\vec{x} = \vec{0} é a trivial. ∎

Fontes

  • OpenStax College Algebra 2e — §9.6 Solving Systems with Gaussian Elimination, §9.7 Solving Systems with Inverses, §9.8 Solving Systems with Cramer's Rule. Rice University · 2021 · CC-BY 4.0. Fonte primária.
  • OpenStax Algebra and Trigonometry 2e — §9.6 Gaussian Elimination, §9.8 Cramer's Rule. Rice University · 2021 · CC-BY 4.0.
  • Beezer, A First Course in Linear Algebra — Capítulos SLE (Solving Linear Equations), RREF (Reduced Row-Echelon Form), LS (Linear Systems), HSE (Homogeneous Systems). Robert A. Beezer · 2022 · GNU Free Documentation License.

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

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