Is My Mathematical Proof Correct?

  • Thread starter Thread starter Artusartos
  • Start date Start date
Artusartos
Messages
236
Reaction score
0
Do you think my answer is correct? If not, can you tell me why it is wrong?

Thanks in advance
 

Attachments

  • 20121214_104342.jpg
    20121214_104342.jpg
    26.6 KB · Views: 439
  • 20121214_104458.jpg
    20121214_104458.jpg
    26.3 KB · Views: 423
  • 20121214_104505.jpg
    20121214_104505.jpg
    19.4 KB · Views: 411
Physics news on Phys.org
This looks fine, but you need to slightly re-adjust the inductive step. There you assume that ##|s_{n+k}-s_n|<\epsilon## and then carry on with
$$
\begin{eqnarray*}
|s_{n+k+1}-s_n|
& = & |s_{n+k+1}-s_{n+k}+s_{n+k}-s_n| \\
& \leq & |s_{n+k+1}-s_{n+k}|+|s_{n+k}-s_n| \\
& < & \frac\epsilon2 + \frac\epsilon2.
\end{eqnarray*}
$$
That last line should be "##\ldots<\epsilon+\epsilon##". Which means you need to go back in your proof and somehow ensure that ##|s_{n+k}-s_n|## and ##|s_{n+k+1}-s_{n+k}|## are together less than ##\epsilon##, not each separately.
 
Michael Redei said:
This looks fine, but you need to slightly re-adjust the inductive step. There you assume that ##|s_{n+k}-s_n|<\epsilon## and then carry on with
$$
\begin{eqnarray*}
|s_{n+k+1}-s_n|
& = & |s_{n+k+1}-s_{n+k}+s_{n+k}-s_n| \\
& \leq & |s_{n+k+1}-s_{n+k}|+|s_{n+k}-s_n| \\
& < & \frac\epsilon2 + \frac\epsilon2.
\end{eqnarray*}
$$
That last line should be "##\ldots<\epsilon+\epsilon##". Which means you need to go back in your proof and somehow ensure that ##|s_{n+k}-s_n|## and ##|s_{n+k+1}-s_{n+k}|## are together less than ##\epsilon##, not each separately.

Ok, thanks a lot :smile:
 
Michael Redei said:
This looks fine, but you need to slightly re-adjust the inductive step. There you assume that ##|s_{n+k}-s_n|<\epsilon## and then carry on with
$$
\begin{eqnarray*}
|s_{n+k+1}-s_n|
& = & |s_{n+k+1}-s_{n+k}+s_{n+k}-s_n| \\
& \leq & |s_{n+k+1}-s_{n+k}|+|s_{n+k}-s_n| \\
& < & \frac\epsilon2 + \frac\epsilon2.
\end{eqnarray*}
$$
That last line should be "##\ldots<\epsilon+\epsilon##". Which means you need to go back in your proof and somehow ensure that ##|s_{n+k}-s_n|## and ##|s_{n+k+1}-s_{n+k}|## are together less than ##\epsilon##, not each separately.

Question 10.6 in this link:
http://people.ischool.berkeley.edu/~johnsonb/Welcome_files/104/104hw3sum06.pdf

is the same as the one that I solved...

But in part (b), it says that this result is not true for |s_{n+1} - s_n| &lt; 1/n. And I was a bit confused...because can't I use the same proof for this one too?

Thanks in advance
 
Last edited by a moderator:
Unfortunately your present proof doesn't work. Your assumption is that |s_{n+k} - s_n| &lt; \epsilon, and you know that |s_{n+ k +1} - s_{n+k}| &lt; 2^{-(n+k)}. The inductive step is then
<br /> |s_{n+k + 1} - s_n| \leq |s_{n+k+1}-s_{n+k}| + |s_{n+k} - s_n| &lt; 2^{-(n+k)} + \epsilon<br />
But, sadly, 2^{-(n+k)} + \epsilon &gt; \epsilon for all n and k. So you can't conclude that |s_{n+k+1}- s_n| &lt; \epsilon, even though this might be the case. (If your inductive step doesn't make use of the given bound on |s_{n+k +1} - s_{n+k}|, then your proof is almost certainly flawed.)

The best proof is probably the one given.
 
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