Math ClubMath Club
v1 · padrão canônico

Lesson 4 — Quadratic function

Quadratic function f(x) = ax² + bx + c. Discriminant, roots (quadratic formula), vertex form, vertex, concavity, axis of symmetry, sign analysis, maximum and minimum. Optimization of area, cost, and profit.

Used in: 1.º ano do EM (15–16 anos) · Math I japonês cap. 2 · Klasse 10 alemã · O-level Singapore cap. 2 · ENEM

f(x)=ax2+bx+c,a0f(x) = ax^2 + bx + c, \quad a \neq 0

Quadratic function — polynomial of degree 2. The graph is a parabola: opens upward if a>0a > 0, downward if a<0a < 0. The highest or lowest point is the vertex V=(b/(2a), Δ/(4a))V = (-b/(2a),\ -\Delta/(4a)).

Choose your door

Rigorous notation, full derivation, hypotheses

Rigorous definition

"A quadratic function is a polynomial function of degree 2. The graph of a quadratic function is a parabola." — OpenStax College Algebra 2e, §5.1

Roots — Quadratic formula

The discriminant Δ=b24ac\Delta = b^2 - 4ac determines the nature of the roots of ax2+bx+c=0ax^2 + bx + c = 0:

x=b±Δ2a,Δ=b24acx = \frac{-b \pm \sqrt{\Delta}}{2a}, \quad \Delta = b^2 - 4ac
what this means · Quadratic formula: Δ > 0 → two distinct real roots; Δ = 0 → one double real root; Δ < 0 → no real roots (two complex conjugates).

Vertex and vertex form

Completing the square in ax2+bx+cax^2 + bx + c, we obtain the vertex form:

f(x)=a(xxV)2+yVf(x) = a(x - x_V)^2 + y_V
what this means · Vertex form: directly reveals vertex V = (xV, yV), axis of symmetry x = xV, and extreme value yV.

where the vertex coordinates are:

xV=b2a,yV=f(xV)=Δ4ax_V = -\frac{b}{2a}, \qquad y_V = f(x_V) = -\frac{\Delta}{4a}
what this means · xV is also the average of the roots (when they exist). yV is the minimum value if a > 0, maximum if a < 0.

Parabolas — geometric figure

xyV (min)axis x = xVa > 0xyV (max)a < 0

Left: a > 0, opens upward, vertex is minimum. Right: a < 0, opens downward, vertex is maximum. Orange points: roots (zeros of the function). Dashed line: axis of symmetry.

Vieta's formulas

If x1,x2x_1, x_2 are the roots of ax2+bx+c=0ax^2 + bx + c = 0 (when Δ0\Delta \geq 0):

x1+x2=ba,x1x2=cax_1 + x_2 = -\frac{b}{a}, \qquad x_1 \cdot x_2 = \frac{c}{a}
what this means · Girard-Vieta relations: sum and product of roots expressed directly in terms of coefficients, without needing to find the roots individually.

"The vertex of the parabola is the maximum point if a<0a < 0 or the minimum point if a>0a > 0." — OpenStax College Algebra 2e, §5.1

Sign of the quadratic function

With roots x1x2x_1 \leq x_2 (when Δ>0\Delta > 0) and a>0a > 0: f(x)0f(x) \leq 0 for x[x1,x2]x \in [x_1, x_2]; f(x)0f(x) \geq 0 for xx1x \leq x_1 or xx2x \geq x_2. If a<0a < 0, the signs reverse.

Worked examples

Five examples with increasing difficulty — from direct application of the quadratic formula to profit optimization. Each example cites the source book.

Exercise list

40 exercises · 10 with worked solution (25%)

