My question is from Apostol's Vol. 1: One-variable calculus with introduction to linear algebra textbook.
Page 94. Exercise 17. We have defined $\pi$ to be the area of a unit circular disk. In Example 3 of Section 2.3, we proved that $\pi=2\int_{-1}^1\sqrt{1-x^2}\mathrm dx$. Use properties of the integral to compute the following in terms of $\pi$:
$(a)\int_{-3}^3\sqrt{9-x^2}\mathrm dx;\qquad$ $(b)\int_0^2\sqrt{1-\frac{1}{4}x^2}\mathrm dx;\qquad$ $(c)\int_{-2}^2(x-3)\sqrt{4-x^2}\mathrm dx.$
My attempt at a solution. I solved (a) and (b), the answers were $\frac{9}{2}\pi$ and $\frac{\pi}{2}$. But I have trouble solving the third one. for (c) we have $$\int_{-2}^2(x-3)\sqrt{4-x^2}\mathrm dx=2\int_{-1}^1(2x-3)\sqrt{4-4x^2}\mathrm dx$$ $$=2\int_{-1}^12(2x-3)\sqrt{1-x^2}\mathrm dx=4\int_{-1}^1(2x-3)\sqrt{1-x^2}\mathrm dx.$$ Now as I understand, this is definite integral of multiple of two functions, which can be solved by integration by parts. But since I haven't learned that yet, I want to ask how I can compute this in terms of $\pi$?
(Of course, it's perfectly valid to use $u$-substitution, but I think the above argument is cleaner for the particular integral you want to evaluate).
– Jan 31 '15 at 22:12