This discussion board is a place to discuss our Daily Challenges and the math and science
related to those challenges. Explanations are more than just a solution — they should
explain the steps and thinking strategies that you used to obtain the solution. Comments
should further the discussion of math and science.
When posting on Brilliant:
Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.
Markdown
Appears as
*italics* or _italics_
italics
**bold** or __bold__
bold
- bulleted - list
bulleted
list
1. numbered 2. list
numbered
list
Note: you must add a full line of space before and after lists for them to show up correctly
when you find the differences of the pairs like 1^2-2^2 and 3^2 -4^2, you get 3 - 7 -11 - 15 -19... so on. So, u can solve it using it as an arithmatic progression.
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
bro which class r u in
Log in to reply
class 9. I got this question in a math quiz...
Thanks Everyone!!!
its easy ,just use a2−b2=[a−b][a+b] and take -1 common from all terms and then u will get a AP series
when you find the differences of the pairs like 1^2-2^2 and 3^2 -4^2, you get 3 - 7 -11 - 15 -19... so on. So, u can solve it using it as an arithmatic progression.
We can write 1^2-2^2+3^2-4^2+5^2-6^2+.... as (1+2)(1-2)+(3+4)(3-4)+(5+6)(5-6)+... = -(1+2+3+4+5+6+....)
=-(n(n+1)/2)=-n(n+1)/2
Read Grandi's Series for questions like these.
The sum you've written isn't defined, since its a divergent series. But, if you assume it has a value S, you can find its value.
S=12−22+32−42…
S=02+12−22+32…
2S=1−3+5−7+….(by adding downwards)
Define T=1−3+5−7+…
Therefore 2S=T, now
T=1−3+5−7+…
T=0+1−3+5+…
2T=1−2+2−2+2+… (adding downwards)
2T=1−2(1−1+1−1+…)
2T=1−2(V)
Where V is Grandi's series, which has a value of 21
∴2T=1−2(21)
⟹2T=0
⟹T=0
Now, 2S=T
⟹2S=0
⟹S=0
⟹12−22+32−42⋯=0
Log in to reply
Thank you
Why is (1−1+1−1+…)=21
It is really nonsense
Log in to reply
Read the link I gave in the original post. It deals with the same question. TL;DR of the link,
Simple way to see this, Let the sum be A.
A=1−1+1−1+…
A=1−(1−1+1−1+…
A=1−A
2A=1
A=21
Log in to reply
A= 1 + 1(-1)+1(-1)^2+1(-1)^3 .... and the formula of infinite geometric sequence is S = a/(1-r) where a = 1 and r = -1
therefore :
A = 1/(1 - (-1)) = 1/2
Log in to reply
The formula of the sum of an infinite geometric sequence is only valid when ∣r∣<1. So you can not use it here.
But, since the method used here to find the value of A is similar to how the formula is derived, they both will give the same answer.
12−22+32−42+52−62...=(1−2)(1+2)+(3−4)(3+4)+(5−6)(5+6)+...=−1(1+2+3+4+5+6+...)=−∞
Log in to reply
You could also do this
12−22+32−42+52−62+72…
=12+(−22+32)+(−42+52)−(62+72)…
=1+(3−2)(3+2)+(5−4)(5+4)+(7−6)(7+6)…
=1+5+9+13+…
=∞
Log in to reply
It depends on the parity of number of terms. If ∞ is taken as even then mine is correct otherwise yours.