TMUA topic revision

Paper 1 · 16 min read

Algebra and Functions

In the TMUA, algebra and functions questions reward clean rewriting, careful casework, and recognising structure before lengthy expansion.

All Topic Revision

Laws of indices

An index records repeated multiplication. For a positive integer nn, the expression ana^n means that aa is multiplied by itself nn times. The index laws extend this idea consistently to zero, negative and rational exponents.

For positive bases aa and bb, and rational numbers mm and nn, the main laws are

aman=am+n,aman=amn,(am)n=amn,a^m a^n=a^{m+n}, \qquad \frac{a^m}{a^n}=a^{m-n}, \qquad (a^m)^n=a^{mn},

(ab)n=anbn,(ab)n=anbn.(ab)^n=a^n b^n, \qquad \left(\frac{a}{b}\right)^n=\frac{a^n}{b^n}.

The restrictions matter. A denominator must never be zero, and rational powers of a negative base are not always real. Using a positive base avoids these complications and is the safest setting for the complete collection of index laws.

Zero and negative indices

For a0a\ne 0,

a0=1andan=1an.a^0=1 \qquad\text{and}\qquad a^{-n}=\frac{1}{a^n}.

These definitions preserve the subtraction law. For example,

a3a5=a2=1a2.\frac{a^3}{a^5}=a^{-2}=\frac{1}{a^2}.

The expression 000^0 is not assigned the value 11 here, and 0n0^{-n} is undefined because it would require division by zero.

Rational indices

If pp is an integer and qq is a positive integer, then

ap/q=apq=(aq)p.a^{p/q}=\sqrt[q]{a^p}=\left(\sqrt[q]{a}\right)^p.

For example,

813/4=(814)3=33=27.81^{3/4}=\left(\sqrt[4]{81}\right)^3=3^3=27.

A negative rational index combines the reciprocal and root rules:

322/5=1322/5=1(325)2=14.32^{-2/5}=\frac{1}{32^{2/5}} =\frac{1}{(\sqrt[5]{32})^2} =\frac{1}{4}.

When working over the real numbers, an even root requires a non-negative radicand. Thus (16)1/2(-16)^{1/2} is not real, whereas (8)1/3=2(-8)^{1/3}=-2. Unless a question clearly permits a negative base, rewriting everything with positive bases usually prevents ambiguity.

Simplifying expressions

Apply one law at a time and keep track of the base. For instance,

a2b1/2a1/3b3/2=a21/3b1/2(3/2)=a7/3b2=b2a7/3.\frac{a^{-2}b^{1/2}}{a^{1/3}b^{-3/2}} =a^{-2-1/3}b^{1/2-(-3/2)} =a^{-7/3}b^2 =\frac{b^2}{a^{7/3}}.

Similarly,

(27x6)2/3=272/3(x6)2/3=9x4.(27x^6)^{2/3}=27^{2/3}(x^6)^{2/3}=9x^4.

Here the cube root can be taken before squaring, so the simplification is valid for real xx.

Efficient TMUA checks and common traps

  • Index laws combine products and quotients with the same base. They do not give a rule such as am+an=am+na^m+a^n=a^{m+n}.
  • A power of a power multiplies the indices: (am)n=amn(a^m)^n=a^{mn}. By contrast, amna^{m^n} means that the exponent is mnm^n.
  • Powers do not distribute over addition: in general, (a+b)nan+bn(a+b)^n\ne a^n+b^n.
  • Convert roots, reciprocals and powers to a common base early. This often turns a complicated expression into simple arithmetic with exponents.
  • Before cancelling a power of a variable, check whether that variable could be zero. Dividing by an expression whose value might be zero can discard a valid case.

Use and manipulation of surds

A surd is an exact expression containing a root that cannot be simplified to a rational number. For example, 3\sqrt{3} is a surd, while 49=7\sqrt{49}=7 is not. Surds should normally be kept in exact form rather than replaced by rounded decimals.

The symbol x\sqrt{x} means the non-negative square root of xx. Therefore 25=5\sqrt{25}=5, while the equation t2=25t^2=25 has the two solutions t=±5t=\pm5.

Simplifying surds

For non-negative aa and bb,

ab=ab.\sqrt{ab}=\sqrt{a}\sqrt{b}.

Extract the largest square factor from the radicand:

72=362=62.\sqrt{72}=\sqrt{36\cdot2}=6\sqrt{2}.

