1.2.10Basic Geometry

Circumference and area of a circle

2,111 words10 min readdifficulty · medium3 backlinks

Core Definitions

Key insight: Every measurement of a circle derives from ONE number—the radius.

Deriving the Circumference Formula

Step 1: Understanding π (Pi)

π=CircumferenceDiameter\pi = \frac{\text{Circumference}}{\text{Diameter}}

Why? Because all circles are geometrically similar (same shape, different scale), this ratio is universal.

Step 2: Building the Formula

From the definition of π: π=Cd\pi = \frac{C}{d}

Multiply both sides by dd: C=πdC = \pi d

Since d=2rd = 2r: C=π2r=2πrC = \pi \cdot 2r = 2\pi r

WHERE r is radius, d is diameter

WHY 2π2\pi? You're measuring "around" a distance equal to the radius, but you go around the full rotation. One full rotation = 2π2\pi radians = one complete circle.

Figure — Circumference and area of a circle

Deriving the Area Formula

The Rearrangement Method

  • Base of paralelogram = half the circumference = C2=2πr2=πr\frac{C}{2} = \frac{2\pi r}{2} = \pi r
  • Height of paralelogram = radius = rr

As wedges get thinner → paralelogram becomes a perfect rectangle.

Area of parallelogram = base × height: A=(πr)r=πr2A = (\pi r) \cdot r = \pi r^2

WHY squared? Area is 2-dimensional (length × width). You're multiplying radius by a length proportional to radius → r2r^2.

Alternative Derivation: Integration (Rigorous)

Think of the circle as infinite concentric rings. A ring at radius xx has:

  • Circumference = 2πx2\pi x
  • Thickness = dxdx (infinitesimal width)
  • Area of that ring = 2πxdx2\pi x \cdot dx

Sum all rings from 0 to rr: A=0r2πxdx=2π0rxdx=2π[x22]0r=2πr22=πr2A = \int_0^r 2\pi x \, dx = 2\pi \int_0^r x \, dx = 2\pi \left[\frac{x^2}{2}\right]_0^r = 2\pi \cdot \frac{r^2}{2} = \pi r^2

WHY this works? Integration adds up infinite slices. Each slice contributes its circumference times its width.

Worked Examples

Solution:

Step 1 – Find circumference (encing needed): C=2πr=2π(7)=14π mC = 2\pi r = 2\pi(7) = 14\pi \text{ m}

WHY this step? Circumference = distance around = fencing length.

Approximate: 14×3.1415943.9814 \times 3.14159 \approx 43.98 m

Step 2 – Find area: A=πr2=π(7)2=49π m2A = \pi r^2 = \pi(7)^2 = 49\pi \text{ m}^2

WHY squared? Area measures 2D space.

Approximate: 49×3.14159153.9449 \times 3.14159 \approx 153.94

Answer: Need ~44 m of fencing; garden area ~154 m²


Solution:

Step 1 – Find circumference (one rotation distance): C=πd=π(60)=60π cmC = \pi d = \pi(60) = 60\pi \text{ cm}

WHY diameter formula? We're given diameter directly.

Step 2 – Multiply by rotations: Distance=100×60π=6000π cm\text{Distance} = 100 \times 60\pi = 6000\pi \text{ cm}

WHY multiply? Each rotation covers one circumference.

Convert to meters: 6000π cm=60π m188.56000\pi \text{ cm} = 60\pi \text{ m} \approx 188.5 m

Answer: ~188.5 meters


Solution:

Step 1 – Identify radii:

  • Inner radius (pond): r1=10r_1 = 10 m
  • Outer radius (pond + path): r2=10+2=12r_2 = 10 + 2 = 12 m

WHY add? Path extends outward from pond edge.

Step 2 – Calculate both areas:

  • Outer circle: A2=π(12)2=144πA_2 = \pi(12)^2 = 144\pi
  • Inner circle: A1=π(10)2=100πA_1 = \pi(10)^2 = 100\pi

Step 3 – Subtract to find ring: Apath=A2A1=144π100π=44π138.2 m2A_{\text{path}} = A_2 - A_1 = 144\pi - 100\pi = 44\pi \approx 138.2 \text{ m}^2

