Mathematics · Book 2 · Grades 10–12

High School Mathematics

High School Mathematics · Grades 10–12

10Quadratic Functions and Equations

Quadratic functions are the simplest functions after the linear ones, and the first whose graphs are genuinely curved. This chapter develops the complete toolbox for them: the canonical form, the discriminant, the sign of a quadratic expression, and the geometry of the parabola.

10.1 The canonical form

Definition 10.1 (Quadratic function)

A quadratic function is a function of the form

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

where aa, bb, cc are real numbers. The expression ax2+bx+cax^2 + bx + c is also called a quadratic trinomial.

Theorem 10.2 (Canonical form)

Every quadratic function can be written in exactly one way as

f(x)=a(xα)2+β,where α=b2a and β=f(α).f(x) = a(x - \alpha)^2 + \beta, \qquad\text{where } \alpha = -\frac{b}{2a} \text{ and } \beta = f(\alpha).

This is the canonical form of ff.

Proof. We complete the square. Since a0a \neq 0, factor it out of the first two terms:

ax2+bx+c=a(x2+bax)+c.ax^2 + bx + c = a\left(x^2 + \frac{b}{a}x\right) + c .

Now x2+baxx^2 + \frac{b}{a}x is the beginning of the square (x+b2a)2=x2+bax+b24a2\left(x + \frac{b}{2a}\right)^2 = x^2 + \frac ba x + \frac{b^2}{4a^2}, so x2+bax=(x+b2a)2b24a2x^2 + \frac{b}{a}x = \left(x + \frac{b}{2a}\right)^2 - \frac{b^2}{4a^2}. Substituting:

f(x)=a(x+b2a)2b24a+c=a(xα)2+β,f(x) = a\left(x + \frac{b}{2a}\right)^2 - \frac{b^2}{4a} + c = a\bigl(x - \alpha\bigr)^2 + \beta,

with α=b2a\alpha = -\frac{b}{2a} and β=cb24a\beta = c - \frac{b^2}{4a}. Evaluating at x=αx = \alpha kills the squared term, so β=f(α)\beta = f(\alpha). Uniqueness: expanding a(xα)2+βa(x-\alpha)^2 + \beta and identifying the coefficients of xx forces α=b2a\alpha = -\frac{b}{2a}, and then β\beta is determined.

Example 10.3

Let f(x)=2x28x+3f(x) = 2x^2 - 8x + 3. Then α=82×2=2\alpha = -\frac{-8}{2 \times 2} = 2 and β=f(2)=816+3=5\beta = f(2) = 8 - 16 + 3 = -5, so

f(x)=2(x2)25.f(x) = 2(x - 2)^2 - 5 .

Check by expanding: 2(x24x+4)5=2x28x+85=2x28x+32(x^2 - 4x + 4) - 5 = 2x^2 - 8x + 8 - 5 = 2x^2 - 8x + 3.

Proposition 10.4 (Extremum and variations)

Let f(x)=a(xα)2+βf(x) = a(x-\alpha)^2 + \beta.

  1. If a>0a > 0, then ff is decreasing on (,α]\intoc{-\infty}{\alpha} and increasing on [α,+)\intco{\alpha}{+\infty}: ff has a minimum β\beta, attained at x=αx = \alpha.
  2. If a<0a < 0, the variations are reversed: ff has a maximum β\beta at x=αx = \alpha.

Proof. Suppose a>0a > 0 and let αu<v\alpha \leq u < v. Then

f(v)f(u)=a((vα)2(uα)2)=a(vu)((vα)+(uα)).f(v) - f(u) = a\bigl((v-\alpha)^2 - (u-\alpha)^2\bigr) = a\,(v - u)\,\bigl((v-\alpha) + (u-\alpha)\bigr).

Each factor is positive: a>0a > 0, vu>0v - u > 0, and (vα)+(uα)>0(v-\alpha) + (u-\alpha) > 0 since v>αv > \alpha and uαu \geq \alpha. So f(v)>f(u)f(v) > f(u): ff is increasing on [α,+)\intco{\alpha}{+\infty}. For u<vαu < v \leq \alpha the last factor is negative, so f(v)<f(u)f(v) < f(u): ff is decreasing there. Finally f(x)f(α)=a(xα)20f(x) - f(\alpha) = a(x-\alpha)^2 \geq 0 for all xx, so β=f(α)\beta = f(\alpha) is the minimum. The case a<0a < 0 follows by applying the above to f-f.

Example 10.5

A farmer has 100100 meters of fence to enclose a rectangular field against a straight wall (no fence needed along the wall). If xx is the width, the enclosed area is A(x)=x(1002x)=2x2+100xA(x) = x(100 - 2x) = -2x^2 + 100x. Here α=1002×(2)=25\alpha = -\frac{100}{2\times(-2)} = 25 and A(25)=25×50=1250A(25) = 25 \times 50 = 1250: the area is largest for a width of 2525 m, giving 12501250 m2^2.

