How to solve simultaneous equations with a quadratic

Example.

" Solve the simultaneous equations

y + 4x + 1 = 0

y^2 + 5x^2 + 2x = 0 "

We can rearrange the first equation to something that we can substitute into the second equation, for example

y = -4x - 1

We then substitute this into the second equation

(-4x - 1)^2 + 5x^2 + 2x = 0

16x^2 + 8x + 1 + 5x^2 + 2x = 0

21x^2 + 10x + 1 = 0

(7x + 1)(3x + 1) = 0

Gives us the solutions

x = -1/7 and x = -1/3

We then put these values into our first equation (y = -4x - 1) to give

y = -3/7 and y = 1/3

TW

Related Maths A Level answers

All answers ▸

Use implicit differentiation to find the derivative of 2yx^2, with respect to x.


What are complex and imaginary numbers and how are they different from normal (real) numbers?


Solve x^2 + 8x +3 = 0 by completing the square.


The line AB has equation 5x + 3y + 3 = 0. The point with coordinates (2k + 3, 4 -3k) lies on the line AB. How do you find the value of k.