WHY subtract? Path area = (total area) - (pond

Answer: Path area ~138 m²

Common Mistakes

Why it feels right: You see "8" and plug it straight into the formula.

The fix: ALWAYS identify what you're given. Area formula uses radius.

  • Given diameter8 → radius = 4
  • Correct: A=π(4)2=16πA = \pi(4)^2 = 16\pi

Steel-man: The mistake happens because the number is right there and the formula looks simple. The fix: write r=?r = ? before computing.


Why it feels right: You calculated the number correctly!

The fix: Area is ALWAYS squared units (m², cm², etc.) because it's 2-dimensional. Circumference is linear units (m, cm) because it's 1-dimensional.

Memory trick: "Area sounds like 'square-ea'" → squared units.


Why it feels right: 227\frac{22}{7} was taught as "the value of π".

The fix:

  • π3.14159...\pi \approx 3.14159... (irrational, infinite decimals)
  • 2273.142857\frac{22}{7} \approx 3.142857 (close approximation)
  • For precision: use calculator's π button or 3.14159
  • For rough estimates: π3\pi \approx 3 is fine

When it matters: Engineering, construction, or when errors compound.

Memory Aids

Or visualize:

  • Circumference = 2πr: You need 2 times π times radius to go around once
  • Area = πr²: Radius squared because area is 2D space

Active Recall Practice

Recall Feynman Technique: Explain to a 12-Year-Old

Imagine you're drawing circles with a compass. The radius is how far you stretch the compass apart.

Circumference = how long the circle's edge is. If you rolled the circle like a wheel, circumference is how far it travels in one complete roll. The formula is 2πr2\pi r because if you unroll the edge, it's a bit more than 6 times the radius (since 2π6.282\pi \approx 6.28).

Area = how much pizza surface you get! If you filled the circle with tiny squares and counted them all, you'd get πr2\pi r^2 squares. Why squared? Because area needs TWO measurements (like length × width), and for a circle both come from the radius.

The magic number π shows up because it's the ratio of "around" to "across" for EVERY circle ever drawn!

Flashcards

#flashcards/maths

What is the formula for circumference of a circle? :: C=2πrC = 2\pi r or C=πdC = \pi d, where r is radius and d is diameter

Derive circumference formula from the definition of π :: π is defined as Cd\frac{C}{d}, so C=πdC = \pi d. Since d=2rd = 2r, we get C=2πrC = 2\pi r

What is the formula for area of a circle?
A=πr2A = \pi r^2, where r is the radius

Why does area formula have r² (squared)? :: Because area is two-dimensional—you're measuring length × width. Both dimensions scale with radius, giving r×r=r2r \times r = r^2

A circle has radius 5 cm. What is its circumference?
C=2π(5)=10π31.4C = 2\pi(5) = 10\pi \approx 31.4 cm
A circle has diameter 12 m. What is its area?
First find radius: r=6r = 6 m. Then A=π(6)2=36π113.1A = \pi(6)^2 = 36\pi \approx 113.1
What's the difference between radius and diameter?
Diameter is twice the radius: d=2rd = 2r. Radius goes from center to edge; diameter goes all the way across through center.
If you know circumference, how do you find radius?
From C=2πrC = 2\pi r, solve for r: r=C2πr = \frac{C}{2\pi}
What units does circumference have? Area?
Circumference: linear units (m, cm, etc.). Area: squared units (m², cm², etc.)
A wheel has radius 30 cm. How far does it travel in 50 rotations?
One rotation = circumference = 2π(30)=60π2\pi(30) = 60\pi cm. Distance = 50×60π=3000π942550 \times 60\pi = 3000\pi \approx 9425 cm = 94.25 m
How do you find the area of a ring between two circles?
Aring=πrouter2πrinner2=π(router2rinner2)A_{\text{ring}} = \pi r_{\text{outer}}^2 - \pi r_{\text{inner}}^2 = \pi(r_{\text{outer}}^2 - r_{\text{inner}}^2)
Why is π the same for all circles?
All circles are geometrically similar (same shape, different size). The ratio of circumference to diameter is a fundamental property of circular geometry, giving the constant π ≈ 3.14159...

Connections

  • Radius and Diameter – foundational circle measurements
  • Pi (π) and Irrational Numbers – understanding the magic constant
  • Perimeter and Area – general 2D measurement concepts
  • Arc Length – portion of circumference
  • Sector Area – portion of circle area
  • Cylinder Volume – extends circle area to 3D
  • Radians – angle measurement using circumference
  • Similar Figures – why π is constant across all circles
  • Integration – rigorous area derivation
  • Wheel and Circular Motion – real-world applications

Master these formulas through practice. Draw circles, measure them, verify the ratios. Math becomes real when you see it work!

Concept Map

d = 2r

derives all

universal constant

C = pi d

C = 2 pi r

slice into wedges

base = pi r, height = r

concentric rings 2 pi x dx

integrate 0 to r

2D, squared length

1D, distance around

Radius r

Diameter d

Circle Measurements

Pi ratio C over d

Circumference C = 2 pi r

Rearrange to rectangle

Area A = pi r squared

Integration method

Space enclosed

Perimeter

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Samjho yaar, circle ka matlab hai ek aisa shape jisme center se har point ki dori equal ho. Jab hum circle ke "around" ki length measure karte hain, woh hota hai circumference (paridhi). Formula hai C=2πrC = 2\pi r - matlab radius ko2π se multiply karo. Kyun? Kyunki ek complete circle me 2π2\pi radians hote hain (360 degrees), toh tumhe radius ki length ko itni baar add karna padta hai circular path me.

Area ka concept simple hai - circle ke andar kitna space hai? Formula hai A=πr2A = \pi r^2. Yahan r squared isliye hai kyunki area 2-dimensional quantity hai - length aur width dono count hote hain. Imagine karo ki circle ko chhote-chhote squares me divide kar diye, toh un sab squares ko count karoge toh answer ayega πr2\pi r^2. Real life me bahut kaam ata hai - jaise bicycle wheel ek rotation me kitna distance cover karegi (circumference ka use), ya circular garden me kitna grass lagana hai (area ka use).

Yad rakhne ka trick: "Two pies are round" - Two matlab 2πr2\pi r (circumference), aur pies are matlab πr2\pi r^2 (area). Pi (π\pi) ek magical number hai approximately 3.14, jo har circle ke liye same ratio deta hai circumference aur diameter ka. Isko samajh liye toh circles ke sare problems solve ho jayenge!

Go deeper — visual, from zero

Test yourself — Basic Geometry

Connections