10.2 Roots and factorization

Definition 10.6 (Root, discriminant)

A root of the trinomial ax2+bx+cax^2+bx+c is a solution of the equation ax2+bx+c=0ax^2 + bx + c = 0. The discriminant of the trinomial is the number

Δ=b24ac.\Delta = b^2 - 4ac .

Theorem 10.7 (Solving ax2+bx+c=0ax^2+bx+c=0)

  1. If Δ>0\Delta > 0, the equation has two distinct roots

    x1=bΔ2a,x2=b+Δ2a,x_1 = \frac{-b - \sqrt{\Delta}}{2a}, \qquad x_2 = \frac{-b + \sqrt{\Delta}}{2a},

    and ax2+bx+c=a(xx1)(xx2)ax^2+bx+c = a(x - x_1)(x - x_2).

  2. If Δ=0\Delta = 0, the equation has the single root x0=b2ax_0 = -\frac{b}{2a}, and ax2+bx+c=a(xx0)2ax^2+bx+c = a(x - x_0)^2.
  3. If Δ<0\Delta < 0, the equation has no real solution, and the trinomial cannot be factored with real coefficients.

Proof. Start from the canonical form computed in Theorem 10.2:

ax2+bx+c=a(x+b2a)2+cb24a=a[(x+b2a)2Δ4a2],ax^2+bx+c = a\left(x + \frac{b}{2a}\right)^2 + c - \frac{b^2}{4a} = a\left[\left(x + \frac{b}{2a}\right)^2 - \frac{\Delta}{4a^2}\right],

since cb24a=4acb24a=Δ4a=a×(Δ4a2)c - \frac{b^2}{4a} = \frac{4ac - b^2}{4a} = -\frac{\Delta}{4a} = a \times \left(-\frac{\Delta}{4a^2}\right).

1. If Δ>0\Delta > 0, then Δ4a2=(Δ2a)2\frac{\Delta}{4a^2} = \left(\frac{\sqrt\Delta}{2a}\right)^2 and the bracket is a difference of two squares:

ax2+bx+c=a(x+b2aΔ2a)(x+b2a+Δ2a)=a(xx2)(xx1).ax^2+bx+c = a\left(x + \frac{b}{2a} - \frac{\sqrt\Delta}{2a}\right) \left(x + \frac{b}{2a} + \frac{\sqrt\Delta}{2a}\right) = a(x - x_2)(x - x_1).

A product is zero exactly when one of its factors is zero, giving the two roots, distinct because Δ0\sqrt\Delta \neq 0.

2. If Δ=0\Delta = 0, the bracket is (x+b2a)2\left(x + \frac{b}{2a}\right)^2, which vanishes only at x0=b2ax_0 = -\frac{b}{2a}.

3. If Δ<0\Delta < 0, then Δ4a2>0-\frac{\Delta}{4a^2} > 0, so the bracket is a square plus a positive number: it never vanishes, and the equation has no real solution. A factorization a(xx1)(xx2)a(x-x_1)(x-x_2) would produce roots, so none exists.

Example 10.8

Solve 2x28x+3=02x^2 - 8x + 3 = 0. Here Δ=(8)24×2×3=6424=40>0\Delta = (-8)^2 - 4 \times 2 \times 3 = 64 - 24 = 40 > 0, so there are two roots:

x1,2=8±404=8±2104=2±102.x_{1,2} = \frac{8 \pm \sqrt{40}}{4} = \frac{8 \pm 2\sqrt{10}}{4} = 2 \pm \frac{\sqrt{10}}{2}.

For x2+x+1=0x^2 + x + 1 = 0: Δ=14=3<0\Delta = 1 - 4 = -3 < 0, no real solution.

Proposition 10.9 (Sum and product of the roots)

If Δ0\Delta \geq 0 and x1,x2x_1, x_2 are the roots (equal when Δ=0\Delta = 0), then

x1+x2=ba,x1x2=ca.x_1 + x_2 = -\frac{b}{a}, \qquad x_1 x_2 = \frac{c}{a} .

Conversely, two numbers with sum ss and product pp are the solutions of x2sx+p=0x^2 - sx + p = 0.

Proof. Expand the factorization of Theorem 10.7:

a(xx1)(xx2)=ax2a(x1+x2)x+ax1x2.a(x - x_1)(x - x_2) = a x^2 - a(x_1 + x_2)x + a\,x_1 x_2 .

