Respuesta :
Answer:
[tex]a) \quad A=\left[\begin{array}{cc}8&5\\5&-1\end{array}\right] \\\\\\b) \quad \{-1+5x, 2+x\}[/tex]
Step-by-step explanation:
To compute the representation matrix A of f with respect the basis {1,x} we first compute
[tex]f(1)=f(1+0x)=(8\cdot 1 + 2 \cdot 0) + (5 \cdot 1 - 0)x=8+5x \\\\f(x)=f(0 + 1\cdot x)=(8 \cdot 0 + 2\cdot 1)+(5 \cdor 0 - 1)x = 2-1[/tex]
The coefficients of the polynomial f(1) gives us the entries of the first column of the matrix A, where the first entry is the coefficient that accompanies the basis element 1 and the second entry is the coefficient that accompanies the basis element x. In a similar way, the coefficients of the polynomial f(x) gives us the the entries of the second column of A. It holds that,
[tex]A=\left[\begin{array}{ccc}8&5\\2&-1\end{array}\right][/tex]
(b) First, note that we are using a one to one correspondence between the basis {1,x} and the basis {(1,0),(0,1)} of [tex]\mathbb{R}^2[/tex].
To compute a basis P1 with respect to which f has a diagonal matrix, we first have to compute the eigenvalues of A. The eigenvalues are the roots of the characteristic polynomial of A, we compute
[tex]0=\det\left[\begin{array}{ccc}8-\lambda & 2\\ 5 & -1-\lambda \end{array}\right]=(8 - \lambda)(-1-\lambda)-18=(\lambda - 9)(\lambda +2)[/tex]
and so the eigenvalues of the matrix A are [tex]\lambda_1=-2 \quad \text{and} \quad \lambda_2=9[/tex].
After we computed the eigenvalues we use the systems of equations
[tex]\left[\begin{array}{cc}8&2\\5&-1\end{array}\right]\left[\begin{array}{c}x_1\\x_2\end{array}\right] = \left[\begin{array}{c}-2x_1\\-2x_2\end{array}\right] \\\\\text{and} \\\\\left[\begin{array}{cc}8&2\\5&-1\end{array}\right]\left[\begin{array}{c}x_1 \\ x_2\end{array}\right]=\left[\begin{array}{cc}9x_1\\2x_1\end{array}\right][/tex]
to find the basis of the eigenvalues. We find that [tex]v_1=(-1,5 )[/tex] is an eigenvector for the eigenvalue -2 and that [tex]v_2=(2,1)[/tex] is an eigenvector for the eigenvalue 9. Finally, we use the one to one correspondence between the [tex]\mathbb{R}^2[/tex] and the space of liear polynomials to get the basis [tex]P1=\{-1+5x, 2+x\}[/tex] with respect to which f is represented by the diagonal matrix [tex]\left[\begin{array}{ccc}-2&0\\0&9\end{array}\right][/tex]