Given that the equation x^2 - 2x + 2 = 0 has roots A and B, find the values A + B, and A * B.

There are two obvious approaches here:
1. Solve the equation x2 - 2x + 2 = 0 to find A and B and then calculate the required values.

2. Or we can use the quicker method of analysing what it means for the expression to have these two roots.

It implies that the expression on the left hand side can be factorised into the form (x - A) (x - B) as this provides the solutions x = A, x = B to the equation (x - A) (x - B) = 0. Expanding this out in general gives x2 - (A + B) x + A * B = 0.

By comparing the two equations we can then read off from the coefficients that - (A + B) = - 2 and A * B = 2. So we now have the answers:

A + B = 2
A * B = 2

SP

Related Further Mathematics A Level answers

All answers ▸

Express sin(5theta) in terms of sin(theta) and powers of sin(theta) only.


The set of midpoints of the parallel chords of an ellipse with gradient, constant 'm', lie on a straight line: find its equation; equation of ellipse: x^2 + 4y^2 = 4


How would you show the equation f(x) = 2x – 10 sin x – 2 has a root between 2 and 3 (where x is measured in radians)


How do I use proof by induction?