Use calculus to derive area of circle using n triangles

5k Views Asked by At

This is a homework question I am struggling with...

Let $n$ be a positive integer, and cut the circle into $n$ equal sectors. In each sector there is an isosceles triangle formed where the edges of the sector intersect the circle. Prove the formula for the area of the circle is correct by taking the sum of the areas of the triangles without bound.

I've gotten as far as figuring out the central angle of each triangle is $\dfrac{2 \pi}{n}$. I'm having trouble with getting the area of the triangle into a form that I can take the integral of.

3

There are 3 best solutions below

2
On BEST ANSWER

Let $r$ be the radius of the circle. The area of the triangle is $\frac12 (base \times height)$, if you split each of the triangles down the middle (to give a right angled triangle) then the height will be given by $$height = r \cos(\tfrac\pi n),$$ notice how we have halfed the angle as we split the triangle in 2. Similarly the base will be given by $$ base = 2 r \sin(\tfrac\pi n), $$ where we have remembered to multiply by two as the base of the right angled triangle is only half that of the isoceles.

Putting these quantities into the formula for the area of the isoceles triangle we get \begin{align*} A_{triangle} &= \frac 12 \times 2 r \sin(\tfrac\pi n) \times r \cos(\tfrac\pi n) \\ &= r^2 \sin(\tfrac\pi n)\cos(\tfrac\pi n) \end{align*}

Now there are n triangles so the total area of all the triangles would be given by $$ A_{total} = r^2 n\sin(\tfrac\pi n)\cos(\tfrac\pi n) , $$ which can be rewritten using the double angle formula as $$ A_{total} = r^2 n \frac 1 2 \sin(\tfrac{2\pi} {n}). $$ The area of the circle can then be found if we take the limit as $n\rightarrow\infty$. $$ A_{circ} = \lim \limits_{n \rightarrow \infty} r^2 n \frac 1 2 \sin(\tfrac{2\pi} {n}), $$ and using the fact that for very small $x$, $\sin(x) \approx x$ this can be seen to be \begin{align*} A_{circ} &= \lim \limits_{n \rightarrow \infty} r^2\frac{2\pi n} {2n} \\ &=\pi r^2, \end{align*} which is precisely what we want.

0
On

In addition to Rammus' answer there are less trigonometric and more concise ways of solving the problem. I will show below three methodologies: with limits, with a modification of Riemann Sums (notice that the question asks for a sumation), and finally how to express the same modified Riemann Sum as an integral.

First to the intuition. You can approximate the area of the circle by dividing it into isosceles triangles.

Source: http://www.amsi.org.au/teacher_modules/the_circle.html

Notice the gap between the base of the triangles and the arc of the circle. That is the error in our approximation. By increasing the number of triangles, that region decreases. So if we increase our (n) number of triangles to infinity, the error disappears, and the base of a given triangle is equal to the arclength of a given segment.

(1) Note the equation for the area of an isosceles triangle and the equation for circumference of a circle:

$$A_{triangle} = \frac 12 \times base \times height \\ C = 2 \pi r$$

When $n = \infty$:

$$height = r, \space base = \frac {2\pi r} n$$

Since we have $n$ triangles the total area can be expressed like this:

$$A_{circ} = \lim \limits_{n \rightarrow \infty} n \space (A_{triangle}) = \lim \limits_{n \rightarrow \infty} n \space \frac 12 \frac {2\pi r} n r$$

The n's cancel and so do the 2's, giving us: $A_{circ} = \pi r^2$

(2) Though, let's take this a step farther and see if we can rearrange this into something resembling a Reimann Sum, which works by summing infinitely many rectangles under a given function $f(x)$. It's form is:

$$ A = \lim \limits_{n \rightarrow \infty} \sum_{i=1}^{n} f(x_{i-1}) \Delta x \\ \Delta x = \frac {b-a} n $$

In effect $\Delta x$ is the base of the rectangle, and $f(x)$ is the height. If we want to make it a triangle we insert $\frac 12$:

$$A = \lim \limits_{n \rightarrow \infty} \sum_{i=1}^{n} \frac 12 f(x_{i-1}) \Delta x$$

Since, we are summing triangles along the circumference, $b-a = 2 \pi r - 0$ and $\Delta x = \frac {2\pi r} n$. We can also conclude that $f(x)$ is a constant function equal to $\pi$, and we will need to insert to constant $\frac 1 2$.

$$A = \lim \limits_{n \rightarrow \infty} \sum_{i=1}^{n} \frac 12 r \frac {2\pi r} n$$

Pulling out the constants in regards to the summation and simplifying:

$$A = \lim \limits_{n \rightarrow \infty} \frac {\pi r^2} n \sum_{i=1}^{n} 1$$

Since $\sum_{i=1}^{n} 1 = n$:

$$A = \lim \limits_{n \rightarrow \infty} \frac {\pi r^2} n n = \pi r^2$$

(3) The above is probably the solution the problem wants. But we can take this one step further and convert the sum to an integral.

$$A = \lim \limits_{n \rightarrow \infty} \sum_{i=1}^{n} \frac 12 f(x_{i-1}) \frac {b-a} n = \frac 12 \int_{a}^{b}f(x)dx$$

Finally we have:

$$A = \frac 12 \int_{0}^{2\pi r}rdx = \frac 12 rx \Big|_{0}^{2\pi r} = \frac 12 r(2\pi r) - \frac 12 r(0) = \pi r^2$$

1
On

The short approach.

enter image description here

From basic trigonometric identity $$\sin \frac {\theta}{2} = \frac {c}{2r}~~~~(1)$$ where $c$ is chord length, we know that when given angle $x$ is very small, i.e. $x \to 0$ then $\sin x \approx x$, (this can be seen expanding $\sin x $ as Maclaurin Series about $0$). So from (1) and with small angle assumption we can extrapolate, that: $$ c = r~\theta ~~~~(2)$$

Substituting into (2) elementary angle, instead,- gives elementary chord expression:

$$\text{d}c = r~\text{d}\theta~~~~(3)$$

Multiplying both sides by $\text{d}r$, we get elementary area :

$$\text{d}c~\text{d}r = r~\text{d}\theta ~\text{d}r~~~~(4)$$

Double integration of (4) equation gives circle area:

$$ \begin{align} A_{circle} &= \int _0^R \int_0^{2\pi} r~ \text{d}\theta ~\text{d}r\\ &=\int _0^R r~ \theta \Big|_{0}^{2\pi} ~\text{d}r \\ &=\int _0^R 2\pi r ~\text{d}r\\ &=2\pi \int _0^R r ~\text{d}r\\ &=2\pi \frac {r^2}{2} \Big|_{0}^{R}\\ &=\pi R^2 \end{align} $$