Identifying the coefficients with ax2+bx+cax^2 + bx + c gives a(x1+x2)=b-a(x_1+x_2) = b and ax1x2=ca\,x_1x_2 = c. For the converse, if u+v=su + v = s and uv=puv = p, then (xu)(xv)=x2sx+p(x-u)(x-v) = x^2 - sx + p, so uu and vv are its roots.

Example 10.10

Find two numbers with sum 1010 and product 2121. They solve x210x+21=0x^2 - 10x + 21 = 0; Δ=10084=16\Delta = 100 - 84 = 16, roots 10±42=7\frac{10 \pm 4}{2} = 7 and 33. Quick root spotting: since the coefficients of x25x+4x^2 - 5x + 4 satisfy 15+4=01 - 5 + 4 = 0, the number 11 is a root, and the other one is ca=4\frac{c}{a} = 4 (their product must be ca\frac ca).

10.3 Sign of a quadratic

Theorem 10.11 (Sign of a trinomial)

Let f(x)=ax2+bx+cf(x) = ax^2+bx+c with a0a \neq 0.

  1. If Δ>0\Delta > 0, with roots x1<x2x_1 < x_2: f(x)f(x) has the sign of aa outside [x1,x2]\intcc{x_1}{x_2}, and the sign of a-a on (x1,x2)\intoo{x_1}{x_2}.
  2. If Δ=0\Delta = 0: f(x)f(x) has the sign of aa for all xx0x \neq x_0, and vanishes at x0x_0.
  3. If Δ<0\Delta < 0: f(x)f(x) has the sign of aa for all xx.

In short: a trinomial has the sign of aa, except between its roots.

Proof. 1. Write f(x)=a(xx1)(xx2)f(x) = a(x-x_1)(x-x_2) and follow the signs of the factors. If x<x1x < x_1: both xx1x - x_1 and xx2x - x_2 are negative, their product is positive, so f(x)f(x) has the sign of aa. If x1<x<x2x_1 < x < x_2: the factors have opposite signs, the product is negative, and f(x)f(x) has the sign of a-a. If x>x2x > x_2: both factors are positive and f(x)f(x) has the sign of aa again.

2. f(x)=a(xx0)2f(x) = a(x - x_0)^2 and (xx0)2>0(x-x_0)^2 > 0 for xx0x \neq x_0.

3. From the proof of Theorem 10.7, f(x)=a[(x+b2a)2+(Δ4a2)]f(x) = a\left[\left(x + \frac{b}{2a}\right)^2 + \left(-\frac{\Delta}{4a^2}\right)\right], and the bracket is always positive.

Method 10.12 (Solving quadratic inequalities)

To solve ax2+bx+c0ax^2 + bx + c \leq 0 (or \geq, <<, >>):

  1. compute Δ\Delta and the roots, if any;
  2. draw the sign table using Theorem 10.11 (sign of aa outside the roots);
  3. read off the solution interval(s), paying attention to whether the roots themselves are included (wide inequality) or not (strict).

Example 10.13

Solve x2+3x+40-x^2 + 3x + 4 \geq 0. Here Δ=9+16=25\Delta = 9 + 16 = 25, and the roots are 3±52\frac{-3 \pm 5}{-2}, that is x1=1x_1 = -1 and x2=4x_2 = 4. Since a=1<0a = -1 < 0, the trinomial is negative outside the roots and positive between them. With the wide inequality, the solution set is [1,4]\intcc{-1}{4}.

10.4 The parabola

Definition 10.14 (Parabola)

The graph of a quadratic function f(x)=a(xα)2+βf(x) = a(x-\alpha)^2+\beta is a parabola with vertex S(α,β)S(\alpha, \beta). It opens upward if a>0a > 0, downward if a<0a < 0, and is symmetric about the vertical line x=αx = \alpha.

Remark 10.15

The symmetry is easy to check: for any hh, f(α+h)=ah2+β=f(αh)f(\alpha + h) = ah^2 + \beta = f(\alpha - h), so two points at equal horizontal distance from the line x=αx = \alpha have the same height.

The three positions of an upward parabola (a > 0) relative to the x-axis: two roots, one double root, no root. The vertex S has abscissa = -b/2a. The three positions of an upward parabola (a > 0) relative to the x-axis: two roots, one double root, no root. The vertex S has abscissa = -b/2a. The three positions of an upward parabola (a > 0) relative to the x-axis: two roots, one double root, no root. The vertex S has abscissa = -b/2a.
The three positions of an upward parabola (a>0a > 0) relative to the xx-axis: two roots, one double root, no root. The vertex SS has abscissa α=b2a\alpha = -\frac{b}{2a}.
Sign of a downward trinomial (a < 0) with two roots: the sign of -a between the roots (shaded), the sign of a outside.
Sign of a downward trinomial (a<0a < 0) with two roots: the sign of a-a between the roots (shaded), the sign of aa outside.

