Chapter 2: Quadratic Functions & Equations

Algebra 2 Textbook • Estimated reading time: 30 min

Chapter Contents

  1. 2.1 Quadratic Functions & Parabolas
  2. 2.2 Factoring Quadratics
  3. 2.3 Completing the Square
  4. 2.4 The Quadratic Formula & Discriminant
  5. 2.5 Quadratic Inequalities
  6. 2.6 Applications of Quadratics
  7. 2.7 Practice Problems

Quadratic functions are among the most important and widely applied functions in all of mathematics. From the trajectory of a thrown ball to the shape of a satellite dish, parabolas appear everywhere in the natural and engineered world. In this chapter, we develop a complete toolkit for understanding, graphing, solving, and applying quadratic functions and equations. By the end, you will be able to convert fluently between forms, solve any quadratic equation using multiple methods, analyze the discriminant, solve quadratic inequalities, and model real-world situations with quadratics.

2.1 Quadratic Functions & Parabolas

A quadratic function is any function that can be written in the form $f(x) = ax^2 + bx + c$ where $a$, $b$, and $c$ are real numbers and $a \neq 0$. The requirement that $a \neq 0$ is essential: if $a = 0$, the $x^2$ term vanishes and we are left with a linear function. The graph of every quadratic function is a U-shaped curve called a parabola.

Definition: Standard Form of a Quadratic

The standard form of a quadratic function is $f(x) = ax^2 + bx + c$, where $a \neq 0$. The coefficient $a$ determines the direction and width of the parabola, $b$ influences the horizontal position of the vertex, and $c$ is the $y$-intercept.

The sign of $a$ controls the direction the parabola opens. When $a > 0$, the parabola opens upward and has a minimum value at its vertex. When $a < 0$, the parabola opens downward and has a maximum value at its vertex. The magnitude $|a|$ controls the width: larger values of $|a|$ produce a narrower parabola, while smaller values produce a wider one.

Vertex Form

While standard form is convenient for identifying the $y$-intercept and for algebraic manipulation, vertex form is far more useful for graphing and understanding the geometry of a parabola.

Definition: Vertex Form

The vertex form of a quadratic function is:

$$f(x) = a(x - h)^2 + k$$

where $(h, k)$ is the vertex of the parabola, and $a \neq 0$ controls the direction and width. The vertex is the lowest point when $a > 0$ and the highest point when $a < 0$.

Every quadratic function has exactly one vertex. The vertical line passing through the vertex, $x = h$, is called the axis of symmetry. The parabola is a mirror image of itself on either side of this line. For any point $(x_1, y_1)$ on the parabola, the point $(2h - x_1, y_1)$ is also on the parabola.

Converting Standard Form to Vertex Form

Given $f(x) = ax^2 + bx + c$, the vertex is located at:

$$h = -\frac{b}{2a}, \qquad k = f(h) = f\!\left(-\frac{b}{2a}\right)$$

Therefore, the vertex form is $f(x) = a\!\left(x + \dfrac{b}{2a}\right)^2 + \left(c - \dfrac{b^2}{4a}\right)$. In practice, it is often easier to find $h$ first using $h = -\frac{b}{2a}$ and then compute $k = f(h)$ directly.

Converting Vertex Form to Standard Form

To convert from vertex form to standard form, simply expand the squared binomial and simplify. For example, $f(x) = 3(x - 2)^2 + 5 = 3(x^2 - 4x + 4) + 5 = 3x^2 - 12x + 12 + 5 = 3x^2 - 12x + 17$.

Example 2.1.1 — Finding the Vertex and Axis of Symmetry

Find the vertex, axis of symmetry, and direction of opening for $f(x) = -2x^2 + 12x - 13$.

Solution. Here $a = -2$, $b = 12$, $c = -13$.

The $x$-coordinate of the vertex is:

$$h = -\frac{b}{2a} = -\frac{12}{2(-2)} = -\frac{12}{-4} = 3$$

The $y$-coordinate is:

$$k = f(3) = -2(9) + 12(3) - 13 = -18 + 36 - 13 = 5$$

The vertex is $(3, 5)$. The axis of symmetry is $x = 3$. Since $a = -2 < 0$, the parabola opens downward, so $f$ has a maximum value of $5$.

In vertex form: $f(x) = -2(x - 3)^2 + 5$.

Example 2.1.2 — Converting Between Forms

Write $f(x) = \frac{1}{2}(x + 4)^2 - 3$ in standard form, and identify the $y$-intercept.

