You can put this solution on YOUR website! (x-8)^(-1/2)(x+1)^(-1/2)-(x+1)^(1/2)(x-8)^(-3/2)
======
= 1/[sqrt(x-8)*sqrt(x+1)] - [sqrt(x+1)/(x-8)^(3/2)]
-------
lcd:: sqrt(x+1)*(x-8)^(3/2)
-------
= (x-8)/lcd - (x+1)/lcd
-------
= -9/lcd
-------
= -9/[sqrt(x+1)*(x-8)^(3/2)]
=============
Cheers,
Stan H.
----------