Homepage Solution manuals Terence Tao Analysis I Exercise 2.3.4 (Binomial formula)

Exercise 2.3.4 (Binomial formula)

Prove the identity (a + b)2 = a2 + 2ab + b2 for all natural numbers a,b.

Answers

Hints. Use Proposition 2.3.4 and Lemma 2.3.2.

How to think about the exercise. This exercise is basically just an application of all of the propositions and lemmas that appeared in this section (Section 2.3). Exercises like this one test your ability to rigorously apply definitions and results. For each step, you want to cite the result which justifies it.

Model solution. Let a,b be natural numbers. By definition of exponentiation (Definition 2.3.11), (a + b)2 = (a + b)1 × (a + b) = (a + b)(a + b). By the distributive law (Proposition 2.3.4), we have (a + b)(a + b) = (a + b)a + (a + b)b. By the distributive law again, (a + b)a = aa + ba; by the definition of exponentiation and commutativity of multiplication (Lemma 2.3.2) this is just a2 + ab. Similarly, by the distributive law, (a + b)b = ab + bb = ab + b2. Summarizing everything so far, we have (a + b)2 = a2 + ab + ab + b2. It now suffices to show that ab + ab = 2ab. By the associativity of multiplication and definition of multiplication, 2ab = 2 × (ab) = (1 × (ab)) + ab = ab + ab.

Source: Issa Rice’s blog.

User profile picture
2020-03-15 00:00
Comments

Proof. By definition of exponentiation, we have:

(a + b)2 = (a + b)1(a + b) = (a + b)(a + b).

By distributive law,

(a + b)(a + b) = a(a + b) + b(a + b).

By distributive law, again,

a(a + b) + b(a + b) = aa + ab + ba + bb.

By definition of exponentiation,

aa + ab + ba + bb = a2 + ab + ba + b2.

By commutativity of multiplication,

a2 + ab + ba + b2 = a2 + ab + ab + b2.

By distributive law and definition of multiplication, ab + ab = 1ab + 1ab = ab(1 + 1) = ab × 2 = 2ab. Thus, we have:

a2 + ab + ab + b2 = a2 + 2ab + b2,

as desired. □

User profile picture
2022-07-20 09:22
Comments