Solution. Expand:

$$f(x) = \frac{1}{2}(x^2 + 8x + 16) - 3 = \frac{1}{2}x^2 + 4x + 8 - 3 = \frac{1}{2}x^2 + 4x + 5$$

The standard form is $f(x) = \frac{1}{2}x^2 + 4x + 5$. The $y$-intercept is $f(0) = 5$, so the graph crosses the $y$-axis at $(0, 5)$.

Explore: Adjust the sliders for $a$, $h$, and $k$ to see how the vertex form $y = a(x - h)^2 + k$ shapes the parabola

In the interactive graph above, the blue parabola shows $y = a(x-h)^2 + k$ and the dashed gray curve shows the parent function $y = x^2$ for reference. Experiment with the sliders to observe:

Key Properties of a Parabola $f(x) = a(x-h)^2+k$

2.2 Factoring Quadratics

Factoring is the process of rewriting a quadratic expression as a product of simpler expressions. It is one of the most fundamental algebraic skills and provides the fastest route to finding the roots (zeros) of many quadratic equations. When we factor $ax^2 + bx + c = 0$ into a product of linear factors, we can immediately apply the Zero Product Property: if $AB = 0$, then $A = 0$ or $B = 0$.

Greatest Common Factor (GCF)

Before applying any other factoring technique, always look for a greatest common factor first. If every term shares a common factor, pull it out.

Example 2.2.1 — Factoring Out the GCF

Factor $6x^2 - 18x$.

Solution. The GCF of $6x^2$ and $18x$ is $6x$:

$$6x^2 - 18x = 6x(x - 3)$$

Setting $6x(x - 3) = 0$ gives $x = 0$ or $x = 3$.

Factoring Trinomials ($a = 1$)

For a trinomial of the form $x^2 + bx + c$, we seek two numbers $p$ and $q$ such that $p + q = b$ and $pq = c$. If such numbers exist, then $x^2 + bx + c = (x + p)(x + q)$.

Example 2.2.2 — Simple Trinomial Factoring

Factor $x^2 - 5x + 6$.

Solution. We need two numbers that multiply to $6$ and add to $-5$. Those numbers are $-2$ and $-3$.

$$x^2 - 5x + 6 = (x - 2)(x - 3)$$

Factoring Trinomials ($a \neq 1$): The AC Method

When the leading coefficient is not $1$, we use the AC method (also called factoring by grouping). For $ax^2 + bx + c$:

  1. Compute the product $ac$.
  2. Find two numbers $p$ and $q$ such that $p + q = b$ and $pq = ac$.
  3. Rewrite the middle term $bx$ as $px + qx$.
  4. Factor by grouping.

Example 2.2.3 — The AC Method

Factor $6x^2 + 11x - 10$.

Solution. Here $a = 6$, $b = 11$, $c = -10$, so $ac = -60$.

We need two numbers that multiply to $-60$ and add to $11$. Those numbers are $15$ and $-4$.

$$6x^2 + 15x - 4x - 10$$

Group: $(6x^2 + 15x) + (-4x - 10) = 3x(2x + 5) - 2(2x + 5)$

$$= (3x - 2)(2x + 5)$$

Difference of Squares

Difference of Squares Formula

For any expressions $A$ and $B$:

$$A^2 - B^2 = (A + B)(A - B)$$

This pattern applies whenever you can recognize both terms as perfect squares separated by subtraction. Note that a sum of squares $A^2 + B^2$ does not factor over the real numbers.

Example 2.2.4 — Difference of Squares

Factor $25x^2 - 49$.

Solution. Recognize $25x^2 = (5x)^2$ and $49 = 7^2$:

$$25x^2 - 49 = (5x)^2 - 7^2 = (5x + 7)(5x - 7)$$

Perfect Square Trinomials

Perfect Square Trinomial Formulas

$$A^2 + 2AB + B^2 = (A + B)^2$$ $$A^2 - 2AB + B^2 = (A - B)^2$$

A trinomial is a perfect square if the first and last terms are perfect squares and the middle term is exactly twice the product of their square roots.

Example 2.2.5 — Perfect Square Trinomial

Factor $9x^2 - 30x + 25$.

Solution. Check: $\sqrt{9x^2} = 3x$ and $\sqrt{25} = 5$. The middle term is $-30x = -2(3x)(5)$. This confirms a perfect square:

$$9x^2 - 30x + 25 = (3x - 5)^2$$

2.3 Completing the Square

