LISTA DE DISCIPLINAS

Exercícios

Representação matricial

Selecione os exercícios por

Dificuldade

Categoria

Outros

Os botões acima permitem selecionar que tipos de exercício você deseja ver na lista.
Para retirar alguma categoria da lista, clique sobre o botão para toná-lo inativo. Para adicioná-la, clique novamente no botão.


405   

Resolver o sistema linear: \[\left\{\begin{array}{ccccccccr}3x& + &3y& - &2z& - &t&=& 2\\5x& + &2y& + &z& - &2t&=& 1\\2x& - &y& + &3z& - &t&=& -1\end{array}\right. .\]



$z = \dfrac{-3+x+4y}{5}, t =\dfrac{-4+13 x+7 y}{5}, \forall x, y \in \mathbb{R}.$


1416   

Mostre que o sistema linear:

$$ \left\{ \begin{array}{ccccccccc}a_{11} x_1 &+& a_{12} x_2 &+& \ldots &+& a_{1n} x_n &=& b_1 \\a_{21} x_1 &+& a_{22} x_2 &+& \ldots &+& a_{2n} x_n &=& b_2 \\\vdots && \vdots && && \vdots &&  \vdots \\a_{n1} x_1 &+& a_{n2} x_2 &+& \ldots &+&a_{nn} x_n &= &b_n \\ \end{array} \right.$$
pode ser  escrito em forma matricial $Ax=b$, onde:

$$A=\begin{pmatrix} a_{11} & a_{12} & \ldots & a_{1n} \\ a_{21} & a_{22} & \ldots & a_{2n} \\ \vdots & \vdots &&  \vdots \\ a_{n1} & a_{n2} & \ldots & a_{nn} \end{pmatrix}, x = \begin{pmatrix} x_1 \\ x_2 \\ \vdots \\ x_n \end{pmatrix}, b = \begin{pmatrix} b_1 \\ b_2 \\ \vdots \\ b_n\end{pmatrix}.$$


408   

Sejam

$A= \left( \begin{array}{ccc}1 & -2 & -1\\1 & 0 & -1\\4 & -1 & 0\end{array}\right)$ e $X= \left( \begin{array}{c}x\\y\\z\\\end{array}\right)$.

  1.  Verifique que:  $xA_1+yA_2+zA_3=AX$, sendo $A_j$ a $j$-ésima coluna de $A$ para $j=1$, 2, 3. 

  2.  Usando 1.  verifique que: a segunda coluna de $C=A^2$ é $C_2=-2A_1 - A_3$.

  3.  Tente generalizar o que foi feito em  e  para a seguinte situação: Sejam $A$  uma matriz $m\times n$, $B$  uma matriz $n\times k$ e $C=AB$. Se $C_j$ é a $j$-ésima coluna de $C$, encontre $C_j$ em termos das $n$ colunas de $A$ e da $j$-ésima coluna de $B$. 


403   

Resolver o sistema linear em função do parâmetro $\lambda$:

\[\left\{\begin{array}{cccl}2x_1+&3x_2+&x_3&=1 \\x_1+&6x_2+&x_3&=3 \\2x_1-&3x_2+&2x_3&=\lambda\\x_1+&3x_2+&2x_3&=1 \\\end{array}\right.. \]



$x_1 =\dfrac{-1}{4}, x_2 =\dfrac{7}{12}, x_3 =\dfrac{-1}{4}, \lambda = \dfrac{-11}{4}.$


1417   

Mostre que o sistema linear:
$$ \left\{ \begin{array}{ccccc}a_{11} x &+& a_{12} y & = & b_1\\a_{21} x &+& a_{22} y & = & b_2 \end{array} \right.$$

pode ser  escrito em forma matricial $AX=b$, onde:

$$A=\begin{pmatrix} a_{11} & a_{12} \\ a_{21} & a_{22} \end{pmatrix}, X = \begin{pmatrix} x \\ y \end{pmatrix}, b = \begin{pmatrix} b_1 \\ b_2  \end{pmatrix}.$$


398   

Resolver o sistema linear:

\[\left\{\begin{array}{ccccccccccr}&&x_1&+&x_2&-&x_3&+&2x_4&=&6 \\&-&x_1&+&x_2&+&4x_3&-&3x_4&=&-2 \\&&&&x_2&+&3x_3&+&x_4&=& 5 \\&&&&x_1&+&5x_2&+&5x_3& =&14 \\\end{array}\right. . \]



$x_2 = \dfrac{13-2 x_1}{5}, x_3 = \dfrac{1+x_1}{5}, x_4 = \dfrac{9-x_1}{5}, \forall x_1\in\mathbb{R}.$


1388   

Seja $f: \mathbb{R}^2 \rightarrow \mathbb{R}^2$ uma função definida por $f(x,y) =(2x+y,x-y)$. Ache o(s) valor(es) de $\lambda$ para que a equação $f(x,y) = \lambda(x,y)$ possua solução $(x,y) \neq 0$.


$\lambda=\dfrac{1 + \sqrt{13}}{2}$ ou $\lambda=\dfrac{1 - \sqrt{13}}{2}$.


410   

Resolver o sistema linear:

\[ \left\{\begin{array}{rrrrl}x&+5y&+4z&-13z&=3\\3x&-y&+2z&+5t &=2\\2x&+2y&+3z&-4t&=1\end{array}\right. .\]


Esse sistema linear não possui solução.


406   

Resolver o sistema linear: \[\left\{\begin{array}{ccccccr}2x_1&+&5x_2&+&12x_3&=& 6 \\3x_1&+&x_2&+&5x_3&=& 12 \\5x_1&+&8x_2&+&21x_3&=& 17\\\end{array}\right. .\]


Esse sistema linear não possui solução.


409   

Resolver o sistema linear: 

\[\left\{\begin{array}{rrrrl}4x&+3y&-z&+t&=4\\x&-y&+2z&-t&=0\\5x&+2y&+z&&=4\end{array}\right. . \]


$z = 4 - 5 x - 2 y, t = 8 - 9 x - 5 y, \forall x, y \in \mathbb{R}$.


412   

Dada uma matriz $A = CD$, onde $C^{-1} = \left[\begin{array}{cc} 3 & 2 \\ 1 &3\end{array}\right]$  e $ D^{-1} =\left[\begin{array}{cr} 2 & 5 \\ 3 & -2\end{array}\right]$, resolva o sistema $AX = B$, sabendo que $B=\left[\begin{array}{c} -1  \\0 \end{array}\right]$.



Se $AX=B$ com $A=CD$, tem-se $CDX=B$.

Multiplicando a última expressão por $C^{-1}$ à esquerda: $C^{-1}CDX=C^{-1}B \Rightarrow I_2DX=C^{-1}B$ ou $DX=C^{-1}B$.

E então, multiplicando a expressão resultante por $D^{-1}$ à esquerda: $D^{-1}DX=D^{-1}C^{-1}B$ e $I_2X=D^{-1}C^{-1}B$ ou, equivalentemente, $X=D^{-1}C^{-1}B$.

Como $C^{-1}$ e $D^{-1}$ são  dadas, basta realizar as multiplicações, obtendo-se $B=\left[\begin{array}{c} -11  \\7 \end{array}\right]$.


413   

  1.  Determine os coeficientes $a$, $b$, $c$ e $d$ da função polinomial $p(x)=ax^3+bx^2+cx+d$, cujo gráfico passa pelos pontos $P_1=(0,10)$, $P_2=(1,7)$, $P_3=(3,-11)$ e $P_4=(4,-14)$. 
  2.  Determine coeficientes $a, b$ e $c$ da equação do círculo, $x^2+y^2+ax+by+c=0$, que passa pelos pontos $P_1=(-2,7)$, $P_2=(-4,5)$ e $P_3=(4,-3)$.


  1. $a = 1/6$, $b = -1$, $c = -13/6$, $d=10$.
  2. $a= -2$, $b = -4$, $c = -29$.

1387   

Uma liga de metal $L_1$ contém $20\%$ de ouro e $80\%$ de prata e uma liga $L_2$ tem $65\%$ de ouro e $35\%$ de prata. Quanto gramas de cada liga são necessários para se formar $100$ gramas de uma liga com quantidade igual de ouro e prata?


Serão necessárias aproximadamente 33.3333 gramas da liga $L_1$ e 66.6667 gramas da liga $L_2$.


402   

Resolver o sistema linear:

\[\left\{\begin{array}{cccccr}2x_1+&1x_2+&4x_3+&x_4&=&-5 \\2x_1+&8x_2-&10x_3+&8x_4&=&2 \\&&-9x_3+&2x_4&=&2\\4x_1+&1x_2+&6x_3+&5x_4&=&-3\\4x_1+&5x_2-&8x_3+&8x_4&=&-3\\\end{array}\right . .\]


$x_1 = -\dfrac{27}{7}, x_2=\dfrac{-5}{7}, x_3 =\dfrac{2}{7} , x_4 =\dfrac{16}{7}.$


414   

Um construtor tem contratos para construir 3 estilos de casa: moderno, mediterrâneo e colonial. A quantidade de material empregada em cada tipo de casa é dada pela tabela:

\[
    \begin{array}{lccccc}
    & \text{Ferro} & \text{Madeira} & \text{Vidro} &
    \text{Tinta} & \text{Tijolo}\\
    \text{Moderno} & 5 & 20 & 16 & 7 & 17\\
    \text{Mediterrâneo} & 7 & 18 & 12 & 9 & 21\\
    \text{Colonial} & 6 & 25 & 8 & 5 & 13
    \end{array}
    \]

  1. Se ele pretende construir 5, 7 e 12 casas dos tipos moderno, mediterrâneo e colonial, respectivamente, quantas unidades de cada material serão empregadas?

  2. Suponha que os preços por unidade de ferro, madeira, vidro, tinta e tijolo sejam, respectivamente, 15, 8, 5, 1 e 10. Qual é o preço unitário de cada tipo de casa?

  3. Qual é o custo total do material empregado?


  1. As quantidades de  ferro, madeira, vidro, tinta e tijolo serão 146, 526, 260,158 e 388, respectivamente.

  2. O preço unitário dos tipos moderno, mediterrâneo e colonial serão 492, 528 e 465, respectivamente.

  3. O custo total do material empregado para construir 5 casas do estilo moderno, 7 casas do estilo mediterrâneo e 12 casas do estilo colonial é 11736.

407   

Resolver o sistema linear: \[\left\{\begin{array}{ccccccccccr}x_1&-&2x_2&+&3x_3&+&2x_4&+&x_5&=&10 \\2x_1&-&4x_2&+&8x_3&+&3x_4&+&10x_5&=& 7 \\3x_1&-&6x_2&+&10x_3&+&6x_4&+&5x_5&=&27\\\end{array}\right..\]


$x_3 = \dfrac{-19+2 x1- 4 x2}{3}, x_4 = \dfrac{ 41 - 4 x_1 + 8 x_2}{3}, x_5 = \dfrac{5- x_1+2 x_2}{3}, \forall x_1, x_2\in \mathbb{R}$.


411   

Resolver o sistema linear: 

\[\left \{\begin{array}{rrrrl}x&-y&+2z&-t&=0\\3x&+y&+3z&+t&=0\\x&-y&-z&-5t&=0\end{array}\right..\]



$y = \dfrac{-6 x}{5}, z = \dfrac{-4 x}{5}, t = \dfrac{3 x}{5}, \forall x \in \mathbb{R}$.


399   

Resolver o sistema linear:

\[\left\{\begin{array}{cccccr}&x_1&-&7x_2&=&-11 \\-&x_1&+&11x_2&=&31 \\&2x_1&-&12x_2&=&-26 \\&3x_1&-&17x_2&=&-15 \\\end{array}\right. . \]


O sistema não possui solução.


401   

Resolver o sistema linear:\[\left\{\begin{array}{rrrrrcr}1x_1+&3x_2-&7x_3+&5x_4+&2x_5&=&0 \\2x_1+&3x_2-&20x_3+&7x_4+&8x_5&=&0 \\10x_1+&22x_2-&46x_3+&34x_4+&12x_5&=&0 \\\end{array}\right. . \]


$x_3 =\dfrac{11x_1+4x_2}{5}, x_4 = \dfrac{6 x_1-x_2}{5}, x_5 = \dfrac{21 x_1 + 9 x_2}{5}, \forall x_1, x_2 \in \mathbb{R}$.


400   

Resolver o sistema linear:

\[\left\{\begin{array}{rrrcr}2x_1+&3x_2-&5x_3&=& 2 \\2x_1+&3x_2-&x_3&=& 8 \\6x_1+ &9x_2-&7x_3&=& 18 \\\end{array}\right. . \]


$x_2 =\dfrac{19-4x_1}{6}, x3 =\dfrac{3}{2}, \forall x_1 \in \mathbb{R}$.


404   

Resolver o sistema linear em função do parâmetro $\lambda$:

\[\left\{\begin{array}{ccccl}x_1-&2x_2-&x_3+&x_4&=-2 \\2x_1+&7x_2+&3x_3+&x_4&=\ \, 6 \\11x_1+&11x_2+&4x_3+&8x_4&=\ \, 8\\10x_1+&2x_2+&&8x_4&=\ \, \lambda \\\end{array}\right. .\]


$x_3 = 2 - \dfrac{x_1- 9 x_2}{4} , x_4 = -\dfrac{5x_1-x_2}{4}, \lambda = 0, \forall x_1,x_2\in\mathbb{R}$.