Only like surds can be collected:

3818+22=6232+22=52.3\sqrt{8}-\sqrt{18}+2\sqrt{2} =6\sqrt{2}-3\sqrt{2}+2\sqrt{2} =5\sqrt{2}.

The square-root rule is multiplicative, not additive. In general,

a+ba+b.\sqrt{a+b}\ne\sqrt{a}+\sqrt{b}.

Expanding and multiplying

Treat each surd as an algebraic quantity, expand normally, and then use (d)2=d(\sqrt{d})^2=d. For example,

(325)2=9125+20=29125.(3-2\sqrt{5})^2 =9-12\sqrt{5}+20 =29-12\sqrt{5}.

Conjugates are expressions of the form a+bca+b\sqrt{c} and abca-b\sqrt{c}. Their product is rational because it is a difference of two squares:

(a+bc)(abc)=a2b2c.(a+b\sqrt{c})(a-b\sqrt{c})=a^2-b^2c.

Rationalising a denominator

To remove a single surd from a denominator, multiply the numerator and denominator by that surd:

523=532(3)2=536.\frac{5}{2\sqrt{3}} =\frac{5\sqrt{3}}{2(\sqrt{3})^2} =\frac{5\sqrt{3}}{6}.

For a two-term denominator, multiply by its conjugate. For example,

53+25×325325=3510920=103511.\frac{\sqrt{5}}{3+2\sqrt{5}} \times\frac{3-2\sqrt{5}}{3-2\sqrt{5}} =\frac{3\sqrt{5}-10}{9-20} =\frac{10-3\sqrt{5}}{11}.

The same method works when the denominator contains two different surds:

3723×7+237+23=37+63712=37+635.\frac{3}{\sqrt{7}-2\sqrt{3}} \times\frac{\sqrt{7}+2\sqrt{3}}{\sqrt{7}+2\sqrt{3}} =\frac{3\sqrt{7}+6\sqrt{3}}{7-12} =-\frac{3\sqrt{7}+6\sqrt{3}}{5}.

Recognising a square containing a surd

An expression such as a+bca+b\sqrt{c} can sometimes be written as (p+qc)2(p+q\sqrt{c})^2. Compare

(p+qc)2=p2+cq2+2pqc.(p+q\sqrt{c})^2=p^2+cq^2+2pq\sqrt{c}.

For example,

7+43=(2+3)2,7+4\sqrt{3}=(2+\sqrt{3})^2,

so

7+43=2+3.\sqrt{7+4\sqrt{3}}=2+\sqrt{3}.

The sign must be checked carefully because u2=u\sqrt{u^2}=|u|, not automatically uu. For example,

(13)2=13=31.\sqrt{(1-\sqrt{3})^2}=|1-\sqrt{3}|=\sqrt{3}-1.

Efficient TMUA checks and common traps

  • Simplify every radicand before deciding whether terms are like surds.
  • When rationalising a binomial denominator, change only the sign between its two terms to form the conjugate.
  • Remember that aa=a\sqrt{a}\sqrt{a}=a, not a2a^2.
  • If a nested surd is claimed to equal p+qcp+q\sqrt{c}, square the proposed result to verify it and then check that it is non-negative.
  • Avoid decimal approximations unless the question asks for them; exact forms usually expose cancellation and comparison more clearly.

Quadratic functions

A quadratic function has the form

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

Its graph is a parabola. If a>0a>0, the parabola opens upwards and has a minimum; if a<0a<0, it opens downwards and has a maximum. The yy-intercept is (0,c)(0,c).

Completed-square form and the vertex

Completing the square rewrites a quadratic so that its turning point is visible. In general,

ax2+bx+c=a(x+b2a)2+cb24a.ax^2+bx+c =a\left(x+\frac{b}{2a}\right)^2 +c-\frac{b^2}{4a}.

Equivalently,

ax2+bx+c=a(x+b2a)2b24ac4a.ax^2+bx+c =a\left(x+\frac{b}{2a}\right)^2 -\frac{b^2-4ac}{4a}.

Therefore the axis of symmetry is

x=b2a,x=-\frac{b}{2a},

and the vertex is

(b2a, cb24a).\left(-\frac{b}{2a},\ c-\frac{b^2}{4a}\right).

For example,

2x28x+3=2(x24x)+3=2(x2)25.2x^2-8x+3 =2(x^2-4x)+3 =2(x-2)^2-5.

