Mascot image.
#Math#Differentiation
← Back to MA0A: Differentiation

Lesson assets

No linked assets.

Quadratics, Factoring, and Rational Exponents

Zeros of a Function

The PM lesson named the point at which the graph of ff meets the horizontal axis: the xx-intercept. In practice we also need a name for the input that produces it, independently of the graph.

Definition 1 (Zero of a Function)

A zero (or root) of a function ff is a real number x0x_0 in the domain of ff with f(x0)=0f(x_0) = 0. The xx-intercepts of the graph of ff are exactly the points (x0,0)(x_0, 0) for which x0x_0 is a zero of ff.

Locating the zeros of ff therefore locates the xx-intercepts of its graph, but the use goes further. Two graphs y=f(x)y = f(x) and y=g(x)y = g(x) meet at precisely those xx with f(x)=g(x)f(x) = g(x), and writing h=fgh = f - g in the sum-difference sense of the PM lesson converts this to the single condition h(x)=0h(x) = 0. The break-even inputs of a profit function P=RCP = R - C are exactly the zeros of PP. Every question of the form where does one quantity cross another reduces to finding zeros of a suitable combination of functions.

The PM lesson has already supplied the zeros of every linear function: if f(x)=mx+bf(x) = mx + b with m0m \neq 0, then the unique zero is x0=b/mx_0 = -b/m. The next non-trivial case is the quadratic, and for it the technique of completing the square produces a closed formula.

The Quadratic Formula

Theorem 1 (Quadratic Formula)

Let a,b,ca, b, c be real with a0a \neq 0. The real zeros of the quadratic function f(x)=ax2+bx+cf(x) = ax^2 + bx + c are precisely the real solutions of the equation ax2+bx+c=0ax^2 + bx + c = 0, and they are given by

x=b±b24ac2a.x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}.

The quantity Δ=b24ac\Delta = b^2 - 4ac is called the discriminant. The equation has two distinct real solutions when Δ>0\Delta > 0, a single repeated real solution when Δ=0\Delta = 0, and no real solution when Δ<0\Delta < 0.

Proof

Start from ax2+bx+c=0ax^2 + bx + c = 0, move the constant across, and multiply both sides by 4a4a, which is non-zero because a0a \neq 0,

4a2x2+4abx=4ac.4a^2 x^2 + 4abx = -4ac.

Adding b2b^2 to both sides completes the square on the left,

4a2x2+4abx+b2=b24ac,4a^2 x^2 + 4abx + b^2 = b^2 - 4ac,

since (2ax+b)2=4a2x2+4abx+b2(2ax + b)^2 = 4a^2 x^2 + 4abx + b^2 by direct expansion. Hence

(2ax+b)2=b24ac.(2ax + b)^2 = b^2 - 4ac.

When b24ac<0b^2 - 4ac < 0 the left side, a square of a real number, cannot equal a negative number and so the equation has no real solution. When b24ac0b^2 - 4ac \geq 0 the square root on the right is real, and the equation is equivalent to

2ax+b=±b24ac.2ax + b = \pm \sqrt{b^2 - 4ac}.

Solving for xx gives the stated formula. The two signs coincide exactly when b24ac=0b^2 - 4ac = 0, producing a single repeated solution in that case and two distinct solutions otherwise.

The discriminant Δ=b24ac\Delta = b^2 - 4ac governs the geometry. A parabola with two zeros crosses the horizontal axis at two distinct points; a parabola with one zero meets it tangentially at its vertex; a parabola with no real zero sits entirely above or entirely below the axis, according to the sign of aa.

Three parabolas shown side by side illustrating the three discriminant cases: on the left a parabola crossing the x-axis at two distinct points, in the middle a parabola touching the x-axis at a single point with its vertex on the axis, and on the right a parabola lying entirely above the x-axis
Example 1 (Two distinct zeros)

Solving 2x25x+1=02x^2 - 5x + 1 = 0. Here a=2a = 2, b=5b = -5, c=1c = 1, so

Δ=(5)2421=258=17>0,\Delta = (-5)^2 - 4 \cdot 2 \cdot 1 = 25 - 8 = 17 > 0,

