Graphs connect algebra to geometry. Every equation becomes a picture, and every picture encodes an equation.

The Edexcel IGCSE Mathematics Specification A (4MA1) specification devotes substantial space to graphs because they test so many skills at once: plotting, reading scales, finding gradients, interpreting intersections and recognising shapes. The edexcel igcse graphs topic spans Foundation and Higher content, from basic coordinate plotting all the way to graph transformations and tangent-based gradient estimation. This is one of the most commonly examined areas of the course.

Key Facts

ConceptWhat to knowTier
Coordinates(x, y) in all four quadrantsFoundation and Higher
Midpoint of a line segment((x1+x2)/2, (y1+y2)/2)Foundation and Higher
Gradient of a straight linem = (y2-y1) / (x2-x1)Foundation and Higher
Equation of a straight liney = mx + cFoundation and Higher
Parallel linesSame gradient, different interceptHigher
Perpendicular linesGradients multiply to give -1Higher
Graph transformationsy = f(x) + a, y = f(x + a), y = af(x), y = f(ax)Higher

Plotting points and reading coordinates

The edexcel igcse mathematics specification a definition of a coordinate pair is an ordered pair (x, y) that locates a point on a rectangular Cartesian grid. The x-axis is horizontal, the y-axis is vertical, and the origin is (0, 0). Points in the first quadrant have both coordinates positive. Points in the third quadrant have both negative.

Before plotting or reading any point, check the scale on both axes. The scale might be different on the x-axis and the y-axis. A single misread square can invalidate an entire calculation.

Midpoint of a line segment

The midpoint of the segment joining (x1, y1) and (x2, y2) is found by averaging the coordinates: M = ((x1+x2)/2, (y1+y2)/2).

Worked example: Find the midpoint of the segment joining (3, -2) and (7, 6).

  • x-coordinate: (3 + 7) / 2 = 5
  • y-coordinate: (-2 + 6) / 2 = 2
  • Midpoint = (5, 2)

Gradient of a straight line

The gradient measures how steep a line is. A positive gradient slopes upwards from left to right. A negative gradient slopes downwards. A gradient of zero is a horizontal line. The what is graphs igcse exam question on gradient typically asks you to find m from two points or from a graph.

Formula: m = (y2 - y1) / (x2 - x1)

Worked example: Find the gradient of the line through (-1, 4) and (3, -8).

  • m = (-8 - 4) / (3 - (-1)) = -12 / 4 = -3

The negative gradient tells you the line slopes downward from left to right.

Common error: Subtracting x-values on top and y-values on the bottom. The change in y is always the numerator. If you consistently write "rise over run," this mistake disappears.

The equation y = mx + c

Every straight line on a Cartesian grid can be written in the form y = mx + c, where m is the gradient and c is the y-intercept (the point where the line crosses the y-axis). The graphs explained approach makes this concrete.

Worked example: A line has gradient 2 and passes through (0, -3). Write its equation.

  • m = 2, c = -3 (the y-intercept is where x = 0)
  • Equation: y = 2x - 3

Worked example: Find the equation of the line through (1, 5) and (4, 14).

  • m = (14 - 5) / (4 - 1) = 9 / 3 = 3
  • Substitute (1, 5) into y = 3x + c: 5 = 3(1) + c, so c = 2
  • Equation: y = 3x + 2

Recognising and plotting quadratic graphs

A quadratic function has the form y = ax2 + bx + c. Its graph is a parabola. If a is positive, the parabola opens upwards (U-shape). If a is negative, it opens downwards (inverted U). The edexcel igcse mathematics specification a notes require you to recognise, generate points and plot these graphs.

Worked example: Complete a table of values for y = x2 - 4x + 3 for x from -1 to 5.

xx2-4x+3y
-11438
00033
11-430
24-83-1
39-1230
416-1633
525-2038

Plot the points and join with a smooth curve (not straight line segments). The minimum point is at (2, -1), and the roots are at x = 1 and x = 3.

Parallel and perpendicular lines (Higher)

Two lines are parallel if they have the same gradient. The equation y = 3x + 1 is parallel to y = 3x - 7 because both have gradient 3.

Two lines are perpendicular if the product of their gradients is -1. If one line has gradient 2, a line perpendicular to it has gradient -1/2. If one has gradient -3/4, the perpendicular has gradient 4/3.

Worked example (Higher): Find the equation of the line perpendicular to y = 4x + 1 that passes through (8, 3).

  • Gradient of original = 4
  • Perpendicular gradient = -1/4
  • y = (-1/4)x + c. Substitute (8, 3): 3 = (-1/4)(8) + c = -2 + c, so c = 5
  • Equation: y = (-1/4)x + 5

