Tristin S. answered 02/06/21
Recent College Graduate Looking for Opportunities to Tutor Others
The way to evaluate an improper integral, like this one, is to just use a dummy variable (which we'll call a in this case) and take the limit.
In this case what we do is say that this integral is equivalent to: lim a→∞∫2adx/(4+x2)
The integral itself is just a simple trig sub: 1/4 * lim a→∞∫2adx/(1+x2/4)
In this case, we let x/2 = tan y, then x = 2 tan y and dx = 2 sec2 y dy. We also need to change the bounds on this integral. Since we are going from x = 2 to x=a and we know x = 2 tan y, we can change the bounds by saying 2 = 2 tan y and thus 1 = tan y, so y = π/4 on the bottom and a = 2 tan y, so a/2 = tan y, so y = tan-1(a/2) = arctan (a/2) for the top bound.
The integral becomes 1/4* lim a→∞∫π/4arctan(a/2) 2sec2y dy/(1+ tan2 y)
= 1/4* lim a→∞∫π/4arctan(a/2) 2sec2y dy/(sec2y)
After cancelling out, this integral then becomes: 1/4* lim a→∞∫π/4arctan(a/2) 2 dy
= 1/4 * lim a→∞ [π/2arctan(a/2) 2y]
= 1/4 * lim a→∞ [2 arctan(a/2) - π/2]
= 1/4 *[π - π/2] = π/8, which is c.