Method 10.16 (Reading a parabola)

To sketch f(x)=ax2+bx+cf(x) = ax^2+bx+c: find the orientation (sign of aa), the vertex (b2a,f ⁣(b2a))\left(-\frac{b}{2a},\, f\!\left(-\frac{b}{2a}\right)\right), the intersection (0,c)(0, c) with the yy-axis, and the roots, if any. The axis of symmetry x=b2ax = -\frac{b}{2a} then places every computed point twice.

Example 10.17

For f(x)=x24x+3f(x) = x^2 - 4x + 3: upward, vertex (2,1)(2, -1), crosses the yy-axis at (0,3)(0,3), roots 11 and 33 (spotted: 14+3=01 - 4 + 3 = 0). By symmetry, the point (4,3)(4, 3) is also on the curve, mirroring (0,3)(0, 3).

10.5 Exercises

Exercise 10.1

Solve the equations

x25x+6=0,2x2+3x2=0,x2+2x+5=0,9x26x+1=0.x^2 - 5x + 6 = 0, \qquad 2x^2 + 3x - 2 = 0, \qquad x^2 + 2x + 5 = 0, \qquad 9x^2 - 6x + 1 = 0 .
Solution

Solution of Exercise 10.1.

x25x+6x^2-5x+6: Δ=2524=1\Delta = 25 - 24 = 1, roots 5±12\frac{5 \pm 1}{2}, i.e. 22 and 33.

2x2+3x22x^2+3x-2: Δ=9+16=25\Delta = 9 + 16 = 25, roots 3±54\frac{-3 \pm 5}{4}, i.e. 12\frac12 and 2-2.

x2+2x+5x^2+2x+5: Δ=420=16<0\Delta = 4 - 20 = -16 < 0, no real solution.

9x26x+19x^2-6x+1: Δ=3636=0\Delta = 36 - 36 = 0, one (double) root x0=618=13x_0 = \frac{6}{18} = \frac13.

Exercise 10.2

Write in canonical form and give the vertex of the parabola:

f(x)=x26x+11,g(x)=2x2+4x+1,h(x)=3x2+6x.f(x) = x^2 - 6x + 11, \qquad g(x) = -2x^2 + 4x + 1, \qquad h(x) = 3x^2 + 6x .
Solution

Solution of Exercise 10.2.

f(x)=x26x+11=(x3)29+11=(x3)2+2f(x) = x^2 - 6x + 11 = (x-3)^2 - 9 + 11 = (x-3)^2 + 2: vertex (3,2)(3, 2).

g(x)=2x2+4x+1=2(x22x)+1=2((x1)21)+1=2(x1)2+3g(x) = -2x^2+4x+1 = -2(x^2 - 2x) + 1 = -2\bigl((x-1)^2 - 1\bigr) + 1 = -2(x-1)^2 + 3: vertex (1,3)(1, 3).

h(x)=3x2+6x=3(x2+2x)=3((x+1)21)=3(x+1)23h(x) = 3x^2 + 6x = 3(x^2 + 2x) = 3\bigl((x+1)^2 - 1\bigr) = 3(x+1)^2 - 3: vertex (1,3)(-1, -3).

Exercise 10.3

Solve the inequalities

x23x10<0,2x2+x+3>0,x2+6x90.x^2 - 3x - 10 < 0, \qquad 2x^2 + x + 3 > 0, \qquad -x^2 + 6x - 9 \geq 0 .
Solution

Solution of Exercise 10.3.

x23x10x^2 - 3x - 10: Δ=9+40=49\Delta = 9 + 40 = 49, roots 3±72=2\frac{3 \pm 7}{2} = -2 and 55; positive leading coefficient, so the trinomial is negative strictly between the roots: the solution set is (2,5)\intoo{-2}{5}.

2x2+x+32x^2 + x + 3: Δ=124=23<0\Delta = 1 - 24 = -23 < 0 and a=2>0a = 2 > 0: always positive, the solution set is R\R.

x2+6x9=(x3)2-x^2 + 6x - 9 = -(x-3)^2: it is 0\geq 0 only where (x3)20(x-3)^2 \leq 0, that is at x=3x = 3. The solution set is {3}\{3\}.

Exercise 10.4

Without computing Δ\Delta, find one obvious root, then the other:

x27x+6=0,2x2+5x7=0,x2+4x5=0.x^2 - 7x + 6 = 0, \qquad 2x^2 + 5x - 7 = 0, \qquad x^2 + 4x - 5 = 0 .

(Hint: test x=1x = 1 and x=1x = -1, then use the product of the roots.)

Solution

Solution of Exercise 10.4.

x27x+6x^2 - 7x + 6: 17+6=01 - 7 + 6 = 0, so 11 is a root; the product of the roots is 66, so the other root is 66.