and the formula gives

x=5±174.x = \frac{5 \pm \sqrt{17}}{4}.

The two zeros are 5+1742.28\tfrac{5 + \sqrt{17}}{4} \approx 2.28 and 51740.22\tfrac{5 - \sqrt{17}}{4} \approx 0.22.

Example 2 (A single repeated zero)

Solving 9x212x+4=09x^2 - 12x + 4 = 0. Here a=9a = 9, b=12b = -12, c=4c = 4, so

Δ=144144=0,\Delta = 144 - 144 = 0,

and the formula collapses to a single solution,

x=1218=23.x = \frac{12}{18} = \frac{2}{3}.

The parabola y=9x212x+4y = 9x^2 - 12x + 4 therefore has its vertex on the horizontal axis at (23,0)\left(\tfrac{2}{3}, 0\right), a special case of the vertex formula from the PM lesson.

Example 3 (No real zero)

Solving x2+2x+5=0x^2 + 2x + 5 = 0. Here a=1a = 1, b=2b = 2, c=5c = 5, so

Δ=420=16<0,\Delta = 4 - 20 = -16 < 0,

and the equation has no real solution. The completed-square form

x2+2x+5=(x+1)2+44x^2 + 2x + 5 = (x + 1)^2 + 4 \geq 4

confirms that the graph sits at height at least 44 above the horizontal axis, the minimum 44 being attained at x=1x = -1.

Problem 1

For each of the quadratic functions below, compute the discriminant, classify the number of real zeros, and find them when they exist.

  1. f(x)=x26x+4f(x) = x^2 - 6x + 4.
  2. f(x)=4x2+4x+1f(x) = 4x^2 + 4x + 1.
  3. f(x)=3x2+x+1f(x) = 3x^2 + x + 1.

Intersection of Graphs

Asking where two curves meet asks for the common solutions of a pair of equations in xx and yy. When both curves are graphs of functions of xx, the two equations can be equated to eliminate yy, reducing the problem to a single equation in xx alone; if the resulting equation is quadratic, the formula above resolves it completely.

Example 4 (A parabola meeting a line)

Find where the graphs of y=x22y = x^2 - 2 and y=xy = x meet. A point (x,y)(x, y) lies on both graphs exactly when y=x22y = x^2 - 2 and y=xy = x hold simultaneously. Equating the two expressions for yy,

x22=x,equivalentlyx2x2=0.x^2 - 2 = x, \qquad \text{equivalently} \qquad x^2 - x - 2 = 0.

Here a=1a = 1, b=1b = -1, c=2c = -2, and Δ=1+8=9\Delta = 1 + 8 = 9, so

x=1±32,x = \frac{1 \pm 3}{2},

so x=2x = 2 or x=1x = -1. Substituting each into the simpler equation y=xy = x gives the corresponding heights, and the two curves meet at (2,2)(2, 2) and (1,1)(-1, -1).

The parabola y equals x squared minus 2 and the line y equals x drawn on the same axes, crossing at the two points (-1, -1) and (2, 2), with both intersection points marked and labelled
Problem 2

Find every intersection point of the graphs of y=2x2y = 2x^2 and y=3x+2y = 3x + 2, and verify your answer by substitution into each equation.

Factoring

The quadratic formula reduces every quadratic equation to arithmetic, but where factoring is available it is both faster and more informative, because it displays the zeros directly in the form of the expression. Its force comes from a single algebraic observation.

Remark (The product-zero principle)

A product of real numbers is zero if and only if at least one of its factors is zero. Applied to a polynomial written as a product of linear factors

f(x)=a(xr1)(xr2)(xrn),a0,f(x) = a\,(x - r_1)(x - r_2) \cdots (x - r_n), \qquad a \neq 0,

the principle says the zeros of ff are exactly the numbers r1,r2,,rnr_1, r_2, \ldots, r_n. The leading coefficient aa is excluded from being zero because setting a=0a = 0 collapses ff to the zero function, every real number of which is a zero. Factoring a polynomial therefore reads off its zeros by inspection.

Factoring a quadratic by inspection

For a quadratic x2+px+qx^2 + px + q with leading coefficient 11 we look for integers c,dc, d with

