Actually, we could do this question using Descartes' circle theorem, but that's probably a bit overkill. Instead, let's tackle it with basic primary school geometry, and a bit of induction and telescoping! Consider the following figure:
Problem: order the radii of all the little yellow circles up from the bottom of the center as a sequence {rn} and show that rn=12n(n+1). When doing proofs for general results like this, it can often really really help to work out a few baby cases. So, let's start by showing that r1=14.
As you can see from the diagram below, we've got a (vertical) trapezium with two right angles opposite each other and with the parallel sides of lengths 1 and r1. Thus, by chopping off a rectangle at the bottom of this trapezium, we're left with a right-angled triangle with sides of lengths 1−r1,1 and 1+r1.
And so, Pythagoras' theorem tells us that (1−r1)2+12=(1+r1)2⇒1=4r1. Oookay, that was fair straight forward. Let's try this again for r2:
So, we see that by repeat this trapezium trick to calculate r2 we get: (1−2r1−r2)2+12=(1+r2)2⇒1=(1+r2)2−(1−2r1−r2)2=4(r1+r2)(1−r1). Substituting in r1=14, we show that r2=112. Now, if we keep going with this trapezium trick (*), we see that to compute rn+1, we get: (1−2(r1+…+rn)−rn+1)2+12=(1+rn+1)2⇒1=(1+rn+1)2−(1−2(r1+…+rn)−rn+1)2=4(r1+…+rn+1)(1−r1−…−rn). Thus, rn+1=14−4(r1+…+rn)−(r1+…+rn). So, we've now got this recursive expression for rn+1 and recursion should really make us think: induction.
We're going to use a slightly stronger form (**) of mathematical induction than what you're used to seeing. Don't worry - the logic is the same. =) Okay, here goes...
Let's start off with a proposition: let the proposition p(n) be the statement that rn=12n(n+1), and we're going to prove these statements for every n∈N.
Base case: n=1... well, we've actually already proven this above. We showed that r1=14=12×1×2.
(Strong) induction step: now, we're going to do something a little different to showing that "p(k)⇒p(k+1)". We're actually going to show that p(1),p(2),…,p(k) all being true ⇒p(k+1) is true. Take a moment to think about that logic, and I hope that you see that it's the same type of logic as you usually use in induction, except that it feels stronger because you're assuming more things for the induction step.
Okay....breathe out.
So, let's assume that p(1),…,p(k) are all true. Now, we showed before that rk+1=14−4(r1+…+rk)−(r1+…+rk). And now, invoking all of our assumptions, we can try to work out what r1+…+rk is equal to, and hence what rk+1 is equal to: r1+…+rk=12(11×2+12×3+…+1k×(k+1))=12(11−12+12−13+13−14+…−1k+1k−1k+1)=k2(k+1). W000t! Telescoping! And substituting this in, we get that: rk+1=14−2kk+1−k2(k+1)=k+12(k+2)−k2(k+1)=(k+1)2−k(k+2)2(k+1)(k+2)=12(k+1)(k+2), which is precisely what we want. I.E.: the proposition p(k+1) is true!
Therefore, by the principle of (strong) mathematical induction, the propositions p(n) are true for all n∈N.
=)
*: Bah, I didn't feel like drawing the diagram.
**: strictly speaking, it's not stronger - it's the same strength! It's just that it seems stronger.
No comments:
Post a Comment