2x2+5x72x^2 + 5x - 7: 2+57=02 + 5 - 7 = 0, so 11 is a root; the product is ca=72\frac{c}{a} = -\frac72, so the other root is 72-\frac72.

x2+4x5x^2 + 4x - 5: 1+45=01 + 4 - 5 = 0, so 11 is a root; the product is 5-5, so the other root is 5-5.

Exercise 10.5 ★★

Find two numbers whose sum is 1414 and whose product is 4545. Then find the dimensions of a rectangle of perimeter 3434 and area 6060.

Solution

Solution of Exercise 10.5.

The two numbers solve x214x+45=0x^2 - 14x + 45 = 0 (Proposition 10.9); Δ=196180=16\Delta = 196 - 180 = 16, roots 14±42=9\frac{14 \pm 4}{2} = 9 and 55.

For the rectangle: half the perimeter gives length ++ width =17= 17, and the area gives their product 6060. They solve x217x+60=0x^2 - 17x + 60 = 0; Δ=289240=49\Delta = 289 - 240 = 49, roots 17±72=12\frac{17 \pm 7}{2} = 12 and 55. The rectangle is 12×512 \times 5.

Exercise 10.6 ★★

Let f(x)=x2+(m2)x+1f(x) = x^2 + (m-2)x + 1, where mm is a real parameter. For which values of mm does the equation f(x)=0f(x) = 0 have exactly one solution? No solution?

Solution

Solution of Exercise 10.6.

Δ=(m2)24\Delta = (m-2)^2 - 4. Exactly one solution when Δ=0\Delta = 0: (m2)2=4(m-2)^2 = 4, so m2=±2m - 2 = \pm 2, i.e. m=0m = 0 or m=4m = 4. No solution when Δ<0\Delta < 0: (m2)2<4(m-2)^2 < 4, i.e. 2<m2<2-2 < m - 2 < 2, that is 0<m<40 < m < 4.

Exercise 10.7 ★★

A ball is thrown upward; its height after tt seconds is h(t)=5t2+20t+1h(t) = -5t^2 + 20t + 1 (in meters). What is the maximal height reached, and at what time? During which time interval is the ball at least 1616 m high?

Solution

Solution of Exercise 10.7.

The vertex is at t=202×(5)=2t = -\frac{20}{2 \times (-5)} = 2, and h(2)=20+40+1=21h(2) = -20 + 40 + 1 = 21: maximal height 2121 m, reached after 22 seconds.

h(t)16h(t) \geq 16 means 5t2+20t150-5t^2 + 20t - 15 \geq 0, i.e. (dividing by 5-5, which reverses the inequality) t24t+30t^2 - 4t + 3 \leq 0. The roots of t24t+3t^2-4t+3 are 11 and 33 (14+3=01 - 4 + 3 = 0, product 33), so t24t+30t^2 - 4t + 3 \leq 0 exactly on [1,3]\intcc{1}{3}: the ball is at least 1616 m high between the times t=1t = 1 s and t=3t = 3 s.

Exercise 10.8 ★★

Solve the equation x413x2+36=0x^4 - 13x^2 + 36 = 0 by setting X=x2X = x^2 (a biquadratic equation).

Solution

Solution of Exercise 10.8.

With X=x2X = x^2: X213X+36=0X^2 - 13X + 36 = 0, Δ=169144=25\Delta = 169 - 144 = 25, so X=13±52=9X = \frac{13 \pm 5}{2} = 9 or 44. Back to xx: x2=9x^2 = 9 gives x=±3x = \pm 3, and x2=4x^2 = 4 gives x=±2x = \pm 2. The solution set is {3,2,2,3}\{-3, -2, 2, 3\}.

Exercise 10.9 ★★

For which values of xx is the point M(x,x2)M(x, x^2) of the parabola y=x2y = x^2 strictly below the line y=x+2y = x + 2? Interpret on a sketch.

Solution

Solution of Exercise 10.9.

The condition is x2<x+2x^2 < x + 2, i.e. x2x2<0x^2 - x - 2 < 0. Since x2x2=(x+1)(x2)x^2 - x - 2 = (x+1)(x-2) (roots 1-1 and 22), the inequality holds strictly between the roots: x(1,2)x \in \intoo{-1}{2}. On a sketch, the parabola y=x2y = x^2 dips below the line y=x+2y = x+2 exactly between their two intersection points (1,1)(-1, 1) and (2,4)(2, 4).

Exercise 10.10 ★★

The sum of a positive number and its reciprocal is 136\frac{13}{6}. Find the number. (Reduce to a quadratic equation.)

Solution

Solution of Exercise 10.10.

