Verse

Luke 12:15 - 21 And he said unto them, Take heed, and beware of covetousness: for a man's life consisteth not in the abundance of the things which he possesseth.

Tuesday, 4 November 2025

Derivation of the Formula of a Circle

 



🎯 Goal

We want to derive the formula

A=πr2A = \pi r^2

where AA is the area of the circle and rr is the radius.


🧩 Step 1: Recall what a circle is

A circle is the set of all points that are at a fixed distance rr (the radius) from a central point.


🧮 Step 2: Divide the circle into equal sectors

Imagine cutting the circle into many thin slices (like pizza slices).
If we rearrange these slices alternately (flipping every other one), they begin to resemble a parallelogram or rectangle shape.

As the number of slices increases, the shape more closely approximates a rectangle.


📏 Step 3: Determine the dimensions of this "rectangle"

  • Base (length): Half of the circumference of the circle

    Base=12×Circumference=12×2πr=πr\text{Base} = \frac{1}{2} \times \text{Circumference} = \frac{1}{2} \times 2\pi r = \pi r
  • Height: Equal to the radius of the circle rr


📐 Step 4: Find the area of this “rectangle”

Area of rectangle = Base × Height

A=(πr)×r=πr2A = (\pi r) \times r = \pi r^2


🌟 Step 5: The limiting argument (for precision)

As the number of sectors increases infinitely, the rearranged shape becomes exactly a rectangle — not just an approximation.
Thus, mathematically, the area of the circle is:

A=πr2\boxed{A = \pi r^2}


🔍 Step 6: Alternative Derivation (Using Integration)

For those familiar with calculus:

The area of a circle can also be found by integrating horizontal strips from x=rx = -r to x=rx = r under the curve:

x2+y2=r2y=r2x2x^2 + y^2 = r^2 \Rightarrow y = \sqrt{r^2 - x^2}

So,

A=20rr2x2dxA = 2 \int_{0}^{r} \sqrt{r^2 - x^2} \, dx

Using trigonometric substitution x=rsinθx = r \sin\theta, this becomes:

A=20π/2r2cos2θdθ=πr2A = 2 \int_{0}^{\pi/2} r^2 \cos^2\theta \, d\theta = \pi r^2


🌀 Step 7: Intuitive Meaning

  • The π (pi) represents the constant ratio between a circle’s circumference and its diameter.

  • The represents how the area scales — if you double the radius, the area quadruples.


✅ Final Formula:

A=πr2\boxed{A = \pi r^2}

Alternative derivation (step-by-step) using integration

We’ll compute the area of a circle of radius rr by integrating vertical slices.


1. Equation of the circle and vertical slice

Circle: x2+y2=r2x^2 + y^2 = r^2.
Solve for the top half: y=r2x2y = \sqrt{r^2 - x^2}

For a given xx the vertical length of the circle is

topbottom=r2x2(r2x2)=2r2x2.\text{top} - \text{bottom} = \sqrt{r^2-x^2} - \big(-\sqrt{r^2-x^2}\big) = 2\sqrt{r^2-x^2}.

So the area is the integral of those vertical slices from x=rx=-r to x=rx=r:

A=rr2r2x2dx.A=\int_{-r}^{r} 2\sqrt{r^2-x^2}\,dx .

2. Use symmetry to simplify

The integrand is even, so

A=2rrr2x2dx=40rr2x2dx.A = 2\int_{-r}^{r}\sqrt{r^2-x^2}\,dx = 4\int_{0}^{r}\sqrt{r^2-x^2}\,dx .

(We pulled a factor 2 outside and used rr=20r\int_{-r}^{r} = 2\int_{0}^{r}.)


3. Trigonometric substitution

Set x=rsinθx = r\sin\theta. Then

dx=rcosθdθ,r2x2=r2r2sin2θ=rcosθ.dx = r\cos\theta\,d\theta, \qquad \sqrt{r^2-x^2} = \sqrt{r^2 - r^2\sin^2\theta} = r\cos\theta.

