Solve $$(2-y)^4=3(2-y)^2+1$$
The answer is supposed to be $y=4\pm \sqrt{6+\frac{13}2}$. I have tried to work this problem out but I cannot get the answer that is in the book.
Solve $$(2-y)^4=3(2-y)^2+1$$
The answer is supposed to be $y=4\pm \sqrt{6+\frac{13}2}$. I have tried to work this problem out but I cannot get the answer that is in the book.
Copyright © 2021 JogjaFile Inc.
None of the 'book answers' you have provided represents a solution, instead the value listed at the end of these steps work correctly. I have listed my steps below. If you spot an error, please let me know:
let $$u=(2-y)^2$$
Substituting in original equation, you get: $$u^2-3u-1=0 $$
Using quadratic formula to solve the equation for u, $$u=\frac{3\pm \sqrt{9+4}}{2}$$
That is: $$u=\frac{3\pm \sqrt{13}}{2}$$
So far we found $u$, but we want to solve for $y$.
Equation in step 1 can be written as: $$u=(2-y)^2=4-4y+y^2$$
Which simplifies to:
$$y^2-4y+(4-u)=0$$
$$y=\frac{4\pm \sqrt{16-4(4-u)}}{2}$$
$$y=2\pm \sqrt{u}$$
$$y=2\pm \sqrt{\frac{3\pm \sqrt{13}}{2}}$$
This is the curve for: $$f(y)=(2-y)^4-3(2-y)^2-1$$