Art B. answered 01/04/15
Tutor
5.0
(418)
Ph.D. Chemical Engineer Making Math, Chemistry & Physics More Fun!
Nece,
One method is to put the expression in the form y = a(x-h)2 + k by completing the square and then solve for x.
y = 3x2 - 2x + 1
y = 3[x2 - (2/3)x + (1/3)]
y = 3[x2 - (2/3)x + (1/9)] + [1 - (1/3)]
y = 3[x-(1/3)]2 + 2/3
Subtract 2/3 from both sides and then divide by 3 to get;
[y-(2/3)]/3 = [x-(1/3)]2
or [(y/3) - (2/9)] = [x-(1/3)]2
This can also be written as:
[(3y/9) - (2/9)] = [x-(1/3)]2
Take square root of both sides and solve for x:
x = +/- [(3y/9-(2/9)]1/2 + 1/3 = +/-(1/3)[3y-2]1/2 + 1/3
Now interchange x and y:
y = (1/3) +/- (1/3)(3x-2)1/2
Note that the domain for the inverse function is x>= 2/3.
Hope this helps!