Completing the square is a powerful algebraic technique that transforms a quadratic expression into vertex form. It is useful for three purposes: converting a quadratic to vertex form for graphing, solving quadratic equations, and deriving the quadratic formula itself.

The Method

To complete the square for $ax^2 + bx + c$:

  1. If $a \neq 1$, factor out $a$ from the first two terms: $a\!\left(x^2 + \frac{b}{a}x\right) + c$.
  2. Take half the coefficient of $x$ inside the parentheses and square it: $\left(\frac{b}{2a}\right)^2 = \frac{b^2}{4a^2}$.
  3. Add and subtract this value inside the parentheses to create a perfect square trinomial.
  4. Factor the perfect square trinomial and simplify the constant terms.

Example 2.3.1 — Completing the Square (Leading Coefficient 1)

Write $f(x) = x^2 + 8x + 3$ in vertex form.

Solution. Take half of $8$, which is $4$, and square it: $4^2 = 16$.

$$f(x) = x^2 + 8x + 16 - 16 + 3 = (x + 4)^2 - 13$$

The vertex form is $f(x) = (x + 4)^2 - 13$. The vertex is $(-4, -13)$.

Example 2.3.2 — Completing the Square ($a \neq 1$)

Write $f(x) = 3x^2 - 12x + 7$ in vertex form.

Solution. Factor out $3$ from the first two terms:

$$f(x) = 3(x^2 - 4x) + 7$$

Take half of $-4$, which is $-2$, and square it: $(-2)^2 = 4$.

$$f(x) = 3(x^2 - 4x + 4 - 4) + 7 = 3\big[(x - 2)^2 - 4\big] + 7 = 3(x - 2)^2 - 12 + 7$$ $$f(x) = 3(x - 2)^2 - 5$$

The vertex is $(2, -5)$, and since $a = 3 > 0$, the parabola opens upward with minimum value $-5$.

Solving Equations by Completing the Square

We can solve any quadratic equation $ax^2 + bx + c = 0$ by completing the square and then using the square root property: if $(x - h)^2 = d$, then $x - h = \pm\sqrt{d}$, so $x = h \pm \sqrt{d}$.

Example 2.3.3 — Solving by Completing the Square

Solve $2x^2 + 8x - 3 = 0$.

Solution. Divide by $2$: $x^2 + 4x - \frac{3}{2} = 0$, so $x^2 + 4x = \frac{3}{2}$.

Complete the square: half of $4$ is $2$, squared is $4$. Add $4$ to both sides:

$$x^2 + 4x + 4 = \frac{3}{2} + 4 = \frac{11}{2}$$ $$(x + 2)^2 = \frac{11}{2}$$ $$x + 2 = \pm\sqrt{\frac{11}{2}} = \pm\frac{\sqrt{22}}{2}$$ $$x = -2 \pm \frac{\sqrt{22}}{2}$$

When to Use Each Solving Method

2.4 The Quadratic Formula & Discriminant

The quadratic formula provides a universal method for solving any quadratic equation. We derive it by completing the square on the general equation $ax^2 + bx + c = 0$.

Derivation of the Quadratic Formula

Starting with $ax^2 + bx + c = 0$ where $a \neq 0$:

$$x^2 + \frac{b}{a}x + \frac{c}{a} = 0$$ $$x^2 + \frac{b}{a}x = -\frac{c}{a}$$

Complete the square by adding $\left(\frac{b}{2a}\right)^2 = \frac{b^2}{4a^2}$ to both sides:

$$x^2 + \frac{b}{a}x + \frac{b^2}{4a^2} = \frac{b^2}{4a^2} - \frac{c}{a}$$ $$\left(x + \frac{b}{2a}\right)^2 = \frac{b^2 - 4ac}{4a^2}$$ $$x + \frac{b}{2a} = \pm\frac{\sqrt{b^2 - 4ac}}{2a}$$

The Quadratic Formula

The solutions of $ax^2 + bx + c = 0$ (with $a \neq 0$) are:

$$x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$$

The Discriminant

The expression under the square root, $\Delta = b^2 - 4ac$, is called the discriminant. It determines the nature and number of solutions without requiring us to solve the equation completely.

Discriminant Analysis

For the quadratic equation $ax^2 + bx + c = 0$, let $\Delta = b^2 - 4ac$.

Example 2.4.1 — Using the Quadratic Formula

Solve $3x^2 - 5x - 2 = 0$.

Solution. Here $a = 3$, $b = -5$, $c = -2$.

$$\Delta = (-5)^2 - 4(3)(-2) = 25 + 24 = 49$$

