eigenmath/doc/ross/ross-1.4.tex

28 lines
611 B
TeX

\beginsection{1.4}
\medskip
(a) Guess a formula for $1+3+\cdots+(2n-1)$ by evaluating the sum for
$n=1$, 2, 3, and 4. [For $n=1$, the sum is simply 1.]
\medskip
For each $n$ we have
$$\eqalign{
1&=1\cr
1+3&=4\cr
1+3+5&=9\cr
1+3+5+7&=16\cr
}$$
therefore a reasonable guess would be
$$1+3+\cdots+(2n-1)=n^2$$
\medskip
(b) Prove your formula using mathematical induction.
\medskip
We already have $n^2=1$ for $n=1$.
For $n+1$ we have
$$1+3+\cdots+(2n-1)+(2(n+1)-1)=n^2+2n+1=(n+1)^2$$
Therefore the formula is true for $n+1$ whenever it is true for $n$.
Hence by induction the formula is true for all $n\ge1$.