(x+c)(x+d)=x2+(c+d)x+cd=x2+px+q.(x + c)(x + d) = x^2 + (c + d)\,x + cd = x^2 + px + q.

Thus cc and dd must multiply to qq and sum to pp. The search terminates rapidly because qq has only finitely many integer factorisations.

Example 5 (Four quadratics with leading coefficient one)
  1. x2+9x+20x^2 + 9x + 20. We need cd=20cd = 20 and c+d=9c + d = 9. Taking c=4c = 4, d=5d = 5 works, so x2+9x+20=(x+4)(x+5)x^2 + 9x + 20 = (x + 4)(x + 5), and the zeros are 4,5-4, -5.
  2. x211x+24x^2 - 11x + 24. Both numbers must be negative, since their product is positive and their sum negative. Taking c=3c = -3, d=8d = -8 gives x211x+24=(x3)(x8)x^2 - 11x + 24 = (x - 3)(x - 8).
  3. x2+2x15x^2 + 2x - 15. The two numbers have opposite signs, summing to +2+2 and multiplying to 15-15. Taking c=5c = 5, d=3d = -3 gives x2+2x15=(x+5)(x3)x^2 + 2x - 15 = (x + 5)(x - 3).
  4. x22x15x^2 - 2x - 15. The same pair with signs reversed gives x22x15=(x5)(x+3)x^2 - 2x - 15 = (x - 5)(x + 3).

When the leading coefficient is not 11, the quadratic ax2+bx+cax^2 + bx + c is most efficiently factored either by first pulling out any common factor from the three coefficients, or, when that fails and the discriminant Δ=b24ac\Delta = b^2 - 4ac is non-negative, by applying the quadratic formula to read off its real zeros r1,r2r_1, r_2 and writing

ax2+bx+c=a(xr1)(xr2).ax^2 + bx + c = a\,(x - r_1)(x - r_2).

When Δ<0\Delta < 0 the quadratic has no real zeros and admits no factorisation into real linear factors.

Example 6 (Pulling out a common factor)

Factor 3x221x+303x^2 - 21x + 30. Extracting 33 from every coefficient,

3x221x+30=3(x27x+10)=3(x5)(x2),3x^2 - 21x + 30 = 3\,(x^2 - 7x + 10) = 3\,(x - 5)(x - 2),

with the inner quadratic factored by inspection, since (5)(2)=10(-5)(-2) = 10 and (5)+(2)=7(-5) + (-2) = -7. The zeros are 55 and 22.

Standard identities

A handful of algebraic identities recur frequently enough to deserve names. Each is verified by multiplying out the right-hand side.

Note (Standard factoring identities)
A2B2=(AB)(A+B)(difference of squares)A^2 - B^2 = (A - B)(A + B) \qquad \text{(difference of squares)}A2+2AB+B2=(A+B)2,A22AB+B2=(AB)2(perfect squares)A^2 + 2AB + B^2 = (A + B)^2, \qquad A^2 - 2AB + B^2 = (A - B)^2 \qquad \text{(perfect squares)}A3B3=(AB)(A2+AB+B2)(difference of cubes)A^3 - B^3 = (A - B)(A^2 + AB + B^2) \qquad \text{(difference of cubes)}A3+B3=(A+B)(A2AB+B2)(sum of cubes)A^3 + B^3 = (A + B)(A^2 - AB + B^2) \qquad \text{(sum of cubes)}
Example 7 (Using the standard identities)
  1. x249=x272=(x7)(x+7)x^2 - 49 = x^2 - 7^2 = (x - 7)(x + 7), by difference of squares.
  2. x214x+49=x227x+72=(x7)2x^2 - 14x + 49 = x^2 - 2 \cdot 7 \cdot x + 7^2 = (x - 7)^2, by the second perfect-square identity.
  3. x327=x333=(x3)(x2+3x+9)x^3 - 27 = x^3 - 3^3 = (x - 3)(x^2 + 3x + 9), by difference of cubes.
  4. 8x3+1=(2x)3+13=(2x+1)(4x22x+1)8x^3 + 1 = (2x)^3 + 1^3 = (2x + 1)(4x^2 - 2x + 1), by sum of cubes.

