Pool Liner Problem: Surface Area and Scaling

Geometry & Measurement 9th-10th Grade
PROBLEM

A cylindrical swimming pool has a diameter of 24 feet and a height of 4 feet. A smaller pool with the same height has a diameter of 12 feet. A vinyl liner covers the bottom and side of each pool. Does the smaller pool require one-half of the amount of vinyl liner that is used to cover the larger pool? Explain. If not, estimate the diameter of the cylindrical swimming pool that uses one-half of the amount of vinyl liner used to cover the larger pool. Assume the height of the pool is 4 feet.

What This Problem Teaches

  • How to calculate partial surface area of cylinders (side + one base only)
  • Understanding why scaling dimensions doesn't always scale area proportionally
  • Setting up and solving quadratic equations from geometry constraints
  • Analyzing how linear and quadratic terms combine in real applications
  • Using the quadratic formula to solve practical engineering problems

Visualizing the Problem

A cylindrical swimming pool has a diameter of 24 feet and a height of 4 feet. A smaller pool with the same height has...

The shaded areas show where vinyl liner is needed: the bottom circle and the curved side surface. Notice both pools have the same height but different diameters.

Solution: Method 1 — Direct Surface Area Calculation

Step 1 — Identify what surfaces need covering

The vinyl liner covers the bottom (one circular base) and the curved side surface of each cylindrical pool. We don't need to cover the top since it's open water.

Step 2 — Set up the surface area formula

For a cylinder with diameter d and height h, the liner area is:

Total Area = Lateral Surface Area + Base Area
A = πdh + π(d/2)²
A = πdh + πd²/4

Step 3 — Calculate the large pool's liner area

Large pool: diameter = 24 ft, height = 4 ft

A_large = π(24)(4) + π(24)²/4
A_large = 96π + π(576)/4
A_large = 96π + 144π
A_large = 240π square feet

Step 4 — Calculate the small pool's liner area

Small pool: diameter = 12 ft, height = 4 ft

A_small = π(12)(4) + π(12)²/4
A_small = 48π + π(144)/4
A_small = 48π + 36π
A_small = 84π square feet

Step 5 — Compare the ratio

Check if the small pool uses half the liner:

Ratio = A_small/A_large = 84π/240π = 84/240 = 7/20 = 0.35

Since 0.35 ≠ 0.5, the smaller pool does not require half the liner.

Step 6 — Find the diameter that gives exactly half the liner

We need to solve: A(d) = 240π/2 = 120π

πdh + πd²/4 = 120π
π(d)(4) + π(d)²/4 = 120π
4πd + πd²/4 = 120π
Divide by π: 4d + d²/4 = 120
Multiply by 4: 16d + d² = 480
Rearrange: d² + 16d - 480 = 0

Step 7 — Solve using the quadratic formula

d = (-16 ± √(16² + 4(1)(480)))/2
d = (-16 ± √(256 + 1920))/2
d = (-16 ± √2176)/2
d = (-16 ± 46.65)/2

Taking the positive root: d = (-16 + 46.65)/2 = 30.65/2 ≈ 15.3 feet

Answer: No, the smaller pool does not use half the liner. The 12-foot diameter pool uses 35% of the large pool's liner (84π vs 240π square feet). A pool with diameter approximately 15.3 feet would use exactly half the liner of the large pool.

Solution: Method 2 — Scaling Analysis

Step 1 — Express total area as a function of diameter

For any pool with height 4 feet and diameter d:

A(d) = πd(4) + π(d)²/4 = 4πd + πd²/4 = π(4d + d²/4)

Step 2 — Analyze how area scales with diameter

This formula has two parts:

  • Linear term:4πd (side area scales with diameter)
  • Quadratic term:πd²/4 (base area scales with diameter squared)

Step 3 — Compare scaling behaviors

When diameter halves from 24 to 12:

Side area: 4π(12) = 48π vs 4π(24) = 96π
Ratio: 48π/96π = 1/2 ✓

Base area: π(12)²/4 = 36π vs π(24)²/4 = 144π
Ratio: 36π/144π = 1/4 ✗

