Matemáticas II · Álgebra · Galicia · 2025

Ejercicio resuelto de Álgebra · Matemáticas II · Galicia · 2025

PREGUNTA 2. NÚMEROS Y ÁLGEBRA. (2,5 puntos). Responda uno de estos dos apartados: 2.1. o 2.2.

2.1. Responda a las dos cuestiones siguientes:

2.1.1. Si A=(2521) A = \begin{pmatrix} 2 & 5 \\ 2 & -1 \end{pmatrix} , halle α,βR \alpha, \beta \in \mathbb{R} tales que A2+αA+βI=0 A^2 + \alpha A + \beta I = 0 , donde I I y 0 0 son las matrices identidad y cero, respectivamente.

2.1.2. Calcule la matriz cuadrada X X tal que XA=B XA = B , si A=(1011) A = \begin{pmatrix} 1 & 0 \\ 1 & 1 \end{pmatrix} y B=(2111) B = \begin{pmatrix} 2 & 1 \\ 1 & 1 \end{pmatrix} . ¿Son iguales XA XA y AX AX ?

2.2. Discuta, según los valores del parámetro m m , el sistema {x+y+mz=1,x+my+z=1,mx+y+z=1. \left\{\begin{array}{rcrcrcl} x &+& y &+& mz &=& 1, \\ x &+& my &+& z &=& 1, \\ mx &+& y &+& z &=& 1. \end{array}\right.

Solución

El examen permite elegir entre el apartado 2.1 y el 2.2; se resuelven los dos.

2.1.1. Si A=(2521), halle α,βR tales que A2+αA+βI=0, donde I y 0 son las matrices identidad y cero, respectivamente.\textbf{2.1.1. Si } \boldsymbol{A = \begin{pmatrix} 2 & 5 \\ 2 & -1 \end{pmatrix}}\textbf{, halle } \boldsymbol{\alpha,\beta \in \mathbb{R}}\textbf{ tales que } \boldsymbol{A^2 + \alpha A + \beta I = 0}\textbf{, donde } \boldsymbol{I}\textbf{ y } \boldsymbol{0}\textbf{ son las matrices identidad y cero, respectivamente.}

Calculamos primero A2 A^{2} y después imponemos la igualdad elemento a elemento.

A2=(2521)(2521)=(4+101054210+1)=(145211) A^{2}=\begin{pmatrix} 2 & 5 \\ 2 & -1 \end{pmatrix}\begin{pmatrix} 2 & 5 \\ 2 & -1 \end{pmatrix}=\begin{pmatrix} 4+10 & 10-5 \\ 4-2 & 10+1 \end{pmatrix}=\begin{pmatrix} 14 & 5 \\ 2 & 11 \end{pmatrix}

A2+αA+βI=(14+2α+β5+5α2+2α11α+β)=(0000) A^{2}+\alpha A+\beta I=\begin{pmatrix} 14+2\alpha+\beta & 5+5\alpha \\ 2+2\alpha & 11-\alpha+\beta \end{pmatrix}=\begin{pmatrix} 0 & 0 \\ 0 & 0 \end{pmatrix}

De los elementos que no están en la diagonal se obtiene directamente α \alpha :

5+5α=0α=1 5+5\alpha=0 \Rightarrow \alpha=-1 , y también 2+2α=0α=1 2+2\alpha=0 \Rightarrow \alpha=-1

Sustituyendo en los de la diagonal:

14+2(1)+β=012+β=0β=12 14+2(-1)+\beta=0 \Rightarrow 12+\beta=0 \Rightarrow \beta=-12

11(1)+β=012+β=0β=12 11-(-1)+\beta=0 \Rightarrow 12+\beta=0 \Rightarrow \beta=-12

Las cuatro ecuaciones son compatibles, luego α=1 \alpha=-1 y β=12 \beta=-12 . Obsérvese que son la traza cambiada de signo y el determinante de A A , como afirma el teorema de Cayley-Hamilton.

2.1.2. Calcule la matriz cuadrada X tal que XA=B, si A=(1011) y B=(2111). ¿Son iguales XA y AX?\textbf{2.1.2. Calcule la matriz cuadrada } \boldsymbol{X}\textbf{ tal que } \boldsymbol{XA = B}\textbf{, si } \boldsymbol{A = \begin{pmatrix} 1 & 0 \\ 1 & 1 \end{pmatrix}}\textbf{ y } \boldsymbol{B = \begin{pmatrix} 2 & 1 \\ 1 & 1 \end{pmatrix}}\textbf{. ¿Son iguales } \boldsymbol{XA}\textbf{ y } \boldsymbol{AX}\textbf{?}

En XA=B XA=B la incógnita está multiplicada por la izquierda, así que despejamos multiplicando por A1 A^{-1} por la derecha.

XAA1=BA1X=BA1 XAA^{-1}=BA^{-1} \Rightarrow X=BA^{-1}

Comprobamos que A A es invertible y calculamos su inversa.

A=1011=10A1 |A|=\begin{vmatrix} 1 & 0 \\ 1 & 1 \end{vmatrix}=1\neq 0 \Rightarrow \exists\, A^{-1}

A1=1AAdj(AT)=11(1011)=(1011) A^{-1}=\dfrac{1}{|A|}\operatorname{Adj}(A^{T})=\dfrac{1}{1}\begin{pmatrix} 1 & 0 \\ -1 & 1 \end{pmatrix}=\begin{pmatrix} 1 & 0 \\ -1 & 1 \end{pmatrix}

X=BA1=(2111)(1011)=(211111)=(1101) X=BA^{-1}=\begin{pmatrix} 2 & 1 \\ 1 & 1 \end{pmatrix}\begin{pmatrix} 1 & 0 \\ -1 & 1 \end{pmatrix}=\begin{pmatrix} 2-1 & 1 \\ 1-1 & 1 \end{pmatrix}=\begin{pmatrix} 1 & 1 \\ 0 & 1 \end{pmatrix}

Para responder a la última cuestión calculamos los dos productos.

XA=(1101)(1011)=(2111)=B XA=\begin{pmatrix} 1 & 1 \\ 0 & 1 \end{pmatrix}\begin{pmatrix} 1 & 0 \\ 1 & 1 \end{pmatrix}=\begin{pmatrix} 2 & 1 \\ 1 & 1 \end{pmatrix}=B

AX=(1011)(1101)=(1112) AX=\begin{pmatrix} 1 & 0 \\ 1 & 1 \end{pmatrix}\begin{pmatrix} 1 & 1 \\ 0 & 1 \end{pmatrix}=\begin{pmatrix} 1 & 1 \\ 1 & 2 \end{pmatrix}

Luego X=(1101) X=\begin{pmatrix} 1 & 1 \\ 0 & 1 \end{pmatrix} y XAAX XA\neq AX : el producto de matrices no es conmutativo.

2.2. Discuta, seguˊn los valores del paraˊmetro m, el sistema\textbf{2.2. Discuta, según los valores del parámetro } \boldsymbol{m}\textbf{, el sistema}

Llamamos M M a la matriz de coeficientes y M M^{*} a la ampliada, y aplicamos el teorema de Rouché-Frobenius.

M=(11m1m1m11)M=(11m11m11m111) M=\begin{pmatrix} 1 & 1 & m \\ 1 & m & 1 \\ m & 1 & 1 \end{pmatrix} \qquad M^{*}=\begin{pmatrix} 1 & 1 & m & 1 \\ 1 & m & 1 & 1 \\ m & 1 & 1 & 1 \end{pmatrix}

M=11m1m1m11=m+m+mm311=m3+3m2 |M|=\begin{vmatrix} 1 & 1 & m \\ 1 & m & 1 \\ m & 1 & 1 \end{vmatrix}=m+m+m-m^{3}-1-1=-m^{3}+3m-2

M=0(m33m+2)=0(m1)2(m+2)=0{m=1m=2 |M|=0 \Rightarrow -(m^{3}-3m+2)=0 \Rightarrow -(m-1)^{2}(m+2)=0 \Rightarrow \begin{cases} m=1 \\ m=-2 \end{cases}

Si m1 m\neq 1 y m2 m\neq -2 , entonces M0ran(M)=ran(M)=3=n.º de incoˊgnitas |M|\neq 0 \Rightarrow \operatorname{ran}(M)=\operatorname{ran}(M^{*})=3=\text{n.º de incógnitas} y el sistema es compatible determinado.

Si m=1 m=1 , las tres ecuaciones se convierten en la misma:

M=(111111111111)ran(M)=ran(M)=1 M^{*}=\begin{pmatrix} 1 & 1 & 1 & 1 \\ 1 & 1 & 1 & 1 \\ 1 & 1 & 1 & 1 \end{pmatrix} \Rightarrow \operatorname{ran}(M)=\operatorname{ran}(M^{*})=1

ran(M)=ran(M)=1<3=n.º de incoˊgnitassistema compatible indeterminado \operatorname{ran}(M)=\operatorname{ran}(M^{*})=1<3=\text{n.º de incógnitas} \Rightarrow \text{sistema compatible indeterminado}

Queda una sola ecuación, x+y+z=1 x+y+z=1 , con dos grados de libertad; su solución es:

{x=1λμy=λz=μλ,μR \begin{cases} x=1-\lambda-\mu \\ y=\lambda \\ z=\mu \end{cases}\quad \lambda,\mu\in\mathbb{R}

Si m=2 m=-2 , la matriz ampliada es:

M=(112112112111) M^{*}=\begin{pmatrix} 1 & 1 & -2 & 1 \\ 1 & -2 & 1 & 1 \\ -2 & 1 & 1 & 1 \end{pmatrix}

Sabemos que M=0 |M|=0 , y el menor

1112=21=30ran(M)=2 \begin{vmatrix} 1 & 1 \\ 1 & -2 \end{vmatrix}=-2-1=-3\neq 0 \Rightarrow \operatorname{ran}(M)=2

Orlamos ese menor con la columna de términos independientes:

111121211=22+1411=90ran(M)=3 \begin{vmatrix} 1 & 1 & 1 \\ 1 & -2 & 1 \\ -2 & 1 & 1 \end{vmatrix}=-2-2+1-4-1-1=-9\neq 0 \Rightarrow \operatorname{ran}(M^{*})=3

ran(M)=23=ran(M)sistema incompatible \operatorname{ran}(M)=2\neq 3=\operatorname{ran}(M^{*}) \Rightarrow \text{sistema incompatible}

En resumen: el sistema es compatible determinado para todo m m distinto de 1 y de 2 -2 , compatible indeterminado con dos parámetros para m=1 m=1 , e incompatible para m=2 m=-2 .

Más ejercicios de Álgebra

Ver este ejercicio en Hodeia — miles de ejercicios de selectividad resueltos y filtrables.