Find $x$ so that $\begin{pmatrix} 1 & 0 & c \\ 0 & a & -b \\ -\frac{1}{a} & x & x^2 \end{pmatrix}$ is invertible
Answer
Let
\[A=\begin{pmatrix} 1 & 0 & c \\ 0 & a & -b \\ -\frac{1}{a} & x & x^2 \end{pmatrix}.\]
Then $\frac{1}{a}R_1+R_3 \rightarrow R_3$ gives
\[\begin{pmatrix} 1 & 0 & c \\ 0 & a & -b \\ 0 & x & x^2+\frac{c}{a} \end{pmatrix},\]
and $-\frac{x}{a}R_2+R_3 \rightarrow R_3$ gives
\[\begin{pmatrix} 1 & 0 & c \\ 0 & a & -b \\ 0 & 0 & \frac{b}{a}x+x^2+\frac{c}{a} \end{pmatrix}.\]
Hence
\[\text{det}(A)=a(\frac{b}{a}x+x^2+\frac{c}{a})=0\]
\[\Rightarrow ax^2+b x+c=0\]
\[\Rightarrow x=\frac{-b \pm \sqrt{b^2-4ac}}{2a}.\]
Hence the matrix $A$ is invertible if and only if
\[x\neq\frac{-b \pm \sqrt{b^2-4ac}}{2a}.\]
Savionf
575
The answer is accepted.
Join Matchmaticians Affiliate Marketing
Program to earn up to a 50% commission on every question that your affiliated users ask or answer.
- answered
- 1929 views
- $7.00
Related Questions
- College Algebra Help
- Three questions on Vectors
- Trying to solve this system of simultaneous equations. A solution with work shown would be appreciated.
- What is f(x). I've been trying to understand it for so long, but I always get different answers, I feel like I'm going crazy. Please someone explain it and read my whole question carefully.
- Graph Equation from Test
- Numerical Linear Algebra Question
- Solving for two unknown angles, from two equations.
- Solve this problem using branch and bound algorithm.