If #h ( x ) = x + \sqrt { x } ,# what is # h ^ { - 1} ( 6)#?
2 Answers
Explanation:
This can be solved by observation, but here's a full blown solution that calculates
First note that the domain of
If
Note also that
So
Let:
#y = h(x) = x + sqrt(x)#
Subtract
#y-x = sqrt(x)#
Square both sides (noting that this will introduce spurious solutions) to get:
#y^2-2xy+x^2 = x#
[[ Note that any spurious solutions will actually be solutions of:
Subtract
#x^2-(2y+1)x+y^2 = 0#
This is a quadratic in
#ax^2+bx+c = 0#
with
We can solve this using the quadratic formula to find:
#x = (-b+-sqrt(b^2-4ac))/(2a)#
#color(white)(x) = ((2y+1)+-sqrt((2y+1)^2-4y^2))/2#
#color(white)(x) = ((2y+1)+-sqrt(4y+1))/2#
Note that one of these roots will be the solution of:
#y-x = sqrt(x)#
and the other the solution of:
#y-x = -sqrt(x)#
The latter of these requires a larger value of
#x = ((2y+1)-sqrt(4y+1))/2#
That is:
#h^(-1)(y) = ((2y+1)-sqrt(4y+1))/2#
So:
#h^(-1)(6) = ((2(6)+1)-sqrt(4(6)+1))/2 = (13-sqrt(25))/2 = (13-5)/2 = 4#
x=4.
Explanation:
I use graph of
George, for his valuable tips that ranges in Socratic graphs can be
changed mechanically.
Here, the question is on finding abscissa x, when the ordinate is 6,
In the graph, h = 6 meets h = x+sqrtx, at x = 4. The point (4, 6) is
marked.
Note solutions like
graphical method and this approximation can be used as a starter,
for a befitting numerical iterative method, to improve the accuracy to
any precision.
graph{(x+sqrtx-y)(y-6)((x-4)^2+(y-6)^2-.01)=0 [0,20, 0, 10]}