Jon P. answered 02/15/15
Tutor
5.0
(173)
Knowledgeable Math, Science, SAT, ACT tutor - Harvard honors grad
(x1/3-a1/3) / (x-a)
Let's do a substitution to make the math a little easier.
Let y = x1/3 and let b = a1/3
So this equals (y - b) / (y3 - b3)
Factor the denominator:
(y - b) / ((y - b)(y2 + by + b2)
Divide through by (y - b):
1 / (y2 + by + b2)
Substitute back in:
1 / (x2/3 + a1/3x1/3 + a2/3)
As x approaches a, this approaches:
1 / (a2/3 + a2/3 + a2/3) =
1 / (3a2/3)
...which is what you were trying to get to.