E2Y12 Ch2 Proofs WEB
E2Y12 Ch2 Proofs WEB
E2Y12 Ch2 Proofs WEB
Proof
G D
Chapter Overview: There are many opportunities for presenting or reading
E
proofs in the Extension 1 and Extension 2 Mathematics courses. In this chapter,
the basic concepts, terminology and notation are discussed, and a few common
ES
methods of proof are presented. Logic plays an important part in proof, but the
PA T
emphasis here is on clear argument rather than fancy notation.
Section 2A introduces the necessary language. The remaining sections each focus
E EC
on a common type of proof. Section 2B investigates various simple problems in
number theory, that is, the basic structures of the integers. Proof by contradiction
is presented in Section 2C. Algebraic inequalities are proven in Section 2D, whilst
2E introduces harder types of induction. The final section considers inequalities
in calculus, which some may prefer to postpone until after the Integration chapter.
PL R
2A The Language of Proof
M R
This long first section introduces some basic concepts, terminology and notation
which are used in the proofs throughout the remainder of the chapter.
O
Statements: Statements are the basic building blocks of proof. Despite being so
fundamental, it is rather difficult to define what a statement is. Two of the
definitions given in The Macquarie Dictionary are as follows:
SA C
1. something stated
2. a communication or declaration in speech or writing setting forth facts,
particulars, etc.
N
Uncorrected sample pages • Cambridge University Press © Sadler & Ward, 2019 • 978-1-108-77105-4 • Ph 03 8671 1400
.
2A The Language of Proof 57
Logical Values: Every statement must take one of two logical values: true or false.
Using the first example of a statement above,
n is a multiple of 3
1 LOGICAL VALUES: A statement must take one of two logical values: true or false.
G D
Notice in this example that the logical value of a statement may change with
circumstance, but it cannot be simultaneously both true and false. There is no
integer n which is both a multiple of 3 and not a multiple of 3. Likewise a
E
statement cannot be neither true nor false. Given an integer n, it must always
fall into one of two categories: a multiple of 3, or not a multiple of 3.
ES
PA T
A Proven Statement: Whilst some statements may change logical value due to
circumstance, other statements never change their logical value. The statement
E EC 34 is a Fibonacci number
is always true, as is determined by simply writing out the first few terms:
The primes on a die are 2, 3 and 5, which are also Fibonacci numbers, so the
statement is proven. Clearly this is a contrived situation, but it serves as a
reminder that proof by exhaustive examples is sometimes possible.
U
Uncorrected sample pages • Cambridge University Press © Sadler & Ward, 2019 • 978-1-108-77105-4 • Ph 03 8671 1400
.
58 CHAPTER 2: Proof 2A
Negation: The negation of a statement changes its logical value. In English, negation
is commonly associated with the word not . Thus, whilst the statement
all Fibonacci numbers are odd
is clearly false, its negation
not all Fibonacci numbers are odd
is equally clearly true. In English, this last statement might be considered clumsy,
and so may be replaced with
G D
some Fibonacci numbers are even.
Thus, whilst the presence of the word “not” clearly indicates a negation, its
presence as an indicator cannot always be relied upon.
E
It is sometimes convenient to associate negation with
ES
complementary sets or events. By way of example: S
PA T
_
let x be a Fibonacci number on a die F F
1 3 4
is true when x = 1, 2, 3 or 5 and false when x = 4 or 6. 5
2 6
E EC
In contrast:
let x be a non-Fibonacci number on a die
is false when x = 1, 2, 3 or 5 and true when x = 4 or 6. Notice that, whilst the
“not” has been modified into the prefix “non-”, the logical value of the statement
has been changed as expected. All this is clearly evident in the Venn diagram
PL R
showing the set of Fibonacci numbers F and its complementary set F .
The letter p is often used as it is the first letter of the word proposition, a synonym
for a statement. There are two symbols which are commonly used to negate a
statement. These are ¬ and ∼. Thus ¬p = ∼p, which is said “not-p” and means:
N
x is not a multiple of 2.
Uncorrected sample pages • Cambridge University Press © Sadler & Ward, 2019 • 978-1-108-77105-4 • Ph 03 8671 1400
.
2A The Language of Proof 59
Analysing the latter diagram carefully, it should be clear that the result is
G D
S S S
F T F T F T
E
2 1 2 1 2 1
6 6 6
5 3 5 3 5 3
4 4 4
ES
PA T
F or T or both.
That is, F ∩ T = F ∪ T . Hence by analogy ¬(F and T ) = ¬F or ¬T .
E EC
A practical example may help make it clear. Suppose that a school offers two
languages: French and Japanese. A student who does not study both French and
Japanese, either does not study French, or does not study Japanese, or does not
study any language.
Similar analysis gives ¬(F or T ) = ¬F and ¬T , which is left as an exercise.
PL R
AND, OR AND NEGATION: The rules are analogous to the complements of intersections
of sets and unions of sets.
5
M R
so that, consequently, and therefore. These words will have been regularly seen
in the proofs of various theorems given in Year 11 mathematics.
Sometimes the order of the two statements is reversed in English, so care must
be taken to determine which statement is the logical conclusion of the other. For
example, the logical order of the deduction
a2 is odd because a is odd
is made far clearer when it is re-written as:
if a is odd then a2 is odd.
It is good practice when writing mathematics to put the conclusion second in this
way. This order should be followed whenever it is practical to do so.
Uncorrected sample pages • Cambridge University Press © Sadler & Ward, 2019 • 978-1-108-77105-4 • Ph 03 8671 1400
.
60 CHAPTER 2: Proof 2A
Two other words commonly associated with implications are each and all . Here
is a similar example written all three ways.
All odd squares are one more than a multiple of 4.
Each odd square is one more than a multiple of 4.
If a number is odd then its square is one more than a multiple of 4.
The careful reader will have also realised from the examples given so far that
implication is commonly associated with subsets. Thus the odd squares form a
G D
subset of those numbers which are 1 more than a multiple of 4.
This is perhaps more easily seen in a simpler example. S
Consider the prime numbers P and Fibonacci numbers F
E
F
on a die, as shown in the Venn diagram. Quite clearly: 1 3 4
5
2
ES
all primes on a die are Fibonacci numbers P 6
PA T
and it is equally clear that P ⊆ F .
The mathematical notation used for implication is a double tailed arrow ⇒ which
points towards the conclusion. Thus, returning to the example of odd squares:
a is odd ⇒ a2 is 1 more than a multiple of 4.
PL R
Whilst this notation is a useful tool, it should be used sparingly.
M R
Quantifiers: The words all and some have been used in various examples above.
These words, and their synonyms, are called quantifiers because they indicate a
quantity. Thus, from above,
O
QUANTIFIERS: The words all and some, and their synonyms, are called quantifiers.
U
An important synonym for some is there exists. Thus, continuing with the odds
and primes on a die, it is also true to state that:
there exists a prime on a die that is odd,
there exists a prime on a die that is not odd.
It was mentioned above that, whilst logic notation is a useful tool, it should be
used sparingly. Indeed it is often clearer to write a statement in words than in
symbols. To make this point, some more useful symbols will now be introduced.
Uncorrected sample pages • Cambridge University Press © Sadler & Ward, 2019 • 978-1-108-77105-4 • Ph 03 8671 1400
.
2A The Language of Proof 61
Recall that:
all odd squares are one more than a multiple of 4.
The symbol ∀ means for all . Thus the above implication might be written as:
∀ a odd, a2 is 1 more than a multiple of 4.
Next observe that the value of a can always be written as a = 2m + 1, where
m ∈ Z. That is, m is an integer. So
∀ m ∈ Z, (2m + 1)2 = (multiple of 4) + 1.
G D
Lastly, the multiple of 4 can always be found. For example, 52 = 6×4+1. To put
it another way, there exists an integer k which is the multiple of 4. The symbol
for there exists is ∃. So finally the statement becomes:
E
∀ m ∈ Z, ∃ k ∈ Z such that (2m + 1)2 = 4k + 1.
ES
Compare this last jumble of symbols with the clear prose given in the statement
PA T
at the top of the page. The symbols have got in the way and hindered an easy
reading of the implication. Here is another pair of statements to show that the
E EC
use of symbols can be a distraction.
Not all primes are odd.
∃ x ∈ {primes} such that x 6= 2m + 1, ∀ m ∈ Z.
Of course, these symbols will be needed in certain problems, and students will
be expected to understand them when they are used in questions. Nevertheless,
symbols used in a proof or logical argument in this course should be the exception
PL R
rather than the rule.
Sufficient and Necessary: Two other terms are strongly associated with implication
M R
and are often used in mathematical proofs or discussions about proofs. It is easiest
to explain these terms when the statement is written in if ... then ... form. So,
here is the statement about primes on a die written in that way.
O
form a subset of the Fibonacci numbers. The subset corresponds to the sufficient
condition, and the superset corresponds to the necessary condition. A practical
example should help make it clear.
If I travel by bus then I use public transport.
It is sufficient that I travel by bus in order to use public transport, but it is
necessary that I use public transport in order to travel by bus.
Uncorrected sample pages • Cambridge University Press © Sadler & Ward, 2019 • 978-1-108-77105-4 • Ph 03 8671 1400
.
62 CHAPTER 2: Proof 2A
G D
In contrast, here are two converse statements from Year 9 geometry.
If a quadrilateral is a rhombus then it has four equal sides.
E
If a quadrilateral has four equal sides then it is a rhombus.
In this case both statements are true, but it is important to realise that the
ES
converse statement is still not the same as the original. In the first statement, it
PA T
is given that the quadrilateral is a rhombus. This is called the premise, and the
conclusion is that it has four equal sides. The second statement differs because
E EC
the premise is now that the quadrilateral has four equal sides, and the conclusion
is that it is a rhombus.
9
CONVERSE STATEMENTS:
The converse of the statement if A then B is the statement if B then A.
A statement and its converse may have different logical values.
PL R
Equivalent Statements: Two statements are called equivalent if each is a logical
consequence of the other. When solving an equation, the separate steps were
M R
are equivalent. The latter can be obtained by subtracting 3 from both sides of
the first. The former can be obtained by adding 3 to both sides of the second.
So each is a logical consequence of the other. This symmetry means that the two
statements can be written as an if ... then ... statement and its converse, both
SA C
If 2x = 8 then 2x + 3 = 11.
EQUIVALENT STATEMENTS: Two statements are equivalent if each is a consequence
10 of the other. This symmetry means that the two statements can be written as
U
an if ... then ... statement and its converse, both with the same logical value.
Clearly equivalent statements are important and so they have special terminology
and notation. The two implications are often abbreviated into one statement
using the words if and only if . Thus, from the geometry example above:
a quadrilateral is a rhombus if and only if it has four equal sides.
When written, the words if and only if may be abbreviated to iff, or the symbol ⇔
may be used. Here is the same statement written in those two ways.
A quadrilateral is a rhombus iff it has four equal sides.
A quadrilateral is a rhombus ⇔ a quadrilateral has four equal sides.
Uncorrected sample pages • Cambridge University Press © Sadler & Ward, 2019 • 978-1-108-77105-4 • Ph 03 8671 1400
.
2A The Language of Proof 63
G D
implication statements, it follows that each corresponds T E
1 3
to a subset of the other. Consider the the powers of 2 on 2 5
a die, which are 1, 2 and 4, denoted by set T . These are 4 6
E
also the proper factors of 8, denoted by set E. Thus:
x is a power of 2 on a die iff it is a proper factor of 8,
ES
x ∈ T ⇔ x ∈ E.
PA T
Since each set is a subset of the other, it follows that both sets are equal. That
is T = E, as shown in the Venn diagram above.
E EC
11
EQUIVALENT STATEMENTS AND SETS:
are equal.
The sets corresponding to equivalent statements
Recall that an implication is associated with the words sufficient and necessary.
Writing the last example of equivalence as an implication and its converse:
PL R
if x is a power of 2 on a die then it is a proper factor of 8,
if x is a proper factor of 8 on a die then it is a power of 2.
From the first of these, it is sufficient that x is a power of 2 on a die for it to be
M R
NECESSARY AND SUFFICIENT: When two statements are equivalent, each is both a
12
SA C
but one particular situation plays an important part in many proofs. By way of
example, recall that
if x is a prime on a die then it is a Fibonacci number.
U
Uncorrected sample pages • Cambridge University Press © Sadler & Ward, 2019 • 978-1-108-77105-4 • Ph 03 8671 1400
.
64 CHAPTER 2: Proof 2A
This means that an implication and its contrapositive can be written in the form
of an if and only if statement:
A implies B if and only if not B implies not A,
or, writing this entirely in symbols:
(A ⇒ B) ⇔ (∼B ⇒ ∼A).
THE CONTRAPOSITIVE: An implication, if A then B, is logically equivalent to its
13
contrapositive, if not B then not A.
G D
The situation is clear from the Venn diagram of the primes and Fibonacci numbers
on a die. In that case P ⊆ F , and consequently F ⊆ P . That is, if x is not a
Fibonacci number on a die then it is not prime. Here are Venn diagrams with F
E
and P shaded to demonstrate that F ⊆ P .
S S
ES
PA T
F F
1 3 4 1 3 4
5 5
P 2 6 P 2 6
E ECIt is further confirmed that F ⊆ P by listing the elements of each set. Thus
F = {4, 6} whilst P = {1, 4, 6}.
Exercise 2A
PL R
1. Identify each of these symbols.
(a) = (b) ⇒ (c) ⇔ (d) ∀ (e) ∃
M R
2. Write down the converse of each statement, and state whether the converse is true or false.
(a) If a triangle has two equal sides, then it has two equal angles.
(b) If a number is odd, then its square is odd.
O
√
(f) If n ∈ R, then n ≥ 0.
3. Indicate whether each statement is true or false.
N
Uncorrected sample pages • Cambridge University Press © Sadler & Ward, 2019 • 978-1-108-77105-4 • Ph 03 8671 1400
.
2A The Language of Proof 65
G D
6. Write down (in ‘if. . . then’ form) the two converse statements equivalent to each ‘if and
only if’ statement.
E
(a) A number is divisible by 15 if and only if it is divisible by both 3 and 5.
(b) A triangle has two equal angles if and only if it has two equal sides.
ES
(c) An integer n greater than one is prime if and only if its only divisors are 1 and n.
PA T
(d) A quadrilateral is a parallelogram if and only if a pair of opposite sides are equal and
parallel.
E EC
(a) x − 3 < x
DEVELOPMENT
9. Assuming that all variables are real variables, insert the correct symbol ⇒ or ⇔ in each
statement below.
(a) it is raining . . . there are clouds in the sky (d) x = 5 . . . x2 = 25
(e) x = 5 . . . x3 = 125
SA C
(b) 3a = 6 . . . 5a = 10
(c) a > b . . . −b > −a (f) a is an integer . . . a2 is an integer
10. Answer true or false. Assume that a, b, c 6= 0.
N
(a) θ = π6 ⇔ sin θ = 12
(b) sin θ = − √12 ⇔ tan θ = ±1
U
Uncorrected sample pages • Cambridge University Press © Sadler & Ward, 2019 • 978-1-108-77105-4 • Ph 03 8671 1400
.
66 CHAPTER 2: Proof 2B
13. An implication is false if the premise is true but the conclusion is false. Otherwise it is
true. State whether each statement is true or false.
(a) 1 + 1 = 3 ⇒ 2 + 2 = 4 (c) 1 + 1 = 3 ⇒ 2 + 2 = 3
(b) 1 + 1 = 2 ⇒ 2 + 2 = 3 (d) 1 + 1 = 2 ⇒ 2 + 2 = 4
14. (a) Explain why “1 < 0” and “1 is a negative number” are equivalent statements.
(b) Combine them into an if ... then ... statement. Is the result true?
15. Consider the following statements:
G D
(1) If I do not do my homework then I will fail.
(2) If I study hard then I will pass.
E
If statements (1) and (2) are both true and I passed, then:
(a) Did I do my homework? (b) Did I study hard?
ES
PA T
ENRICHMENT
2. The guard lives exactly half way between Melbourne and Sydney.
3. Mr Ward earns exactly $100 000 per year.
4. The guard’s nearest neighbour, one of the passengers, earns exactly three times as much
O
as the guard.
5. Pender beats the fireman at pool.
6. The passenger whose name is the same as the guard’s lives in Melbourne.
SA C
2B Number Proofs
U
Now that the basic concepts, terminology and notation of proof are understood,
they can be put together to write proofs of simple results. The geometry studied
in Years 7 to 10 involved many such proofs, and it would be worth reviewing some
of those in light of this new understanding. In this section and in 2C, however,
attention is focused on some basic results in number theory, that is, the study of
the structures and number patterns in:
Z the integers . . . − 3, −2, −1, 0, 1, 2, 3, . . .
Z+ the positive integers 1, 2, 3, . . .
N the natural numbers 0, 1, 2, 3, . . .
A proper investigation of number theory would occupy an entire book, so only a
few simple results in divisibility are proven here.
Uncorrected sample pages • Cambridge University Press © Sadler & Ward, 2019 • 978-1-108-77105-4 • Ph 03 8671 1400
.
2B Number Proofs 67
This definition will be essential in the following worked examples, and in the
G D
exercise questions. Although the wording of the definition may seem obscure, in
practice it is quite obvious. For example, 12 is divisible by 4 because 12 = 4 × 3.
E
WORKED EXAMPLE 1: Let a and b be two integers divisible by 3.
(a) Prove that (a + b) is divisible by 3.
ES
PA T
(b) Prove that (ax + by) is divisible by 3, for all x, y ∈ Z.
SOLUTION:
E EC
(a) By the definition of divisibility, there exist m, n ∈ Z such that
and
a = 3m
b = 3n
Hence (a + b) = (3m + 3n)
= 3(m + n)
PL R
That is, (a + b) is divisible by 3.
(b) Likewise, for all x, y ∈ Z,
(ax + by) = (3mx + 3ny)
M R
= 3(mx + ny)
That is, (ax + by) is divisible by 3.
O
Uncorrected sample pages • Cambridge University Press © Sadler & Ward, 2019 • 978-1-108-77105-4 • Ph 03 8671 1400
.
68 CHAPTER 2: Proof 2B
n = 4k
and n = 6`
so 4k = 6`
or 2k = 3` .
Since 2 and 3 are primes, k is divisible by 3 (and ` is even),
so there exists an integer m such that k = 3m.
Hence n = 4 × 3m
= 12m
G D
That is, if n is divisible by both 4 and 6 then it is divisible by 12.
E
(a) Prove that if n is divisible by 7 then (x − 2y) is also divisible by 7.
ES
(b) Further, prove that the converse is true.
PA T
(c) Write the result as an iff statement.
(d) Hence determine whether or not 3871 is divisible by 7.
E ECSOLUTION:
(a) Since n is divisible by 7, ∃ m ∈ Z+ such that
10x + y = 7m
The key to the proof is that y has been doubled:
so 20x + 2y = 7 × (2m)
PL R
thus −x + 2y = 7(2m − 3x) (subtracting 21x from both sides)
or x − 2y = 7(3x − 2m)
M R
Exercise 2B
Note: In this exercise you may assume that all pronumerals represent integers.
Uncorrected sample pages • Cambridge University Press © Sadler & Ward, 2019 • 978-1-108-77105-4 • Ph 03 8671 1400
.
2B Number Proofs 69
G D
(a) if b and b + c are both divisible by a, then c is divisible by a,
(b) if b and b − c are both divisible by a, then c is divisible by a.
E
5. If b and c are both divisible by a, prove that bx + cy is divisible by a for any x, y ∈ Z.
6. If a, b, c and d are consecutive integers, prove that:
ES
(c) a2 + d2 = b2 + c2 + 4
PA T
(a) a + d = b + c (b) ad = bc − 2
DEVELOPMENT
E EC
7. Prove that if a − b is even, then a − b2 is divisible by 4.
2
8. Suppose that 2a + b and 3a + 2b are both divisible by n. Prove that a and b are both
divisible by n.
9. Suppose that a2 + a and a2 − a are both divisible by 4. Prove that a is even.
10. Prove that a3 − a is divisible by 6 ∀ a ∈ Z.
PL R
11. If a is even, prove that a3 + 2a2 is divisible by 8.
12. Prove that a number is divisible by 6 if and only if it is divisible by both 2 and 3.
M R
14. (a) If n is odd, prove that the sum of n consecutive numbers is divisible by n.
(b) If n is even, is the sum of n consecutive numbers divisible by n? Explain your answer.
15. Prove that a 4-digit number is divisible by 3 if and only if the sum of its digits is divisible
SA C
by 3.
16. Let n = 10x + y, where n, x, y ∈ Z+ .
N
(d) Use part (a) recursively to show that 8112 is divisible by 13.
17. (a) Show that xn − 1 = (x − 1)(xn−1 + xn−2 + xn−3 + · · · + x2 + x + 1).
(b) Hence prove that:
(i) 7n − 1 is divisible by 6 ∀ n ∈ Z+,
(ii) if an − 1 is prime, then a = 2
18. Suppose that n = pa q b , where p and q are primes and p 6= q.
(a) Use combinatorics (a counting argument) to explain why n has (a + 1)(b + 1) factors.
(b) Hence determine the number of factors of 80 000.
19. Prove the statement: a − c is a divisor of ab + cd ⇒ a − c is a divisor of ad + bc.
Uncorrected sample pages • Cambridge University Press © Sadler & Ward, 2019 • 978-1-108-77105-4 • Ph 03 8671 1400
.
70 CHAPTER 2: Proof 2C
ENRICHMENT
4 4
20. (a) Factorise a + 4b by adding and subtracting 4a2 b2.
(b) Hence prove that 5454 + 4545 is not a prime number.
21. (a) Prove that the square of an even number is divisible by 4.
(b) Prove that the remainder is 1 when the square of an odd number is divided by 8.
(c) Hence prove that if a and b are both odd, then a2 + b2 is not a square.
22. Suppose that p is a prime number greater than 30. Prove that when p is divided by 30,
G D
the remainder is either 1 or prime.
23. Numbers such as 6 and 28 are known as perfect numbers because they are equal to the
sum of their factors, excluding the number itself.
E
(a) Confirm that 6 and 28 are perfect numbers.
ES
(b) Prove that if 2n − 1 is prime, then 2n−1 (2n − 1) is a perfect number.
PA T
[Hint: Separate the factors of 2n−1 (2n − 1) into two groups: those that are strictly
powers of 2 and those that have the factor 2n − 1.]
E EC
24. Suppose that I choose six of the first ten positive integers. Prove that I must have chosen
two numbers such that one is a divisor of the other. [Hint: Write each of the 10 numbers
as a power of 2 multiplied by an odd number, then use the pigeonhole principle.]
the Latin name reductio ad absurdum, which literally means reduce to absurdity .
The reason for this will be explained later.
Proof by Contraposition: This style of proof takes advantage of the fact that an
O
Uncorrected sample pages • Cambridge University Press © Sadler & Ward, 2019 • 978-1-108-77105-4 • Ph 03 8671 1400
.
2C Proof by Contraposition and by Contradiction 71
Proof by Contradiction: This style of proof is based on the fact that a statement
can only have one of two values, true or false, and the negated statement must
have the opposite value. That is, if a statement is true then its negation must
be false. Hence proving a statement is equivalent to showing that its negation is
false. Thus when a statement is not easy to prove directly, it may be suitable to
show instead that the negated statement is false.
The first step is to write down the negation as an assumption. It is then shown
that this leads to an absurd statement, like −1 > 2, or it leads to a contradiction
G D
of the initial assumption. This is why the method is also called reductio ad
absurdum . Since the negation is equivalent to a false statement, the negation is
also false. It must therefore hold that the proposition is true.
E
√
WORKED EXAMPLE 6: Prove that 2 is irrational.
√
ES
SOLUTION: By way of contradiction, assume that 2 is rational.
PA T
That is, assume there exist m, n ∈ N (natural numbers) such that
√ m
E EC 2=
n
where n ≥ 1 and the HCF (highest common factor) of m and n is 1.
That is, the fraction has been reduced to lowest terms.
Squaring and re-arranging gives
2n2 = m2 .
PL R
Thus m2 is divisible by 2.
Now if m were not divisible by 2 then m2 would not be divisible by 2.
Hence m is also divisible by 2. So let m = 2p and write
M R
2n2 = 4p2
or n2 = 2p2 .
Thus n2 is divisible by 2.
O
a contradiction.
Notice the careful use of two contrapositive statements in the above proof. Each
√
is a restatement of what was proven in Worked Example 5. The proof that 3
is irrational requires similar steps. That is:
if m were not divisible by 3 then m2 would not be divisible by 3.
A problem arises
√ at this point because that claim has not been proven. Likewise,
the proof that 7 is irrational leads to the claim that
if m were not divisible by 7 then m2 would not be divisible by 7
which also has not been proven. In this course, all such claims will be taken to
be intuitively obvious unless a proof is specifically required by the question.
Uncorrected sample pages • Cambridge University Press © Sadler & Ward, 2019 • 978-1-108-77105-4 • Ph 03 8671 1400
.
72 CHAPTER 2: Proof 2C
The next worked example follows a slightly different argument to show that log2 3
is irrational. This result is extremely important in music. Musicians will know
that when a fifth is played on a piano, say from A to E, it is not a pure fifth but
slightly short. A pure fifth has frequencies in the ratio 2 : 3. Thus using A440
should give E660, but on a piano it is approximately E659. This is done so that
the cycle of fifths works, and it comes about because log2 3 is irrational.
G D
SOLUTION: By way of contradiction, assume that log2 3 is rational.
That is, assume there exist m, n ∈ N such that
m
log2 3 =
E
n
where n ≥ 1 and the HCF of m and n is 1.
ES
That is, the fraction has been reduced to lowest terms.
PA T
From the definition of logs, this can be re-written as
m
3 = 2n .
E ECTake the nth power of both sides to get
3n = 2m
Now since n ≥ 1 it follows that 3 is a factor of the LHS.
But clearly 3 is not a factor of the RHS, so there is a contradiction.
Hence log2 3 is irrational.
PL R
The Fundamental Theorem of Arithmetic: In the last proof it was assumed that
a positive power of 3 cannot equal a positive power of 2. Intuition and experience
M R
certainly seem to suggest this is true, but it has not been proven. The result is
a specific case of a more general theorem. The theorem effectively states that
there is only one way to write a number in prime factored form. This is such
O
an important result in number theory that it is given the name the fundamental
theorem of arithmetic . Although any proof of this result is beyond the scope of
this course, it is such an important theorem that a proof has been included in
the appendix to this chapter.
SA C
Exercise 2C
N
√
2. Prove by contradiction that 5 is irrational.
√ √
Start by assuming that 5 is rational, so 5 = m n
, where m, n ∈ Z and m, n have no
common factors other than 1.
3. Consider this statement for a ∈ N: ‘If a2 is odd then a is odd.’
(a) Write down the contrapositive of the statement.
(b) Prove the statement by proving its contrapositive.
4. By proving the contrapositive, prove that if m2 + 4m + 7 is even, then m is odd.
5. Suppose that a, b ∈ Z+ . By proving the contrapositive, prove that if ab is even, then a is
even or b is even.
Uncorrected sample pages • Cambridge University Press © Sadler & Ward, 2019 • 978-1-108-77105-4 • Ph 03 8671 1400
.
2C Proof by Contraposition and by Contradiction 73
DEVELOPMENT
G D
contradiction to prove that at least one of p1 and p2 is less than n.
9. Suppose that ∃ n ∈ N such that n2 + 2 is divisible by 4.
(a) Deduce that n is even.
E
(b) Hence prove by contradiction that no such n exists.
ES
10. (a) Explain why every odd number is one more or one less than a multiple of 4.
PA T
(b) Prove that the product of any two positive integers of the form 4n + 1, where n is a
positive integer, is also of the form 4n + 1.
E EC
(c) Hence prove by contradiction that any composite number of the form 4n − 1 must
have at least one prime factor of the form 4n − 1.
√
11. Prove by contradiction that if n ∈ Z+ , then 4n − 2 is irrational.
√
12. Prove by contradiction that 3 + 1 is irrational.
√
PL R
13. (a) Prove that 6 is irrational.
√ √
(b) Hence prove that 3 + 2 is irrational.
14. Prove that if 2n − 1 is prime then n is prime by proving the contrapositive.
M R
15. Prove by contradiction that there are infinitely many prime numbers.
[Hint: Assume that p is the largest prime number and consider the number p! + 1, which
O
17. Suppose that a, b, c and d are positive integers and c is not a square.
a d
(a) Prove that if √ + √ is rational, then b2 d = c(a + d).
b+ c c
a d
(b) Hence prove by contradiction that √ + √ is irrational.
1+ c c
18. Suppose that p is a prime number greater than 3 and that for some n ∈ N, pn is a 20-digit
number. Prove that among these 20 digits, there are at least three that are equal.
[Hint: Use proof by contradiction and the test for divisibility by 3.]
19. Prove by contradiction that ∀ a, b ∈ Z+ , (36a + b)(36b + a) is not a power of 2.
[Hint: Assume that 2k is the smallest power of 2 equal to (36a + b)(36b + a).]
Uncorrected sample pages • Cambridge University Press © Sadler & Ward, 2019 • 978-1-108-77105-4 • Ph 03 8671 1400
.
74 CHAPTER 2: Proof 2D
2D Algebraic Inequalities
Two fundamental assumptions about inequalities will be used throughout this
course. They should be intuitively obvious from previous work on equations and
inequations. Those assumptions are, for real numbers a, b and c :
if a > b then a + c > b + c ,
if a > b and c > 0 then ac > bc ,
with similar results for a < b. The first statement means that an inequality is
G D
unchanged when the same amount is added to both sides. In the second case
the inequality is unchanged when both sides are multiplied by the same positive
amount. A particular case of the first statement is when c = −b, which gives
E
if a > b then a − b > 0 .
ES
That is, if a > b then (a − b) is positive. The converse is also assumed true.
PA T
There is an amazing number of types of algebraic inequalities, but most can be
assigned to one of four broad categories for proving. Those are:
E EC •
•
•
•
put everything on one side,
squares of reals cannot be negative,
combinations of inequalities,
begin with a known result.
The first category takes advantage of the last statement above.
PL R
Put Everything on One Side: In a few instances the inequality can easily be proved
by moving all terms to one side and considering the sign of that expression.
M R
WORKED EXAMPLE 8: Let a < b be real numbers. Prove that the average of the
squares of a and b is greater than the square of the average.
O
a2 + b2 a2 + 2ab + b2
Now LHS − RHS = −
2 4
a2 − 2ab + b2
N
=
4
(a − b)2
=
4
U
Squares Cannot be Negative: The crucial step in the previous worked example was
that the square of a real number cannot be negative. That fact can be deduced
from the assumptions at the start of this section, and the proof is left as an
exercise. This important result can be used to solve numerous other inequalities.
Uncorrected sample pages • Cambridge University Press © Sadler & Ward, 2019 • 978-1-108-77105-4 • Ph 03 8671 1400
.
2D Algebraic Inequalities 75
Arithmetic and Geometric Means: Recall from sequences and series that if a
and b are positive real numbers then the sequence a, x, b will be arithmetic if
a+b
x= .
2
The value of x is called the arithmetic mean of a and b.
Likewise, the sequence a, y, b will be geometric if
√
y = ab .
G D
The value of y is called the geometric mean of a and b.
E
a+b
17 • The arithmetic mean of a and b is .
√2
ES
• The geometric mean of a and b is ab .
PA T
The AM/GM Inequality: One very important result is that the arithmetic mean
E EC
is at least as large as the geometric mean. This is sometimes called the AM/GM
inequality. It is proved by noting that squares of real numbers cannot be negative.
√
so a + b ≥ 2 ab
a+b √
or ≥ ab .
2
O
THE AM/GM INEQUALITY: The arithmetic mean and geometric mean of two positive
numbers a and b are related by the inequality
18
SA C
a+b √
≥ ab .
2
N
The AM/GM inequality can also be proven using circle geometry and that is
done in a worked example in Section 2E.
using other variables and the results combined to form a new inequality.
Uncorrected sample pages • Cambridge University Press © Sadler & Ward, 2019 • 978-1-108-77105-4 • Ph 03 8671 1400
.
76 CHAPTER 2: Proof 2D
SOLUTION:
(a) (i) The right hand side is a quadratic in k with negative leading coefficient:
k(n + 1) − k2 .
Hence its graph is concave down, and any minimum will occur at an end
point of the domain. Direct substitution of the two end points gives
1 × n = n × 1 = n.
G D
(ii) The left hand inequality follows directly from part (i).
By the AM/GM inequality,
E
p k + (n − k + 1)
k(n − k + 1) ≤
ES
2
PA T
n+1
≤ .
2
E EC
(b) By part (a) it follows that
√
√
√
n ≤ 1×n ≤
p
n ≤ 2(n − 1) ≤
n+1
2
n+1
(k = 1)
(k = 2)
2
√ p n+1
PL R
n ≤ 3(n − 2) ≤ (k = 3)
2
..
.
√ √ n+1
M R
n ≤ n×1≤ (k = n)
2
Now multiply all these results together to get
n + 1 n
O
r
√ n
n ≤ 1 × 2 × . . . × n × n × (n − 1) × . . . × 1 ≤
2
n
√ √
n + 1
hence nn ≤ n! × n! ≤
SA C
2
n
√
n + 1
or nn ≤ n! ≤
2
N
Begin with a Known Result: Many problems begin with a known result from which
another inequality is to be obtained. An important example of this is the relation
|x| + |y| ≥ |x + y| ≥ |x| − |y|
which is known as the triangle inequality. This was proven in the chapter on
complex numbers by using geometry. In the following Worked Example the left
hand inequality is proven algebraically.
Uncorrected sample pages • Cambridge University Press © Sadler & Ward, 2019 • 978-1-108-77105-4 • Ph 03 8671 1400
.
2D Algebraic Inequalities 77
WORKED EXAMPLE 11: Use the fact that |a| ≥ a to prove that |x| + |y| ≥ |x + y|.
G D
|x| + |y| ≥ |x + y| (since a2 = |a| on the RHS.)
The proof of the other part of the triangle inequality is left as an exercise.
E
In other problems restrictions are placed on the variables, such as a + b + c = 1,
from which it follows that ab + ac + bc < 31 . The usual approach is to begin
ES
manipulating the expression and at crucial steps apply the given restrictions.
PA T
In some instances the solution also involves changing the value of a fraction by
altering the numerator or denominator. For example, decreasing the numerator
E EC
or increasing the denominator will reduce the value of the fraction. This is clearly
evident in the following numerical example.
3 2
> >
2
5 5 7
The strategy is used twice in the next worked example, along with a restriction.
PL R
WORKED EXAMPLE 12: Let a, b and c be three positive real numbers. It is known
M R
that a + b ≥ c.
a+b c
(a) Show that ≥ .
1+a+b 1+c
O
a b c
(b) Hence show that + − ≥ 0.
1+a 1+b 1+c
SA C
SOLUTION:
(a + b)(1 + c) − c(1 + a + b)
(a) LHS − RHS =
(1 + a + b)(1 + c)
N
(a + b) − c
=
(1 + a + b)(1 + c)
c−c
≥ (since a + b ≥ c)
U
(1 + a + b)(1 + c)
Thus LHS − RHS ≥ 0 , and hence LHS ≥ RHS .
a b c a b a+b
(b) + − ≥ + − (by part (a))
1+a 1+b 1+c 1+a 1+b 1+a+b
a b a b
= + − −
1+a 1+b 1+a+b 1+a+b
a b a b
≥ + − − ,
1+a 1+b 1+a 1+b
since decreasing the denominators increases the subtracted fractions.
a b c
Hence + − ≥ 0.
1+a 1+b 1+c
Uncorrected sample pages • Cambridge University Press © Sadler & Ward, 2019 • 978-1-108-77105-4 • Ph 03 8671 1400
.
78 CHAPTER 2: Proof 2D
Exercise 2D
1. Given that a > 1, prove that a2 > 1 by proving that LHS − RHS > 0.
2. Prove these inequalities for a, b ∈ R. [Hint: Begin with LHS − RHS.]
2
a2 b2 a2 + b2
2 2 a+b
(a) a + b ≥ 2ab (b) 2 + 2 ≥ 2 (c) ≥
b a 2 2
1
3. Prove that a + > 2 for a > 0.
a
G D
4. Prove, for a, b > 0, that:
√ √
(a) 21 (a + b) ≥ ab (b) 1
3
a + 34 b ≥ ab
E
5. If a > b > 0, prove that:
(a) a2 − b > b2 − a (b) a3 − b3 > a2 b − ab2
ES
√
6. (a) Given that x and y are non-negative, prove that x + y ≥ 2 xy.
PA T
(b) Hence prove that (x + y)(x + z)(y + z) ≥ 8xyz, where z is also non-negative.
E EC DEVELOPMENT
Uncorrected sample pages • Cambridge University Press © Sadler & Ward, 2019 • 978-1-108-77105-4 • Ph 03 8671 1400
.
2D Algebraic Inequalities 79
13. (a) Show that a2 + b2 ≥ 2ab for all real numbers a and b.
(b) Hence show that a2 + b2 + c2 − ab − bc − ca ≥ 0.
(c) Deduce that for all positive real numbers a, b and c:
(a + b + c)2 ≥ 3(ab + bc + ca)
(d) Suppose that a, b and c are the side lengths of a triangle.
(i) Explain why (b − c)2 ≤ a2 .
(ii) Deduce that (a + b + c)2 ≤ 4(ab + bc + ca).
G D
14. Suppose that a, b and c are positive.
a b
(a) Prove that + ≥ 2.
E
b a
1 1 1
(b) Hence show that (a + b + c) + + ≥ 9.
ES
a b c
PA T
3 3 a b
(c) (i) Prove that a + b ≥ + abc, and write down similar inequalities for b3 + c3
c c
E EC and c3 + a3 .
(ii) Hence prove that a3 + b3 + c3 ≥ 3abc.
a b c
(iii) Deduce that + + ≥ 3.
b c a
a b
15. In the previous question we proved that + ≥ 2 for a, b > 0. Use this result to prove
PL R
b a
that ab(a + b) + bc(b + c) + ca(c + a) ≥ 6abc for a, b, c > 0.
16. Suppose that x and y are positive.
M R
1 1 4
(a) Prove that + ≥ .
x y x+y
1 1 2
(b) (i) Prove that 2 + 2 ≥ .
O
x y xy
1 1 8
(ii) Use part (i) and the square of part (a) to prove that 2
+ 2 ≥ .
x y (x + y)2
SA C
|x − y| ≥ |x| − |y| .
[Hint: Begin with LHS2 − RHS2 .]
U
19. Given a, b, c > 0 and abc = 1, use the AM/GM inequality with three terms to prove that
1 + ab 1 + bc 1 + ca
+ + ≥ 3.
1+a 1+b 1+c
Uncorrected sample pages • Cambridge University Press © Sadler & Ward, 2019 • 978-1-108-77105-4 • Ph 03 8671 1400
.
80 CHAPTER 2: Proof 2E
G D
a b c 3
21. If a, b, c > 0, prove that + + ≥ .
b+c a+c a+b 2
E
[Hint: Begin by adding one to each fraction on the LHS.]
ES
PA T
2E Induction
E EC
Induction is an important topic in the Mathematics Extension 1 course, and
candidates in Extension 2 are expected to be proficient at the two main styles
already met, sums and divisibility. The Exercise questions include problems
which review this work. Induction will further be applied to inequalities and
verifying formulae for sequences specified recursively.
PL R
Review of Induction: Recall that there are three main parts to an induction proof.
First, the statement is verified for any initial terms. The second step proves the
implication that if the statement is true for some integer k then it is true for the
M R
next integer (k + 1). Each proof then concludes with an appeal to the principle
of mathematical induction.
O
j=1
Xn
so let Sn = Tj
j=1
U
= −1 + 22 − 32 + . . . + (−1)n n2 .
2
Uncorrected sample pages • Cambridge University Press © Sadler & Ward, 2019 • 978-1-108-77105-4 • Ph 03 8671 1400
.
2E Induction 81
G D
= 21 (−1)k+1(k + 1) − k + 2(k + 1)
= 21 (−1)k+1 (k + 1)(k + 2)
= RHS.
E
C. It follows from parts A and B by mathematical induction that the result is
ES
true for all integers n ≥ 1.
PA T
Harder questions may involve divisibility problems. In other cases the statement
may only be true for values of n in some specified sequence. The easiest way to
E EC
manage this is to replace n with the formula for the mth term of the sequence.
The next Worked Example demonstrates both situations.
That is, assume that 32k − 22k = 5p, for some integer p. (†)
Now prove the statement for m = k + 1.
That is, prove that 32(k+1) − 22(k+1) is divisible by 5.
N
= 45p + 22k × 5
= 5(9p + 22k )
which is divisible by 5.
C. It follows from parts A and B by mathematical induction that the result is
true for all integers m ≥ 1, and hence is true for all positive even integers n.
Uncorrected sample pages • Cambridge University Press © Sadler & Ward, 2019 • 978-1-108-77105-4 • Ph 03 8671 1400
.
82 CHAPTER 2: Proof 2E
WORKED EXAMPLE 15: Prove by mathematical induction that 2n > n3 for all
integers n ≥ 10.
SOLUTION:
A. When n = 10, LHS = 210
= 1024
and RHS = 103
= 1000
G D
so the result is true for n = 10.
B. Assume the statement is true for the positive integer n = k.
That is, assume that 2k > k3 (†)
E
Now prove the statement for n = k + 1. That is, prove that
ES
2k+1 > (k + 1)3 .
PA T
This will be done by proving LHS − RHS > 0.
LHS − RHS = 2k+1 − (k + 1)3
E EC = 2 × 2k − (k3 + 3k2 + 3k + 1) ,
so by the induction hypothesis (†):
LHS − RHS > 2k3 − (k3 + 3k2 + 3k + 1)
= k3 − (3k2 + 3k + 1)
> k3 − (3k2 + 3k2 + 3k2 ) (since k > 1)
= k2 (k − 9)
PL R
>0 (since k ≥ 10.)
C. It follows from parts A and B by mathematical induction that the result is
M R
Proving Recursive Formulae: Recall that sequences can be defined using an initial
O
value and a recursive formula. For example, consider the sequence defined by
Tn = Tn−1 + 2n , for n > 1, where T1 = 2 .
SA C
The first few terms of that sequence are 2, 6, 12, 20, 30, 42, . . . It appears that a
simpler formula for this sequence is
Tn = n2 + n
N
SOLUTION:
A. When n = 1, RHS = 12 + 1
=2
so the result is true for n = 1.
Uncorrected sample pages • Cambridge University Press © Sadler & Ward, 2019 • 978-1-108-77105-4 • Ph 03 8671 1400
.
2E Induction 83
G D
so by the induction hypothesis (†):
LHS = k2 + k + 2(k + 1)
= k2 + 3k + 2
E
= RHS .
C. It follows from parts A and B by mathematical induction that the result is
ES
true for all integers n ≥ 1.
PA T
Notice how easy this last induction proof was. It is generally the case that
recursive formulae are easy to prove by induction, but there are exceptions.
E EC
Exercise 2E
1. Prove by induction that for all positive integer values of n:
n
X Xn
(a) 1
r = 2 n(n + 1) (d) (2r − 1)2 = 31 n(2n − 1)(2n + 1)
PL R
r=1 r=1
n n
X X 1 n
(b) r(r + 1) = 31 n(n + 1)(n + 2) (e) =
M R
r=1 r=1
r(r + 1) n+1
n n
X X 1 n
(c) r 2 = 61 n(n + 1)(2n + 1) (f) =
(2r − 1)(2r + 1) 2n + 1
O
r=1 r=1
DEVELOPMENT
2
(b) 13 + 23 + 33 + · · · + n3 = (1 + 2 + 3 + · · · + n)
[Hint: Use question 1 part (a).]
4. Prove by mathematical induction that for even values of n:
(a) n2 + 2n is a multiple of 8 (b) n3 + 2n is a multiple of 12
5. Prove by mathematical induction that for odd values of n:
(a) 7n + 2n is divisible by 9 (b) 7n + 13n + 19n is divisible by 13
6. Prove these inequalities by mathematical induction:
(a) n2 ≥ 3n − 2 for n ≥ 1 (b) 2n ≥ 1 + 3n for n ≥ 4
Uncorrected sample pages • Cambridge University Press © Sadler & Ward, 2019 • 978-1-108-77105-4 • Ph 03 8671 1400
.
84 CHAPTER 2: Proof 2E
7. (a) Prove by induction that (1 + c)n > 1 + cn for all integers n ≥ 2, where c is a non-zero
constant greater than −1.
n
1 1
(b) Hence show that 1 − > for all integers n ≥ 2.
2n 2
8. (a) Solve the inequation x2 > 2x + 1.
(b) Hence prove by induction that 2n > n2 for all integers n ≥ 5.
9. In each case a sequence has been defined recursively and then a formula given for the nth
G D
term. Use mathematical induction to prove each formula.
(a) If T1 = 1 and Tn = Tn−1 + n for n ≥ 2, then Tn = 21 n(n − 1) for n ≥ 1.
(b) If T1 = 1 and Tn = 2Tn−1 + 1 for n ≥ 2, then Tn = 2n − 1 for n ≥ 1.
E
(c) If T1 = 5 and Tn = 2Tn−1 + 1 for n ≥ 2, then Tn = 6 × 2n−1 − 1 for n ≥ 1.
3Tn−1 − 1 n
ES
(d) If T1 = 1 and Tn = for n ≥ 2, then Tn = for n ≥ 1.
PA T
4Tn−1 − 1 2n − 1
d
10. (a) By differentiating from first principles, show that x = 1.
E EC(b) Use mathematical induction and the product rule to show that
all positive integer values of n.
dx
d n
dx
x = nxn−1 for
11. Prove by induction that the interior angle sum of a polygon with n sides is (n − 2) × 180◦ .
[Hint: Dissect the (k + 1)-gon into a k-gon and a triangle.]
PL R
12. Prove by induction that a polygon with n sides has 21 n(n − 3) diagonals.
13. Prove by induction that n lines in the plane, no two being parallel and no three concurrent,
M R
divide the plane into 21 (n2 + n + 2) regions. [Hint: The (k + 1)th line will cross the other
k lines in k distinct points, and so will add k + 1 regions.]
14. Prove by mathematical induction that every set with n members has 2n subsets. [Hint:
O
When a new member is added to a k-member set, then every subset of the resulting
(k + 1)-member set either contains or does not contain the new member.]
SA C
1 × 3 × · · · × (2n − 1) 1
(b) ≥
2 × 4 × · · · × 2n 2n
16. Prove by mathematical induction that n3 − n is divisible by 24 for odd values of n.
U
17. [Formulae for APs and GPs] Use mathematical induction to prove each result.
(a) If T1 = a and Tn = Tn−1 + d for n ≥ 2, then Tn = a + (n − 1)d for n ≥ 1.
(b) If T1 = a and Tn = r Tn−1 for n ≥ 2, then Tn = ar n−1 for n ≥ 1.
(c) If S1 = a and Sn − Sn−1 = a + (n − 1)d for n ≥ 2, then
Sn = 21 n 2a + (n − 1)d for n ≥ 1.
Uncorrected sample pages • Cambridge University Press © Sadler & Ward, 2019 • 978-1-108-77105-4 • Ph 03 8671 1400
.
2E Induction 85
G D
2 3 n
20. (a) Prove the identity 2 cos A sin B = sin(A + B) − sin(A − B).
(b) Hence prove by induction that for all positive integers n,
E
1
sin(n − 21 )θ
+ cos θ + cos 2θ + · · · + cos(n − 1)θ = .
ES
2
2 sin 12 θ
PA T
21. (a) Prove that for positive values of x and y,
x y
E EC + ≥ 2.
y x
(b) Hence prove by induction that for positive values of a1 , a2 , . . . , an ,
1 1 1
a1 + a2 + · · · + an + +···+ ≥ n2 .
a1 a2 an
PL R
(c) Deduce that cosec2 θ + sec2 θ + cot2 θ ≥ 9 cos2 θ.
ENRICHMENT
M R
22. In each case a sequence has been defined recursively and then a formula given for the nth
term. Use a stronger form of induction to prove each formula.
(a) If T1 = 3, T2 = 6, and Tn = 3 Tn−1 − 2 Tn−2 − 1 for n ≥ 3, then Tn = n + 2n for n ≥ 1.
O
Tn = 1 + 2 + 1 − 2 for n ≥ 0.
1 1 1 1 1 1 1 k
1− + − + − +···+ − > .
2 3 4 5 6 2k − 1 2k (2k + 1)(2k + 2)
(b) Hence prove by induction that for all n ≥ 2,
1 1 1 1 1 1 1
n 1+ + +···+ > n+1 + + +···+ .
3 5 2n − 1 2 4 6 2n
24. Define Sn as the sum of the products of all the pairs of distinct integers that can be formed
from the first n positive integers.
So, for example, S3 = 1 × 2 + 1 × 3 + 2 × 3.
1
Prove by mathematical induction that Sn = 24 (n − 1)(n)(n + 1)(3n + 2) for n ≥ 2.
Uncorrected sample pages • Cambridge University Press © Sadler & Ward, 2019 • 978-1-108-77105-4 • Ph 03 8671 1400
.
86 CHAPTER 2: Proof 2F
25. A squad of n footballers put their training tops out to wash. When the washing has
finished drying, each player takes a training top, but it is found that no-one has their own.
This situation is called a derangement. Let Dn be the number of derangements.
(a) In some derangements, Ben and another player have each other’s top. Explain why
the number of these derangements is (n − 1)Dn−2 , for n > 2.
(b) Find a similar formula for the remaining derangements and hence show that
Dn = (n − 1)Dn−1 + (n − 1)Dn−2 , for n > 2 .
(c) Use the above result to show that
G D
Dn − nDn−1 = (−1) × Dn−1 − (n − 1)Dn−2 , for n > 2 .
(d) Find D1 and D2 , then prove by induction that Dn − nDn−1 = (−1)n , for n > 1.
E
n
X (−1)r
(e) Hence prove by induction that Dn = n! for all n ∈ Z+ .
ES
r!
PA T
r=0
WORKED EXAMPLE 17: Prove the AM/GM inequality for positive real numbers a
and b using circle geometry. That is, prove that
O
a+b √
≥ ab
2
and identify when the two sides are equal.
SA C
SOLUTION: W
Construct line segment P Q with |P Q| = a + b.
Construct the circle with diameter |P Q| and centre O. x
N
Uncorrected sample pages • Cambridge University Press © Sadler & Ward, 2019 • 978-1-108-77105-4 • Ph 03 8671 1400
.
2F Inequalities in Geometry and Calculus 87
G D
following worked example makes use of calculus and a
geometric series to find an approximation for log 23 which
is accurate to two decimal places.
E
WORKED EXAMPLE 18: Consider the geometric series
ES
S2n = 1 − h + h − . . . + h2n ,
2
PA T
where 0 < h < 1.
1
(a) Show that S2n−1 < < S2n .
E EC 1+h
(b) Integrate the previous result between h = 0 and h = x, where 0 < x < 1,
and hence write down a polynomial inequality for log(1 + x).
(c) Use n = 3 to estimate the value of log 23 .
SOLUTION:
PL R
(a) Now S2n−1 = 1 − h + h2 − h3 + . . . − h2n−1
1 − (−h)2n
M R
= (by GP theory)
1 − (−h)
1 − h2n
=
1+h
O
1
< (increase numerator)
1+h
and S2n = 1 − h + h2 − . . . + h2n
SA C
1 − (−h)2n+1
= (by GP theory)
1 − (−h)
N
1 + h2n+1
=
1+h
1
U
x2 x3 x2n x2 x3 x2n+1
so x − + −...− < log(1 + x) < x − + −...+
2 3 2n 2 3 2n + 1
Uncorrected sample pages • Cambridge University Press © Sadler & Ward, 2019 • 978-1-108-77105-4 • Ph 03 8671 1400
.
88 CHAPTER 2: Proof 2F
1
(c) Put n = 3 and x = 2
to get
1 1 1 1 1 1
2
− 8
+ 24
− 64
+ 160
− 384
< log 32 < 1
2
− 1
8
+ 1
24
− 1
64
+ 1
160
− 1
384
+ 1
896
259
so 640
< log 32 < 909
2240
G D
The actual value is 0·40547, correct to five decimal places.
Exercise 2F
E
1. (a) A regular dodecagon is drawn inside a circle of radius 1 cm
and centre O so that its vertices lie on the circumference, as
ES
PA T
shown in the first diagram. Determine the area of 4OAB,
O
and hence find the exact area of the inscribed dodecagon.√
(b) (i) Use the formula for tan 2θ to show that tan 15◦ = 2 − 3.
E EC (ii) Another regular dodecagon is drawn with centre O, so
that each side is tangent to the circle, as shown in the
second diagram. Find the area of 4OGH and hence find
the exact area of the circumscribed dodecagon.
A
B
(c) By considering the results in parts (a) and (b), show that
√ . O
PL R
3 < π < 12(2 − 3) = . 3·24 .
H
2. (a) Use Simpson’s rule with three function values to approximate
the area under y = sin x between x = 0 and x = π3 . G
M R
. 18
√
(b) Hence show that π = . 13 (4 − 3), which is accurate to two
decimal places.
1
O
y
3. The points A, P and B on the curve y = have x-coordinates
x
1, 1 21 and 2 respectively. The points C and D are the feet of the 1 A
perpendiculars drawn from A and B to the x-axis. The tangent M
SA C
P B
to the curve at P cuts AC and BD at M and N respectively.
N
(a) Find the areas of trapezia ABDC and M N DC. C D
(b) Hence show that 32 < ln 2 < 43 . 1 3
2 x
N
4. The diagram shows the points A(0, 1) and B(−1, e−1 ) on the curve
y = ex , and the point C(−1, 0) on the x-axis. The tangent at y
1
U
P (− 21 , e− 2 ) intersects OA at M and BC at N .
A
(a) Determine the exact area of the region bounded by the curve, M
BC, CO and OA. P
B
(b) Find the area of trapezium OABC.
N
(c) Show that the area of OM N C is equal to CO×P Q, and hence
C Q O x
find the area of the trapezium.
√
(d) Hence show that 21 (3 + 5) < e < 3.
5. Suppose that m ≤ f (x) ≤ M in the interval a ≤ x ≤ b. Use a diagram to help prove that
Z b
m(b − a) ≤ f (x) dx ≤ M (b − a) .
a
Uncorrected sample pages • Cambridge University Press © Sadler & Ward, 2019 • 978-1-108-77105-4 • Ph 03 8671 1400
.
2F Inequalities in Geometry and Calculus 89
DEVELOPMENT
1
6. The diagram shows upper rectangles for the graph of y = . y
x
(a) By considering appropriate areas, show that
1 1 1
1+ + + . . . + ≥ log(n + 1) .
2 3 n
1
(b) What do you conclude about the infinite series
1 3 5 x
G D
1 1
1 + + + . . .?
2 3
7. (a) Show, using calculus, that the graph of y = ln x is concave down throughout its
E
domain.
(b) Sketch the graph of y = ln x, and mark two points A(a, ln a) and B(b, ln b) on the
ES
curve, where 0 < a < b.
PA T
(c) Find the coordinates of the point P that divides the interval AB in the ratio 2 : 1.
(d) Using parts (b) and (c), deduce that 31 ln a + 23 ln b < ln( 31 a + 32 b).
E EC
8. Let f (x) = xn e−x , where n > 1.
(a) Show that f 0 (x) = xn−1 e−x (n − x).
(b) Show that (n, nn e−n ) is a maximum turning point of the graph of f (x), and hence
sketch the graph for x ≥ 0. (Don’t attempt to find points of inflexion.)
(c) Explain why xn e−x < nn e−n for x > n. Begin by considering the graph of f (x) for
PL R
x > n.
(d) Deduce from part (c) that (1 + n1 )n < e.
9. The function f (x) is defined by f (x) = x − loge (1 + x2 ).
M R
10
x x
10. Consider the function y = e 1 − .
10
SA C
(a) Find the two turning points of the graph of the function.
(b) Discuss the behaviour of the function as x → ∞ and as x → −∞.
(c) Sketch the graph of the function.
N
−10
x
(d) From your graph, deduce that ex ≤ 1 − , for x < 10.
10
10 10
U
11 10
(e) Hence show that ≤e≤ .
10 9
11. (a) Let a, b and c be the lengths of the sides of a triangle and let 6 A be opposite side a.
Use the cosine rule to help prove that |b − c| ≤ a ≤ b + c.
That is, prove that one side of a triangle is longer than the difference between the
other two sides and shorter than the sum of the other two sides.
(b) Hence prove for any two complex numbers z and w that
|z| − |w| ≤ |z ± w| ≤ |z| + |w| .
(c) Under what circumstances is |z| − |w| = |z + w|?
Uncorrected sample pages • Cambridge University Press © Sadler & Ward, 2019 • 978-1-108-77105-4 • Ph 03 8671 1400
.
90 CHAPTER 2: Proof 2F
12. In this question you may assume that simple exponential curves are concave up.
(a) Show by direct calculation that: (i) 66 < 3 × 56 , (ii) 5 × 66 < 2 × 76 .
1
(b) The points A − 61 , 3− 6 and B(0, 1) lie on the exponential curve y = 3x . The points
1 x
B and C 61 , 25 6 lie on the exponential curve y = 25 .
(i) Use part (a) to show that the gradient of chord AB is greater than 1 and the
gradient of chord BC is less than 1.
G D
(ii) Hence show that 25 < e < 3.
13. Let |t| < 1 and let N be a positive integer.
1
E
(a) Show that 1 + t2 + t4 + . . . + t2N < .
1 − t2
t2N +2
ES
(b) Show that the difference between the two is .
PA T
1 − t2
(c) Integrate the result in part (a) between 0 and x, where |x| < 1. Hence show that:
x3 x5 x2N +1
1+x
E EC x+
2
dt ≤
2N + 1
Z x 2N +2
x
0 1−t
2
1
< 2 log
dt .
1−x
.
1
14. The diagram shows the graph of y = , for t > 0. y
t
Let x > 1 and α > 0.
O
log x 1 xa/2 t
(b) Hence show that lim = 0, for all α > 0.
x→∞ xα
15. (a) Let n > 1 and k be positive integers. Use lower rectangles to prove that
N
Z nk+1
1 1
1− n ≤ dx .
nk x
U
Z nk
1
(b) Hence prove that dx → ∞ as k → ∞ regardless of the choice of n.
1 x
Z n+x
1
16. Consider the integral dt.
n t
x x
(a) Use upper and lower rectangles to show that x < n log 1 + n < x .
1+ n
x n x
(b) Hence show that lim 1 + n = e for any given value of x.
n→∞
n . x
(c) Use trial and error to determine how big n needs to be so that 1 + nx = . e correct
to three decimal places when x = 0·1.
Uncorrected sample pages • Cambridge University Press © Sadler & Ward, 2019 • 978-1-108-77105-4 • Ph 03 8671 1400
.
2F Inequalities in Geometry and Calculus 91
ENRICHMENT
G D
Z k+1
(i) log(x − 1) dx = k log k − k + 1
2
k+1
E
Z
(ii) log x dx = (k + 1) log(k + 1) − log 4 − k + 1
2
ES
(b) Deduce that kk < k! ek−1 < 41 (k + 1)k+1 , for all k ≥ 2.
PA T
y y = f (x)
18. The diagram on the right shows the curve y = f (x) in the interval
a ≤ x ≤ b where f 00 (x) > 0. The corresponding chord is CD
E EC
and M N is tangent to y = f (x) at P where x = a+b
(a) Use areas to briefly explain why
a+b
Z b
2
.
f (a) + f (b)
C
M
P
N
D
< − < + .
(2n − 1)2 n−1 n 2 (n − 1)2 n2
1 1 1 1 1 1 1
4 + + +··· < 1 < + + + +··· .
32 52 72 2 22 32 42
SA C
∞
3 X 1 7
(e) Hence show that < 2
< .
2 n=1 n 4
U
Z n
19. (a) Show that ln x dx = n ln n − n + 1.
1
(b) Use the trapezoidal rule on the intervals with endpoints 1, 2, 3, . . . , n to show that
Z n
ln x dx > 21 ln n + ln(n − 1)!
1
1
(c) Hence show that n! < nn+√2 e1−n . Note: This is a preparatory lemma in the proof
. 1
of Stirling’s formula n! =
. 2π nn+ 2 e−n , which gives an approximation for n! whose
percentage error converges to 0 for large integers n.
Uncorrected sample pages • Cambridge University Press © Sadler & Ward, 2019 • 978-1-108-77105-4 • Ph 03 8671 1400
.
92 CHAPTER 2: Proof 2F
G D
21. [A proof that e is irrational]
n
X 1
For positive integer values of n, let Sn = 1 + .
E
r=1
r!
Z 1 n
x −x
ES
(a) Prove by induction that e − Sn = e e dx for all positive integer values of n.
0 n!
PA T
3
(b) From (a) deduce that 0 < e − Sn < for all positive integer values of n.
(n + 1)!
E EC
(c)
(d)
Use (b) to deduce that (e − Sn ) n! is NOT an integer for n = 2, 3, 4, . . .
Show that there cannot exist positive integers p and q such that e = .
p
q
PL R
M R O
SA C
N
U
Uncorrected sample pages • Cambridge University Press © Sadler & Ward, 2019 • 978-1-108-77105-4 • Ph 03 8671 1400
.
2G Chapter Review Exercise 93
G D
2. Write down the negation of each statement.
(a) All mathematicians are intelligent.
E
(b) Suzie likes Physics and Chemistry.
(c) If I am on vacation, then I am not working.
ES
3. Write down the contrapositive of each statement.
PA T
(a) If I am a bicycle, then I have two wheels.
(b) If a number is odd, then its last digit is not 6.
E EC
(c) A square has four equal sides.
4. Write down (in ‘if. . . then’ form) the two converse statements equivalent to each ‘if and
only if’ statement.
(a) A number is even if and only if it is divisible by 2.
(b) A quadrilateral is a parallelogram if and only if its diagonals bisect each other.
PL R
(c) a is divisible by b if and only if ∃ c ∈ Z such that a = bc.
5. Prove that:
M R
Uncorrected sample pages • Cambridge University Press © Sadler & Ward, 2019 • 978-1-108-77105-4 • Ph 03 8671 1400
.
94 CHAPTER 2: Proof 2G
G D
(b) n3 + 2n is divisible by 3.
16. (a) Prove by induction that for all positive integer values of n:
E
1 1 1 1 1
1− 2 1− 2 ... 1− = 1+
2 3 (n + 1)2 2 n+1
ES
PA T
1 1 1
(b) What is the value of lim 1 − 2 1− 2 ... 1− ?
n→∞ 2 3 (n + 1)2
E EC
17. Prove by mathematical induction that:
(a) n(n + 2) is divisible by 4 for even values of n,
(b) 3n + 7n is divisible by 10 for odd values of n,
(c) 4n + 5n + 6n is divisible by 15 for odd values of n.
18. Use mathematical induction to prove that if T1 = 3 and Tn = Tn−1 + 4n for n ≥ 2,
then Tn = 2n2 + 2n − 1 for n ≥ 1.
PL R
√
19. For a certain sequence, a1 = 1 and an+1 = 2an + 1 for n ≥ 1.
Prove by induction that an < 3 for n ≥ 1.
M R
22. Prove, for n ≥ 3, that the exterior angle sum of a convex n-sided polygon is 360◦ .
23. (a) Prove by induction that 2n > n, for all positive integers n.
√
SA C
than 1?
x+y √ a+b+c+d √4
24. (a) Use the fact that ≥ xy, for x, y > 0, to prove that ≥ abcd,
2 4
U
for a, b, c, d > 0.
a+b+c 1 a+b+c
(b) (i) Show that = a+b+c+ .
3 4 3
a+b+c √
3
(ii) Hence prove that ≥ abc.
3
25. Suppose that abc is a 3-digit number, with a − c > 1. If we subtract cba from abc and
then add the result of this subtraction to its palindrome, prove that the answer is 1089.
Uncorrected sample pages • Cambridge University Press © Sadler & Ward, 2019 • 978-1-108-77105-4 • Ph 03 8671 1400
.
Appendix: The Fundamental Theorem of Arithmetic 95
G D
Then (a − bq) is divisible by d.
Proof: Both a and b have factor d, so there exist integers m and n such that
E
a = md and b = nd .
Thus a − bq = md − ndq
ES
= d(m − nq) .
PA T
Hence (a − bq) is divisible by d.
Using the division algorithm, for integers a and b it is always possible to write
E EC a = bq1 + r1 where 0 ≤ r1 < b ,
and where q1 and r1 are integers. It follows from the above proof that both b
and r1 are divisible by d, the HCF of a and b. Now repeat the division algorithm
to get
PL R
b = r1q2 + r2 where 0 ≤ r2 < r1 ,
and where q2 and r2 are integers. Once again it follows that both r1 and r2 are
divisible by d. Now continue the process to get a decreasing sequence of positive
M R
reader of this.
Finding the HCF of 81 and 66:
81 = 66 × 1 + 15 [1]
SA C
66 = 15 × 4 + 6 [2]
15 = 6 × 2 + 3 [3]
N
6 = 3 × 2.
Thus the HCF of 81 and 66 is 3.
More significantly, when the division algorithm is written out like this, the result
U
is a set of equations that can be used to write the HCF as a sum of multiples of
the original numbers. It is simply a matter of working backwards through the
equations. In this case:
3 = 15 − 6 × 2 (from [3])
= 15 − (66 − 15 × 4) × 2 (from [2])
= 15 × 9 − 66 × 2
= (81 − 66) × 9 − 66 × 2 (from [1])
= 81 × 9 − 66 × 11.
In other words, using these two algorithms, it is always possible to find the values
of x and y such that ax + by = d. In this case, x = 9 and y = −11.
Uncorrected sample pages • Cambridge University Press © Sadler & Ward, 2019 • 978-1-108-77105-4 • Ph 03 8671 1400
.
96 CHAPTER 2: Proof 2H
√
It is appropriate to pause at this point to give a remarkable proof that n is
either an integer or irrational whenever n is a positive integer.
√ √
Theorem: If n ∈ Z then either n ∈ Z or n is irrational.
√
Proof: Suppose that n is rational. Then ∃ a, b ∈ Z such that
√ a
n=
√ b
or b n=a (∗∗)
G D
where b ≥ 1 and the HCF of a and b is 1. Thus, from above, there exist integers x
and y such that
ax + by = 1 .
E
√
Multiply this equation by n to get
ES
√ √ √
n = (a n)x + (b n)y .
PA T
Now use the result of equation (∗∗) to get:
√
n = (bn)x + (a)y .
E EC
The RHS of this last equation
√ is a sum of products of integers, and must therefore
be an integer. Hence if n is rational then it must be an integer. Otherwise n
is irrational.
√
ax + py = 1
thus abx + pby = b .
But ab is divisible by p, so put ab = mp to get
O
mpx + bpy = b
that is p(mx + by) = b ,
by which b is divisible by p.
SA C
Uncorrected sample pages • Cambridge University Press © Sadler & Ward, 2019 • 978-1-108-77105-4 • Ph 03 8671 1400
.
Appendix: The Fundamental Theorem of Arithmetic 97
G D
n
= 1 = qk+1 × qk+2 × . . . × q` .
p1 × p2 × . . . × pk
E
But a product of primes cannot equal 1. Hence k = ` and each prime pi is equal
to a corresponding prime qi .
ES
PA T
THE FUNDAMENTAL THEOREM OF ARITHMETIC: If a positive integer n can be written as
two different products of primes
E EC
19 n = p1 × p2 × . . . × pk = q1 × q2 × . . . × q` ,
then k = ` and the primes p1 , p2, . . . , pk are a re-arrangement of the primes
q1 , q2 , . . ., q` .
Note that the above proof can be adapted to include negative integer values of n,
and this is left as an exercise.
PL R
M R O
SA C
N
U
Uncorrected sample pages • Cambridge University Press © Sadler & Ward, 2019 • 978-1-108-77105-4 • Ph 03 8671 1400