Solving for the Inverse Function of a Quadratic Equation

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 3K views
frozonecom
Messages
63
Reaction score
0

Homework Statement


[itex]f(x) = 3x^2-6[/itex]

We are asked to solve for the inverse function of the above function.



Homework Equations





The Attempt at a Solution


[itex]y=3x^2-6[/itex]
[itex]x=3y^2-6[/itex]
[itex]\frac{3y^2=x+6}{3}[/itex]
[itex]y^2 = \frac{x+6}{3}[/itex]
[itex]\sqrt{y^2}= \frac{\sqrt{x+6}}{3}[/itex]
[itex]y= \frac{\sqrt{x+6}}{\sqrt{3}}[/itex]
[itex]y= \frac{\sqrt{x+6}}{\sqrt{3}} \cdot \frac{\sqrt{3}}{\sqrt{3}}[/itex]
[itex]y= \frac{\sqrt{3x+18}}{3}[/itex]
[itex]f^{-1}(x) = \frac{\sqrt{3x+18}}{3}[/itex]

however, my teacher marked me wrong. I don't know why. I might ask her tomorrow but it's our mastery test and she might not explain it to me. Anyone care to tell me what wrong I did? Is it the rationalization? Is it supposed to have a radical denominator? Thank!
 
on Phys.org
What was the exact wording of the question? Since [itex]3x^2- 6[/itex] is not one-to-one, strictly speaking it does not have an inverse.

If we restrict the original function to [itex]f(x)= 3x^2- 6[/itex] for [itex]x\ge 0[/itex] and not defined for x< 0, then
[tex]f^{-1}(x)= \sqrt{\frac{x+ 6}{3}}= \frac{\sqrt{x+ 6}}{\sqrt{3}}= \frac{\sqrt{3x+ 18}}{3}[/tex]

If we restrict the original function to [itex]f(x)= 3x^2- 6[/itex] for [itex]x\le 0[/tex]<br /> and not defined for x> 0, <b>then</b><br /> [tex]f^{-1}(x)= -\sqrt{\frac{x+ 6}{3}}= -\frac{\sqrt{x+ 6}}{\sqrt{3}}= -\frac{\sqrt{3x+ 18}}{3}[/tex]<br /> <br /> Your teacher might accept<br /> [tex]f^{-1}(x)= \pm\frac{\sqrt{x+ 6}}{\sqrt{3}}= \pm\frac{\sqrt{3x+ 18}}{3}[/tex][/itex]
 
Last edited by a moderator:
oooh. Her instructions was that we need to change a list of functions into inverse functions, nothing more. I think she was exercising us in changing functions to inverse functions but did not bother to tell us that functions need to be one-to-one to have an inverse. She didn't also provide any other information like restrictions [itex]x \leq 0[/itex] or [itex]x \geq 0[/itex]
so I guess she'll have to accept my answer. Thanks for helping! :)
 
just want to say that she accepted it. :) Thanks!