105 Algebra Problems Look Inside PDF
105 Algebra Problems Look Inside PDF
1 Preface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
2 Completing the square and quadratic equations . . . . . . . . . 2
3 Factorizations and algebraic identities . . . . . . . . . . . . . . 14
4 Factoring expressions involving a b, b c, c a . . . . . . . . 27
5 Factoring a3 + b3 + c3 3abc . . . . . . . . . . . . . . . . . . . 36
6 AM-GM and Hölder’s inequality . . . . . . . . . . . . . . . . . 40
7 Lagrange’s identity and the Cauchy-Schwarz inequality . . . . . 52
8 Making linear combinations . . . . . . . . . . . . . . . . . . . . 65
9 Fixed points and monotonicity . . . . . . . . . . . . . . . . . . 77
10 The floor function . . . . . . . . . . . . . . . . . . . . . . . . . 83
11 Taking advantage of symmetry . . . . . . . . . . . . . . . . . . 95
12 Introductory problems . . . . . . . . . . . . . . . . . . . . . . . 111
13 Advanced problems . . . . . . . . . . . . . . . . . . . . . . . . . 117
14 Solutions to introductory problems . . . . . . . . . . . . . . . . 123
15 Solutions to advanced problems . . . . . . . . . . . . . . . . . . 157
16 Other Books from XYZ Press . . . . . . . . . . . . . . . . . . . 200
Preface 1
1 Preface
Regarding the structure of the book, the featured topics are elementary
and classical, including factorizations, algebraic identities, inequalities, alge-
braic equations and systems of equations. More advanced concepts such as
complex numbers, exponents and logarithms, as well as other topics are gen-
erally avoided. Nevertheless, some problems are constructed using properties
of complex numbers which challenge and expose the reader to a broader spec-
trum of mathematics. Each chapter focuses on specific methods or strategies
and provides an ample collection of accompanying problems that graduate in
difficulty and complexity. In order to assist the reader with verifying mastery
of the theoretical component, I included 105 problems in the last sections of
the book, of which 52 are introductory and 53 advanced. All problems come
together with solutions, many employing several approaches and providing the
motivation behind the solutions o↵ered.
where = b2 4ac is the discriminant of the expression ax2 +bx+c. This elimi-
b 2
nates the variable x, by including all of its appearances in the term a x + 2a .
Now, 4a may (or may not...) itself be some quadratic expression in di↵erent
variables, so we can apply the same reasoning to write it as a sum of squares.
In particular, the previous discussion applies to the quadratic equation
ax2 + bx + c = 0,
where a, b, c are given real numbers, with a nonzero (if a = 0, then we obtain
a linear equation). The previous paragraph shows that the equation can be
written as ✓ ◆
b 2
x+ = 2.
2a 4a
If the equation has real solutions, then the left hand-side must be nonnegative
(as is the square of any real number). Hence so must be the right hand-side,
which means that 0. In this case, we can solve the previous equation by
taking square roots, and we end up with the solutions
p p
b+ b
x1 = , x2 = ,
2a 2a
which are equal if and only if = 0. Hence we can summarize our discussion
in:
Completing the square and quadratic equations 3
= b2 4ac.
ax2 + bx + c = 0
has either:
• no real solution, if < 0.
• exactly one real solution, if = 0.
• two real solutions if > 0.
Note that the previous discussion also gives a nice way of solving quadratic
inequalities or proving inequalities involving quadratic expressions: since
✓ ◆2 !
2 b
ax + bx + c = a x+ + ,
2a 4a2
we see that the expression ax2 + bx + c has constant sign (equal to that of
a) when 0. On the other hand, if > 0 and if x1 x2 are the real
solutions of the equation ax2 + bx + c = 0, then the inequality ax2 + bx + c 0
is equivalent to a(x x1 )(x x2 ) 0. If a > 0, this is in turn equivalent to
x 2 [x1 , x2 ], while if a < 0, this is equivalent to x 2
/ (x1 , x2 ). To summarize,
suppose for the sake of simplicity that a > 0. Then
• if = b2 4ac < 0, then ax2 + bx + c > 0 for all real numbers x.
• If = 0, then ax2 + bx + c 0 for all real numbers x, with equality if
b
and only if x = 2a .
• If > 0, then the equation ax2 + bx + c = 0 has two real roots, say
x1 < x2 , and we have ax2 + bx + c < 0 if and only if x 2 (x1 , x2 ).
A consequence of this discussion is the following important fact (which is
a very special case of a general theorem in real analysis):
Actually the previous theorem holds for any polynomial function (and
more generally for continuous functions), but the proof is beyond the scope of
this introductory book. Another very important result concerning quadratic
equations is the following:
We remark that the previous theorem holds for complex roots, and roots
with multiplicity, with the same proof.
It is now time for practice: we will see how the above theoretical facts
really apply in practice.
Example 2.2. Find the greatest integer n for which the equation
1 1 1
+ =0
x 1 nx x + 1
has real solutions.
Completing the square and quadratic equations 5
1 1 1
+ = ,
x 1 x+1 nx
then x22x 1 = nx
1
, 2nx2 = x2 1 and finally ( 2n + 1)x2 = 1. Since x2 0
for all real numbers x, we deduce that if the equation has real solutions, then
1
2n + 1 > 0, hence n 0. We cannot have n = 0, since then nx wouldn’t
make sense. Hence the largest n is at most 1. And indeed n = 1 gives the
real solutions x = p13 and x = p13 , so the answer is n = 1.
Solution. We take advantage of the fact that the first equation is very simple
and express x = y + 3, replacing this value in the second equation. This yields
the quadratic equation
Expanding each term and collecting similar terms, we obtain the equivalent
equation
2y 2 + 14y + 25 = 3y 2 + 6y + 5 or y2 8y 20 = 0.
1 1
p p +p p ,
x+2 x 1 x 2 x 1
where 1 x < 2.
and
p p p
x 2 x 1=x 1 2 x 1+1=( x 1 1)2 .
6 Completing the square and quadratic equations
p p
Thus, paying attention to the fact that a2 = |a| and x 1 1 < 0 (since
x < 2), we obtain
1 1 1 1
p p +p p = p + p
x+2 x 1 x 2 x 1 1+ x 1 1 x 1
2 2 2
= p p = = .
(1 + x 1)(1 x 1) 1 (x 1) 2 x
2
z= .
1 2y
2 y
= 2.
1 2y 1+y
y + 2y 2 = 0.
1 1 1
+ + = 1.
3x 1 4x 1 7x 1
Solution. The algebra would be quite nasty if we tried to clear denominators.
Instead, we rewrite the equation as
1 1 1
+ =1
3x 1 4x 1 7x 1
Completing the square and quadratic equations 7
or equivalently
4x 1 + 3x 1 7x 1 1
= .
(3x 1)(4x 1) 7x 1
We remark the common factor 7x 2, which already gives us the solution
x = 27 . Suppose that x 6= 27 is another solution. Then dividing the previous
relation by 7x 2 yields
1 1
= or 12x2 7x + 1 = 7x 1.
(3x 1)(4x 1) 7x 1
This can be further simplified to 6x2 7x+1 = 0. Solving this quadratic equa-
tion yields the other solutions x = 1, 16 of the equation. Hence the equation
has three solutions, given by 27 , 1, 16 .
Example 2.7. Find all pairs (a, b) of positive real numbers such that
9 4
4a + 9b =
+ = 12.
a b
Solution. We write the second equation as
9b + 4a
= 12
ab
and we observe that the numerator equals 12 by hypothesis. Thus ab = 1,
that is b = a1 . Replacing this value of b in the equation 4a + 9b = 12 we
obtain 4a + a9 = 12. Clearing denominators, we obtain a quadratic equation
4a2 12a + 9 = 0, which has the unique solution a = 32 . Going back to the
system, we obtain b = 23 .
If you found the first step (establishing that ab = 1) tricky, we can work
more directly as follows: from the equation 4a + 9b = 12 we express b in terms
of a. We replace this value of b in the equation a9 + 4b = 12, obtaining a
quadratic equation in a, with the unique solution a = 32 .
1 1
Example 2.8. If a is a real number such that a a = 1, find a4 + a4
.
Solution. It is easier to realize what you shouldn’t do in this exercise: you
should not solve the equation a a1 = 1 and then plug in the values you get to
compute a4 + a14 (of course, with a lot of nasty computations one would obtain
the desired answer, but this is far from being an elegant approach). Let us
take the square of the given relation a a1 = 1, and obtain
1 1
a2 + 2
2 = 1, that is a2 + 2 = 3.
a a
Now, all we have to do is to repeat the process: we take the square of the last
relation and obtain
1 1
a4 + 4 + 2 = 9, hence a4 + 4 = 9 2 = 7.
a a
8 Completing the square and quadratic equations
a2 + ac + c2 3b(a b + c).
3b2 3b(a + c) + a2 + ac + c2 0.
then
3(2b (a + c))2 + (a c)2 0.
Completing the square and quadratic equations 9
3 2
3(a + 1)2 + 1 a .
4
Multiplying by 4, expanding (a + 1)2 and rearranging terms reduces the in-
equality to
9a2 + 24a + 16 0,
equivalent to (3a + 4)2 0, thus true.
We note that an alternative solution consists in completing the square,
which allows us to rewrite the inequality as
✓ ◆2 ✓ ◆2
1 3
3 x+ y+1 + y+1 0.
2 2
Example 2.12. Find all pairs (x, y) of real numbers such that
Solution. Let us separate the variables by writing the equation in the form
Since a sum of squares equals zero if and only if each square is zero, it follows
that 2x 3 = 0 and 3y 2 = 0. Thus there is only one solution, given by
x = 32 and y = 23 .
x4 + 16x 12 = 0.
Solution. We will try to find a, b, c such that the left hand-side can be written
as (x2 + a)2 (bx + c)2 . If we can find such numbers a, b, c, then solving the
equation will come down to solving two quadratic equations x2 + a = bx + c
and x2 + a + bx + c = 0.
The identity
2a = b2 , 16 = 2bc, a2 c2 = 12.
b2 8
Thus a = 2, c= b and replacing these in the last equation yields
b4 64
= 12.
4 b2
Let b2 = 4d. The equation becomes 4d2 16 d = 12 and we easily recognize the
2
root d = 1. Thus we can take b = 2 and then a = b2 = 2 and c = 8b = 4.
Now, it remains to solve the equations x2 +2 = 2x 4 and x2 +2 = 2x+4.
The first one has no real solutions since it can be written as (x 1)2 + 5 = 0,
while the second one can be written (x + 1)2 = 3 and has the solutions
p p
x1 = 1 3, x2 = 3 1.
Example 2.16. The equation x4 4x = 1 has two real roots. Find their
product.
Solution. Let us add 2x2 + 1 to both terms, in order to complete the square
in the left hand-side. We obtain the equivalent equation
2a = b2 , bc = 2, a2 c2 = 1.
b2 2
Replacing a = 2 and c = b in the last equation yields
b4 4
= 1.
4 b2
Setting b2 = 4d, this gives us the third degree equation 4d3 + dp 1 = 0, with
the apparent solution d = 12 . Thus b2 = 2 and we can take b = 2, then a = 1
p
and c = 2. The original p equation
p is therefore reduced
p topthe resolution of
the equations x2 + 1 = 2x + 2 and x2 + 1 = p 2x 2. As above, we
obtain the product of the real roots equals 1 2.
Example 2.17. Solve in real numbers the equation
a2 b2 = (a b)(a + b).
This holds for all real numbers a, b (and is actually much more general than
that, but we will stick to real numbers from now on) and follows easily by ex-
panding the right hand-side and canceling the terms ab and ba. Though very
simple, this identity is crucial when factoring or simplifying more complicated
algebraic expressions. It is also a special case of a more general, and also very
handy identity, which describes a partial factorization of an bn . Note that
an bn vanishes when a = b, hence it must have a factor of a b. We actually
have
an bn = (a b)(an 1 + an 2 b + ... + abn 2 + bn 1 )
for all real numbers a, b and all positive integers n. Indeed, we have
(a b)(an 1
+ an 2
b + ... + abn 2
+ bn 1
)=
a(an 1
+ an 2
b + ... + bn 1
) b(an 1
+ ... + bn 1
)=
an + a n 1
b + ... + abn 1
an 1
b ... abn 1
b n = an bn ,
by canceling equal terms. For instance, if n = 3 we get the very useful identity
a3 b3 = (a b)(a2 + ab + b2 )
a4 b4 = (a b)(a3 + a2 b + ab2 + b3 ).
a3 + a2 b + ab2 + b3 = a2 (a + b) + b2 (a + b) = (a + b)(a2 + b2 ).
We obtain therefore
a4 b4 = (a b)(a + b)(a2 + b2 ).