Higher-degree polynomials

Beyond degree two the quadratic formula no longer applies directly, but extracting a common factor of xx (or of a higher power of xx) often reduces the problem to a quadratic once pulled out.

Example 8 (A cubic with three rational zeros)

Factor x3+4x212xx^3 + 4x^2 - 12x. Every term carries a factor of xx, so

x3+4x212x=x(x2+4x12)=x(x+6)(x2),x^3 + 4x^2 - 12x = x\,(x^2 + 4x - 12) = x\,(x + 6)(x - 2),

the inner quadratic being factored by inspection since 6(2)=126 \cdot (-2) = -12 and 6+(2)=46 + (-2) = 4. The zeros are 0,6,20, -6, 2.

Example 9 (A cubic with an irrational zero)

Factor x37xx^3 - 7x. Pulling out xx and applying the difference-of-squares identity with B=7B = \sqrt{7},

x37x=x(x27)=x(x7)(x+7).x^3 - 7x = x\,(x^2 - 7) = x\,(x - \sqrt{7})(x + \sqrt{7}).

The zeros are 0,7,70, \sqrt{7}, -\sqrt{7}.

Problem 3

Factor each of the following over the real numbers, and list the zeros.

  1. x236x^2 - 36.
  2. x28x+16x^2 - 8x + 16.
  3. 2x29x52x^2 - 9x - 5.
  4. x3+64x^3 + 64.
  5. x49x2x^4 - 9x^2.

Rational Equations

A rational equation is an equation between two rational expressions in xx. By the rational-function convention of the PM lesson, each side is defined on the intersection of the natural domains of its constituents, so a candidate solution must lie in that intersection; any value at which an original denominator vanishes is forbidden in advance. The standard procedure is to clear denominators by multiplying through by a common denominator, solve the resulting polynomial equation, and then discard any candidate at which an original denominator vanishes.

Example 10 (A rational equation reducing to a quadratic)

Solve

1x+1x+2=34.\frac{1}{x} + \frac{1}{x + 2} = \frac{3}{4}.

The denominators xx and x+2x + 2 vanish at x=0x = 0 and x=2x = -2 respectively, so both values are forbidden. A common denominator for the three fractions is 4x(x+2)4x(x + 2), and multiplying through by it,

4(x+2)+4x=3x(x+2).4(x + 2) + 4x = 3x(x + 2).

Expanding both sides gives 8x+8=3x2+6x8x + 8 = 3x^2 + 6x, which rearranges to

3x22x8=0.3x^2 - 2x - 8 = 0.

Here a=3a = 3, b=2b = -2, c=8c = -8, and Δ=4+96=100\Delta = 4 + 96 = 100, so

x=2±106,x = \frac{2 \pm 10}{6},

so x=2x = 2 or x=43x = -\tfrac{4}{3}. Neither value is forbidden, so both are solutions, a fact a direct substitution into the original equation confirms.

Problem 4

Solve each equation, discarding any value at which an original denominator vanishes.

  1. 2x1=3x+2\dfrac{2}{x - 1} = \dfrac{3}{x + 2}.
  2. 1x+1x+1=56\dfrac{1}{x} + \dfrac{1}{x + 1} = \dfrac{5}{6}.
  3. x24x+4x2=3\dfrac{x^2 - 4x + 4}{x - 2} = 3.

Exponents and Power Functions

The PM lesson named the power function f(x)=xrf(x) = x^r and assigned a meaning to xrx^r when rr is a positive or negative integer, leaving non-integer rr for later recovery. Rational exponents can be recovered now with very little extra effort, and once they are in place the familiar algebraic manipulations of xrx^r become available for the rest of the course.

Rational exponents

Let bb be a real number. The meaning of brb^r when rr is a positive integer, or a negative integer with b0b \neq 0, was fixed by the PM lesson. We extend the definition in stages.

Definition 2 (Zero Exponent)

For any non-zero real number bb, we set b0=1b^0 = 1.

