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
    • LL = length (side opposite the wall)
    • WW = width (two identical sides perpendicular to the wall)
  • Formulas
    • Area of enclosure: A=W×LA = W \times L
    • Available fencing gives a linear constraint: 2W+L=1002W + L = 100
  • Expressing WW in terms of LL
    • 2W=100L    W=50L22W = 100 - L \;\Rightarrow\; W = 50 - \frac{L}{2}
  • Area as a single‐variable quadratic
    • A(L)=(50L2)L=50LL22A(L) = \Bigl(50 - \frac{L}{2}\Bigr) L = 50L - \frac{L^{2}}{2}
  • Domain
    • Physical lengths imply L0L \ge 0.
    • Area becomes negative when L > 100 (see parabola crossing the A=0A=0 axis), so practical domain: (0,100)(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+cf(x) = ax^{2} + bx + c with a0a \ne 0.
  • Coefficients
    • aa = leading coefficient (controls opening direction & width).
    • bb, cc = remaining linear & constant terms.
  • Example (simplest): f(x)=x2f(x) = x^{2}
    • Here a=1,  b=0,  c=0a = 1,\; b = 0,\; c = 0.
    • Point table: x=2,1,0,1,2    f(x)=4,1,0,1,4x=-2,-1,0,1,2 \;\Rightarrow\; f(x)=4,1,0,1,4.
    • Graph features
    • Vertex at (0,0)(0,0).
    • Axis of symmetry x=0x=0.
    • Concave upward (because a>0).

Five-Step Quick Sketch Method for Any Quadratic

  1. Concavity
    • a>0 ⇒ opens up (cup).
    • a<0 ⇒ opens down (cap).
  2. yy–intercept
    • Set x=0x=0 ⇒ point (0,c)(0,c).
  3. xx–intercepts (roots)
    • Solve ax2+bx+c=0ax^{2}+bx+c=0.
    • Quadratic formula: x=b±b24ac2ax = \frac{-b \pm \sqrt{b^{2}-4ac}}{2a}.
  4. Vertex
    • xv=b2ax_{v} = -\dfrac{b}{2a};
    • yv=f(b2a)y_{v} = f\bigl(-\dfrac{b}{2a}\bigr).
  5. Axis of symmetry
    • Vertical line x=b2ax = -\dfrac{b}{2a} (passes through vertex, mirrors graph).

Worked Sketch Example: f(x)=4x28x+5f(x) = -4x^{2} - 8x + 5

  • Identify coefficients: a=4,  b=8,  c=5a=-4,\; b=-8,\; c=5.
  • Step 1 (concavity): a<0 ⇒ concave down.
  • Step 2 (yy–int): (0,5)(0,5).
  • Step 3 (xx–ints):
    • Discriminant b24ac=644(4)(5)=64+80=144b^{2}-4ac = 64 - 4(-4)(5)=64+80=144.
    • Roots x=8±12852,  12x = \dfrac{8 \pm 12}{-8} \Rightarrow -\tfrac{5}{2},\; \tfrac{1}{2}.
  • Step 4 (vertex):
    • xv=b2a=88=1x_{v} = -\tfrac{b}{2a}= \tfrac{8}{-8} = -1.
    • yv=f(1)=4(1)+8+5=9y_{v} = f(-1)= -4(1)+8+5 = 9 ⇒ vertex (1,9)(-1,9).
  • Step 5 (axis): x=1x = -1.
  • Graph passes all plotted checkpoints; calculator verification confirms.

Business Application 1: Break-Even & Profit with Simple Quadratics

  • Revenue: R(x)=x2+40xR(x)= -x^{2}+40x
  • Cost: C(x)=8x+192C(x)=8x+192
  • Break-even (solve R=CR=C)
    • x2+40x=8x+192    x232x+192=0-x^{2}+40x = 8x+192 \;\Rightarrow\; x^{2}-32x+192=0
    • Factor: (x8)(x24)=0x=8,24(x-8)(x-24)=0 \Rightarrow x=8,\,24.
    • Minimum break-even quantity: 8 units.
  • Maximum revenue
    • Vertex xv=b2a=20x_{v}= -\dfrac{b}{2a}=20.
    • R(20)=400+800=400R(20)= -400+800 = 400 ⇒ max revenue $400.
  • Profit function
    • P(x)=RC=x2+32x192P(x) = R - C = -x^{2}+32x-192 (also quadratic, a<0).
    • Vertex xv=16x_{v}=16P(16)=64P(16)=64.
    • Max profit $64, achieved at 16 units.

Business Application 2: Health-Club Pricing (Demand, Revenue, Cost, Profit)

  • Demand equation: Q=0.06P+84Q = -0.06P + 84
    • QQ = members, PP = annual membership fee ($).
  • Revenue:
    • R(P)=P×Q=0.06P2+84PR(P) = P \times Q = -0.06P^{2} + 84P (concave down).
  • Cost structure:
    • Fixed: 20,00020{,}000 per year.
    • Variable: 2020 per member ⇒ 20Q20Q.
    • Substitute demand into cost:
      C(P)=20,000+20(0.06P+84)=1.2P+21,680C(P) = 20{,}000 + 20(-0.06P + 84)= -1.2P + 21{,}680.
  • Profit:
    • Π(P)=R(P)C(P)=0.06P2+85.2P21,680\Pi(P) = R(P) - C(P)= -0.06P^{2}+85.2P -21{,}680.
  • Max revenue
    • Vertex of RR: P=842(0.06)=700P = -\dfrac{84}{2(-0.06)} = 700.
    • R(700)=0.06(700)2+84(700)=29,400R(700)= -0.06(700)^{2}+84(700)= 29{,}400.
  • Max profit
    • Vertex of Π\Pi: P=85.22(0.06)=710P = -\dfrac{85.2}{2(-0.06)} = 710.
    • Π(710)=0.06(710)2+85.2(710)21,680=8,566\Pi(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.