[Previous Page] [Next Page] [Up] [Home Page] [Mail] [Contents]

Problem 4 (The Case of the Two Quadratics)

The two roots of the quadratic equation

x2 + p x + q = 0

are individually one more than the two roots of

x2 - p x + q = 0

Find the roots of the equations and find the values of p and q.

Solution

It is easy to see that the roots of

x2 + bx + c = 0

are

x1 = -b/2 + sqrt (b2 - 4c)
x2 = -b/2 - sqrt (b2 - 4c)
and the roots of

x2 - bx + c = 0

are
x1 = b/2 + sqrt (b2 - 4c)
x2 = b/2 - sqrt (b2 - 4c)
Hence we have
-b/2 + sqrt (b2 - 4c) + 1 = b/2 + sqrt (b2 - 4c)
-b/2 - sqrt (b2 - 4c) + 1 = b/2 - sqrt (b2 - 4c)

We can easily see that both equations imply b = 1 with no restrictions on c. Thus b =1 and c is arbitrary.

[Previous] Problem 3 (Jane's Quilt)
[Next] Problem 5 (Rolling Circles)
[Up] February Solutions
[Home] Home Page
[Mail] Send EMail to Maine Math Talent Search
[Contents] Maine Math Talent Search Contents

Last modified on Wednesday, March 17, 1999