SOLUTION: Inverse fonction of p(x) = - (square root of (-x+2)) -3

Algebra ->  Functions -> SOLUTION: Inverse fonction of p(x) = - (square root of (-x+2)) -3      Log On


   



Question 1153070: Inverse fonction of
p(x) = - (square root of (-x+2)) -3

Found 2 solutions by MathLover1, greenestamps:
Answer by MathLover1(20850) About Me  (Show Source):
You can put this solution on YOUR website!

Inverse function of
p%28x%29+=+-+%28sqrt+%28-x%2B2%29%29+-3
replace p%28x%29+ with y
y+=+-+%28sqrt+%28-x%2B2%29%29+-3.....swap variables
x=+-+%28sqrt+%28-y%2B2%29%29+-3.......solve for y
x%2B3=+-+%28sqrt+%28-y%2B2%29%29+......both sides divide by -1
-x-3=++sqrt+%28-y%2B2%29+.....squre both sides
%28-x-3%29%5E2=++-y%2B2+
y=++-%28-x-3%29%5E2%2B2+
y=++-%28x%5E2+%2B+6+x+%2B+9%29%2B2
y=++-x%5E2+-+6+x-+9%2B2
y=++-x%5E2+-+6+x-+7
p%5E-1%28x%29+=y
p%5E-1%28x%29+=-x%5E2+-+6+x-+7-> inverse

Answer by greenestamps(13209) About Me  (Show Source):
You can put this solution on YOUR website!


The other tutor showed a traditional algebraic method for finding the inverse of a function -- switch x and y and solve for the new y.

In many cases, an inverse can be found more easily using the concept that an inverse function "gets you back where you started from".

To find the inverse of a function this way, look at the operations that are performed on the input by the function to get the result. The inverse, to get you back where you started, has to perform the opposite operations in the opposite order.

The given function performs the following operations on the input:

(1) multiply by -1: -x
(2) add 2: -x%2B2
(3) take the square root: sqrt%28-x%2B2%29
(4) multiply by -1: -sqrt%28-x%2B2%29
(5) subtract 3: -sqrt%28-x%2B2%29-3

The inverse function must perform the opposite operations in the opposite order:

(1) add 3: x%2B3
(2) multiply by -1: -x-3
(3) square the result: x%5E2%2B6x%2B9
(4) subtract 2: x%5E2%2B6x%2B7
(5) multiply by -1: -x%5E2-6x-7

ANSWER: The inverse function is f%28x%29+=+-x%5E2-6x-7