The graph therefore has vertex (2,5)(2,-5), axis of symmetry x=2x=2, and a minimum value of 5-5.

Graph of y equals 2 times x minus 2 squared minus 5, opening upwards, with vertex 2 comma minus 5, y-intercept 0 comma 3, axis x equals 2, and x-intercepts 2 plus or minus square root of 5 over 2.

Completing the square is usually the fastest method when a question asks for a maximum or minimum. The squared term is always non-negative, so the extremum follows immediately once the coefficient outside the square is considered.

Solving quadratic equations

To solve ax2+bx+c=0ax^2+bx+c=0, first put every term on one side. Then choose the most efficient method.

  1. Factorisation: use this when the factors are easy to identify.

    3x25x2=(3x+1)(x2),3x^2-5x-2=(3x+1)(x-2),

    so the solutions are x=13x=-\frac{1}{3} and x=2x=2.

  2. Completing the square: useful when the vertex or an exact rearrangement is also needed.

  3. The quadratic formula: for a0a\ne0,

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

The ±\pm is essential: it represents the two possible square roots when solving an equation.

The discriminant

The quantity

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

is the discriminant. It determines the number of real roots:

  • Δ>0\Delta>0: two distinct real roots;
  • Δ=0\Delta=0: one repeated real root;
  • Δ<0\Delta<0: no real roots.

These cases also describe how the graph meets the xx-axis.

Three upward-opening parabolas show the discriminant cases: two labelled x-axis roots when delta is positive, one repeated root at the vertex when delta is zero, and no x-axis intersection when delta is negative.

For parameter questions, form the relevant quadratic and apply the appropriate discriminant condition. Words such as two intersections, tangent and no real solution translate respectively to Δ>0\Delta>0, Δ=0\Delta=0 and Δ<0\Delta<0.

Sketching a quadratic efficiently

A reliable sketch uses four pieces of information:

  • the sign of aa, which gives the opening direction;
  • the yy-intercept (0,c)(0,c);
  • the real roots, if any;
  • the vertex and axis of symmetry.

The roots are symmetric about x=b2ax=-\frac{b}{2a}. A sketch need not be to scale, but all labelled features and their relative positions must be consistent.

Common traps

  • Do not use the coefficients until the equation has been rearranged into ax2+bx+c=0ax^2+bx+c=0.
  • In the quadratic formula, the denominator is 2a2a under the whole numerator.
  • A repeated root counts as one distinct solution but occurs twice as a factor.
  • The discriminant describes real roots, not whether the quadratic has a maximum or minimum; that is determined by the sign of aa.
  • If only the number of roots or intersections is required, a discriminant calculation can be much faster than finding the roots themselves.

Simultaneous equations

Simultaneous equations ask for values that satisfy every given equation at the same time. Graphically, each solution is an intersection point, so a solution must be reported as a complete ordered pair when two variables are involved.

Two linear equations

Linear simultaneous equations can be solved by substitution or elimination.

  • Substitution: make one variable the subject of one equation and replace that variable in the other equation.
  • Elimination: scale the equations so that adding or subtracting them removes one variable.

For example,

x+2y=7,3xy=7.x+2y=7, \qquad 3x-y=7.

From the first equation, x=72yx=7-2y. Substitution gives

3(72y)y=7,3(7-2y)-y=7,

so y=2y=2 and then x=3x=3. The solution is (3,2)(3,2).

Two distinct non-parallel lines have one solution. Distinct parallel lines have no solution. If one equation is a multiple of the other, both equations describe the same line and there are infinitely many solutions.

One linear and one quadratic equation

The standard analytical method is substitution. Use the linear equation to express one variable in terms of the other, substitute into the quadratic equation, and solve the resulting quadratic. Finally substitute every resulting value back into the linear equation.

Consider

y=x+1,y=x23x+3.y=x+1, \qquad y=x^2-3x+3.

Equating the two expressions for yy gives

x+1=x23x+3,x+1=x^2-3x+3,

so

x24x+2=0.x^2-4x+2=0.

Hence

x=2±2.x=2\pm\sqrt{2}.

Using y=x+1y=x+1, the two solutions are

(2+2, 3+2)and(22, 32).(2+\sqrt{2},\ 3+\sqrt{2}) \quad\text{and}\quad (2-\sqrt{2},\ 3-\sqrt{2}).

