✔ 最佳答案
y = 3x^2 + 3
Flip the x and y to get the inverse:
x = 3y^2 + 3
Solve for y:
(x - 3) = 3y^2
(x-3) / 3 = y^2
y = +/- sqrt((x-3)/3)
y = +/- (sqrt(x-3) / sqrt(3))
In math, it's customary to remove radicals from the denominator. Do this by multiplying top and bottom by the radical in the denominator:
y = +/- sqrt(x-3) * sqrt(3) / sqrt(3) * sqrt(3)
y = +/- sqrt(3x - 9) / 3