icecubebeast
- 66
- 3
Homework Statement
Find the limit analytically:
lim (x->4) [(x-3)^0.5 -1]/[x-4]
Homework Equations
The Attempt at a Solution
lim (x->4) [(x-3)^0.5 -1]/[x-4]
= lim (x->4) ([(x-3)^0.5 -1]/[x-4]) * [((x-3)^0.5 +1)/((x-3)^0.5 +1)]
= lim (x->4) [x - 3 -1]/[(x-4)(x-3)^0.5 +1)]
= [4 - 3 -1]/[(4-4)((4-3)^0.5 +1)]
= 0/ (1)
= 0
However my book says it's equal to 0.5
I don't know how to get to that answer.
Please don't say, "use L'hopital's rule" because this problem is assuming that you didn't learn derivatives, integrals, etc to solve the problem.