The value 000^0 is left undefined throughout the course. The stipulation b0=1b^0 = 1 is chosen so that the rule brbs=br+sb^{r} b^{s} = b^{r + s} extends without exception to the case s=0s = 0: setting s=0s = 0 on the right forces brb0=brb^r \cdot b^0 = b^r, and the only value of b0b^0 compatible with this equation for every rr is 11.

Definition 3 (Reciprocal Roots)

Let nn be a positive integer. When b0b \geq 0, the symbol b1/nb^{1/n} denotes the unique real number y0y \geq 0 satisfying yn=by^n = b. When nn is odd, this extends to every real bb: if b<0b < 0 then b1/nb^{1/n} denotes the unique real number yy satisfying yn=by^n = b, which is itself negative. When nn is even and b<0b < 0, no real yy satisfies yn=by^n = b, and b1/nb^{1/n} is left undefined.

For n=2n = 2 this recovers the square root already familiar from the AM lesson: b1/2=bb^{1/2} = \sqrt{b} for b0b \geq 0. Numerically, 41/2=24^{1/2} = 2, 271/3=327^{1/3} = 3, (8)1/3=2(-8)^{1/3} = -2, while (4)1/2(-4)^{1/2} is undefined.

Definition 4 (Rational Exponent)

Let mm and nn be positive integers with no common factor, and let bb be a real number for which b1/nb^{1/n} is defined. Then

bm/n=(b1/n)m.b^{m/n} = (b^{1/n})^m.

When bm/nb^{m/n} is defined and non-zero, the negative rational exponent is defined by reciprocation,

bm/n=1bm/n.b^{-m/n} = \frac{1}{b^{m/n}}.

The requirement that m/nm/n be in lowest terms matters when bb is negative. The same rational number can be written in many ways, and the definition of bm/nb^{m/n} would disagree with itself if applied blindly. Take (8)2/6(-8)^{2/6}: written with denominator 66, the formula asks for ((8)1/6)2((-8)^{1/6})^2, and (8)1/6(-8)^{1/6} is undefined. Reducing 2/62/6 to its lowest terms 1/31/3 first, the formula returns the well-defined value (8)1/3=2(-8)^{1/3} = -2. Enforcing lowest terms in the definition keeps the output single-valued.

Example 11 (Three numerical evaluations)

Working directly from the definition,

85/3=(81/3)5=25=32,85/3=185/3=132,8^{5/3} = (8^{1/3})^5 = 2^5 = 32, \qquad 8^{-5/3} = \frac{1}{8^{5/3}} = \frac{1}{32},

while

(8)5/3=((8)1/3)5=(2)5=32,(-8)^{5/3} = \bigl((-8)^{1/3}\bigr)^{5} = (-2)^5 = -32,

the evaluation being legitimate because the denominator n=3n = 3 is odd, so (8)1/3(-8)^{1/3} is defined.

Laws of Exponents

The integer laws familiar from arithmetic extend to every rational exponent for which both sides of each identity are defined.

Theorem 2 (Laws of Exponents)

Let rr and ss be rational numbers, and let aa, bb be positive real numbers. Then

(i)brbs=br+s,(ii)br=1br,(iii)brbs=brs,\text{(i)}\quad b^{r} b^{s} = b^{r + s}, \qquad \text{(ii)}\quad b^{-r} = \frac{1}{b^{r}}, \qquad \text{(iii)}\quad \frac{b^{r}}{b^{s}} = b^{r - s},(iv)(br)s=brs,(v)(ab)r=arbr,(vi)(ab)r=arbr.\text{(iv)}\quad (b^{r})^{s} = b^{rs}, \qquad \text{(v)}\quad (ab)^{r} = a^{r} b^{r}, \qquad \text{(vi)}\quad \left(\frac{a}{b}\right)^{r} = \frac{a^{r}}{b^{r}}.

Rule (ii) is the definition of the negative exponent rewritten; rule (iii) follows from (i) and (ii) on replacing ss by s-s. The remaining laws reduce to the definitions once every expression is unfolded, and we take them for granted.

The positivity of bb (and of aa) is essential: rule (iv), for instance, fails for negative bases even when both sides are defined. With b=8b = -8, r=23r = \tfrac{2}{3}, and s=32s = \tfrac{3}{2},