Let x>0x > 0 satisfy x+1x=136x + \frac1x = \frac{13}{6}. Multiplying by 6x>06x > 0: 6x2+6=13x6x^2 + 6 = 13x, i.e. 6x213x+6=06x^2 - 13x + 6 = 0. Then Δ=169144=25\Delta = 169 - 144 = 25 and x=13±512x = \frac{13 \pm 5}{12}, giving x=32x = \frac32 or x=23x = \frac23. Both are positive and are reciprocals of each other, as expected: the number is 32\frac32 (or 23\frac23).

Exercise 10.11 ★★★

Let P\mathcal P be the parabola y=x2y = x^2 and let dmd_m be the line y=mx1y = mx - 1, where mm is a real parameter.

  1. For which values of mm do P\mathcal P and dmd_m intersect in two points? One point? No point?
  2. When they touch in exactly one point, compute the contact point. (In Chapter 12 you will recognize dmd_m as the tangent to P\mathcal P at that point.)
Solution

Solution of Exercise 10.11.

1. Intersections correspond to solutions of x2=mx1x^2 = mx - 1, i.e. x2mx+1=0x^2 - mx + 1 = 0, whose discriminant is Δ=m24\Delta = m^2 - 4. Two points when m>2\abs{m} > 2; exactly one when m=±2m = \pm 2; none when 2<m<2-2 < m < 2.

2. For m=2m = 2: x22x+1=(x1)2=0x^2 - 2x + 1 = (x-1)^2 = 0, so the unique contact point is (1,1)(1, 1). For m=2m = -2: (x+1)2=0(x+1)^2 = 0, contact point (1,1)(-1, 1). In both cases the line meets the parabola at a single point without crossing it — it is the tangent there, and indeed its slope m=±2m = \pm 2 equals the value at x=±1x = \pm 1 of the derivative 2x2x of x2x^2 (Chapter 12).

10.6 Problem: The parabola’s secret point

Problem 10.1

Weekend problem — focus and directrix: why satellite dishes, headlights and suspension bridges all draw the same curve, of which there is essentially only one

Every satellite dish on every balcony aims its receiver at one precise interior point; every headlight hides its bulb at the same special spot. That point — the focus — is a secret the parabola has kept since Greek geometry, and the distance formula is enough to extract it. Along the way, this problem drills the discriminant, throws projectiles over walls, suspends a bridge, and proves an astonishing final fact: up to zoom, there is only one parabola in the world.

Part I — Trinomial fluency.

  1. Solve x25x+6=0x^2 - 5x + 6 = 0, then 2x2+x6=02x^2 + x - 6 = 0, then x2+x+1=0x^2 + x + 1 = 0 (Theorem 10.7).
  2. Write 2x24x62x^2 - 4x - 6 in factored form and in canonical form (Theorem 10.2). Together with the expanded form, you now hold three costumes of one function: say which feature each displays at a glance (roots, vertex, yy-intercept).
  3. Solve x2+4x30-x^2 + 4x - 3 \geq 0 with the sign rule (Theorem 10.11).
  4. Viète as detective (Proposition 10.9, continuing Babylon in Problem 2.1): find two numbers with sum 77 and product 1212 by writing their equation. Then: one root of x25x+c=0x^2 - 5x + c = 0 equals 22; find cc and the other root without solving anything.
  5. For which values of mm does x2+mx+9=0x^2 + mx + 9 = 0 have a double root? No root? Two roots?

Part II — The focus unveiled. Work on the parabola y=x2y = x^2, the point F(0,14)F\left(0, \frac14\right) and the horizontal line δ\delta of equation y=14y = -\frac14.

  1. For a point P(x,x2)P(x, x^2) of the parabola, expand PF2=x2+(x214)2PF^2 = x^2 + \left(x^2 - \frac14\right)^2 and show it is the perfect square (x2+14)2\left(x^2 + \frac14\right)^2. Deduce PFPF.
  2. Compute the distance from PP to the line δ\delta, and conclude: every point of the parabola is exactly as far from FF as from δ\delta. (FF is the focus, δ\delta the directrix.)
  3. Prove the converse: a point P(x,y)P(x, y) with PF=dist(P,δ)PF = \operatorname{dist}(P, \delta) must satisfy y=x2y = x^2. (Square both distances and simplify.) The parabola is thus a locus, exactly as the circle was in Problem 5.1: equidistance from a point and a line, instead of from one point.
  4. For the wider parabola y=x24fy = \frac{x^2}{4f} (with f>0f > 0), adapt question 6 to show the focus is (0,f)(0, f) and the directrix y=fy = -f. Application: a satellite dish is 6060 cm wide and 99 cm deep — its rim passes through (30,9)(30, 9). Find ff: how high above the vertex must the receiver hang?
  5. The reason dishes work: rays arriving parallel to the axis all reflect through the focus (and a bulb at the focus throws a parallel beam — headlights are dishes run backwards). Explain why question 7’s equidistance makes this plausible (think of the rays as marching wavefronts), and say which tool, coming in Chapter 12 (see Exercise 10.11), turns plausibility into proof.

