How do you find the points of intersection of two curves?

This problem is a graphical representation of finding the solutions to a pair of simultaneous equations.

In this example we will use the curves y=2x2 , and y=x2+1. This is a very straightforward example, but demonstrates the method of finding the intersection of two curves well.

Step 1  - since the LHS of both these equations is the same (y=...) we can equate the two equations:

2x2=x2+1

This is a fairly easy equation to solve:

Lets make one side equal to zero:

-x+1=0

Lets move everything across to the other side to get rid of the minus signs.

x2 - 1 =0

This is the difference of two squares, so can be factorised:

(x+1)(x-1)=0

So the x-coordinates of the intersection points are  +1 and -1.

Step 2 - Now we need to find the y-coordinates. We do this by plugging the x-values into the original equations. We can use either one, because the lines intersect (so they should give us the same result!)

When x= +1, 

y=2x2

y=2(1)=2

When x= -1

y=2(-1)= 2

So the points of intersection have coordinates (-1,2) and (1,2)

We can see this graphically: (see how easy this example was!)

JR

Related Maths GCSE answers

All answers ▸

Estimate the answer to: (4.28 x sqrt(99))/7.83


Let a = 4b + 5(c - b). Find the value of c when a = 8 and b = 7.


Solve this set of linear equation to find x and y: 1. 8x + 2y =48 2. 7x +3y =47


Find dy/dx of y=x^2 + 2x+1