mathor345 said:
I know, I meant that those limits are substituted for x in u (f(x)).
Ok, so apparently for a definite integral
\int_2^3\frac{x^5 + 1}{x^6+6x}dx
must be converted into the form:
It's not that it "must be converted" the form below; that's what you get when you do the substution u = x
6 + 6x, and du = 6(x
5 + 1)dx.
Notice that in the numerator above you don't quite have du, so you multiply by 6 and divide by 6 (i.e., multiply by 1) to get what you need. The 6 in the numerator goes to make up what is needed for du. The 6 in the denominator goes outside the integral as a factor of 1/6. I think you have been missing that throughout this thread.
mathor345 said:
Not quite. As explained above, there is a factor of 1/6, so the integral is
\frac{1}{6}\int_{x = 2}^3\frac{du}{u}
mathor345 said:
So,
u = x^6 + 6x so,
du = 6x^5 + 6
Please read the responses more carefully. This is du = (6x
5 + 6)dx[/color], or du = 6(x
5 + 1))dx[/color]. If you consistently leave off the dx you will be opening yourself up to grievous problems up ahead. That's guaranteed.
mathor345 said:
factor out du = 6(x^5 + 1) --> \frac{1}{6}du
?
du = 6(x
5 + 1)dx ==> du/6 = (x
5 + 1)dx
mathor345 said:
Plugging in the limits, x, into u:
No, no, not yet! You forgot to integrate!
mathor345 said:
u(2) = 76 and u(3) = 747
So,
\int_x^y\frac{1}{6}\frac{du}{u} = \frac{1}{6} ln \|u}|]\right_x^y
(x and y are 76 and 747 respectively. LaTeX is acting funny)
-> ln |747| - ln |76| -> 1/6 ln (747/76)
So my questions are:
1) Can someone explain why the 1/6 can be brought out in front like that?
2) In the last formula du/u = ln |u| why are the terms SUBTRACTED as above so allowing for the quotient rule to be used?
1) Explained above and elsewhere in this thread.
2) No, the formula isn't du/u = ln |u|; it's
(1/6)\int \frac{du}{u} = (1/6) ln |u| + C
In this case, after undoing the substitution, the right side above becomes
(1/6) ln|x
6 + 6x|, which you evaluate at x = 3 and x = 2. (For a definite integral you don't need to include the constant C.)
This gives you (1/6){ ln(747) - ln(76)}. The two log terms can be combined using the properties of logs.