Limiting Cases Math Example 3

Follow the full solution, then compare it with the other examples linked below.

Example 3

easy
For the area of a regular nn-gon inscribed in a circle of radius rr: An=n2r2sin⁑(2Ο€/n)A_n = \frac{n}{2}r^2\sin(2\pi/n). What does AnA_n approach as nβ†’βˆžn \to \infty?

Solution

  1. 1
    As nβ†’βˆžn \to \infty, the nn-gon approaches a circle.
  2. 2
    Use lim⁑θ→0sin⁑θθ=1\lim_{\theta\to 0}\frac{\sin\theta}{\theta} = 1. Let ΞΈ=2Ο€/n\theta = 2\pi/n so ΞΈβ†’0\theta \to 0 as nβ†’βˆžn \to \infty.
  3. 3
    An=n2r2sin⁑(2Ο€/n)=Ο€r2β‹…sin⁑(2Ο€/n)2Ο€/nβ†’Ο€r2β‹…1=Ο€r2A_n = \frac{n}{2}r^2\sin(2\pi/n) = \pi r^2 \cdot \frac{\sin(2\pi/n)}{2\pi/n} \to \pi r^2 \cdot 1 = \pi r^2.

Answer

An→πr2 (area of circle)A_n \to \pi r^2 \text{ (area of circle)}
The limiting case nβ†’βˆžn \to \infty recovers the circle area formula β€” a beautiful connection between discrete (polygon) and continuous (circle) geometry.

About Limiting Cases

Extreme values of a parameter (approaching zero, infinity, or a critical threshold) used to check formulas and reveal simplified behavior.

Learn more about Limiting Cases β†’

More Limiting Cases Examples