IB Maths AA HL Topic 2 β€” Functions Paper 1 & 2 ~6 min read

Intersecting Graphs

Two graphs intersect where they share an (x, y) point β€” and that point’s x-coordinate is automatically a solution to the equation f(x) = g(x). This single idea turns nasty equations like 2x = 3 βˆ’ x (which can’t be solved by ordinary algebra) into easy GDC questions: just plot both sides, hit “intersect”, and read off the answer. The same trick counts how many solutions an equation has β€” it’s the number of intersection points.

πŸ“˜ What you need to know

What does intersection mean?

The fundamental link (a, b) is an intersection of y = f(x) and y = g(x)
⟺   f(a) = g(a) = b

So finding intersections and solving simultaneous equations are the same task, just dressed up in different language. The x-coordinates of the meeting points are the values of x that satisfy both equations at once.

Intersection of two graphs β€” same point on both curves
x y y = f(x) y = g(x) (a, f(a)) (b, f(b)) x = a and x = b are the solutions to f(x) = g(x)

Two key uses

Solve f(x) = k
plot y = f(x) and y = k
x-coordinates where the curve crosses the horizontal line are the solutions
Solve f(x) = g(x)
plot both graphs together
x-coordinates of intersection points are the solutions

πŸ€” Why is this so useful?

Equations mixing different function types β€” like an exponential equal to a polynomial, or a log equal to a trig β€” usually have no algebraic method. Graphing both sides and reading off the intersections is often the only practical way to solve them.

Counting solutions without finding them

If a question asks “how many real solutions does f(x) = k have?”, you don’t need to find the actual solutions β€” just count the intersection points between y = f(x) and y = k.

Sliding-line trick:   imagine the horizontal line y = k sliding up and down. The number of times it crosses the curve at each height tells you the number of solutions of f(x) = k for that k.

Algebra or GDC β€” when to use which

Use algebra when…
both functions are polynomial or simple
e.g. line meets parabola β†’ quadratic equation; line meets line β†’ linear
Use GDC when…
mixed function types
exponential meets line, trig meets cubic, log meets polynomial β€” algebra is impractical

Worked examples

WE 1

Find the intersection of two lines (algebra)

Find the point of intersection of y = 2x + 1 and y = βˆ’x + 7.

Step 1: Set the y-values equal 2x + 1 = βˆ’x + 7 Step 2: Solve for x 3x = 6 β†’ x = 2 Step 3: Substitute back to find y y = 2(2) + 1 = 5 intersection at (2, 5) always check by substituting into the OTHER equation: βˆ’2 + 7 = 5 βœ“
WE 2

Line meets parabola β€” find both intersection points

Find the points of intersection of y = x2 βˆ’ 4 and y = 3x.

Step 1: Equate xΒ² βˆ’ 4 = 3x xΒ² βˆ’ 3x βˆ’ 4 = 0 Step 2: Factor (x βˆ’ 4)(x + 1) = 0 x = 4 or x = βˆ’1 Step 3: Find y at each x x = 4 β†’ y = 3(4) = 12 x = βˆ’1 β†’ y = 3(βˆ’1) = βˆ’3 intersections: (4, 12) and (βˆ’1, βˆ’3) two solutions to the quadratic ⟹ two intersection points
WE 3

Count the number of real solutions

Use a graph to determine the number of real solutions of x3 βˆ’ 4x = 5.

Step 1: Set up the two graphs y = xΒ³ βˆ’ 4x   and   y = 5 Step 2: Plot the cubic on GDC cubic has local max at x β‰ˆ βˆ’1.15, height β‰ˆ 3.08 local min at x β‰ˆ 1.15, height β‰ˆ βˆ’3.08 Step 3: Slide the horizontal line y = 5 across y = 5 sits ABOVE the local max (3.08), so it cuts the cubic only on the rising right tail 1 real solution if y = 5 had been below 3.08 (and above βˆ’3.08), there would have been 3 real solutions
WE 4

Use GDC for a non-algebraic equation

Solve 2x = 3 βˆ’ x by graphing both sides.

Step 1: Plot y = 2Λ£ and y = 3 βˆ’ x on the same axes 2Λ£ is increasing exponential; 3 βˆ’ x is a decreasing line they cross exactly once Step 2: Use GDC’s intersect function intersection at x = 1, y = 2 Step 3: Verify directly 2ΒΉ = 2 βœ“  and  3 βˆ’ 1 = 2 βœ“ x = 1 no algebraic method works here β€” exponentials and polynomials don’t combine to give clean equations
WE 5

Find an intersection using the GDC

Find, to 3 sf, the coordinates of the intersection of f(x) = x2 βˆ’ 1 and g(x) = 2/x for x > 0.

Step 1: Plot both graphs on the GDC parabola passes through (0, βˆ’1); reciprocal y = 2/x for x > 0 is decreasing Step 2: Use intersect function x β‰ˆ 1.521, y β‰ˆ 1.314 Step 3: Round to 3 sf intersection β‰ˆ (1.52, 1.31) algebraically: xΒ² βˆ’ 1 = 2/x β†’ xΒ³ βˆ’ x βˆ’ 2 = 0; this cubic has no rational roots, so the GDC is the only practical route
WE 6

Use intersection to find an unknown coefficient

The line y = kx + 1 passes through the point of intersection of y = x2 and y = 4 in the first quadrant. Find the value of k.

Step 1: Find the intersection of y = xΒ² and y = 4 xΒ² = 4 β†’ x = Β±2 first quadrant: x = 2, y = 4 β†’ point (2, 4) Step 2: Substitute (2, 4) into y = kx + 1 4 = 2k + 1 2k = 3 k = 3/2 three graphs meeting at one point is a classic exam set-up β€” find the easy intersection first, then use it as a constraint on the third

πŸ’‘ Top tips

⚠ Common mistakes

And that closes the Functions Toolkit. You’ve now got every tool the IB tests on functions β€” language, composition, inverses, special structures (odd/even/periodic/self-inverse), graphing, and intersections. The next section moves into transformations of graphs β€” taking a known function and shifting, stretching, or reflecting it to build new ones. Many exam questions in later topics rely on these moves, so the patterns coming up are worth a careful read.

Need help with Intersecting Graphs?

Get 1-on-1 help from an IB examiner who knows exactly what Paper 1 & 2 are looking for.

Book Free Session β†’