Quadratic Functions & Applications: Optimization, Sketching, Revenue–Cost Models
Fence–Wall Optimization Problem
- Scenario
- Brick wall provides one side; contractor can supply only 100 m of fencing material for the other three sides.
- Variables
- L = length (side opposite the wall)
- W = width (two identical sides perpendicular to the wall)
- Formulas
- Area of enclosure: A=W×L
- Available fencing gives a linear constraint: 2W+L=100
- Expressing W in terms of L
- 2W=100−L⇒W=50−2L
- Area as a single‐variable quadratic
- A(L)=(50−2L)L=50L−2L2
- Domain
- Physical lengths imply L≥0.
- Area becomes negative when L > 100 (see parabola crossing the A=0 axis), so practical domain: (0,100).
- Graph
- Parabolic curve opening downward (negative quadratic term).
- Vertex gives the maximum attainable area (not explicitly computed here, but concept foreshadows later vertex method).
- Links to upcoming quadratic‐function theory.
Quadratic Functions: Definition & Terminology
- General form: f(x)=ax2+bx+c with a=0.
- Coefficients
- a = leading coefficient (controls opening direction & width).
- b, c = remaining linear & constant terms.
- Example (simplest): f(x)=x2
- Here a=1,b=0,c=0.
- Point table: x=−2,−1,0,1,2⇒f(x)=4,1,0,1,4.
- Graph features
- Vertex at (0,0).
- Axis of symmetry x=0.
- Concave upward (because a>0).
Five-Step Quick Sketch Method for Any Quadratic
- Concavity
- a>0 ⇒ opens up (cup).
- a<0 ⇒ opens down (cap).
- y–intercept
- Set x=0 ⇒ point (0,c).
- x–intercepts (roots)
- Solve ax2+bx+c=0.
- Quadratic formula: x=2a−b±b2−4ac.
- Vertex
- xv=−2ab;
- yv=f(−2ab).
- Axis of symmetry
- Vertical line x=−2ab (passes through vertex, mirrors graph).
Worked Sketch Example: f(x)=−4x2−8x+5
- Identify coefficients: a=−4,b=−8,c=5.
- Step 1 (concavity): a<0 ⇒ concave down.
- Step 2 (y–int): (0,5).
- Step 3 (x–ints):
- Discriminant b2−4ac=64−4(−4)(5)=64+80=144.
- Roots x=−88±12⇒−25,21.
- Step 4 (vertex):
- xv=−2ab=−88=−1.
- yv=f(−1)=−4(1)+8+5=9 ⇒ vertex (−1,9).
- Step 5 (axis): x=−1.
- Graph passes all plotted checkpoints; calculator verification confirms.
Business Application 1: Break-Even & Profit with Simple Quadratics
- Revenue: R(x)=−x2+40x
- Cost: C(x)=8x+192
- Break-even (solve R=C)
- −x2+40x=8x+192⇒x2−32x+192=0
- Factor: (x−8)(x−24)=0⇒x=8,24.
- Minimum break-even quantity: 8 units.
- Maximum revenue
- Vertex xv=−2ab=20.
- R(20)=−400+800=400 ⇒ max revenue $400.
- Profit function
- P(x)=R−C=−x2+32x−192 (also quadratic, a<0).
- Vertex xv=16 ⇒ P(16)=64.
- Max profit $64, achieved at 16 units.
Business Application 2: Health-Club Pricing (Demand, Revenue, Cost, Profit)
- Demand equation: Q=−0.06P+84
- Q = members, P = annual membership fee ($).
- Revenue:
- R(P)=P×Q=−0.06P2+84P (concave down).
- Cost structure:
- Fixed: 20,000 per year.
- Variable: 20 per member ⇒ 20Q.
- Substitute demand into cost:
C(P)=20,000+20(−0.06P+84)=−1.2P+21,680.
- Profit:
- Π(P)=R(P)−C(P)=−0.06P2+85.2P−21,680.
- Max revenue
- Vertex of R: P=−2(−0.06)84=700.
- R(700)=−0.06(700)2+84(700)=29,400.
- Max profit
- Vertex of Π: P=−2(−0.06)85.2=710.
- Π(710)=−0.06(710)2+85.2(710)−21,680=8,566.
- Interpretation
- Pricing at $700 maximizes revenue but not necessarily profit.
- Slightly higher price $710 yields lower membership count but maximizes profit.
- Illustrates trade-off between volume and margin—core managerial insight.
Conceptual & Practical Takeaways
- Quadratics naturally model area optimization, projectile motion, break-even analysis, and revenue–cost–profit relationships.
- The vertex is the key for extrema (max/min) due to parabolic symmetry.
- Domain restrictions (physical or business) must be checked alongside algebraic solutions.
- Profit differs from revenue; optimal decisions may shift when costs are included.
- Five-step sketch method provides a quick qualitative understanding before exact computations or software graphing.
- Quadratic formula remains an indispensable tool for roots, informing intercepts and feasibility boundaries.