Proving a Conjecture by Induction

  • Thread starter Thread starter Link
  • Start date Start date
  • Tags Tags
    Induction Proof
Link
Messages
132
Reaction score
1
I am supposed to prove a conjecture by induction. I have worked out that the series can be described by:

a = 2,6,12,20,30
S = 2+8+20+40...

(n^2) + n = (1/3) ((n^3)+3(n^2)+2n)

However, i cannot prove it by induction. It seems like there is smth wrong with the K^3.
 
Physics news on Phys.org
What series? And what precisely is it that you want to prove? I doubt that you actually want to prove that (n^2) + n = (1/3) ((n^3)+3(n^2)+2n), because that's not true (for all n).
 
This should help

Muzza said:
What series? And what precisely is it that you want to prove? I doubt that you actually want to prove that (n^2) + n = (1/3) ((n^3)+3(n^2)+2n), because that's not true (for all n).
I think Link means \sum_{k=1}^{n} \left(k^2 + k\right) = \frac{1}{3}(n^3+3n^2+2n), which is in fact true.
The inductive proof goes like this:
i. \sum_{k=1}^{n} \left(k^2 + k\right) = \frac{1}{3}(n^3+3n^2+2n) , holds for n=1;
ii. Assume \sum_{k=1}^{n} \left(k^2 + k\right) = \frac{1}{3}(n^3+3n^2+2n) holds for some fixed n, so that
\sum_{k=1}^{n} \left(k^2 + k\right) = \frac{1}{3}(n^3+3n^2+2n)\Rightarrow \sum_{k=1}^{n} \left(k^2 + k\right) + \left((n+1)^2 + (n+1)\right) = \frac{1}{3}(n^3+3n^2+2n) + \left((n+1)^2 + (n+1)\right)
\Rightarrow \sum_{k=1}^{n+1} \left(k^2 + k\right) = \frac{1}{3}(n^3+6n^2+11n+6) = \frac{1}{3}\left((n+1)^3+3(n+1)^2+2(n+1)\right).
Therefore, \sum_{k=1}^{n} \left(k^2 + k\right) = \frac{1}{3}(n^3+3n^2+2n) holds for every positive integer n.
 
Last edited:
thanks! but there is another problem arising from this, regarding the interpretation of a question.

Based on the results obtained above, how can i calculate 1^2 + 2^2 + 3^2...+n^2?

the problem is the word "calculate", do you think they want me to use the same method to derive a general expression for this series, or actually get an numerical value (i don't think its obtainable)? I am the only one in class doing this investigation and I cannot reach my teacher this week so advice on the meaning of this is appreciated.
 
Well, you now know that
\sum_{k=1}^{n} \left(k^2 + k\right)=\sum_{k=1}^nk^2+ \sum_{k=1}^nk = \frac{1}{3}(n^3+3n^2+2n)
If you know a formula for
\sum_{k=1}^{n} k
just subtract that from both sides.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top