Since $\Delta = 49 > 0$, there are two distinct real roots:

$$x = \frac{-(-5) \pm \sqrt{49}}{2(3)} = \frac{5 \pm 7}{6}$$ $$x = \frac{5 + 7}{6} = 2 \qquad \text{or} \qquad x = \frac{5 - 7}{6} = -\frac{1}{3}$$

Example 2.4.2 — Discriminant Analysis

Without solving, determine the number and type of solutions for each equation:

(a) $x^2 + 6x + 9 = 0$   (b) $2x^2 - 3x + 5 = 0$   (c) $x^2 - 4x + 1 = 0$

Solution.

(a) $\Delta = 36 - 36 = 0$. One repeated real root. (The equation factors as $(x+3)^2 = 0$, so $x = -3$.)

(b) $\Delta = 9 - 40 = -31 < 0$. No real roots; two complex conjugate roots.

(c) $\Delta = 16 - 4 = 12 > 0$. Two distinct real roots. (Since $12$ is not a perfect square, the roots are irrational.)

Explore: Adjust $a$, $b$, and $c$ to see how the discriminant $b^2 - 4ac$ determines the number of $x$-intercepts

In the interactive graph above, the parabola $y = ax^2 + bx + c$ is shown in blue. The discriminant value $\Delta = b^2 - 4ac$ is displayed. As you adjust the sliders, notice:

2.5 Quadratic Inequalities

A quadratic inequality has the form $ax^2 + bx + c > 0$, $ax^2 + bx + c < 0$, $ax^2 + bx + c \geq 0$, or $ax^2 + bx + c \leq 0$. To solve these, we combine our knowledge of factoring (or the quadratic formula) with an analysis of where the parabola lies above or below the $x$-axis.

Solving Quadratic Inequalities Algebraically

The general strategy is:

  1. Move all terms to one side so that the inequality compares a quadratic expression to zero.
  2. Find the roots of the corresponding equation $ax^2 + bx + c = 0$ (by factoring or the quadratic formula).
  3. Use the roots to divide the number line into intervals.
  4. Test a value from each interval to determine the sign of the quadratic on that interval.
  5. Select the intervals that satisfy the inequality, and include or exclude endpoints depending on whether the inequality is strict ($<$, $>$) or non-strict ($\leq$, $\geq$).

Example 2.5.1 — Solving a Quadratic Inequality

Solve $x^2 - 3x - 10 > 0$.

Solution. Factor: $x^2 - 3x - 10 = (x - 5)(x + 2)$.

The roots are $x = 5$ and $x = -2$. These divide the number line into three intervals:

The solution is $(-\infty, -2) \cup (5, \infty)$. Since the inequality is strict ($>$), we do not include the endpoints.

Sign Charts

A sign chart is a compact visual representation of the analysis above. We write the factors along the left side, mark the critical values (roots) on a number line, and record the sign of each factor in each interval. Multiplying the signs gives the overall sign of the expression.

Example 2.5.2 — Using a Sign Chart

Solve $2x^2 + x - 6 \leq 0$.

Solution. Factor: $2x^2 + x - 6 = (2x - 3)(x + 2)$.

Roots: $x = \frac{3}{2}$ and $x = -2$.

Sign chart:

We need the expression $\leq 0$, so we take the interval where the product is negative or zero:

$$\left[-2,\; \frac{3}{2}\right]$$

Graphical Interpretation

Graphically, solving $ax^2 + bx + c > 0$ asks: for which $x$-values is the parabola above the $x$-axis? Solving $ax^2 + bx + c < 0$ asks: for which $x$-values is the parabola below the $x$-axis? The roots mark the boundary between these regions. If the parabola opens upward ($a > 0$), it is below the $x$-axis between the roots and above elsewhere. If it opens downward ($a < 0$), the pattern reverses.

Quick Inequality Rules (for $a > 0$)

If the roots of $ax^2 + bx + c = 0$ are $r_1 < r_2$ and $a > 0$:

For $a < 0$, these regions swap.

2.6 Applications of Quadratics

Quadratic functions model a remarkable variety of real-world situations. In this section, we explore three major application areas: projectile motion, optimization, and geometric problems.

Projectile Motion

When an object is launched near the surface of the Earth (ignoring air resistance), its height $h$ at time $t$ follows a quadratic model:

$$h(t) = -\frac{1}{2}gt^2 + v_0 t + h_0$$

