I am trying to find the inverse function of the following equation:
x = y4 + y2 + 1 , y >= 0
Can you show me how? thanks!!
Greetings. I know enough to be dangerous. (I need to work on my Domain & Range competence.) Here goes.
If I correctly understand, the below can be treated as a quadratic.
y
4 + y2 + 1 = x
y
4 + y
2 = x -1
Now, "complete the square" of y
4 + y
2:
y
4 + y
2 + (1/2)
2 = x - 1 + (1/2)
2 (The 1/2 being squared is the b/2a derived from the quadratic general form y = ax
2 + bx + c.)
(y
2 + 1/2)
2 = x - 3/4
y
2 + 1/2 = +or- (x - 3/4)
1/2
y
2 = - 1/2 +or- (x - 3/4)
1/2
y = +or- [- 1/2 +or- (x - 3/4)
1/2 ]
1/2
(Four equations reflected above. By my reckoning, D: x>1 in order to accomplish required R: y>0.)
What I myself am having trouble with (and will shortly post) is calculating the inverse of the likes of y = x
2 + x
1/2, which is not a quadratic, as opposed to y = x + x
1/2 which, it appears, can be treated as a quadratic.
Cheers!