Part III — Parabolas at work.

  1. A ball follows the trajectory y=xx220y = x - \frac{x^2}{20} (xx and yy in meters). Find where it lands, the horizontal position of its highest point, and the maximal height (Proposition 10.4).
  2. On the same trajectory, a wall stands at x=4x = 4. Compute the ball’s height there: does it clear a 33 m wall? A 44 m wall?
  3. A parabolic arch spans 4040 m with maximal height 1010 m: in centered coordinates, y=10x240y = 10 - \frac{x^2}{40}. Can a truck 77 m tall pass at 1010 m from the center? At 1515 m?
  4. A theater’s revenue at ticket price pp euros is R(p)=p(1202p)R(p) = p\,(120 - 2p) (demand falls as price rises). Find the price maximizing revenue, and the maximum.
  5. The Golden Gate’s main cables are parabolic to excellent accuracy (a uniform deck load produces a parabola — a freely hanging chain does not: its curve, the catenary, needs the exponential of grade 12). With span 12801\,280 m and sag 143143 m, the cable follows y=143(x640)2y = 143\left(\frac{x}{640}\right)^2 from the center. How high is the cable above its lowest point at x=320x = 320 m?

Part IV — Lines, tangents, and the last surprise.

  1. Complete Exercise 10.11: the lines y=mx1y = mx - 1 through the external point (0,1)(0, -1) meet y=x2y = x^2 according to the sign of a discriminant. Find the two tangent lines from (0,1)(0, -1) and their contact points.
  2. Now the lines y=mx+1y = mx + 1 through the interior point (0,1)(0, 1): compute the discriminant of the intersection equation and show every such line cuts the parabola twice. Moral: from inside, no tangents — just as for a circle.
  3. The focal chord: intersect y=x2y = x^2 with the horizontal line through the focus, y=14y = \frac14. What is the chord’s length? Check the general rule (worth remembering for dishes): for y=x24fy = \frac{x^2}{4f}, the chord through the focus parallel to the directrix has length 4f4f.
  4. The last surprise: apply the zoom (x,y)(kx,ky)(x, y) \mapsto (kx, ky) to the parabola y=x2y = x^2 and show the image is exactly y=x2ky = \frac{x^2}{k}. Conclude: every parabola y=x24fy = \frac{x^2}{4f} is a magnified unit parabola — unlike circles and ellipses of different proportions, all parabolas are similar.
  5. Finale: the parabola’s portrait in five lines — an equation with three costumes (question 2), a locus (questions 7–8), an engineer’s reflector (questions 9, 10), a projectile’s path and a bridge’s cable (questions 11–15), and a single curve up to zoom (question 19). One sentence each.
Solution

Solution of Problem 10.1.

1. x25x+6x^2 - 5x + 6: Δ=1\Delta = 1, roots 22 and 33. 2x2+x62x^2 + x - 6: Δ=1+48=49\Delta = 1 + 48 = 49, roots 1±74\frac{-1 \pm 7}{4}: 32\frac32 and 2-2. x2+x+1x^2 + x + 1: Δ=3<0\Delta = -3 < 0: no real solution.

2. Δ=16+48=64\Delta = 16 + 48 = 64: roots 33 and 1-1, so 2x24x6=2(x3)(x+1)2x^2 - 4x - 6 = 2(x - 3)(x + 1); canonical form 2(x1)282(x - 1)^2 - 8. The factored form shows the roots, the canonical form the vertex (1,8)(1, -8), the expanded form the yy-intercept 6-6.

3. Roots 11 and 33, leading coefficient negative: the trinomial is 0\geq 0 between the roots: x[1,3]x \in \intcc{1}{3}.

4. The numbers are the roots of x27x+12=0x^2 - 7x + 12 = 0: 33 and 44. If 22 is a root of x25x+cx^2 - 5x + c, the other root rr satisfies 2+r=52 + r = 5 (sum), so r=3r = 3, and c=2×3=6c = 2 \times 3 = 6 (product): Viète reads it off.

5. Δ=m236\Delta = m^2 - 36: double root for m=±6m = \pm 6 (root 3\mp 3); no root for 6<m<6-6 < m < 6; two roots for m>6\abs m > 6.

6. PF2=x2+(x214)2=x2+x4x22+116=x4+x22+116=(x2+14)2PF^2 = x^2 + \left(x^2 - \frac14\right)^2 = x^2 + x^4 - \frac{x^2}{2} + \frac{1}{16} = x^4 + \frac{x^2}{2} + \frac{1}{16} = \left(x^2 + \frac14\right)^2. Hence PF=x2+14PF = x^2 + \frac14 (both factors positive).