The discriminant of the quadratic produced after substitution reveals the geometry:

  • positive discriminant: the line meets the parabola twice;
  • zero discriminant: the line is tangent to the parabola;
  • negative discriminant: there is no real intersection.
Three coordinate panels compare the line y equals x plus 1 with the parabolas y equals x squared minus 3x plus 3, 5 and 6, showing two intersections, one tangential intersection, and no intersection with the corresponding discriminant conditions.

Efficient TMUA checks and common traps

  • Substitute using the equation that already has a variable isolated, or can be rearranged with the least work.
  • Keep exact values until the end. Premature rounding can make a correct pair fail when substituted back.
  • Finding xx is only half the solution; calculate the corresponding yy for every value of xx.
  • Check each ordered pair in both original equations, especially after squaring or rearranging.
  • Do not divide both equations by an expression involving a variable unless you have separately considered the case in which that expression is zero. Otherwise, a valid solution may be lost.
  • If only the number of intersections is requested, form the single quadratic and inspect its discriminant instead of solving it fully.

Linear and Quadratic inequalities

An inequality describes a set of values rather than usually a single value. The symbols << and >> exclude an endpoint, while \le and \ge include it.

Linear inequalities

Linear inequalities are rearranged much like linear equations, with one crucial exception: multiplying or dividing by a negative number reverses the inequality sign.

For example,

52x115-2x\le11

gives

2x6,-2x\le6,

and division by 2-2 gives

x3.x\ge-3.

When the sign of a quantity is unknown, do not divide by it without splitting into cases. This is a frequent source of incorrect solutions.

A double inequality can be manipulated as a chain only when the same valid operation is applied throughout. For example,

1<2x+39-1<2x+3\le9

leads to

4<2x6-4<2x\le6

and hence

2<x3.-2<x\le3.

Quadratic inequalities

To solve a quadratic inequality:

  1. move every term to one side;
  2. find the real roots, usually by factorising;
  3. determine the sign of the quadratic in the intervals separated by those roots;
  4. include or exclude each root according to the original inequality.

For example,

2x2x3<02x^2-x-3<0

factorises as

(2x3)(x+1)<0.(2x-3)(x+1)<0.

The roots are 1-1 and 32\frac{3}{2}. Since the leading coefficient is positive, the parabola lies below the xx-axis between its roots. Therefore

1<x<32.-1<x<\frac{3}{2}.

An open interval from minus one to three halves is shaded on a number line. Below, y equals open parenthesis 2x minus 3 close parenthesis open parenthesis x plus 1 close parenthesis crosses at the same values and lies below the x-axis exactly between them.

A sign table gives the same conclusion without relying on a polished sketch. Test one value in each interval, or reason from the signs of the factors.

Completed-square form can be more efficient when the inequality compares a square with a constant. For example,

(x2)29(x-2)^2\ge9

means that xx is at least 33 units from 22, so

x1orx5.x\le-1\quad\text{or}\quad x\ge5.

Root patterns worth recognising

  • If a quadratic with a>0a>0 has two distinct roots, it is negative between the roots and positive outside them.
  • If a<0a<0, these signs are reversed.
  • At a repeated root, the graph touches the axis and does not change sign.
  • If there are no real roots, a quadratic has the same sign for every real xx: positive when a>0a>0, negative when a<0a<0.

Common traps

  • Do not give only the boundary roots; the solution is an interval or union of intervals.
  • Use and for one connected interval, such as 2<x<4-2<x<4, and or for separate regions, such as x<2x<-2 or x>4x>4.
  • A strict inequality uses open endpoints; a non-strict inequality includes roots at which the expression equals zero.
  • Do not infer the sign of a product merely from one factor. Either use a sign table or determine the sign on each interval.
  • Never cancel a variable factor from an inequality unless its sign and the possibility that it equals zero have both been handled.

Factor and remainder theorem

A polynomial is a finite sum of terms of the form axnax^n, where nn is a non-negative integer. Its degree is the greatest power with a non-zero coefficient. Secure manipulation of polynomials is needed before the factor and remainder theorems can be used effectively.

Expanding, collecting and factorising

When expanding brackets, multiply every term by every required term, then collect terms with the same power of xx. Missing powers should be retained as zero-coefficient terms when they help preserve alignment.

Useful factorisations include

a2b2=(ab)(a+b),a^2-b^2=(a-b)(a+b),

a3b3=(ab)(a2+ab+b2),a^3-b^3=(a-b)(a^2+ab+b^2),

