Svetlana Z. answered 10/27/15
Tutor
5.0
(372)
Female Engineer, UC Berkeley PhD, 30+years industry 1700+ hours tutor
let y = x2-3x+2
The inverse function should be written as x = f(y), so we need to solve for x in terms of y.
y-2 = x2-3x
Complete the square on the right.
Write as: y-2 = x2 - 2 * 3/2 x
(x-3/2)2 = x2 - 3x + 9/4
x2 - 3x = x2 - 3x + 9/4 - 9/4 = (x-3/2)2 - 9/4
Replace this above:
y-2 = (x-3/2)2 - 9/4
y-2+9/4 = (x-3/2)2
y+1/4 = (x-3/2) 2
Take square root of both sides:
(y+1/4)1/2 = x-3/2
SO THE INVERSE FUNCTION IS:
x = (y+1/4)1/2 + 3/2