Functional Modeling Math Example 1

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

Example 1

easy
A rectangular garden has perimeter 4040 m. Express the area AA as a function of the width ww, find the domain, and determine the width that maximizes area.

Solution

  1. 1
    Perimeter: 2w+2l=40โ‡’l=20โˆ’w2w+2l=40 \Rightarrow l=20-w. Area: A(w)=wโ‹…l=w(20โˆ’w)=20wโˆ’w2A(w)=w\cdot l=w(20-w)=20w-w^2.
  2. 2
    Domain: both w>0w>0 and l=20โˆ’w>0l=20-w>0, so wโˆˆ(0,20)w\in(0,20).
  3. 3
    Maximize: A(w)=โˆ’(w2โˆ’20w)=โˆ’(wโˆ’10)2+100A(w)=-(w^2-20w)=-(w-10)^2+100. Maximum area 100100 mยฒ at w=10w=10 m (square garden).

Answer

A(w)=20wโˆ’w2A(w)=20w-w^2; domain (0,20)(0,20); maximum 100ย m2100\text{ m}^2 at w=10w=10 m
Functional modeling turns a geometric constraint (fixed perimeter) into an algebraic function. The optimal shape โ€” a square โ€” emerges naturally from completing the square on the area function.

About Functional Modeling

Functional modeling uses functions to represent relationships between real-world quantities โ€” choosing the right function family to capture the observed pattern.

Learn more about Functional Modeling โ†’

More Functional Modeling Examples