MarcZZ said:
Homework Statement
Hi I need help with the following integral.
\int_0^2 \! \frac{1}{(x^2+4)} \, dx
Homework Equations
I believe that these are both trigonometric substitutions. However, these are the simplest in my textbook and I can't even understand them. :-(
The Attempt at a Solution
a) I said t = 4x
Thus \frac{1}{4} \int_0^2 \! \frac{1}{(x^2+1)} \, dt
Well, this is incorrect because you have "dt" but still have "x" in the integrand.
So dt = 4dx
\frac{1}{4} \int_0^2 \! \frac{4}{(x^2+1)} \, dx
And now all you have done is write almost the original integral except with a "1/4" in front of it! It cannot possibly be the same thing.
If you want to make the substitution t= 4x, then
do the substitution! x= t/4 so, yes, dx= dt/4. And x^2+ 4= t^2/16+ 4. Surely, that's not what you wanted? That's much more complicated than what you have originally!
I
think you were trying to get rid of the "4" in the denominator: you want x^2+ 4= 4t^2+ 4= 4(t^2+ 1) so the substitution you want is x= 2t, NOT "t= 4x". With x= 2t, dx= 2dt and x^2+ 4= 4t^2+ 4= 4(t^2+ 1) so the integral becomes
\int \frac{2dt}{4(t^2+ 1)}= \frac{2}{4}\int\frac{dt}{t^2+ 1}= \frac{1}{2}\int\frac{dt}{t^2+ 1}
But don't forget to change the limits of integration. Originally they are x= 0 and x= 2. With x= 2t= 0, t= 0 and with x= 2t= 2, t= 1 so your integral should be
\frac{1}{2}\int_0^1 \frac{dt}{t^2+ 1}
Therefore...
1/4 (tan^-1(x))|2 = b and 0 = a
1/4 (((tan^-1(1(2)/4)) - (tan^-1(1(0)/4)))
Somehow I am supposed to get pi/8 but I don't understand the math once I get down to this point...
Am I doing this all wrong? Thanks ahead for any help... :)
Yes, you are doing that all wrong. You appear to be trying to copy half remembered examples blindly without
thinking about what you are doing.