Step 4 — Calculate the combined effect

Small pool total: 48π + 36π = 84π
Large pool total: 96π + 144π = 240π
Combined ratio: 84π/240π = 7/20 = 0.35

Step 5 — Solve for the half-area diameter

Setting A(d) = 120π:

π(4d + d²/4) = 120π
4d + d²/4 = 120
d²/4 + 4d - 120 = 0
d² + 16d - 480 = 0

This gives the same quadratic as Method 1, with solution d ≈ 15.3 feet.

Verification

Let's check our answers by substituting back:

Verify the small pool calculation

A_small = π(12)(4) + π(12)²/4 = 48π + 36π = 84π ✓

Verify the ratio calculation

84π/240π = 84/240 = 21/60 = 7/20 = 0.35 ✓

Verify the half-area diameter

For d = 15.3 feet:

A = π(15.3)(4) + π(15.3)²/4
A = 61.2π + π(234.09)/4
A = 61.2π + 58.5π = 119.7π ≈ 120π ✓

The slight difference is due to rounding. The exact answer is d = 8 + 4√31 ≈ 15.325 feet.

Watch Out For These

✗ Mistake 1: Assuming the liner covers all surfaces of the cylinder
Some students calculate 2πr² + 2πrh (both bases plus sides), but pool liners only cover the bottom and sides, not the open top surface.
✗ Mistake 2: Thinking "half the diameter = half the area"
This intuition fails because area depends on both linear (side) and quadratic (base) terms. The base area scales as the square of diameter, not linearly.
✗ Mistake 3: Using radius instead of diameter inconsistently
The problem gives diameters (24 ft, 12 ft), but the circle area formula uses radius. Make sure to convert: A = πr² = π(d/2)² = πd²/4.
✗ Mistake 4: Forgetting to take the positive root
The quadratic formula gives two solutions, but diameter must be positive. Always check that your answer makes physical sense.

The General Pattern

For any cylindrical container where you need to cover the bottom and sides:

A(d,h) = πdh + πd²/4 = π(dh + d²/4)

This formula reveals why scaling isn't proportional:

  • Linear component:πdh scales directly with diameter
  • Quadratic component:πd²/4 scales with diameter squared
Key Insight: When one dimension scales but others remain fixed, the total scaling depends on which term dominates. For small diameters or large heights, the linear term dominates. For large diameters or small heights, the quadratic term dominates.

To find a diameter that gives half the area of diameter d₀:

πdh + πd²/4 = (1/2)[πd₀h + πd₀²/4]
This leads to: d² + 4hd - (d₀² + 4hd₀)/2 = 0

Why This Matters

This type of scaling analysis appears throughout engineering and manufacturing:

  • Material estimation: Paint, wallpaper, and insulation calculations for cylindrical tanks
  • Cost optimization: Finding the most economical dimensions when material costs scale non-linearly
  • Structural engineering: Understanding how load-bearing capacity scales with different dimensions
  • Manufacturing: Determining how production costs change when scaling up or down container sizes

What If?

1
Double the Height
The large pool (24 ft diameter) now has a height of 8 ft. The small pool (12 ft diameter) still has a height of 4 ft. Is the small pool's liner area now closer to being half of the large pool's? Calculate the exact ratio.
Step 1 — Calculate large pool area with new height

Large pool: A = π(24)(8) + π(24)²/4 = 192π + 144π = 336π

Step 2 — Small pool area remains the same

Small pool: A = π(12)(4) + π(12)²/4 = 48π + 36π = 84π

Step 3 — Calculate the new ratio

Ratio = 84π/336π = 84/336 = 1/4 = 0.25

Verification

Answer: The ratio is now 1/4 = 0.25, which is further from 0.5 than before. Increasing the height makes the linear term dominate more, so diameter scaling becomes closer to proportional, but we started below 0.5.

2
Fixed Material Budget
You have exactly 200π ft² of vinyl liner material. You want to build a cylindrical pool with a diameter of 20 ft. What is the maximum height the pool can have?
Step 1 — Set up the constraint equation

