My question is ; How can I solve the following inverse of function question?
$y=x^2-6x+4$
Thanks in advance,
|
My question is ; How can I solve the following inverse of function question? $y=x^2-6x+4$ Thanks in advance, |
|||||||||
|
|
This function does not have an inverse, since \begin{align*} y\left(3+\sqrt{5}\right) &= (3+\sqrt{5})^2 - 6(3+\sqrt{5}) + 4\\ &= 9 + 6\sqrt{5} + 5 -18 - 6\sqrt{5} + 4 = 0,\\ y\left(3-\sqrt{5}\right) &= (3-\sqrt{5})^2 - 6(3-\sqrt{5}) + 4\\ &= 9 - 6\sqrt{5} + 5 - 18 + 6\sqrt{5} + 4 = 0. \end{align*} Since the function is not one to one, it does not have an inverse. You can, on the other hand, restrict the domain; for instance, since $$ y = x^2 -6x + 4 = (x-3)^2 - 5$$ you can restrict yourself to $[3,\infty)$, where the function is one-to-one. In that case, note that $y\geq -5$, and you have \begin{align*} y &= x^2 - 6x + 4\\ x^2 - 6x + (4-y) &= 0 \end{align*} and now you can use the quadratic formula to find an expression for $x$ in terms of $y$. The function will have domain $[-5,\infty)$, and will have range $[3,\infty)$. |
|||||||||||
|
|
First you have to be careful, because without restricting your domain, the function is not invertible. For example $2^2-6\cdot 2+4 = -4 = 4^2 - 6\cdot 4 +4$, which shows that $x\mapsto x^2-6x+4$ is not one-to-one. If you restrict the domain to $x\geq3$ or $x\leq3$, then the resulting function will be one-to-one. You can see this by finding the vertex of the parabola $y=x^2-6x+4=(x-3)^2-5$, and noticing that the function is strictly monotone (increasing or decreasing) on either side of the vertex. If you define $f(x)=x^2-6x+4$ on $[3,\infty)$, then you can find the inverse function as indicated in the other answers. The domain will be the range of the previous function $[-5,\infty)$, and for each $x\in[-5,\infty)$, $f^{-1}(x)$ is the unique solution $y$ to $x=y^2-6y+4$ in the interval $[3,\infty)$, which can be found by completing the square or using the quadratic formula. Something similar can be said for the function $g(x)=x^2-6x+4$ on $(-\infty,3]$, where $g^{-1}$ will now have a different range than $f^{-1}$. |
|||||
|
|
If your function is $f(x)=x^2-6x+4$, then its inverse (which is not a function) can be found by using the quadratic formula to find the solutions to the equation $0=x^2-6x+4-f(x)$ (which will give a formula for $x$, which becomes $f^{-1}(x)$, in terms of $f(x)$, which becomes $x$). |
|||
|
|
|
Write $x = y^2-6y+4$ and solve for $y$. You need to restrict the domain and codomain so that the function is bijective (i.e. the inverse exists). |
||||
|
|
Simply rearrange the equation to solve for $x$ in terms of $y$. This is precisely the definition of the inverse. Hint: factorise the quadratic expression. |
|||
|
|