where $g \approx 9.8$ m/s$^2$ (or $32$ ft/s$^2$) is the acceleration due to gravity, $v_0$ is the initial upward velocity, and $h_0$ is the initial height. Since the leading coefficient is negative, the parabola opens downward, and the vertex gives the maximum height.

Example 2.6.1 — Projectile Motion

A ball is thrown upward from the top of a 48-foot building with an initial velocity of 32 ft/s. Its height is modeled by $h(t) = -16t^2 + 32t + 48$. Find: (a) the maximum height, (b) when the ball hits the ground.

Solution.

(a) The time at the vertex is $t = -\frac{b}{2a} = -\frac{32}{2(-16)} = 1$ second.

The maximum height is $h(1) = -16(1) + 32(1) + 48 = -16 + 32 + 48 = 64$ feet.

(b) Set $h(t) = 0$: $-16t^2 + 32t + 48 = 0$. Divide by $-16$: $t^2 - 2t - 3 = 0$.

Factor: $(t - 3)(t + 1) = 0$, so $t = 3$ or $t = -1$. Since time must be positive, $t = 3$ seconds.

Optimization Problems

Since a quadratic function has either a maximum or a minimum at its vertex, we can use quadratics to find optimal values. If we can express the quantity to be optimized as a quadratic function of a single variable, we simply find the vertex.

Example 2.6.2 — Maximum Revenue

A company sells widgets at $\$p$ each. Market research shows that the number of widgets sold is $n(p) = 500 - 10p$. Find the price that maximizes revenue.

Solution. Revenue = price $\times$ quantity:

$$R(p) = p \cdot (500 - 10p) = 500p - 10p^2 = -10p^2 + 500p$$

This is a downward-opening parabola ($a = -10 < 0$), so the vertex gives the maximum revenue.

$$p = -\frac{b}{2a} = -\frac{500}{2(-10)} = 25$$

The optimal price is $\$25$, yielding revenue $R(25) = -10(625) + 500(25) = -6250 + 12500 = \$6250$.

Area Problems

Example 2.6.3 — Maximum Enclosed Area

A farmer has 120 meters of fencing to enclose a rectangular pen against a barn wall (so fencing is needed on only three sides). What dimensions maximize the area?

Solution. Let $x$ be the width (two sides of length $x$) and $y$ be the length along the barn. The fencing constraint is $2x + y = 120$, so $y = 120 - 2x$.

The area is:

$$A(x) = xy = x(120 - 2x) = 120x - 2x^2 = -2x^2 + 120x$$

This is a downward parabola. The vertex occurs at:

$$x = -\frac{120}{2(-2)} = 30$$

So $y = 120 - 2(30) = 60$. The dimensions are $30$ m by $60$ m, enclosing a maximum area of $A(30) = 30 \times 60 = 1800$ m$^2$.

Example 2.6.4 — Number Problem

Find two numbers whose sum is $20$ and whose product is as large as possible.

Solution. Let the two numbers be $x$ and $20 - x$. Their product is:

$$P(x) = x(20 - x) = -x^2 + 20x$$

The vertex is at $x = -\frac{20}{2(-1)} = 10$, so the two numbers are both $10$.

The maximum product is $P(10) = 10 \times 10 = 100$.

2.7 Practice Problems

Test your understanding of the concepts in this chapter. Each problem has a detailed solution that you can reveal after attempting it yourself. Try each problem on paper before checking the answer.

Problem 1. Write $f(x) = 2x^2 - 16x + 27$ in vertex form and identify the vertex.

Show Solution

Factor out $2$ from the first two terms: $f(x) = 2(x^2 - 8x) + 27$.

Complete the square: half of $-8$ is $-4$, squared is $16$.

$f(x) = 2(x^2 - 8x + 16 - 16) + 27 = 2(x - 4)^2 - 32 + 27 = 2(x - 4)^2 - 5$

The vertex is $(4, -5)$. Since $a = 2 > 0$, the parabola opens upward.

Problem 2. Factor completely: $12x^2 - 27$.

Show Solution

Factor out the GCF of $3$: $12x^2 - 27 = 3(4x^2 - 9)$.

Recognize the difference of squares: $4x^2 - 9 = (2x)^2 - 3^2 = (2x + 3)(2x - 3)$.

$12x^2 - 27 = 3(2x + 3)(2x - 3)$

Problem 3. Solve by completing the square: $x^2 - 6x + 2 = 0$.

Show Solution

$x^2 - 6x = -2$

Half of $-6$ is $-3$, squared is $9$. Add $9$ to both sides:

$x^2 - 6x + 9 = 7$