Application 26Understanding 8Modeling 4Challenge 2
  1. Ex. 4.1Understanding

    How do we recognize that an equation is quadratic?

    Select the correct option
    Select an option first
    Show solution
    A quadratic equation has the form ax2+bx+c=0ax^2 + bx + c = 0 with a0a \neq 0. The maximum degree of the variable is 2.
  2. Ex. 4.2UnderstandingAnswer key

    When solving a quadratic equation by factoring, why do we move all terms to one side, leaving zero on the other?

    Select the correct option
    Select an option first
    Show solution
    By moving everything to one side, we get ax2+bx+c=0ax^2+bx+c=0. After factoring, each factor set to zero uses the zero product property: AB=0A=0AB=0 \Rightarrow A=0 or B=0B=0.
  3. Ex. 4.3UnderstandingAnswer key

    In the quadratic formula, what is the expression under the radical, b24acb^2 - 4ac, called, and how does it determine the number and nature of the solutions?

    Select the correct option
    Select an option first
    Show solution
    The expression Δ=b24ac\Delta = b^2 - 4ac is called the discriminant. If Δ>0\Delta > 0: two distinct real zeros; Δ=0\Delta = 0: one double real root; Δ<0\Delta < 0: no real roots.
    Show step-by-step (with the why)
    1. In the formula x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2-4ac}}{2a}, the term under the radical is b24acb^2-4ac.
    2. If b24ac>0b^2-4ac > 0, the root is real and ±\pm gives two distinct values.
    3. If b24ac=0b^2-4ac = 0, the root is zero and there is a single value x=b/(2a)x = -b/(2a).
    4. If b24ac<0b^2-4ac < 0, the root is imaginary and there is no real solution.
  4. Ex. 4.4Application

    Solve the quadratic equation by factoring: x2+4x21=0x^2 + 4x - 21 = 0.

    Select the correct option
    Select an option first
    Show solution
    Factoring: (x3)(x+7)=0(x-3)(x+7)=0, so x=3x=3 or x=7x=-7. Verification: 3+(7)=4=b/a3+(-7)=-4=-b/a and 3(7)=21=c/a3\cdot(-7)=-21=c/a. (Ans: x=3x=3 or x=7x=-7)
    Show step-by-step (with the why)
    1. Identify two numbers whose sum is 4 and product is -21: check sign: x2+4x21x^2+4x-21 has b=4b=4, c=21c=-21.
    2. Numbers: -3 and 7 have sum 4 and product -21. So (x3)(x+7)=0(x-3)(x+7)=0.
    3. Roots: x=3x=3 or x=7x=-7.
  5. Ex. 4.5ApplicationAnswer key

    Solve the quadratic equation by factoring: x29x+18=0x^2 - 9x + 18 = 0.

    Select the correct option
    Select an option first
    Show solution
    Factoring: (x3)(x6)=0(x-3)(x-6)=0, so x=3x=3 or x=6x=6. (Ans: x=3x=3 or x=6x=6)
  6. Ex. 4.6ApplicationAnswer key

    Solve the quadratic equation by factoring: 2x2+9x5=02x^2 + 9x - 5 = 0.

    Select the correct option
    Select an option first
    Show solution
    Factoring 2x2+9x52x^2+9x-5: find (2x1)(x+5)=0(2x-1)(x+5)=0, so x=12x=\frac{1}{2} or x=5x=-5. (Ans: x=1/2x=1/2 or x=5x=-5)
  7. Ex. 4.7Application

    Solve the quadratic equation by factoring: 6x2+17x+5=06x^2 + 17x + 5 = 0.

    Select the correct option
    Select an option first
    Show solution
    Factoring 6x2+17x+56x^2+17x+5: (3x+1)(2x+5)=0(3x+1)(2x+5)=0, so x=1/3x=-1/3 or x=5/2x=-5/2. (Ans: x=1/3x=-1/3 or x=5/2x=-5/2)
  8. Ex. 4.8Application

    Solve the quadratic equation using the square root property: x2=36x^2 = 36.

    Select the correct option
    Select an option first
    Show solution
    Square root property: x2=36x=±36=±6x^2=36 \Rightarrow x=\pm\sqrt{36}=\pm 6. (Ans: x=±6x=\pm 6)
  9. Ex. 4.9Application

    Solve the quadratic equation using the square root property: (x1)2=25(x-1)^2 = 25.

    Select the correct option
    Select an option first
    Show solution
    Square root property: (x1)2=25x1=±5(x-1)^2=25 \Rightarrow x-1=\pm 5, so x=6x=6 or x=4x=-4. (Ans: x=6x=6 or x=4x=-4)
    Show step-by-step (with the why)
    1. Take the square root of both sides: x1=±25=±5x-1=\pm\sqrt{25}=\pm 5.
    2. Positive case: x=1+5=6x=1+5=6.
    3. Negative case: x=15=4x=1-5=-4.
  10. Ex. 4.10ApplicationAnswer key

    Solve the quadratic equation using the square root property: (x3)2=7(x-3)^2 = 7.

    Select the correct option
    Select an option first
    Show solution
    Square root property: (x3)2=7x3=±7(x-3)^2=7 \Rightarrow x-3=\pm\sqrt{7}, so x=3±7x=3\pm\sqrt{7}. (Ans: x=3±7x=3\pm\sqrt{7})
  11. Ex. 4.11Understanding

    Find the discriminant of 2x26x+7=02x^2 - 6x + 7 = 0 and state how many real solutions exist and what their nature is.

    Select the correct option
    Select an option first
    Show solution
    For 2x26x+7=02x^2-6x+7=0: Δ=3656=20<0\Delta=36-56=-20<0. Therefore, no real solutions. The discriminant Δ=b24ac\Delta=b^2-4ac determines the nature of the roots.
  12. Ex. 4.12Understanding

    Find the discriminant of 3x2+5x8=03x^2 + 5x - 8 = 0 and state how many real solutions exist.

    Select the correct option
    Select an option first
    Show solution
    For 3x2+5x8=03x^2+5x-8=0: Δ=25+96=121>0\Delta=25+96=121>0. There are two distinct real roots. (Ans: Δ=121\Delta=121, two real roots)
  13. Ex. 4.13Application

    Solve using the quadratic formula: 2x2+5x+3=02x^2 + 5x + 3 = 0.

    Select the correct option
    Select an option first
    Show solution
    Quadratic formula: x=5±25244=5±14x=\frac{-5\pm\sqrt{25-24}}{4}=\frac{-5\pm 1}{4}. So x=1x=-1 or x=3/2x=-3/2. (Ans: x=1x=-1 or x=3/2x=-3/2)
    Show step-by-step (with the why)
    1. Identify a=2,b=5,c=3a=2, b=5, c=3.
    2. Compute Δ=2524=1\Delta=25-24=1.
    3. Apply the quadratic formula: x=5±14x=\frac{-5\pm 1}{4}.
    4. Roots: x1=(5+1)/4=1x_1=(-5+1)/4=-1 and x2=(51)/4=3/2x_2=(-5-1)/4=-3/2.
  14. Ex. 4.14Application

    Solve using the quadratic formula: x2+x=4x^2 + x = 4.

    Select the correct option
    Select an option first
    Show solution
    Rewrite as x2+x4=0x^2+x-4=0; Δ=1+16=17\Delta=1+16=17; x=1±172x=\frac{-1\pm\sqrt{17}}{2}. (Ans: x=1±172x=\frac{-1\pm\sqrt{17}}{2})
  15. Ex. 4.15Application

    Rewrite f(x)=x212x+32f(x) = x^2 - 12x + 32 in vertex form and identify the vertex.

    Select the correct option
    Select an option first
    Show solution
    Completing the square: x212x+32=(x6)236+32=(x6)24x^2-12x+32=(x-6)^2-36+32=(x-6)^2-4. Vertex: (6,4)(6,-4). (Ans: vertex (6,4)(6,-4))
    Show step-by-step (with the why)
    1. Isolate the terms in xx: x212x+32x^2-12x+32.
    2. Complete the square: add and subtract (12/2)2=36(12/2)^2=36.
    3. Rewrite: (x6)236+32=(x6)24(x-6)^2-36+32=(x-6)^2-4.
    4. Vertex: h=6,k=4h=6, k=-4.
  16. Ex. 4.16Application

    Rewrite g(x)=x2+2x3g(x) = x^2 + 2x - 3 in vertex form and identify the vertex.

    Select the correct option
    Select an option first
    Show solution
    Completing the square: x2+2x3=(x+1)213=(x+1)24x^2+2x-3=(x+1)^2-1-3=(x+1)^2-4. Vertex: (1,4)(-1,-4). (Ans: vertex (1,4)(-1,-4))
  17. Ex. 4.17Application

    Rewrite f(x)=x2+5x2f(x) = x^2 + 5x - 2 in vertex form and identify the vertex.

    Select the correct option
    Select an option first
    Show solution
    Completing the square: x2+5x2=(x+5/2)225/42=(x+5/2)233/4x^2+5x-2=(x+5/2)^2-25/4-2=(x+5/2)^2-33/4. Vertex: (5/2,33/4)(-5/2,-33/4). (Ans: vertex (5/2,33/4)(-5/2,-33/4))
  18. Ex. 4.18Application

    Rewrite h(x)=2x2+8x10h(x) = 2x^2 + 8x - 10 in vertex form and identify the vertex.

    Select the correct option
    Select an option first
    Show solution
    Factor out 2: 2(x2+4x)102(x^2+4x)-10; complete the square: x2+4x=(x+2)24x^2+4x=(x+2)^2-4; result 2(x+2)2810=2(x+2)2182(x+2)^2-8-10=2(x+2)^2-18. Vertex: (2,18)(-2,-18).
    Show step-by-step (with the why)
    1. Factor out a=2a=2: h(x)=2(x2+4x)10h(x)=2(x^2+4x)-10.
    2. Complete the square in x2+4xx^2+4x: add and subtract 44.
    3. Rewrite: h(x)=2[(x+2)24]10=2(x+2)218h(x)=2[(x+2)^2-4]-10=2(x+2)^2-18.
    4. Vertex: (2,18)(-2,-18).
  19. Ex. 4.19Application

    Rewrite k(x)=3x26x9k(x) = 3x^2 - 6x - 9 in vertex form and identify the vertex.

    Select the correct option
    Select an option first
    Show solution
    Factor out 3: 3(x22x)93(x^2-2x)-9; complete the square: x22x=(x1)21x^2-2x=(x-1)^2-1; result 3(x1)239=3(x1)2123(x-1)^2-3-9=3(x-1)^2-12. Vertex: (1,12)(1,-12).
  20. Ex. 4.20ApplicationAnswer key

    Rewrite f(x)=2x26xf(x) = 2x^2 - 6x in vertex form and identify the vertex.

    Select the correct option
    Select an option first
    Show solution
    Factor out 2: 2(x23x)2(x^2-3x); complete the square: x23x=(x3/2)29/4x^2-3x=(x-3/2)^2-9/4; result 2(x3/2)29/22(x-3/2)^2-9/2. Vertex: (3/2,9/2)(3/2,-9/2). (Ans: vertex (3/2,9/2)(3/2,-9/2))
  21. Ex. 4.21Application

    For y(x)=2x2+10x+12y(x) = 2x^2 + 10x + 12, determine whether there is a minimum or maximum value, state the value, and give the axis of symmetry.

    Select the correct option
    Select an option first
    Show solution
    Since a=2>0a=2>0, there is a minimum. xV=10/(22)=2,5x_V=-10/(2\cdot 2)=-2{,}5; yV=2(6,25)25+12=0,5y_V=2(6{,}25)-25+12=-0{,}5. (Ans: minimum 0,5-0{,}5 at x=2,5x=-2{,}5)
  22. Ex. 4.22ApplicationAnswer key

    For f(x)=2x210x+4f(x) = 2x^2 - 10x + 4, determine whether there is a minimum or maximum value, state the value, and give the axis of symmetry.

    Select the correct option
    Select an option first
    Show solution
    Since a=2>0a=2>0, there is a minimum. xV=10/4=2,5x_V=10/4=2{,}5; yV=2(6,25)25+4=8,5y_V=2(6{,}25)-25+4=-8{,}5. (Ans: minimum 8,5-8{,}5)
  23. Ex. 4.23Application

    For f(x)=x2+4x+3f(x) = -x^2 + 4x + 3, determine whether there is a minimum or maximum value, state the value, and give the axis of symmetry.

    Select the correct option
    Select an option first
    Show solution
    Since a=1<0a=-1<0, there is a maximum. xV=4/(2)=2x_V=-4/(-2)=2; yV=4+8+3=7y_V=-4+8+3=7. (Ans: maximum 77 at x=2x=2)
    Show step-by-step (with the why)
    1. Identify a=1<0a=-1<0: parabola opens downward, so there is a maximum.
    2. Compute axis of symmetry: xV=b/(2a)=4/(2)=2x_V=-b/(2a)=-4/(-2)=2.
    3. Compute maximum value: f(2)=4+8+3=7f(2)=-4+8+3=7.
  24. Ex. 4.24Application

    For h(t)=4t2+6t1h(t) = -4t^2 + 6t - 1, determine whether there is a minimum or maximum value, state the value, and give the axis of symmetry.

    Select the correct option
    Select an option first
    Show solution
    Since a=4<0a=-4<0, there is a maximum. tV=6/8=0,75t_V=6/8=0{,}75; h(0,75)=4(0,5625)+4,51=1,25h(0{,}75)=-4(0{,}5625)+4{,}5-1=1{,}25. (Ans: maximum 1,251{,}25)
  25. Ex. 4.25Application

    For f(x)=12x2+3x+1f(x) = \frac{1}{2}x^2 + 3x + 1, determine whether there is a minimum or maximum value, state the value, and give the axis of symmetry.

    Select the correct option
    Select an option first
    Show solution
    Since a=1/2>0a=1/2>0, there is a minimum. xV=3/(21/2)=3x_V=-3/(2\cdot 1/2)=-3; f(3)=9/29+1=3,5f(-3)=9/2-9+1=-3{,}5. (Ans: minimum 3,5-3{,}5)
  26. Ex. 4.26Application

    Determine the domain and range of the function f(x)=(x3)2+2f(x) = (x-3)^2 + 2.

    Select the correct option
    Select an option first
    Show solution
    The domain of any quadratic function is R\mathbb{R}. Since a>0a>0 and the vertex is (3,2)(3,2), the range is [2,+)[2,+\infty). (Ans: range [2,+)[2,+\infty))
  27. Ex. 4.27Application

    Determine the domain and range of the function f(x)=2(x+3)26f(x) = -2(x+3)^2 - 6.

    Select the correct option
    Select an option first
    Show solution
    Since a=2<0a=-2<0, parabola opens downward with vertex at (3,6)(-3,-6). Range: (,6](-\infty,-6]. (Ans: range (,6](-\infty,-6])
  28. Ex. 4.28Application

    Determine the domain and range of the function f(x)=x2+6x+4f(x) = x^2 + 6x + 4.

    Select the correct option
    Select an option first
    Show solution
    Complete the square: x2+6x+4=(x+3)25x^2+6x+4=(x+3)^2-5. Since a>0a>0 and vertex is (3,5)(-3,-5), range: [5,+)[-5,+\infty). (Ans: range [5,+)[-5,+\infty))
  29. Ex. 4.29Application

    Use the vertex (h,k)=(2,0)(h,k) = (2,0) and the point (x,y)=(4,4)(x,y) = (4,4) to find the equation of the quadratic function.

    Select the correct option
    Select an option first
    Show solution
    Vertex form: y=a(x2)2y=a(x-2)^2. Substituting (4,4)(4,4): 4=a4a=14=a\cdot 4 \Rightarrow a=1. So y=(x2)2y=(x-2)^2.
    Show step-by-step (with the why)
    1. Write the vertex form with (h,k)=(2,0)(h,k)=(2,0): y=a(x2)2y=a(x-2)^2.
    2. Substitute the point (4,4)(4,4): 4=a(42)2=4a4=a(4-2)^2=4a.
    3. Solve: a=1a=1. Equation: y=(x2)2y=(x-2)^2.
  30. Ex. 4.30Application

    Use the vertex (2,1)(-2,-1) and the point (4,3)(-4,3) to find the equation of the quadratic function.

    Select the correct option
    Select an option first
    Show solution
    Vertex form: y=a(x+2)21y=a(x+2)^2-1. Substituting (4,3)(-4,3): 3=a(2)21=4a1a=13=a(-2)^2-1=4a-1 \Rightarrow a=1. So y=(x+2)21y=(x+2)^2-1.
  31. Ex. 4.31Application

    Use the vertex (0,1)(0,1) and the point (2,5)(2,5) to find the equation of the quadratic function.

    Select the correct option
    Select an option first
    Show solution
    Vertex form: y=a(x0)2+1=ax2+1y=a(x-0)^2+1=ax^2+1. Substituting (2,5)(2,5): 5=4a+1a=15=4a+1 \Rightarrow a=1. So y=x2+1y=x^2+1.
  32. Ex. 4.32Understanding

    Use the vertex (1,2)(1,-2) and the information that the parabola opens upward to determine the domain and range of the quadratic function.

    Select the correct option
    Select an option first
    Show solution
    Vertex (1,2)(1,-2), opens upward. Domain: R\mathbb{R}; range: [2,+)[-2,+\infty). (Ans: range [2,+)[-2,+\infty))
  33. Ex. 4.33Understanding

    Use the vertex (1,2)(-1,2) and the information that the parabola opens downward to determine the domain and range of the quadratic function.

    Select the correct option
    Select an option first
    Show solution
    Vertex (1,2)(-1,2), opens downward. Domain: R\mathbb{R}; range: (,2](-\infty,2]. (Ans: range (,2](-\infty,2])
  34. Ex. 4.34Understanding

    Use the vertex (5,11)(-5,11) and the information that the parabola opens downward to determine the domain and range of the quadratic function.

    Select the correct option
    Select an option first
    Show solution
    Vertex (5,11)(-5,11), opens downward. Domain: R\mathbb{R}; range: (,11](-\infty,11]. (Ans: range (,11](-\infty,11])
  35. Ex. 4.35ModelingAnswer key

    Among all pairs of numbers whose sum is 66, find the pair with the largest product. What is that product?

    Select the correct option
    Select an option first
    Show solution
    Let xx and 6x6-x be the pair. Product P(x)=x(6x)=x2+6xP(x)=x(6-x)=-x^2+6x; vertex at x=3x=3. Largest product: P(3)=9P(3)=9.
    Show step-by-step (with the why)
    1. Write the product as a function: P(x)=x(6x)=x2+6xP(x)=x(6-x)=-x^2+6x.
    2. Identify a=1<0a=-1<0: parabola has a maximum.
    3. Compute vertex: xV=6/(2)=3x_V=-6/(-2)=3.
    4. The pair is (3,3)(3,3) and the maximum product is 99.
  36. Ex. 4.36Modeling

    Among all pairs of numbers whose difference is 1212, find the pair with the smallest product. What is that product?

    Select the correct option
    Select an option first
    Show solution
    Let xx and x12x-12 be the pair (difference 12). Product P(x)=x(x12)=x212xP(x)=x(x-12)=x^2-12x; vertex at x=6x=6. Smallest product: P(6)=3672=36P(6)=36-72=-36.
  37. Ex. 4.37Modeling

    A rocket is launched into the air. Its height, in meters above sea level, as a function of time in seconds is h(t)=4,9t2+229t+234h(t) = -4{,}9t^2 + 229t + 234. What is the maximum height reached by the rocket?

    Select the correct option
    Select an option first
    Show solution
    Vertex at tV=229/(24,9)23,37t_V=229/(2\cdot 4{,}9)\approx 23{,}37 s. Maximum height: h(23,37)4,9(546)+229(23,37)+2342906h(23{,}37)\approx -4{,}9(546)+229(23{,}37)+234\approx 2906 m. (Ans: approx. 2906 m)
  38. Ex. 4.38ModelingAnswer key

    A ball is thrown from the top of a building. Its height in meters above the ground as a function of time in seconds is h(t)=4,9t2+24t+8h(t) = -4{,}9t^2 + 24t + 8. How long does it take to reach the maximum height?

    Select the correct option
    Select an option first
    Show solution
    Time to vertex: tV=24/(24,9)=24/9,82,45t_V=24/(2\cdot 4{,}9)=24/9{,}8\approx 2{,}45 s. (Ans: approx. 2.45 s)
    Show step-by-step (with the why)
    1. Identify a=4,9a=-4{,}9, b=24b=24.
    2. Vertex time: tV=b/(2a)=24/(9,8)2,45t_V=-b/(2a)=-24/(-9{,}8)\approx 2{,}45 s.
    3. The ball reaches maximum height in approximately 2.45 s.
  39. Ex. 4.39ChallengeAnswer key

    A soccer stadium holds 62,000 spectators. With tickets at \11,averageattendanceis26,000.Whenthepricedroppedto, average attendance is 26,000. When the price dropped to $9$, attendance rose to 31,000. Assuming a linear relationship between price and attendance, what price maximizes revenue?

    Select the correct option
    Select an option first
    Show solution
    Linear demand: for each $1 price increase, attendance drops by 2,500. With price pp, attendance Q=310002500(p9)=535002500pQ=31000-2500(p-9)=53500-2500p. Revenue R(p)=p(535002500p)=2500p2+53500pR(p)=p(53500-2500p)=-2500p^2+53500p. Vertex: p=53500/5000=10,70p^*=53500/5000=10{,}70; since p must be an integer, check: R(11)=1126000=286000R(11)=11\cdot 26000=286000 and R(10)=1028500=285000R(10)=10\cdot 28500=285000. Optimal price: $11.
  40. Ex. 4.40Challenge

    A person has a garden whose length is 10 feet greater than the width. Set up a quadratic equation and determine the dimensions of the garden if the area is 119 ft2119\ \text{ft}^2.

    Select the correct option
    Select an option first
    Show solution
    Let ww be the width (feet). Length: w+10w+10. Area: w(w+10)=119w2+10w119=0w(w+10)=119 \Rightarrow w^2+10w-119=0. Discriminant: Δ=100+476=576\Delta=100+476=576. Roots: w=(10±24)/2w=(-10\pm 24)/2. So w=7w=7 (discarding the negative) and length =17=17 feet. (Ans: 7 feet by 17 feet)
    Show step-by-step (with the why)
    1. Define variable: width ww, length w+10w+10.
    2. Set up area equation: w(w+10)=119w(w+10)=119.
    3. Rearrange: w2+10w119=0w^2+10w-119=0.
    4. Discriminant: Δ=100+476=576=242\Delta=100+476=576=24^2.
    5. Quadratic formula: w=(10±24)/2w=(-10\pm 24)/2; roots 7 and -17. Since w>0w>0, w=7w=7.

Sources

Only books that directly fed the text and exercises. Full catalog at /livros.

  • OpenStax College Algebra 2e — Jay Abramson et al. · 2022 · EN · CC-BY 4.0 · §5.1–5.3 (quadratic functions, vertex, discriminant, optimization). Primary source for Blocks A, C, and D.
  • Stitz–Zeager — Precalculus — Carl Stitz, Jeff Zeager · 2013, v3 · EN · CC-BY-NC-SA · §2.3 (vertex form, Vieta, transformations, challenges). Primary source for Blocks B and E.
  • Yoshiwara — Modeling, Functions, and Graphs — Katherine Yoshiwara · 2020 · EN · free · chs. 6–7 (area optimization, profit, ballistics). Primary source for Block D and the practical door.

Updated on 2026-05-05 · Author(s): Clube da Matemática

Found an error? Open an issue on GitHub or submit a PR — open source forever.