1. Algebra and Functions

Polynomials And Factorisation

Polynomials and Factorisation

students, in engineering mathematics, polynomials and factorisation are two of the most useful ideas in algebra because they help us build, simplify, and solve expressions that model real systems ⚙️. Polynomials appear everywhere: in motion, signal processing, structural analysis, and design calculations. Factorisation is the process of rewriting a polynomial as a product of simpler expressions, which often makes it easier to solve equations and understand the behaviour of a system.

Introduction: why this topic matters

The main goals of this lesson are to help students:

  • explain the key ideas and language of polynomials and factorisation,
  • carry out algebraic procedures accurately,
  • connect factorised forms to solving problems in algebra and functions,
  • see how polynomials fit into the wider study of engineering mathematics,
  • use examples and reasoning to check answers and interpret results.

A polynomial is a sum of terms such as $3x^2$, $-5x$, and $7$. Each term has a coefficient, a variable, and a power that is a whole number. Factorisation reverses expansion: instead of multiplying out brackets, we look for common structure and rewrite an expression in a simpler product form. This is useful because products often reveal roots, turning points, and useful patterns much more clearly than expanded expressions do.

What is a polynomial?

A polynomial in one variable is an expression made from constants and powers of a variable using addition, subtraction, and multiplication only. For example, $4x^3 - 2x + 9$ is a polynomial, but $\frac{1}{x}$ is not, because that involves a negative power written in a denominator, and $\sqrt{x}$ is not a polynomial because it uses a fractional power.

Polynomials are often written in descending powers, such as $5x^4 - 3x^2 + x - 8$. The highest power of the variable is called the degree of the polynomial. In this example, the degree is $4$. The coefficient of the highest-degree term is called the leading coefficient.

Polynomials can also have more than one variable, such as $2x^2y + 3xy^2 - y$. In engineering, these can appear in formulas where several quantities interact, such as dimensions, temperature changes, or input-output relationships.

A useful way to think about polynomials is that they are smooth algebraic expressions built from powers of variables. Because they do not contain division by a variable, roots, or trigonometric functions, they are easier to manipulate and analyse in many situations.

Expanding and simplifying polynomials

Before factorising, it is important to be comfortable with expanding expressions and combining like terms. Like terms have the same variable part. For example, in $3x^2 + 5x - 2x^2 + 7$, the terms $3x^2$ and $-2x^2$ are like terms, so the expression simplifies to $x^2 + 5x + 7$.

Expansion uses the distributive law. For example,

$$2(x + 3) = 2x + 6$$

and

$$(x + 4)(x + 2) = x^2 + 6x + 8.$$

These steps matter because factorisation is often checked by expanding the factors back out. If the original expression and the expanded product match, the factorisation is correct.

Here is a practical example. Suppose an engineer models the area of a rectangle with length $x + 5$ and width $x + 2$. The area is

$$(x + 5)(x + 2) = x^2 + 7x + 10.$$

The expanded form tells us how the dimensions combine, while the factorised form shows the original geometry. Both forms are useful, but they answer different questions.

The idea of factorisation

Factorisation means writing a polynomial as a product of factors. A factor is one of the expressions being multiplied. For example, the factorised form of $x^2 + 7x + 10$ is

$$(x + 5)(x + 2).$$

Why is this helpful? Because products can reveal when an expression becomes zero. If

$$(x + 5)(x + 2) = 0,$$

then one factor must be zero, so $x = -5$ or $x = -2$. These values are called roots or zeros of the polynomial. In graphing, they are the $x$-intercepts of the curve.

This connection between factorisation and roots is one of the most important ideas in algebra and functions. It helps students solve polynomial equations by turning one difficult expression into smaller, simpler ones.

Common factorisation methods

There are several standard methods for factorising polynomials. The right method depends on the structure of the expression.

1. Common factor

Look for a factor shared by every term. For example,

$$6x^2 + 9x = 3x(2x + 3).$$

The common factor is $3x$. This is often the first step because it makes later factorisation easier.

2. Difference of squares

A difference of squares has the form $a^2 - b^2$ and factorises as

$$a^2 - b^2 = (a - b)(a + b).$$

For example,

$$x^2 - 16 = (x - 4)(x + 4).$$

Notice that this pattern works only for subtraction between perfect squares.

3. Trinomials of the form $x^2 + bx + c$

To factorise $x^2 + bx + c$, find two numbers that multiply to $c$ and add to $b$. For example,

