Ch1 Fundamentals
Ch1 Fundamentals
Chapter 1: Fundamentals
Lecturer: Lily PAN
(a ± b)2 = a2 ± 2ab + b2
(a + b)3 = a3 + 3a2 b + 3ab2 + b3
(a − b)3 = a3 − 3a2 b + 3ab2 − b3
a2 − b2 = (a + b) (a − b)
a3 + b3 = (a + b) a2 − ab + b2
a3 − b3 = (a − b) a2 + ab + b2
an − bn = (a − b) an + an−1 b + · · · + abn−1 + bn
(
√ a if a > 0;
a2 = |a| =
−a if a < 0.
√
n
1
a = an , nth root of a a : radicand
Remark.
√
• If a = b, then a = bn .
n
√ √
• If n is even, n a only makes sense for a ≥ 0. Like x
1-1
Chapter 1: Fundamentals 1-2
a0 = 1 a1 = a
m √
an = n
am a−p = 1/ap
ap · aq = ap+q ap /aq = ap−q
ap · bp = (ab)p ap /bp = (a/b)p
(ap )q = apq
r
1
3 − 2
3
Example 1. Simplify x y− 3 x 2 y .
Solution.
3 − 2 12
r
− 2
− 13 3 3 − 31 3
x y x y
2 = x y x2 y
1 1 3 − 2 12
2 3
= x y− 3 x2 y
1
h i1
2 2
= xy − 6 x−1 y − 3
1
h 1 1i
= xy − 6 x− 2 y − 3
1 1 1
= x1− 2 y − 6 − 3
1 1
= x 2 y− 2
1 5
ab− 2
Exercise 1.2.1. Simplify . (Ans: ab−3 .)
1 2
a2 b 4
1.3 Surds
√
An irrational number that involves the radical sign ‘ ’ is called a surd.
√ √
3
√
e.g. 2, 13, π + 4 23, etc.
1.3.1 Rationalization
Solution.
√ √
x2 + 1 + x2 − 1 p 4
L.H.S. = √ √ − x −1
√x2 + 1 − √x2 − 1 √ √
( x2 + 1 + x2 − 1)( x2 + 1 + x2 − 1) p 4
= √ √ √ √ − x −1
( √ x2 + 1 − √ x2 − 1)( x2 + 1 + x2 − 1)
( x2 + 1 + x2 − 1)2 p
= √ √ − x4 − 1
( x2 + 1)2 − ( x2 p − 1)2
2 2
x + 1 + x − 1 + 2 (x2 + 1)(x2 + 1) p 4
= − x −1
√ (x2 + 1) − (x2 − 1)
2x2 + 2 x4 − 1 p 4
= − x −1
2
= x2
R.H.S. = x2
∴ L.H.S. = R.H.S.
1.4 Equations
An equation is a statement that two mathematical expressions are equal. For example,
3 + 5 = 8, 4x + 7 = 20.
are equations. The values of the unknown that make the equation true are called the
solutions or roots of the equation, and the process of finding the solution is called solving
the equation.
1. A = B ⇔ A+C =B+C
2. A = B ⇔ CA = CB (C 6= 0)
ax + b = 0
Solution.
7x − 4 = 3x + 8
(7x − 4) + 4 = (3x + 8) + 4
7x = 3x + 12
7x − 3x = 3x + 12 − 3x
4x = 12
1 1
·
4 4x = 4 · 12
∴ x = 3
ax2 + bx + c = 0
Some quadratic equations can be solved by factoring and using the following basic property
of real numbers.
AB = 0 ⇔ A = 0 or B = 0
Solution.
x2 + 5x = 24
x2 + 5x = 24 = 0
(x − 3)(x + 8) = 0
x − 3 = 0 or x + 8 = 0
x=3 x = −8
The solutions are x = 3 or x = −8.
√
Proposition 4. The solutions of x2 = c (c ≥ 0) are x = − c and
√
x = c.
Solution.
(x − 4)2 = 5 √
(x − 4) = ± 5√
x = 4± 5
Solution.
3x2 − 12x + 6 = 0
3x2 − 12x = −6
3(x2 − 4x) = −6
3(x − 4x + 22 )
2 = −6 + 3 · 22
3(x − 2)2 = 6
(x − 2)2 = 2√
x−2 = ± 2√
x = 2± 2
Chapter 1: Fundamentals 1-7
3 5
Example 10 (An Equation Involving Fractional Expressions). Solve the equation + =
x x+2
2.
Solution. We eliminate the denominator by multiplying each side by the lowest common
denominator.
3 5
x + x+2 x(x + 2) = 2x(x + 2)
3(x + 2) + 5x = 2x2 + 4x
8x + 6 = 2x2 + 4x
2x2 − 4x − 6 = 0
2(x − 3)(x + 1) = 0
x−3=0 or x+1 = 0
x=3 x = −1
Checking:
3 5
3+ 3+2 =1+1=2
3 5
−1 + −1+2 = −3 + 5 = 2
∴ the solutions are x = 3 and −1.
Remark. We must check our answers because multiplying by an expression that contains
the variable can introduce extraneous solutions.
√
Example 11 (An Equation Involving a Radical). Solve the equation 2x = 1 − 2 − x.
Solution. To eliminate the square root, we first isolate it on one side of the equal sign, then
square: √
2x − 1 = − 2 − x
(2x − 1)2 = 2 − x
4x2 − 4x + 1 = 2 − x
4x2 − 3x − 1 = 0
(4x + 1)(x − 1) = 0
4x + 1 = 0 or x−1 = 0
1
x = −4 x = 1
Checking:
x = − 14 : 1 1
4) = −2
L.H.S. = 2(− q
R.H.S. = 1 − 2 − (− 41 ) = − 12
L.H.S. = R.H.S.
x=1: L.H.S. = 2(1)p=2
R.H.S. = 1 − 2 − (1) = 0
L.H.S. 6= R.H.S.
Chapter 1: Fundamentals 1-8
∴ the solution is x = − 14 .
Remark. When you solve an equation that involves radicals, you must be especially careful
to check your final answers.
Solution.
x1/3 + x1/6 − 2 = 0
(x1/6 )2 + x1/6 − 2 = 0
(x1/6 − 1)(x1/6 + 2) = 0
1/6
x =1 or x1/6 = −2
x = 16 = 1 x = (−2)6 = 64
Checking:
11/3 + 11/6 − 2 = 1 + 1 − 2 = 0
641/3+ 641/6 − 2 = 4 + 2 − 2 = 4 6= 0
∴ the only solutions is x = 1.
x 1
Example 13. Solve the equation = .
x−1 x−1
Solution.
x 1
=
x−1 x−1
x 1
− = 0
x−1 x−1
x−1
= 0
x−1
1 = 0. This is impossible!
∴ The equation has no solution.
Solution. The equation x = x is satisfied by every real number. Hence, its solutions are all
real numbers.
1 1
Exercise 1.4.1. Solve the equation x−1 = x−1 .