Quote (FamilyGuyViewer @ Nov 12 2014 08:28am)
So when is the case where I can do f(x)^4/f '(x)? And how do u integrate this witout simplifying this expression?
you're trying to use u substitution. that means for your u, you need du in there.
f(x) = (2x^2+6x)^3
u = 2x^2 + 6x
du = 4x + 6
g(u) = u^3
notice how you're not using du? you need g(u) = u^3 du
so if the original function was:
f(x) = (2x^2+6x)^3 * (4x+6)
it would be fine.
or if du = 1, thats the same thing.
eg:
f(x) = (x + 5)^5
u = (x + 5)
du = 1
g(u) = u^5 du
so you can do what you wanted.