hank said:Ok, I gave that a try and here's what I got...
(8 + x)(2 + x^(1/3))^(-2)
//Product rule
= [(8 + x)(-2)(2 + x^(1/3)^-3((1/3)x^(-2/3)] + (2 + x^(1/3))^-2
//Multiplying out and combining
=[(-x - 16)/(3x^(2/3)(2 + x^(1/3))^3)] + [1/(2 + x^(1/3))^2]
//Find common denominator and add
((6x^(2/3) - 16) / (3x^(2/3)(2+x^(1/3))^3)
Does that look right, or can I do more?