How Do You Find the Inverse of a Radical Function?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 7K views
Nelo
Messages
215
Reaction score
0

Homework Statement


Find the inverse of each of the following functions


Homework Equations



y= [sqrt] x^2 + 9

The Attempt at a Solution



y = [sqrt] x^2 +9
x= [sqrt] y^2 +9
x-3= y

I did the sqrt of 9, and sqrted y and its wrong.

The answer is apparently y=+/(plusminus) [sqrt]x^2 -9 .. How do you solve this?
 
Physics news on Phys.org
Nelo said:
y= [sqrt] x^2 + 9
Need some parentheses. I don't know if you mean
[itex]y = \sqrt{x^2} + 9[/itex]
or
[itex]y = \sqrt{x^2 + 9}[/itex]


Nelo said:
y = [sqrt] x^2 +9
x= [sqrt] y^2 +9
x-3= y

I did the sqrt of 9, and sqrted y and its wrong.
Looks like the 9 is INSIDE the square root. You got it completely wrong from line 2 to line 3. From line 2, square both sides, and then subtract the 9. Then solve for y.
 
There are two commonly taught ways to find inverses of functions:
1) First solve y= f(x) for x, then swap x and y.
2) First swap x and, y, then solve for y.

So given [itex]f(x)= \sqrt{x^2+ 9}[/itex], you can write that, first, as [itex]y= \sqrt{x^2+ 9}[/itex] then swap x and y to write [itex]x= \sqrt{y^2+ 9}[/itex].

However, it is not true that [itex]\sqrt{a^2+ b^2}= a+ b[/itex]. For example, [itex]\sqrt{9+ 16}= \sqrt{25}= 5[/itex], not [itex]\sqrt{9}+ \sqrt{16}= 3+ 4= 7[/itex].

In order to solve [itex]x= \sqrt{y^2+ 9}[/itex] for y, start by squaring both sides.