a3+b3=(a+b)(a2ab+b2).a^3+b^3=(a+b)(a^2-ab+b^2).

Always look first for a common factor. For quadratics, seek two binomial factors or use the quadratic formula to identify roots. Higher-degree polynomials can often be reduced after one linear factor has been found.

Polynomial division

If a polynomial f(x)f(x) is divided by a non-zero polynomial d(x)d(x), then

f(x)=d(x)q(x)+r(x),f(x)=d(x)q(x)+r(x),

where q(x)q(x) is the quotient and the degree of the remainder r(x)r(x) is less than the degree of d(x)d(x).

Polynomial long division repeats the following process:

  1. divide the leading term of the current expression by the leading term of the divisor;
  2. place the result in the quotient;
  3. multiply the whole divisor by that term;
  4. subtract and repeat.

For example, dividing 2x3+3x25x+62x^3+3x^2-5x+6 by x1x-1 gives quotient 2x2+5x2x^2+5x and remainder 66. The result can be checked through the identity

2x3+3x25x+6=(x1)(2x2+5x)+6.2x^3+3x^2-5x+6 =(x-1)(2x^2+5x)+6.

When a power is absent, write it with coefficient zero before dividing. This prevents terms in different columns from being combined accidentally.

Division by a quadratic is performed by the same method. For example, divide

2x4+x33x2+4x+12x^4+x^3-3x^2+4x+1

by x2+x1x^2+x-1. The first quotient term is 2x22x^2. Subtracting 2x2(x2+x1)2x^2(x^2+x-1) leaves

x3x2+4x+1.-x^3-x^2+4x+1.

The next quotient term is x-x. Subtracting x(x2+x1)-x(x^2+x-1) leaves 3x+13x+1, whose degree is lower than that of the divisor. Therefore

2x4+x33x2+4x+1=(x2+x1)(2x2x)+(3x+1).2x^4+x^3-3x^2+4x+1 =(x^2+x-1)(2x^2-x)+(3x+1).

Thus the quotient is 2x2x2x^2-x and the remainder is 3x+13x+1. In general, division by a quadratic produces a remainder of the form mx+nmx+n, or a lower-degree special case.

The remainder theorem

When f(x)f(x) is divided by xax-a, the remainder is f(a)f(a). This follows from

f(x)=(xa)q(x)+R.f(x)=(x-a)q(x)+R.

Substituting x=ax=a makes the product term zero, leaving f(a)=Rf(a)=R.

For example, if

f(x)=x3+2x25,f(x)=x^3+2x^2-5,

then the remainder on division by x2x-2 is

f(2)=8+85=11.f(2)=8+8-5=11.

For a divisor pxqpx-q, substitute its root x=qpx=\frac{q}{p}. Thus the remainder is

f(qp).f\left(\frac{q}{p}\right).

Do not substitute qq, q-q, or the constant term by inspection; first solve the divisor equal to zero.

If the divisor is quadratic, the remainder is generally linear. For a divisor (xa)(xb)(x-a)(x-b) with aba\ne b, write

f(x)=(xa)(xb)q(x)+mx+n.f(x)=(x-a)(x-b)q(x)+mx+n.

Substitution of x=ax=a and x=bx=b gives two linear equations,

ma+n=f(a),mb+n=f(b),ma+n=f(a), \qquad mb+n=f(b),

which determine the remainder without full polynomial division.

The factor theorem

The factor theorem is the zero-remainder case:

xa is a factor of f(x)f(a)=0.x-a\text{ is a factor of }f(x) \quad\Longleftrightarrow\quad f(a)=0.

It works in both directions. A known root gives a factor, and a known factor gives a root.

To factorise

f(x)=x34x2+x+6,f(x)=x^3-4x^2+x+6,

test sensible integer factors of the constant term. Since

f(1)=0,f(-1)=0,

the factor theorem shows that x+1x+1 is a factor. Dividing gives

f(x)=(x+1)(x25x+6)=(x+1)(x2)(x3).f(x)=(x+1)(x^2-5x+6) =(x+1)(x-2)(x-3).

For a monic polynomial with integer coefficients, any integer root must divide the constant term. This gives a short candidate list; it does not mean that every divisor is a root.