(br)s=((8)2/3)3/2=43/2=8,butbrs=(8)1=8.(b^{r})^{s} = \bigl((-8)^{2/3}\bigr)^{3/2} = 4^{3/2} = 8, \qquad \text{but} \qquad b^{rs} = (-8)^{1} = -8.

The two expressions disagree because (8)2/3(-8)^{2/3} squares the cube root of 8-8, destroying the minus sign, whereas (8)1(-8)^{1} keeps it. The lowest-terms convention treats the exponents 2332\tfrac{2}{3} \cdot \tfrac{3}{2} and 11 as different computational recipes, and the two recipes need not agree when b<0b < 0. For negative bases the laws are reliable only on a case-by-case basis; in the expressions that will arise in this course the base is almost always positive, and the blanket hypothesis above applies.

In the symbolic examples below, every simplification is read on the natural domain of the original expression. Thus a fractional power such as x1/2x^{1/2} or x3/2x^{3/2} implicitly requires x0x \geq 0 or x>0x > 0 as appropriate, and a negative power such as x1x^{-1} or x3x^{-3} requires x0x \neq 0.

Example 12 (Combining laws)

Part (a). Using law (v) followed by a direct evaluation,

21/2501/2=(250)1/2=1001/2=10.2^{1/2} \cdot 50^{1/2} = (2 \cdot 50)^{1/2} = 100^{1/2} = 10.

Part (b). Using law (i) inside the bracket and law (iv) outside,

(21/221/3)6=(2(1/2)+(1/3))6=(25/6)6=2(5/6)6=25=32.(2^{1/2} \cdot 2^{1/3})^6 = (2^{(1/2) + (1/3)})^6 = (2^{5/6})^6 = 2^{(5/6) \cdot 6} = 2^5 = 32.

Part (c). Writing 5=51/2\sqrt{5} = 5^{1/2} and applying law (iii),

53/25=53/251/2=5(3/2)(1/2)=51=5.\frac{5^{3/2}}{\sqrt{5}} = \frac{5^{3/2}}{5^{1/2}} = 5^{(3/2) - (1/2)} = 5^1 = 5.
Example 13 (Simplifying power expressions)

Part (a). By law (ii) with r=4r = -4,

1x4=x(4)=x4.\frac{1}{x^{-4}} = x^{-(-4)} = x^4.

Part (b). By law (iii),

x2x5=x25=x3=1x3.\frac{x^2}{x^5} = x^{2 - 5} = x^{-3} = \frac{1}{x^3}.

Part (c). Writing x=x1/2\sqrt{x} = x^{1/2} and distributing over the sum,

x(x3/2+3x)=x1/2(x3/2+3x1/2)=x1/2x3/2+3x1/2x1/2.\sqrt{x}\,(x^{3/2} + 3\sqrt{x}) = x^{1/2}(x^{3/2} + 3 x^{1/2}) = x^{1/2} \cdot x^{3/2} + 3\,x^{1/2} \cdot x^{1/2}.

Applying law (i) to each summand,

=x(1/2)+(3/2)+3x(1/2)+(1/2)=x2+3x.= x^{(1/2) + (3/2)} + 3\,x^{(1/2) + (1/2)} = x^2 + 3x.
Example 14 (Arithmetic of two power functions)

Let f(x)=x1f(x) = x^{-1} and g(x)=x1/2g(x) = x^{1/2}, both power functions in the sense of the PM lesson. Using law (iii) throughout,

f(x)g(x)=x1x1/2=x1(1/2)=x3/2=1x3/2,\frac{f(x)}{g(x)} = \frac{x^{-1}}{x^{1/2}} = x^{-1 - (1/2)} = x^{-3/2} = \frac{1}{x^{3/2}},f(x)g(x)=x1x1/2=x1+(1/2)=x1/2=1x,f(x) g(x) = x^{-1} \cdot x^{1/2} = x^{-1 + (1/2)} = x^{-1/2} = \frac{1}{\sqrt{x}},g(x)f(x)=x1/2x1=x(1/2)(1)=x3/2.\frac{g(x)}{f(x)} = \frac{x^{1/2}}{x^{-1}} = x^{(1/2) - (-1)} = x^{3/2}.