$(x - 3)^2 = 7$

$x - 3 = \pm\sqrt{7}$

$x = 3 \pm \sqrt{7}$

Approximately $x \approx 5.646$ or $x \approx 0.354$.

Problem 4. Use the quadratic formula to solve $5x^2 + 3x - 1 = 0$.

Show Solution

Here $a = 5$, $b = 3$, $c = -1$.

$\Delta = 9 - 4(5)(-1) = 9 + 20 = 29$

$x = \dfrac{-3 \pm \sqrt{29}}{10}$

$x = \dfrac{-3 + \sqrt{29}}{10} \approx 0.239$   or   $x = \dfrac{-3 - \sqrt{29}}{10} \approx -0.839$

Problem 5. Without solving, determine the number of real solutions: $4x^2 - 12x + 9 = 0$.

Show Solution

$\Delta = (-12)^2 - 4(4)(9) = 144 - 144 = 0$

Since $\Delta = 0$, there is exactly one real solution (a repeated root).

Indeed, $4x^2 - 12x + 9 = (2x - 3)^2 = 0$, so $x = \frac{3}{2}$.

Problem 6. Solve the inequality $x^2 - 4x - 5 \geq 0$.

Show Solution

Factor: $x^2 - 4x - 5 = (x - 5)(x + 1)$.

Roots: $x = 5$ and $x = -1$.

Since $a = 1 > 0$ (upward parabola), the expression is non-negative outside the roots:

Solution: $(-\infty, -1] \cup [5, \infty)$.

Endpoints are included because the inequality is $\geq$.

Problem 7. A ball is launched from the ground with an initial velocity of 80 ft/s. Its height is $h(t) = -16t^2 + 80t$. Find the maximum height and when the ball returns to the ground.

Show Solution

Maximum height occurs at the vertex: $t = -\frac{80}{2(-16)} = \frac{80}{32} = 2.5$ seconds.

$h(2.5) = -16(6.25) + 80(2.5) = -100 + 200 = 100$ feet.

The ball hits the ground when $h(t) = 0$: $-16t^2 + 80t = 0 \implies -16t(t - 5) = 0$.

So $t = 0$ (launch) or $t = 5$ seconds (landing). The ball returns to the ground at $t = 5$ s.

Problem 8. Factor completely: $6x^2 - 7x - 20$.

Show Solution

Using the AC method: $ac = 6 \times (-20) = -120$.

Find two numbers that multiply to $-120$ and add to $-7$: those are $8$ and $-15$.

$6x^2 + 8x - 15x - 20 = 2x(3x + 4) - 5(3x + 4) = (2x - 5)(3x + 4)$

Problem 9. A farmer has 200 feet of fencing to build a rectangular pen. What dimensions maximize the area?

Show Solution

Let $x$ = width and $y$ = length. Perimeter: $2x + 2y = 200$, so $y = 100 - x$.

Area: $A(x) = x(100 - x) = -x^2 + 100x$.

The vertex is at $x = -\frac{100}{2(-1)} = 50$, so $y = 100 - 50 = 50$.

The maximum area is achieved by a $50 \times 50$ square, with area $2500$ ft$^2$.

Problem 10. Solve the inequality $-3x^2 + 6x + 9 > 0$.

Show Solution

Divide by $-3$ (flip the inequality): $x^2 - 2x - 3 < 0$.

Factor: $(x - 3)(x + 1) < 0$.

Roots: $x = 3$ and $x = -1$. Since $a = 1 > 0$ (upward parabola), the expression is negative between the roots:

Solution: $(-1, 3)$.

Problem 11. Find the equation of a parabola with vertex $(1, -4)$ that passes through the point $(3, 8)$.

Show Solution

Use vertex form: $f(x) = a(x - 1)^2 - 4$.

Substitute the point $(3, 8)$: $8 = a(3 - 1)^2 - 4 = 4a - 4$.

$12 = 4a$, so $a = 3$.

The equation is $f(x) = 3(x - 1)^2 - 4$, or equivalently $f(x) = 3x^2 - 6x - 1$.

Problem 12. For what values of $k$ does $2x^2 + kx + 8 = 0$ have no real solutions?

Show Solution

No real solutions when $\Delta < 0$:

$\Delta = k^2 - 4(2)(8) = k^2 - 64 < 0$

$k^2 < 64$

$-8 < k < 8$

The equation has no real solutions when $k \in (-8, 8)$.

← Ch 1: Linear Functions Next: Ch 3 — Polynomials →