Simple integration based on chain rule

mbrmbrg
Messages
485
Reaction score
2
I think I've got this, but I'm not quite sure, especially about multiplying to get du to be what I want. Can someone please tell me if this is correct? (The first line is the problem.) Thanks!

\int\frac{3xdx}{\sqrt[3]{2x^2+3}}
I set u=2x^2+3, du=4x so the problem becomes
\int u^{-\frac{1}{3}}(\frac{3}{4})(\frac{4}{3})3xdx
rearranging the constants gives the much nicer equation
\frac{3}{4}\int u^{-\frac{1}{3}}du
=(\frac{3}{4})(\frac{u^\frac{2}{3}}{\frac{2}{3}})+C
=\frac{9(2x^2+3)^\frac{2}{3}}{8}+C
 
Last edited:
Physics news on Phys.org
Correct. Just one detail, though: du = 4xdx, but you probably just let it out by mistake, since the solution is correct.
 
The best way to check your work is to just take the derivative, and see if it matches what you integrated in the first place
 
Thank you very much!
I can now happily continue my four sections of calc homework that I wisely saved for long lazy days...
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top