Algebra
Algebra
Algebra
ThugzMath∗
February 15, 2011
Algebra, for a long time, is considered one of the most invincible foundation
of mathematics. From our early mathematicians, we learned their theorems and
proofs, causing the subject more rigid. However, when the mathematical com-
petitions came out, not so long ago, our expectations became higher. As the
difficulty of the problems of these math competitions rises, our comprehesion in
problem-solving becomes wider, making the techniques more applicable to use.
In this article, we will discuss some techniques to solve some algebra prob-
lems from different math competitions. We will tackle the topics that we use to
handle them.
1 Examples
1)[iTest 2008 TOC] Find the maximum value of x + y if x and y are positive
real numbers such that
x3 + y 3 + (x + y)3 + 36xy = 3456
.
Solution: We make the substitutions a = x + y and b = xy. Then the original
equation can be rewritten as
a3 − 3ab + a3 + 36b = 3456
2a3 − 3ab + 36b − 3456 = 0 (1)
3 3 3
This reduction comes from the identity (x+y) −3xy(x+y) = x +y . Factoring
(1) we have
2a3 − 3456 − (3ab − 36b) = 2(a3 − 1728) − 3b(a − 12) = 0
2(a − 12)(a2 + 12a + 144) − 3b(a − 12) = 0
(a − 12)(2a2 + 24a + 288 − 3b) = 0 (2)
∗ Russelle Guadalupe (ThugzMath) is a third year student from Valenzuela City Science
1
Clearly from (2), we have a = x + y = 12 and 2a2 + 24a + 288 − 3b = 0. The
latter equation can be changed into
For x and y to be positive real numbers, the discriminant of (3) must be non-
negative:
Notice that the resulting inequality has no solution, since its discriminant is
482 − 4(5)(576) < 0. Thus the (maximum) value of x + y is 12.
2)[NYCIML1 1975] Find all ordered pairs (a, b) of real numbers such that
1
a + bi = x +
x
1
x3 + = 110
x3
√
where i = −1.
From (5), it follows that a3 − 3ab2 − 3a = 110 and 3a2 b − b3 − 3b = 0. The latter
equation can be factored as b(3a2 − b2 − 3) = 0. Thus, we need to consider two
cases.
1 New York City Interscholastic Math League
2
1. Case (1): b = 0
If b = 0, then we have a3 − 3a = 110 or a3 − 3a − 110 = 0. By Rational
Roots Theorem, 5 is the root of this cubic equation, so factoring we get
(a − 5)(a2 + 5a + 22) = 0. Note that a2 + 5a + 22 = 0 is irreducible, since
its discriminant is −63 < 0. Thus, we get (a, b) = (5,0) as the first real
solution.
2. Case (2): b 6= 0
If b 6= 0, then we have 3a2 −3 = b2 . Plugging this equation to the equation
a3 − 3ab2 − 3a = 110 gives
3)[AIME2 2005] An infinite geometric series has the sum 2005. A new series is
formed such that its terms are the squares of the corresponding terms of original
series and has the sum 20050. If the common ratio r = m n , where m and n are
relatively prime positive integers, find m + n.
a + ar + ar2 + ar3 + . . . ,
where a and r are the first term and common ratio, respectively. From the given
problem, we have
a
= 2005 (7)
1−r
A new series formed is
a2 + a2 r2 + a2 r4 + a2 r6 + . . . ,
2 American Invitational Math Examination
3
which has the sum
a2
= 20050 (8)
1 − r2
Dividing (8) and (7), we get
a
= 10 (9)
1+r
From (7) and (9), it follows that
|x1 + x2 + x3 + . . . + x2006 |.
4
In order for |S| to be small as possible, x22007 must be also small as possible.
Since we have x22007 > 18063 and S is an integer, we must have x22007 = 135 so
that
1352 = 6S + 18063
18225 − 18063
S= = 27 → |S| = 27
6
5)[MTG3 2010] Given that
1 √ 1 1√
r
a= 2+ − 2,
2 8 8
√
determine the value of a2 + a4 + a + 1.
1√
Solution: From a, we transpose 2 to the left side, square both sides and
8
collect terms:
√
2 2
a = (1 − a) (10)
4
Note that a is a root of the quadratic equation (10). We square (10), getting
1 2 a2 a 1
a4 = (a − 2a + 1) = − + ,
8 8 4 8
and adding a + 1, we have
a2 a 1
a4 + a + 1 = − + +a+1
8 4 8
a2 3a 9
= + +
8 4 8
1 2
= (a + 6a + 9) (11)
8
It follows that from (10) and (11), we get
√ r
2
p 2 1 2
a + a4 + a + 1 = (1 − a) + (a + 6a + 9)
4 8
√ √ √
2 2 2
= − a+ (a + 3)
√4 4 4
2 √
= (1 + 3) = 2
4
3 Mathematics Trainers’ Guild, Philippines
5
2 Tips
Here are the tips in solving hard algebra problems:
1. Use the basic theorems and formulas, like the square of the binomial, the
cube of the binomial, etc. whenever possible.
2. At the same manner, use these formulas to factor a polynomial (if it’s
difficult to factor, apply Rational Roots Theorem or Vieta’s Formulas).
3. Be careful to what have you solved; sometimes if there’s no proper order
in writing a solution, it’s confusing.
4. If the numbers a, b, c are in arithmetic progression, use substitutions a =
x − y, b = x, c = x + y or the formula 2b = a + c.
5. Similarly, if the numbers a, b, c are in geometric progression, use substitu-
tions a = xy , b = x, c = xy or the formula b2 = ac.
6. In solving systems of equations, use the methods like elimination, substi-
tution, etc.
7. In solving system of symmetric equations, use substitutions a = x + y and
b = xy, or x = u − v and y = u + v.
8. To have a nice solution, solve the problem first in a rough draft, then in a
separate sheet of clean paper, rewrite it systematically.
9. Don’t let the problem ”scare” you. Don’t use brute force first. Although
most of the problems in this article are difficult, there are techniques that
govern their solution. Try to find those techniques, and use basic concepts
and formulas.
10. ”Practice makes perfect”. The best way to be good in algebra is to solve
problems. Your algebra problem-solving exposure makes your ability bet-
ter, as the techniques/methods have a higher chance to handle the prob-
lem.
3 Problems
The problems in this article came from various math competitions ((Mock)AIME,
ARML4 , HMMT5 , PMO6 , etc.). These problems are arranged according to level
of difficulty. Before you solve these problems, make sure that you have tried to
solve the given examples. Here are the problems:
p √
1. Find all ordered pairs (a, b) of integers such that 2010 + 2 2009 is a
root of the quadratic equation x2 + ax + b = 0.
4 American Regional Math League
5 Harvard-MIT Math Tournament
6 Philippine Mathematical Olympiad
6
2. Assume that x, y and z are positive real numbers satisfying the system of
equations
x + y + xy = 8
y + z + yz = 15
z + x + zx = 35
x + y + xy = 71
x2 y + xy 2 = 880
4 More Problems
Here are the difficult ones (Solve ’em, if you can)7 :
1. If x, y and z are real numbers such that
x+y+z =9
xy + yz + zx = 24
x2 + 9y 2 − 4x + 6y + 4 = 0.
7
3. Solve the equation8
x + y − xy = 155
x2 + y 2 = 325
p2 + pq + q 2 = 211
q 2 + qr + r2 = 259
r2 + rp + p2 = 307
8
5 Hints
5.1 Problems
p √
1. What can you say about the given quadratic surd (i.e 2010 + 2 2009)?