Asphyxiated
- 263
- 0
Homework Statement
This is only an example but I do not understand what they are doing...
\int (4x+1)^{3} + (4x+1)^{2}+(4x+1) dx
Homework Equations
\int f(u) du = F(g(x)) + C
The Attempt at a Solution
Let
u = 4x+1
then
du = 4 dx
and
dx = \frac {1}{4}du
how did they get that dx was 1/4? There are no steps to explain this, it just lists them as having that value.
So after substituting the problem should look like this:
\int (u^{3} + u^{2} + u) * \frac {1}{4} du
which is this:
\frac{1}{4}(\frac{u^{4}}{4} + \frac {u^{3}}{3} + \frac {u^{2}}{2}) + C
\frac{1}{4}[\frac {(4x+1)^{4}}{4}+\frac{(4x+1)^{3}}{3}+\frac{(4x+1)^{2}}{2}] +C
So I suppose the only portion that I really don't understand is how they got the 1/4 dx value out of seemingly nothing...