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 ▸

How do I solve a simultaneous equation with more unknowns than equations?


How can we describe complex numbers ?


Express cos(4x) in terms of powers of cos(x)


Given a curve with parametric equations, x=acos^3(t) and y=asin^3(t), find the length of the curve between points A and B, where t=0 and t=2pi respectively.