Induction Question (1 Viewer)

appletini18

New Member
Joined
Mar 19, 2009
Messages
1
Gender
Male
HSC
2010
Hey guys, I'm trying to do some revision work on 3U, and I've come across a question I have no idea how to finish. Any help (especially with the finishing, getting claim(k+1) to work) would be massively appreciated. Here she is:-

Prove, using mathematical induction, that the total number of diagnonals in an n-sided polygon is given by

n(n-3)
2



Sorry for the poor formating, I couldn't get latex to work.
 

Drongoski

Well-Known Member
Joined
Feb 22, 2009
Messages
4,245
Gender
Male
HSC
N/A
Hey guys, I'm trying to do some revision work on 3U, and I've come across a question I have no idea how to finish. Any help (especially with the finishing, getting claim(k+1) to work) would be massively appreciated. Here she is:-

Prove, using mathematical induction, that the total number of diagnonals in an n-sided polygon is given by

n(n-3)
2



Sorry for the poor formating, I couldn't get latex to work.

Attempted Proof

i) Smallest meaningful n = 4
A quadrilateral (n = 4) obviously has 2 diags; 4(4-3)/2 = 2
Therefore true for n = 4

ii) Assume true for n = k (for k >= 4)
i.e. for a k-sided polygon, no of diagonals = k(k-3)/2

iii) To construct a (k+1)-sided polygon, replace any one side of a k-sided
one with 2 sides; now the replaced side is now 1 diagonal and from
the new vertex, we have now (k-2) additional diags to the pre-existing
vertices, That is, in adding one extra side we've added (k-2) + 1 diags.

Therefore for this (k+1)-sided polygon we have k(k-3)/2 [from assumption]
+ (k - 1) diagonals. Now k(k-3)/2 + k-1 = (k^2 - k -2)/2 =
(k+1)(k+1 - 3)/2 diagonals. i.e. the formula holds true for a (k+1)-sided
polygon . . since the formula is the same as given, with 'k' replaced by
'k+1'

1v) Therefore by the Principle of Mathematical Induction, the formula is true
for all n = 4, 5, 6, 7 . . . . No need to say, as is often taught here,
things like "if true for n = 4, it's true for n = 5, if true for n = 5, then
true for n = 6, . . . and therefore blah blah blah
"

PS: Aren't you a little early to be already doing revision for 3U Maths Induction since your HSC is in 2010 ?
 
Last edited:

Trebla

Administrator
Administrator
Joined
Feb 16, 2005
Messages
8,401
Gender
Male
HSC
2006
Hey guys, I'm trying to do some revision work on 3U, and I've come across a question I have no idea how to finish. Any help (especially with the finishing, getting claim(k+1) to work) would be massively appreciated. Here she is:-

Prove, using mathematical induction, that the total number of diagnonals in an n-sided polygon is given by

n(n-3)
2



Sorry for the poor formating, I couldn't get latex to work.
For n = 3, it's trivial as a triangle has no diagonals.
Assume that a k-sided polygon has dk = k(k - 3)/2 diagonals
Now consider a (k + 1) sided polygon, which can be formed by looking at a k-sided polygon and "attaching" a triangle to one of its sides.
Now the additional vertex will form diagonals with all other vertices EXCEPT the two adjacent vertices. Hence in a (k + 1) sided polygon there will be an additional (k - 2) diagonals (basically (k + 1) vertices minus the two adjacent vertices and the reference vertex itself) as well as the diagonal linking the two adjacent vertices (which was not counted before as it made up the side of the k sided polygon). Hence there are (k - 1) extra diagonals
dk + 1 = dk + (k - 1)
= k(k - 3)/2 + (k - 1) by assumption
= (k² - 3k + 2k - 2)/2
= (k² - k - 2)/2
= (k + 1)(k - 2)/2
Hence by induction the statement is true for all polygons as it holds true for n = 3 (triangle)
 
Last edited:

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Top