Change the limits:

  • x=0sinθ=0θ=0x=0 \Rightarrow \sin\theta=0 \Rightarrow \theta=0,

  • x=rsinθ=1θ=π2x=r \Rightarrow \sin\theta=1 \Rightarrow \theta=\tfrac{\pi}{2}.

Substitute into the integral:

0rr2x2dx=0π/2(rcosθ)(rcosθdθ)=r20π/2cos2θdθ.\int_{0}^{r}\sqrt{r^2-x^2}\,dx = \int_{0}^{\pi/2} \big(r\cos\theta\big)\big(r\cos\theta\,d\theta\big) = r^2\int_{0}^{\pi/2}\cos^2\theta \,d\theta.

Thus

A=4r20π/2cos2θdθ.A = 4 \cdot r^2 \int_{0}^{\pi/2}\cos^2\theta \,d\theta.

4. Evaluate 0π/2cos2θdθ\displaystyle \int_{0}^{\pi/2}\cos^2\theta\,d\theta

Use the identity cos2θ=1+cos2θ2\cos^2\theta=\dfrac{1+\cos2\theta}{2}:

0π/2cos2θdθ=0π/21+cos2θ2dθ=120π/21dθ  +  120π/2cos2θdθ.\int_{0}^{\pi/2}\cos^2\theta\,d\theta = \int_{0}^{\pi/2}\frac{1+\cos2\theta}{2}\,d\theta = \frac{1}{2}\int_{0}^{\pi/2}1\,d\theta \;+\; \frac{1}{2}\int_{0}^{\pi/2}\cos2\theta\,d\theta.

Compute each term:

  • 120π/21dθ=12π2=π4\displaystyle \frac{1}{2}\int_{0}^{\pi/2}1\,d\theta = \frac{1}{2}\cdot\frac{\pi}{2} = \frac{\pi}{4}.

  • 120π/2cos2θdθ=12[sin2θ2]0π/2=14(sinπsin0)=0.\displaystyle \frac{1}{2}\int_{0}^{\pi/2}\cos2\theta\,d\theta = \frac{1}{2}\left[\frac{\sin2\theta}{2}\right]_{0}^{\pi/2} = \frac{1}{4}\big(\sin\pi - \sin0\big) = 0.

So

0π/2cos2θdθ=π4.\int_{0}^{\pi/2}\cos^2\theta\,d\theta = \frac{\pi}{4}.

5. Finish the computation

Plug that back into the area:

A=4r2π4=πr2.A = 4 r^2 \cdot \frac{\pi}{4} = \pi r^2.

✅ Final result

A=πr2\boxed{A=\pi r^2}

Short derivation using polar coordinates

Use polar coordinates (ρ,θ)(\rho,\theta) where x=ρcosθ,  y=ρsinθx=\rho\cos\theta,\; y=\rho\sin\theta.
The area element in polar coordinates is dA=ρdρdθdA=\rho\,d\rho\,d\theta (the Jacobian).

The disk of radius rr is described by 0ρr,  0θ2π0\le \rho\le r,\; 0\le\theta\le 2\pi. So

A=DdA=θ=02πρ=0rρdρdθ.A=\iint_{D} dA=\int_{\theta=0}^{2\pi}\int_{\rho=0}^{r} \rho\,d\rho\,d\theta.

Evaluate the inner integral:

0rρdρ=ρ220r=r22.\int_{0}^{r}\rho\,d\rho=\frac{\rho^{2}}{2}\Big|_{0}^{r}=\frac{r^{2}}{2}.

Now the outer integral:



No comments:

Post a Comment

Derivation of the Formula of a Circle

  🎯 Goal We want to derive the formula A = π r 2 A = \pi r^2 A = π r 2 where A A A is the area of the circle and r r r is the radius. ...