So we know the general formula for a sum of an arithmetic series is
a∑n=2n(n+1)
Where n is the number of terms in the series and a is the starting number
The problem with this formula though is that it only handles when a=1
So what if we want the formula when a=1
Let's say that for now a=3 and n=6 so we have an answer to check our equation with.
So
3∑6=3+4+5+6+7+8=33
This sum is almost the same as
1∑8=1+2+3+4+5+6+7+8=36
The second sum can be worked out using the formula
1∑8=28(8+1)=36
And the first one is just
3∑6=1∑8−(1+2)
Since (1+2) can be represented as 1∑2, we can represent our equation as
3∑6=1∑8−1∑2
And since both of those can be represented using the formula we can rewrite it as
3∑6=28(8+1)−22(2+1)=36−3=33
Rewriting this using a and n gives us
a∑n=1∑n+(a−1)−1∑a−1
a∑n=2(n+(a−1))((n+(a−1))+1)−2(a−1)((a−1)+1)
a∑n=2(n+a)(n+a−1)−2a2−a
Lets test it on our example
3∑6=2(6+3)(6+3−1)−232−3=36−3=33
So it works (at least for a=3 and n=6), feel free to test it for yourself.
#Algebra
#Finiteseries
#SummationOfSeries
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
There are no comments in this discussion.