The natural domain of each combination is the intersection of the natural domains of ff and gg, with the divisor excluded where it vanishes. Since ff excludes 00 and gg requires x0x \geq 0, the intersection is (0,)(0, \infty); neither divisor vanishes on this common domain, so all three combinations have natural domain (0,)(0, \infty).

Problem 5

Evaluate or simplify, applying the laws of exponents step by step and stating which law is used at each step.

  1. 272/327^{2/3}.
  2. 163/4161/4\dfrac{16^{3/4}}{16^{1/4}}.
  3. (x2/3)3/2(x^{2/3})^{3/2} for x>0x > 0.
  4. x3x1/4\sqrt{x^3} \cdot x^{1/4} for x0x \geq 0.

Factoring with fractional powers

When an expression is a sum of power functions with rational exponents, factoring becomes the algebraic mirror of the addition rule (i). Take the smallest exponent appearing and pull it out: every other term is then a product of the common factor with whatever power of xx is needed to recover the original exponent.

Again, the factorisation is understood on the natural domain of the original expression. In particular, any term with a negative exponent forces x0x \neq 0.

Example 15 (Pulling out the smallest exponent)

Factor x1/3+2x5/3x^{-1/3} + 2 x^{5/3}. The smaller exponent is 1/3-1/3. Factoring it out,

x1/3+2x5/3=x1/3(1+2x5/3(1/3))=x1/3(1+2x2).x^{-1/3} + 2 x^{5/3} = x^{-1/3} \bigl(1 + 2 x^{5/3 - (-1/3)}\bigr) = x^{-1/3} (1 + 2 x^2).

The exponent of the inner term, 5/3(1/3)=25/3 - (-1/3) = 2, is the product of reciprocation with addition, law (ii) combined with law (i), so no step departs from the table above.

Example 16 (A negative integer exponent versus a negative fractional one)

Factor x5/3+x2x^{-5/3} + x^{-2}. Since 2<5/3-2 < -5/3, the smaller exponent is 2-2. Factoring x2x^{-2} out,

x5/3+x2=x2(x5/3(2)+1)=x2(x1/3+1),x^{-5/3} + x^{-2} = x^{-2}\bigl(x^{-5/3 - (-2)} + 1\bigr) = x^{-2}(x^{1/3} + 1),

using 5/3+2=1/3-5/3 + 2 = 1/3.

Problem 6

Factor each expression by pulling out the smallest exponent of xx appearing.

  1. x1/2+x3/2x^{1/2} + x^{3/2}.
  2. x2/34x4/3x^{-2/3} - 4 x^{4/3}.
  3. 3x1/2+6x1/2+9x3/23 x^{-1/2} + 6 x^{1/2} + 9 x^{3/2}.

Exercises

Exercise 1

Find all real zeros of f(x)=3x25x2f(x) = 3x^2 - 5x - 2, and sketch the parabola highlighting them together with the vertex and the yy-intercept.

Exercise 2

Determine every point at which the graphs of y=2x2y = 2x^2 and y=3x+2y = 3x + 2 intersect, and state the discriminant of the quadratic that arises in the solution.

Exercise 3

Factor x2+11x+18x^2 + 11x + 18 and x27x+12x^2 - 7x + 12 by inspection, and list the zeros of each.

Exercise 4

Factor 27x3827x^3 - 8 using the difference-of-cubes identity, and confirm by expansion that the factorisation is correct.

Exercise 5

Solve each equation, discarding any value at which an original denominator vanishes.

  1. 6xx=5\dfrac{6}{x} - x = 5.
  2. x+6x+1=4x + \dfrac{6}{x + 1} = 4.
Exercise 6

Evaluate (8116)3/4\left(\dfrac{81}{16}\right)^{-3/4} and 322/532^{-2/5} by applying the laws of exponents, stating which law is used at each step.

Exercise 7

Factor 2x1/3+5x4/33x7/32 x^{1/3} + 5 x^{4/3} - 3 x^{7/3} by pulling out the smallest exponent of xx, and express the inner factor as a polynomial in xx.