Graph transformations (Higher)

The specification requires Higher tier candidates to apply transformations to y = f(x).

  • y = f(x) + a: Translates the graph a units up (or down if a is negative).
  • y = f(x + a): Translates the graph a units to the left (or right if a is negative).
  • y = af(x): Stretches the graph vertically by scale factor a.
  • y = f(ax): Compresses the graph horizontally by scale factor 1/a.

Worked example: The graph of y = x2 has its minimum at (0, 0). Describe the transformation that maps y = x2 to y = (x - 3)2 + 2.

  • y = (x - 3)2 is y = f(x - 3): translation 3 units to the right.
  • Adding 2 gives a translation 2 units up.
  • The new minimum is at (3, 2).

Finding gradients of curves by drawing tangents (Higher)

To estimate the gradient of a curve at a particular point, draw a tangent line (a straight line that just touches the curve at that point). Then calculate the gradient of that tangent using two points on the line.

Conversion graphs and real-world graphs

The specification requires you to draw and interpret straight line conversion graphs. These appear in contexts like currency exchange, temperature conversion and unit conversion. A conversion graph is a straight line through the origin (unless there is an offset, like in Celsius-to-Fahrenheit). Reading values from a conversion graph requires the same scale-checking discipline described above.

Worked example: A conversion graph shows that 5 miles equals 8 kilometres. Use the graph to convert 12 miles to kilometres.

  • The graph passes through (0, 0) and (5, 8), so the gradient is 8/5 = 1.6
  • 12 miles = 12 x 1.6 = 19.2 km

Real-world graphs (distance-time, speed-time, depth-time) also appear on the Edexcel IGCSE Mathematics Specification A exam. The gradient of a distance-time graph gives speed. A horizontal section means the object is stationary. A steeper gradient means a faster speed. These interpretation skills connect the graphs topic to the measures topic in the specification.

Finding intersection points (Higher)

Two graphs intersect where their equations are simultaneously true. The x-coordinates of the intersection points are the solutions to the combined equation. For example, the intersection of y = x2 - 3 and y = 2x + 1 gives x2 - 3 = 2x + 1, which simplifies to x2 - 2x - 4 = 0. Solving this (by the quadratic formula) gives the x-values, which you can then substitute back to find y. On the exam, you may be asked to draw both graphs and read the intersection points from the diagram, or to set up and solve the combined equation algebraically.

Common mistakes

  • Joining plotted points with straight lines instead of a smooth curve on quadratic and cubic graphs. The curve must be smooth and continuous.
  • Reversing the gradient fraction. Rise (change in y) always goes on top.
  • Confusing the direction of horizontal translations. y = f(x + 3) moves the graph 3 to the left, not right. The sign is counterintuitive.
  • Misidentifying the y-intercept. The y-intercept is where x = 0, not where y = 0. Candidates sometimes read the x-intercept instead.

Self-check questions

  1. Find the gradient and y-intercept of the line 2y = 6x - 10.
  2. Find the midpoint of the segment joining (-4, 7) and (6, -3).
  3. Write the equation of the line parallel to y = -2x + 5 that passes through (3, 1).
  4. Complete a table of values for y = x2 - 2x - 3 for x from -2 to 4 and identify the roots and the minimum point.
  5. Describe the transformation that maps y = sin(x) to y = sin(x) + 4.

Practise graphs questions on the Green Bridge CBT platform using Edexcel IGCSE Mathematics Specification A past questions by topic. The edexcel igcse mathematics specification a explained solutions walk through every step of the working.

Dawunlodi Ẹpp naa lori Google Playstore.

Ihe nile ichoro iji nwee ihe ịga nke ọma na JAMB, WAEC & NECO.

Green Bridge CBT Mobile App
Personalized AI Ẹ̀kọ́ Ọ̀rọ̀ Alábàápàdé.
Egbò ọdúnrún IGCSE, JAMB, WAEC & NECO Ajùmọ̀ṣe ìbéèrè ti kọjá.
Ihe karịrị 1200 Nkọwa Nkuzi
Tallafi Ba Tare da Layin Intanet Ba - Koyi Duk Lokaci, Ko'ina
Jadawalin Gada Kore
Akọkọ akọle iwe & Ibeere agbara
Sọfụma Ọrụ Gi & Ọganihu Gi
Ìtọ́jú Ìtúmọ̀ fún Ẹ̀kọ́ Alábáyọrí.
O di nkenke.

Graphs explained for the edexcel igcse mathematics specification a exam: straight lines, quadratics, gradients, y = mx + c, and graph transformations.