# Solution of equations by graphical methods

> Edexcel International GCSE Further Pure Mathematics · 4PM1 (2016 Higher Spec)
> Source: https://www.owlsprep.com/study/edexcel-igcse-further-pure-math-s4-solution-of-equations-by-graphical/

This guide teaches you to solve any equation (including transcendental types like $e^x$ or $\sin x$) by reading intersection points of two graphs, aligned with Edexcel IGCSE Further Pure Math 4PM1 spec S4.

**Prerequisites:** [Ability to identify common function graphs (polynomial, trigonometric, exponential)](https://www.owlsprep.com/study/edexcel-igcse-further-pure-math-s4-sketching-graphs/); Ability to rearrange linear and non-linear equations

## Learning objectives

- Identify roots of any equation as x-coordinates of intersection points of two appropriate graphs
- Solve equations involving polynomial, trigonometric, and exponential transcendental functions using graphical intersections
- State solutions to appropriate accuracy consistent with the scale of the provided graph
- Rearrange equations to form two suitable functions whose intersection gives the required root

## Core Principle: Roots as Graph Intersections

**Graphical solution of equations** — Any equation of the form $f(x) = g(x)$ can be solved by plotting the graphs of $y = f(x)$ and $y = g(x)$. The x-coordinates of the points where the two graphs intersect are the solutions (roots) of the original equation.

*Example:* The equation $x^2 = 2x + 1$ can be solved by plotting $y=x^2$ and $y=2x+1$, then reading the x-values of their intersections.

For equations of the form $h(x) = 0$, you can plot $y = h(x)$ and find the x-intercepts (where $y=0$), which is a special case of the above principle with $g(x) = 0$.

**Worked example:** The graph of $y = x^3 - 3x + 1$ is provided. Use it to find the solutions of $x^3 - 3x + 1 = 0$.

1. Recognize that $x^3 - 3x +1 =0$ is of the form $h(x) =0$, so we look for x-intercepts of $y = h(x)$.
2. Read the x-values where the graph crosses the x-axis: approximately $x \approx -1.9$, $x \approx 0.3$, $x \approx 1.5$.
3. Verify by substituting back: $(-1.9)^3 - 3(-1.9) +1 \approx -6.86 +5.7 +1 \approx -0.16$, which is within the expected margin of error for graphical readings.

> **tip**
>
> Always check your solutions by substituting them back into the original equation to confirm they are within the expected margin of error.

## Rearranging Equations for Graphical Solution

Most exam questions will give you one pre-plotted graph, and ask you to rearrange the target equation so that one side matches the plotted function. You only need to plot the other side (usually a straight line or simple curve) to find intersections, saving time.

For example, if you are given the graph of $y = e^x$, and asked to solve $e^x - 2x + 1 = 0$, rearrange it to $e^x = 2x - 1$, so you only need to add the straight line $y=2x-1$ to the existing plot to find roots.

**Worked example:** You are given the graph of $y = \sin 2x$ for $0 \leq x \leq \pi$. Rearrange the equation $\sin 2x + x = 1$ to a form suitable for finding its solutions using the given graph.

1. Start with the original equation: $\sin 2x + x = 1$.
2. Isolate the pre-plotted function on one side: subtract x from both sides to get $\sin 2x = 1 - x$.
3. The two functions to intersect are $y = \sin 2x$ (already plotted) and $y = 1 - x$ (a straight line you can draw on the same axes). The x-coordinates of their intersections are the solutions of the original equation.

> **exam_tip**
>
> Always rearrange to use the given plotted function first, rather than plotting two new graphs, to save time and reduce error in the exam.

## Solving Transcendental Equations Graphically

**Transcendental equation** — An equation containing at least one transcendental function that cannot be solved exactly using algebraic methods alone, making graphical methods the standard expected technique for this syllabus.

*Example:* Equations involving $\sin(kx)$, $\cos(kx)$, or $e^{kx}$ are almost always transcendental.

Unlike polynomial equations, transcendental equations often have no closed-form algebraic solution, so graphical methods are the required approach for this topic. Do not attempt to solve them algebraically unless explicitly instructed to do so.

**Worked example:** The graph of $y = e^{0.5x}$ and $y = x + 2$ are plotted on the same axes for $-2 \leq x \leq 4$. They intersect at $x \approx 2.6$. What is the solution of $e^{0.5x} - x = 2$?

1. Rearrange the target equation: $e^{0.5x} - x = 2$ → $e^{0.5x} = x + 2$.
2. This is exactly the pair of plotted graphs, so the intersection x-value is the solution.
3. State the solution: $x \approx 2.6$ (to 1 decimal place, consistent with standard graph scale).

> **warning**
>
> Do not attempt to solve transcendental equations algebraically unless explicitly asked, as this is outside the scope of this topic and will waste exam time.

## Accuracy Requirements for Graphical Solutions

The accuracy of your solution is determined by the grid scale of the provided graph. A standard 1cm grid marked in 1mm increments means you can read values to the nearest 0.1 unit. If the graph uses larger increments, adjust your accuracy accordingly.

You will not lose marks for small deviations within half a grid square, as long as your reading is consistent with the graph. Always state the number of decimal places or significant figures you are using.

**Worked example:** A graph has an x-axis scaled to 1 unit per 2cm grid, with 1mm minor divisions. What is the appropriate accuracy for solutions read from this graph?

1. Calculate the value of one minor division: 2cm = 1 unit, so 1mm = 0.05 units.
2. The maximum expected error is half a minor division, so ±0.025 units.
3. You should state solutions to 2 decimal places, e.g. $x \approx 1.35$.

## Common pitfalls

- **Wrong:** Reading the y-coordinate of intersections instead of the x-coordinate
  - Why it fails: Solutions are values of x that satisfy the equation, not y, so this will give an incorrect answer.
  - Correct: Always take the x-coordinate of intersection points as the solution.
- **Wrong:** Rearranging equations incorrectly leading to the wrong pair of functions to plot
  - Why it fails: This will give you intersection points that do not correspond to the roots of the original equation.
  - Correct: Substitute your rearranged form back to the original equation to verify it is equivalent before plotting.
- **Wrong:** Giving solutions to too many decimal places, inconsistent with the graph scale
  - Why it fails: This implies a level of precision that is not possible from the given graph, leading to lost marks.
  - Correct: Round your answer to the nearest 0.1 unit for standard 1cm=1 unit grids, or adjust for other scales.
- **Wrong:** Attempting to solve transcendental equations algebraically instead of using the given graphs
  - Why it fails: Most transcendental equations have no algebraic solution, and this wastes time you could use for other questions.
  - Correct: Always use the provided graphs and intersection method as required by the question.

## Cheatsheet

| Task | Method | Accuracy Rule |
| --- | --- | --- |
| Solve $f(x)=0$ | Find x-intercepts of $y=f(x)$ | ± half smallest grid division |
| Solve $f(x)=g(x)$ | Find x-coordinates of intersections of $y=f(x)$ and $y=g(x)$ | Match to graph scale, usually 1 d.p. |
| Solve equation with given graph $y=h(x)$ | Rearrange equation to $h(x) = k(x)$, plot $y=k(x)$ and read intersections | Check rearranged equation is equivalent first |
| Transcendental equation solution | Use graphical intersection method only, no algebraic solving | Do not waste time on closed-form solutions |

## What's next

Now that you can solve equations using graphical methods, you are ready to move on to more advanced graph topics in the Edexcel IGCSE Further Pure Math syllabus. This skill is critical for answering multi-part graph questions, which often combine sketching, solving, and interpreting function behavior. You will also use this foundational knowledge if you progress to A-Level Mathematics, where you will extend it with iterative methods for higher precision root finding. Next, practice applying these skills to past paper questions to build speed and accuracy for your exam.

---

From [OwlsPrep](https://www.owlsprep.com) — free study guides for A-Level, IB, AP and IGCSE, written against the official syllabus. Canonical page: https://www.owlsprep.com/study/edexcel-igcse-further-pure-math-s4-solution-of-equations-by-graphical/