Total area = πdh + πd²/4 = 200π

With d = 20: π(20)h + π(20)²/4 = 200π

Step 2 — Simplify

20πh + π(400)/4 = 200π

20πh + 100π = 200π

Step 3 — Solve for height

20πh = 200π - 100π = 100π

h = 100π/(20π) = 5 feet

Verification

Check: π(20)(5) + π(20)²/4 = 100π + 100π = 200π

Answer: Maximum height is 5 feet.

3
Volume vs. Liner Comparison
For the original pools (h=4 ft, large d=24 ft, small d=12 ft), compare the ratio of their volumes to the ratio of their liner areas. Which ratio is larger, and why does this make sense?
Step 1 — Calculate volumes

Volume = π(d/2)²h = πd²h/4

Large: V = π(24)²(4)/4 = π(576)(4)/4 = 576π

Small: V = π(12)²(4)/4 = π(144)(4)/4 = 144π

Step 2 — Calculate volume ratio

Volume ratio = 144π/576π = 144/576 = 1/4 = 0.25

Step 3 — Compare with liner ratio

Liner ratio = 84π/240π = 0.35 (from original problem)

Volume ratio = 0.25

Analysis

Answer: The liner ratio (0.35) is larger than the volume ratio (0.25). This makes sense because volume scales purely with d² (quadratic), while liner area has both linear (side) and quadratic (base) terms. The linear component makes the smaller pool "more efficient" in liner usage relative to volume.

4
The Reverse Problem
Two cylindrical pools have height 4 ft and use exactly the same amount of vinyl liner (200π ft²). If one pool has diameter 16 ft, what is the diameter of the other pool? Note: There should be two possible answers.
Step 1 — Find the liner area for the 16-ft pool

Given that both pools use 200π ft², let's verify this works for d=16:

A = π(16)(4) + π(16)²/4 = 64π + 64π = 128π

This doesn't equal 200π, so let's solve it properly.

Step 2 — Set up the equation for unknown diameter d

Both pools use the same liner: πd(4) + πd²/4 = π(16)(4) + π(16)²/4

4d + d²/4 = 64 + 64 = 128

d²/4 + 4d - 128 = 0

d² + 16d - 512 = 0

Step 3 — Solve using quadratic formula

d = (-16 ± √(256 + 2048))/2 = (-16 ± √2304)/2 = (-16 ± 48)/2

Solutions: d = 16 or d = -32

Interpretation

Answer: The other diameter is 16 ft (the same pool). Wait - let me recalculate this as two different pools with the same total area of 200π...

Actually, if one has d=16 and both use 200π total: d² + 16d - 512 = 0 gives d=16 as one solution. The "other" pool would need d≈32 ft or we misunderstood the problem setup.

Frequently Asked Questions

How do you calculate the surface area of a cylinder when only part of it needs covering?+
Add the lateral (side) surface area to the base area that needs covering. For a pool liner covering the bottom and sides, use πdh + π(d/2)². In this problem, the large pool needs π(24)(4) + π(12)² = 240π square feet of liner.
Why doesn't halving the diameter give half the surface area?+
Because cylinder surface area depends on both linear and quadratic terms in diameter. The side area scales linearly (πdh), but the base area scales quadratically (πd²/4). When diameter halves, you get half the side area but only one-quarter the base area.
How do you find a cylinder diameter that gives exactly half the surface area?+
Set up the equation A(d) = A(original)/2 and solve for d. This gives you a quadratic equation. In this problem, solving πd²/4 + 4πd = 120π leads to d² + 16d - 480 = 0, with solution d ≈ 17.4 feet.
DN

Dr. Neven Jurkovic

Mathematics Professor • Solutions reviewed for accuracy

NJ
Neven Jurkovic, PhD

Professor of Computer Science, Palo Alto College, Alamo Colleges District, San Antonio, TX

Developer of Algebrator

Contact

This solution was prepared with AI assistance and reviewed by Dr. Jurkovic for mathematical accuracy and pedagogical clarity.

2026-09-11