Solving the \int x\sqrt[3]{x-1}\,dx Integration Problem

  • Thread starter Thread starter tandoorichicken
  • Start date Start date
  • Tags Tags
    Integration
AI Thread Summary
The integration problem \(\int x\sqrt[3]{x-1}\,dx\) can be approached using integration by parts, with suggestions to use \(u=x\) and \(dv=(x-1)^{1/3}\). An alternative substitution of \(x-1=t^2\) is also proposed, leading to a simpler form. Ultimately, substituting \(u=x-1\) transforms the integrand into \((u+1)u^{1/3}\,du\), which simplifies the integration process. The discussion concludes that while the problem may seem complex, it can indeed be solved with the right substitutions.
tandoorichicken
Messages
245
Reaction score
0
How do I do this
<br /> \int x\sqrt[3]{x-1}\,dx<br />
?
 
Physics news on Phys.org
Seems like a good candidate for integration by parts.

Let u=x and dv=(x-1)^1/3
 
I assume that's x3 * &radic;(x-1) [ and not x * (x-1)^(1/3) ].

You can use integration by parts (3 times).

(There may be an easier way, but I don't see it.)
 
U can substitute x-1=t^2
 
U can substitute x-1=t^2
 
Actually it is x(x-1)^(1/3), So I hope all this works for my problem. Actually, with whatever I've learned so far my teach says it can't be done, I was just curious if it actually can.
 
Let u= x-1. Then x= u+1 and dx= du so the integrand is

(u+1)u1/3du= (u4/3+ u1/3)du and it's easy.
 
Back
Top