Efficient TMUA checks and common traps

  • The sign in the theorem is easy to reverse: the factor xax-a corresponds to the substitution x=ax=a, while x+ax+a corresponds to x=ax=-a.
  • Use direct substitution when only a remainder is requested; long division is unnecessary.
  • After finding one factor of a cubic, divide to obtain a quadratic and factorise that. Repeatedly testing values is usually slower and can hide a repeated factor.
  • The remainder must have lower degree than the divisor. A linear divisor gives a constant remainder; a quadratic divisor gives at most a linear remainder.
  • Verify a division by expanding d(x)q(x)+r(x)d(x)q(x)+r(x). This catches sign and missing-term errors quickly.

Abstract functions

A function is a rule that assigns exactly one output to every permitted input. Different inputs may share an output, but a single input cannot produce two different outputs.

The notation f(x)f(x) means the value produced by the function ff when the input is xx. It does not mean f×xf\times x. For example, if

f(x)=x23x+1,f(x)=x^2-3x+1,

then

f(2)=(2)23(2)+1=11.f(-2)=(-2)^2-3(-2)+1=11.

The permitted inputs matter. The rule f(x)=1/xf(x)=1/x cannot accept x=0x=0, while f(x)=xf(x)=\sqrt{x} accepts only x0x\ge0 when working with real numbers.

One-to-one and many-to-one functions

A function is one-to-one if different inputs always produce different outputs. It is many-to-one if at least two different inputs produce the same output.

For example, f(x)=x3f(x)=x^3 is one-to-one on the real numbers. The function g(x)=x2g(x)=x^2 is many-to-one because, for instance, g(2)=g(2)=4g(2)=g(-2)=4.

A graph represents a function if every vertical line crosses it at most once. Once it is known to be a function, it is one-to-one if every horizontal line also crosses it at most once.

Four labelled graphs demonstrate a one-to-one function passing vertical and horizontal tests, a many-to-one parabola failing the horizontal test, a circular relation failing the vertical test, and y equals x squared restricted to non-negative x passing both tests.

The square-root function

The function

f(x)=xf(x)=\sqrt{x}

uses the principal, non-negative square root. Its permitted real inputs satisfy x0x\ge0, and its outputs satisfy f(x)0f(x)\ge0. It is one-to-one and increases as xx increases.

The first-quadrant graph y equals square root of x starts at the origin, passes through one comma one, four comma two, and nine comma three, and rises while flattening. The negative x side is marked as having no real graph.

The distinction between a square root and the solutions of a squared equation is essential:

16=4,butx2=16x=±4.\sqrt{16}=4, \qquad\text{but}\qquad x^2=16\Longrightarrow x=\pm4.

When an equation has been squared to remove a square root, substitute every proposed solution back into the original equation. Squaring can introduce values that satisfy the squared equation but not the original one.

The modulus function

The modulus x|x| is the distance of xx from zero, so it is never negative:

x={x,x0,x,x<0.|x|= \begin{cases} x, & x\ge0,\\ -x, & x<0. \end{cases}

The graph of y=xy=|x| is V-shaped. It is many-to-one on the real numbers because a=a|a|=|-a|.

The V-shaped graph y equals absolute x has vertex at the origin, follows y equals negative x for negative inputs and y equals x for non-negative inputs. Points minus three comma three and three comma three share the same output.

More generally, xa|x-a| is the distance between xx and aa. Thus

x3=5|x-3|=5

means that xx is 55 units from 33, giving x=8x=8 or x=2x=-2.

For any function ff, the graph of y=f(x)y=|f(x)| is obtained by leaving the parts of y=f(x)y=f(x) on or above the xx-axis unchanged and reflecting the parts below the axis upwards.

Two aligned graphs compare y equals f of x with y equals absolute f of x. Portions originally above the x-axis stay fixed, while every negative portion is reflected above it; corresponding points P and P prime are marked.

Common traps

  • A function may be many-to-one and still be a valid function. The forbidden situation is one input having more than one output.
  • The expression y=±xy=\pm\sqrt{x} does not define yy as a function of xx, because most positive inputs produce two outputs.
  • Never replace x2\sqrt{x^2} by xx without qualification; the correct identity is x2=x\sqrt{x^2}=|x|.
  • In a modulus equation, split according to the sign of the expression inside the modulus or use a distance interpretation. Check that each result belongs to the case from which it came.
  • Pay attention to stated restrictions on the input. They can change a function from many-to-one to one-to-one.

Turn this into exam pace

Create a free account for topic practice across the syllabus, or try an open sample question with a full worked solution.