
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Instructions for a homework assignment in math 141, which involves understanding the proof technique of mathematical induction and applying it to find a formula for s(n, 4). Students are encouraged to read the textbook and wikipedia articles on induction and work through examples. The document also mentions alternative methods for proving the formulas and the existence of faulhaber's formula for s(n, 4).
Typology: Assignments
1 / 1
This page cannot be seen from the preview
Don't miss anything!

Math 141 Homework # Due Tuesday, 11/13/
Bonus Problem: The extremely important proof technique of mathematical induction is often used to show that some fact is true for every positive integer. For example, the sums
S(n, p) =
∑^ n
i=
ip
that come up in integration have closed-form formulas like
S(n, 1) =
∑^ n
i=
i =
n(n + 1) 2
S(n, 2) =
∑^ n
i=
i^2 =
n(n + 1)(2n + 1) 6
S(n, 3) =
∑^ n
i=
i^3 =
n^2 (n + 1)^2 4
To prove that these formulas work for every positive integer n, you can use induction. Induction is vital in many other areas of mathematics, including sequences and series (which you’ll see in Math 122/142) and identities involving binomial coefficients (think back to the first few days of class).
The technique of induction can be a bit confusing at first, but with a little practice, you can get used to how it works, and it is very much worth learning. A brief summary appears in the box on p.87 of the textbook, although it’s not very enlightening by itself; you really have to work through a couple of examples to get the hang of how the technique works. The Wikipedia article on induction at http://en.wikipedia.org/wiki/Mathematical induction
has a more detailed description of induction that is readable and accurate, including a proof of the formula (1) (which is the “standard” example of induction). The formula (2) is proved inductively in Appendix F on p. A47. A slightly different example of induction appears on p. 90.
On the other hand, it is possible to prove formulas like (1), (2) and (3) without induction, as in Examples 4 and 5 on pp. A46–A47.
Read all this material. Once you have done so, mimic the method of Example 5 to find a formula for S(n, 4), and check that it works for several values of n (say 1 ≤ n ≤ 5). (If you want, you can check your formula for S(n, 4) against the Wikipedia article on Faulhaber’s formula; see below.)
Next, give another proof of your formula by induction.
Finally, find a recursive formula for S(n + 1, p) in terms of S(n, p), again by mimicking the method of Example 5. (Hint: In order to make the method work for all n, you will need binomial coefficients.)
For the curious, there is a general formula for S(n, 4) called Faulhaber’s formula; see http://en.wikipedia.org/wiki/Faulhaber’s formula.
However, the formula involves things called Bernoulli numbers, which are not easy to write in closed form; indeed, to give a general formula for them, you need mathematical induction again!