mojomike said:
Homework Statement
I need to solve the following integral:
{ x * ((1-x)/3)^(1/7) dx
where { represents the integral symbol b/c I don't know how to type that.
The Attempt at a Solution
I've tried integration by parts and don't get anywhere. None of the integration techiques I know seem to work and nothing I've found online says what to do when you have this kind of a situation.
Any help would be greatly appreciated. I'm lost. Thanks everyone!
,Mike
Homework Statement
Homework Equations
The Attempt at a Solution
No, you don't use Integration by Parts in this problem.
To type maths beautifully, one should learn how to
https://www.physicsforums.com/showthread.php?t=8997". And you can begin to dig in the awesome world of LaTeX today.
So, your integral is:
\int x \left( \frac{1 - x}{3} \right) ^ {\frac{1}{7}} dx, right?
The first step is to take all constants out of it:
\frac{1}{\sqrt[7]{3}} \int x \left( 1 - x \right) ^ {\frac{1}{7}} dx
The product of (1 - x)
1 / 7 and x is a little bit complicated to integrate, right? Because you just cannot expand the part (1 - x)
1 / 7.
If the problem was: \int x \left( 1 - x \right) ^ {2} dx, then it would be much easier, because we can expand (1 - x)
2 = 1 - 2x + x
2. And the whole integral would become: \int (x ^ 3 - 2 x ^ 2 + x) dx, which should be like, a piece of cake.
So, back to the problem, we then think about a
simple u-substitution, which eliminates the needs to expand (1 - x)
1 / 7. Let's see if you can figure out what u should be. :)