I've been trying to prove that $\pi > 3$ by using the following definition:
$$\pi = 2\int_{-1}^1{ {\sqrt{1-t^2}}}\, dt$$
Which comes from finding what the area of the unit circle is. (This path can be found in Spivak's Calculus, in case someone wants to read about this topic)
I've done it already using sums and geometry, but I'm having a really bad time trying to find a good starting point, let alone the entire path for this proof.
Any help would be greatly appreciated.


Let $f(t) = \sqrt{1-t^2}$. Since $f$ is even $$ 2 \int_{-1}^{1} f(t)\,dt = 4 \int_{0}^{1} f(t)\,dt $$
Bound $f$ from below with easily integrable functions, like straight lines. For example, in this case, the concatenation of the line segments connecting in order the points $(0, f(0))$, $\left(\frac{1}{2}, f(\frac{1}{2})\right)$, $\left(\frac{1}{2} + \frac{1}{4}, f(\frac{1}{2} + \frac{1}{4})\right)$, $\left(\frac{1}{2} + \frac{1}{4} + \frac{1}{8}, f(\frac{1}{2} + \frac{1}{4} + \frac{1}{8})\right)$ and $(1, f(1))$ is sufficient.
Let $L(t)$ the concatenation of these lines. Show that $3 < 4 \int_{0}^{1} L(t)\,dt$ and $L(t) \le f(t)$ for $t \in [0,1]$. Then conclude by the integral monotonicity that $$ 3 < 4 \int_{0}^{1} L(t)\,dt \le 4 \int_{0}^{1} f(t)\,dt $$
Actually you can partition the interval the way you prefer and with enough line segments you will be able to conclude the same.