Section 7.5 : Nonlinear Systems
4. Find the solution to the following system of equation.
\[\begin{align*}y & = 1 - 2{x^2}\\ {x^2} - \frac{{{y^2}}}{9} & = 1\end{align*}\]Show All Steps Hide All Steps
Start SolutionBefore we get too far into the solution we first should mention that there is no one correct solution path to these. Many of these types of problems will have multiple paths that we can take to find the solution. However, regardless of the path we take the solution to the system will be the same.
Okay on to the problem. In this case the first equation is in the form “\(y\) =” and so we can just plug this directly into the second equation. Doing this gives,
\[{x^2} - \frac{{{{\left( {1 - 2{x^2}} \right)}^2}}}{9} = 1\]Be careful with the parenthesis when plugging the first equation in. We had \({y^2}\) and so we need to make sure and square the whole \(y\) form the first equation when we plugged that in. In other words, we need the parenthesis in there to make sure we deal with the exponent properly.
Show Step 2Now, this is just a quadratic equation (which admittedly needs some simplification) and by this point we should be able to solve that so here is the solution work for the quadratic.
\[\begin{align*}{x^2} - \frac{{{{\left( {1 - 2{x^2}} \right)}^2}}}{9} & = 1\\ {x^2} - \frac{1}{9}\left( {1 - 4{x^2} + 4{x^4}} \right) - 1 & = 0\\ - \frac{4}{9}{x^4} + \frac{{13}}{9}{x^2} - \frac{{10}}{9} & = 0\\ 4{x^4} - 13{x^2} + 10 & = 0\end{align*}\]In the last step we multiplied by -9 to clear out the denominators and to eliminate the minus sign on the \({x^4}\) term.
Show Step 3This is quadratic in form so we can define \(u = {x^2}\) (and so \({u^2} = {\left( {{x^2}} \right)^2} = {x^4}\)). Using this substitution the equation becomes,
\[\begin{align*}4{u^2} - 13u + 10 & = 0\\ \left( {4u - 5} \right)\left( {u - 2} \right) & = 0\hspace{0.25in} \to \hspace{0.25in}u = \frac{5}{4},\,\,\,\,\,\,u = 2\end{align*}\] Show Step 4So, we got two values of \(u\) and each of these correspond to the following equation in terms of \(y\) (i.e. using the substitution above).
\[\begin{align*} & u = \frac{5}{4}\,\,\,\,:\,\,\,\,\,\,{x^2} = \frac{5}{4} & \to \hspace{0.25in}x = \frac{{ \pm \sqrt 5 }}{2}\\ & u = 2\,\,\,\,\,:\,\,\,\,\,\,{x^2} = 2& \to \hspace{0.25in}x = \pm \sqrt 2 \end{align*}\] Show Step 5
We have four values of \(x\) that we need to find corresponding values of \(y\) for. We’ll plug these into the first equation (much easier to plug these into that equation).
\(\begin{align*} & x = \frac{{\sqrt 5 }}{2}\,\,\,\,:\,\,\,\,y = 1 - 2{\left( {\frac{{\sqrt 5 }}{2}} \right)^2} = - \frac{3}{2} & \Rightarrow \hspace{0.25in} & \left( {\frac{{\sqrt 5 }}{2}, - \frac{3}{2}} \right)\\ & x = - \frac{{\sqrt 5 }}{2}\,\,\,\,:\,\,\,\,y = 1 - 2{\left( { - \frac{{\sqrt 5 }}{2}} \right)^2} = - \frac{3}{2} & \Rightarrow \hspace{0.25in} & \left( { - \frac{{\sqrt 5 }}{2}, - \frac{3}{2}} \right)\\ & x = \sqrt 2 \,\,\,\,:\,\,\,\,y = 1 - 2{\left( {\sqrt 2 } \right)^2} = - 3 & \Rightarrow \hspace{0.25in} & \left( {\sqrt 2 , - 3} \right)\\ & x = - \sqrt 2 \,\,\,\,:\,\,\,\,y = 1 - 2{\left( { - \sqrt 2 } \right)^2} = - 3 & \Rightarrow \hspace{0.25in} & \left( { - \sqrt 2 , - 3} \right)\end{align*}\)So, for this system of equations we have the four solutions listed above.
Note that with this system we have also run into a potential problem. We found corresponding \(y\)’s by plugging our \(x\)’s into the parabola. What if we had plugged them into the hyperbola?
Let’s use \(x = \sqrt 2 \) as an example since it will be a little easier to do the work for. Plugging this into the equation for the hyperbola gives,
\[{\left( {\sqrt 2 } \right)^2} - \frac{{{y^2}}}{9} = 1\,\,\,\,\, \to \,\,\,\,\,\,2 - \frac{{{y^2}}}{9} = 1\,\,\,\,\,\,\, \to \,\,\,\,\,\,{y^2} = 9\,\,\,\,\,\, \to \,\,\,\,\,\,\,\,y = \pm 3\]This implies that there should be two solutions corresponding to \(x = \sqrt 2 \) and not the single solution we found above! So, which is correct? Well recall that whatever solution we get must satisfy both equations and only one of those values of \(y\) will satisfy the parabola when using \(x = \sqrt 2 \). Therefore, the only solution is the one we got from the parabola. We would have a similar issue with the other values of \(x\).
The problem arose when we plugged the parabola into the hyperbola and squared it. The process of squaring it introduced potentially “bad” solutions. We saw similar issues when we solved equations with radicals several chapters back and the problem arose there for the same reason, we squared something.
The nice thing about these problems however is that if we use the equation we plugged in (the parabola in this case) to find the second values we don’t need to worry about the “bad” solutions since they only arise from the equation that we plugged into (the hyperbola in this case).
This in fact is the real reason we used the parabola to find the corresponding \(y\), although it was also the easier of the two equations to use.