7. The distance from P(x,x2)P(x, x^2) to the horizontal line y=14y = -\frac14 is x2+14x^2 + \frac14 — exactly PFPF. Every point of the parabola is equidistant from the focus and the directrix.

8. PF2=x2+(y14)2PF^2 = x^2 + \left(y - \frac14\right)^2 and dist2=(y+14)2\operatorname{dist}^2 = \left(y + \frac14\right)^2. Equality gives x2+y2y2+116=y2+y2+116x^2 + y^2 - \frac y2 + \frac{1}{16} = y^2 + \frac y2 + \frac1{16}, so x2=yx^2 = y: the locus is exactly the parabola. One point and one line generate the curve, as one point and one distance generated the circle.

9. For y=x24fy = \frac{x^2}{4f}, the same expansion with F(0,f)F(0, f) gives PF2=x2+(x24ff)2=(x24f+f)2PF^2 = x^2 + \left(\frac{x^2}{4f} - f\right)^2 = \left(\frac{x^2}{4f} + f\right)^2: distance to FF equals distance to y=fy = -f. Dish: 9=3024f9 = \frac{30^2}{4f} gives 4f=1004f = 100, f=25f = 25 cm: the receiver hangs a quarter meter above the vertex — outside the 99 cm bowl, as real dishes show.

10. A wavefront arriving parallel to the axis has travelled equal distances to reach the directrix’s level; equidistance converts “equal distance to the directrix” into “equal distance to FF”: all the reflected signals arrive at FF in step, reinforcing — that is where to listen. The honest proof needs the tangent’s slope at each point — the derivative of Chapter 12, glimpsed in Exercise 10.11.

11. y=x(1x20)y = x\left(1 - \frac{x}{20}\right): lands at x=20x = 20 m. Vertex midway: x=10x = 10, height y(10)=105=5y(10) = 10 - 5 = 5 m.

12. y(4)=41620=3.2y(4) = 4 - \frac{16}{20} = 3.2 m: clears 33 m with room, smacks into a 44 m wall.

13. y(10)=1010040=7.5y(10) = 10 - \frac{100}{40} = 7.5 m >7> 7: the truck passes at 1010 m off-center. y(15)=1022540=4.375y(15) = 10 - \frac{225}{40} = 4.375 m: not at 1515 m.

14. R(p)=2p2+120pR(p) = -2p^2 + 120p: vertex at p=1204=30p = \frac{120}{4} = 30 euros, revenue R(30)=30×60=1800R(30) = 30 \times 60 = 1\,800 euros.

15. y(320)=143×(320640)2=143436y(320) = 143 \times \left(\frac{320}{640}\right)^2 = \frac{143}{4} \approx 36 m above the lowest point.

16. x2=mx1x^2 = mx - 1 gives x2mx+1=0x^2 - mx + 1 = 0, Δ=m24\Delta = m^2 - 4: two points for m>2\abs m > 2, none for m<2\abs m < 2, tangency for m=±2m = \pm 2 with contact x=m2=±1x = \frac m2 = \pm 1: tangents y=2x1y = 2x - 1 at (1,1)(1, 1) and y=2x1y = -2x - 1 at (1,1)(-1, 1).

17. x2=mx+1x^2 = mx + 1 gives Δ=m2+4>0\Delta = m^2 + 4 > 0 for every mm: two intersections always. From an interior point, every line crosses the curve twice — tangents are drawn only from outside, exactly as for circles.

18. y=14y = \frac14 meets y=x2y = x^2 at x=±12x = \pm\frac12: chord length 11. For y=x24fy = \frac{x^2}{4f}: y=fy = f gives x2=4f2x^2 = 4f^2, x=±2fx = \pm 2f: length 4f4f — the focal width is four times the focal distance (dish designers call it the latus rectum).

19. A point of y=x2y = x^2 is (a,a2)(a, a^2); its image is (X,Y)=(ka,ka2)(X, Y) = (ka, ka^2), and X2k=k2a2k=ka2=Y\frac{X^2}{k} = \frac{k^2a^2}{k} = ka^2 = Y: the image curve is exactly y=x2ky = \frac{x^2}{k}. Choosing k=4fk = 4f reaches every parabola: they are all magnifications of one master curve. (Circles are all similar too — but ellipses are not: squash matters, zoom does not.)

20. An equation with three readable costumes; the locus of equidistance from a point and a line; the reflector that gathers parallel rays at its focus and the cable that carries a uniform deck; the path of every thrown ball; and, up to magnification, a single curve — one parabola, everywhere.