Induction Method for Proving 1² + 2² +...+n² = (1/6)n(n+1)(2n+1)

  • Thread starter Thread starter Benny
  • Start date Start date
  • Tags Tags
    Induction
AI Thread Summary
The discussion focuses on the induction method for proving the formula for the sum of squares of the first n natural numbers. The initial steps involve verifying the base case P(2) and assuming P(k) is true. The user demonstrates the transition from P(k) to P(k+1) and seeks clarification on whether the final expression needs to explicitly show the replacement of n with (k + 1). Participants emphasize the importance of clearly indicating this substitution to validate the induction step. The consensus is that the last line should explicitly reflect the change to ensure clarity in the proof.
Benny
Messages
577
Reaction score
0
Hello, I am wondering how explicitly a result needs to be shown in induction questions.

For example prove that 1² + 2² +...+n² = (1/6)n(n+1)(2n+1) where n is a natural number. Here is what I did.

1. P(n) is the statement that the sum of the squares of the first n positive integers is (1/6)n(n+1)(2n+1). Show P(2) is true.

Edit: Fixed first sentence of the above paragraph.

2. Assume P(k) is true where k is a positive integer.

<br /> 1^2 + 2^2 + ... + k^2 = \frac{1}{6}k\left( {k + 1} \right)\left( {2k + 1} \right)<br />


3. Show that P(k+1) is true.

<br /> 1^2 + 2^2 + ... + k^2 + \left( {k + 1} \right)^2 = \frac{1}{6}k\left( {k + 1} \right)\left( {2k + 1} \right) + \left( {k + 1} \right)^2 <br />

<br /> = \left( {k + 1} \right)\left[ {\frac{1}{6}k\left( {2k + 1} \right) + \left( {k + 1} \right)} \right]<br />

<br /> = \frac{1}{6}\left( {k + 1} \right)\left[ {k\left( {2k + 1} \right) + 6\left( {k + 1} \right)} \right]<br />

<br /> = \frac{1}{6}\left( {k + 1} \right)\left[ {2k^2 + 7k + 6} \right]<br />

<br /> = \frac{1}{6}\left( {k + 1} \right)\left( {k + 2} \right)\left( {2k + 3} \right)<br />

Is it fine up to the point above? Or do I need to also have the following?

<br /> = \frac{1}{6}\left( {k + 1} \right)\left( {\left( {k + 1} \right) + 1} \right)\left( {2\left( {k + 1} \right) + 1} \right)<br />

Any help appreciated.
 
Last edited:
Physics news on Phys.org
your last step is absolutely nessisory (sry, don't know how to spell this word)... The reason is: you must show in the P(n+1) case, your formulas is the exactly the same as P(n) with n replaced by (n+1)...
 
first you must show it is true when n = 1

which is easy enough, 1 = (1/6)*1*2*3

then do n+1 as you did

I personally would write that last line you wrote to make it very clear that n was replaced with K+1
 
Cool, thanks for the help vincent and spectre.
 
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top