Average of a series

show that the average of a series given by: 2+12+30+56+90+...+nth term. is given by: (4n-1)(n+1)/3, where n is the number of terms.

#Algebra

Note by Kelvin Eden
6 months, 2 weeks ago

No vote yet
1 vote

  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:

  • 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.

MarkdownAppears as
*italics* or _italics_ italics
**bold** or __bold__ bold

- bulleted
- list

  • bulleted
  • list

1. numbered
2. list

  1. numbered
  2. list
Note: you must add a full line of space before and after lists for them to show up correctly
paragraph 1

paragraph 2

paragraph 1

paragraph 2

[example link](https://brilliant.org)example link
> This is a quote
This is a quote
    # I indented these lines
    # 4 spaces, and now they show
    # up as a code block.

    print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.

print "hello world"
MathAppears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3 2×3 2 \times 3
2^{34} 234 2^{34}
a_{i-1} ai1 a_{i-1}
\frac{2}{3} 23 \frac{2}{3}
\sqrt{2} 2 \sqrt{2}
\sum_{i=1}^3 i=13 \sum_{i=1}^3
\sin \theta sinθ \sin \theta
\boxed{123} 123 \boxed{123}

Comments

Nice series! I really enjoyed working this out. Not sure if this is the standard approach, but this is how I did it.

Each term in the series can be represented by the following expression, where tt is the term's placement in the series (in ttth place, starting from 11):

(2t)(2t1)=4t22t(2t)(2t - 1) = 4t^2 - 2t

This is because one will notice that the first term is 1×21\times2, the second is 3×43\times4, the third 5×65\times6 and so on. To find the average of this series up to a number nn, we need to sum every term together and divide by nn. This can be expressed as:

1nt=1n4t22t\dfrac{1}{n}\displaystyle\sum_{t = 1}^{n}4t^2-2t

The simplification of this expression is as follows:

1n(4t=1nt22t=1nt)\displaystyle\dfrac{1}{n}\left(4\sum_{t = 1}^{n}t^2-2\sum_{t = 1}^{n}t\right)

1n(4n(n+1)(2n+1)62n(n+1)2)\dfrac{1}{n}\left(\dfrac{4n(n+1)(2n+1)}{6}-\dfrac{2n(n+1)}{2}\right)

2(n+1)(2n+1)3(n+1)\dfrac{2(n+1)(2n+1)}{3}-(n+1)

(n+1)(23(2n+1)1)(n+1)\left(\dfrac{2}{3}(2n+1)-1\right)

(n+1)(43n13)(n+1)\left(\dfrac{4}{3}n - \dfrac{1}{3}\right)

(n+1)(4n13)(n+1)\left(\dfrac{4n - 1}{3}\right)

4(n1)(n+1)3\boxed{\dfrac{4(n-1)(n+1)}{3}}

David Stiff - 6 months, 2 weeks ago

I tried to solve this problem with a different approach, but this one is simpler and more clear... perfect👏👏

Kelvin Eden - 6 months, 2 weeks ago

Log in to reply

Thanks!

David Stiff - 6 months, 2 weeks ago
×

Problem Loading...

Note Loading...

Set Loading...