$$x^2 + 7x + 10 = (x + 5)(x + 2).$$

This works because $5 \cdot 2 = 10$ and $5 + 2 = 7$.

4. Quadratics with a leading coefficient other than $1$

For expressions such as $2x^2 + 7x + 3$, we look for factors that multiply to the first and last terms correctly. One factorisation is

$$2x^2 + 7x + 3 = (2x + 1)(x + 3).$$

You can check this by expanding:

$$(2x + 1)(x + 3) = 2x^2 + 6x + x + 3 = 2x^2 + 7x + 3.$$

5. Grouping

For four terms, grouping can help. Example:

$$x^3 + 2x^2 + 3x + 6$$

Group the terms as

$$(x^3 + 2x^2) + (3x + 6) = x^2(x + 2) + 3(x + 2).$$

Now factor the common bracket:

$$x^2(x + 2) + 3(x + 2) = (x + 2)(x^2 + 3).$$

Grouping is useful because it creates a repeated factor.

Factorisation and solving equations

Factorisation is especially powerful when solving polynomial equations. Suppose we want to solve

$$x^2 - 5x + 6 = 0.$$

Factorise first:

$$(x - 2)(x - 3) = 0.$$

Then use the zero-product property: if a product is zero, at least one factor must be zero. So

$$x - 2 = 0 \quad \text{or} \quad x - 3 = 0,$$

which gives

$$x = 2 \quad \text{or} \quad x = 3.$$

This approach is faster and more informative than using trial and error on the original equation. In engineering calculations, solving for zero can represent equilibrium points, switching conditions, or critical settings where a signal or force changes behaviour.

How factorisation connects to graphs and functions

Polynomials are also functions. For example,

$$f(x) = x^2 - 5x + 6.$$

If this is factorised as

$$f(x) = (x - 2)(x - 3),$$

the roots are easy to read: $x = 2$ and $x = 3$. These are the points where the graph crosses the $x$-axis.

The factorised form helps students understand the function’s structure. The expanded form shows the general shape and coefficients, while the factorised form reveals intercepts. In engineering, this is useful when analysing response curves, performance limits, or design constraints. For example, a polynomial model of a beam deflection or a control system response may be easier to interpret after factorisation because the factors can show where the model changes sign.

Another important idea is multiplicity. If a factor appears more than once, such as

$$(x - 2)^2,$$

then $x = 2$ is a repeated root. On a graph, repeated roots may touch the $x$-axis without crossing it. This gives extra information about the function’s behaviour.

Checking and interpreting answers

Good algebra is not just about getting an answer; it is about checking it. A factorisation can be checked by expanding the factors back into the original polynomial. For instance,

$$(x + 4)(x - 1) = x^2 + 3x - 4.$$

Because this matches the target expression, the factorisation is correct.

It is also important to check whether every term has been included. A common mistake is forgetting the sign on the middle term or missing a common factor. Another error is forcing an expression into a pattern that does not fit. students should always compare the factorised and expanded forms to ensure they are equivalent.

In engineering contexts, a small algebra mistake can lead to an incorrect design choice or a wrong numerical result. That is why careful manipulation and verification are essential skills.

Conclusion

Polynomials and factorisation are core tools in algebra and functions. Polynomials give us a structured way to represent relationships using powers of variables, and factorisation turns those expressions into products that are easier to solve, interpret, and graph. In engineering mathematics, this matters because many models begin as polynomial expressions, and factorising them can reveal roots, intercepts, and important behaviour. By practising expansion, common factors, special patterns, and grouping, students builds a strong foundation for more advanced algebraic and functional reasoning.

Study Notes

  • A polynomial is an expression made from constants, variables, and whole-number powers using addition, subtraction, and multiplication.
  • The degree of a polynomial is the highest power of the variable.
  • Factorisation rewrites a polynomial as a product of simpler expressions.
  • Common factor, difference of squares, trinomial factorisation, and grouping are standard methods.
  • A factorised polynomial helps identify roots because if a product equals $0$, then at least one factor must be $0$.
  • Roots of a polynomial are the $x$-values where the function equals $0$.
  • The factorised form shows intercepts and multiplicities more clearly than the expanded form.
  • Always check factorisation by expanding back to the original polynomial.
  • In engineering mathematics, polynomials are useful for modelling, simplifying calculations, and analysing system behaviour.

Practice Quiz

5 questions to test your understanding