Urgent help required

Could you please tell me how to find the summation of a series whose difference of difference (2nd order difference) of successive terms is a constant.

Ex- 3+4+9+18+31+...... 1st order difference is 4-3=1

9-4=5

18-9=9. 31-18=13 Second order difference is 5-1=4, 9-5=4, 13-9=4

Hence second order difference is a constant.so how do you find the summation of such a series upto n terms.

Also it would be helpful if you could explain a general procedure if the nth order difference was a constant.

Thanks in advance.

P.s would be grateful to anyone who would reply at the earliest as I need it for an exam the day after tomorrow

Note by Pranav Chakravarthy
8 years, 1 month ago

No vote yet
6 votes

  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

I think the nnth term of these sequences (constant second order difference) can be expressed in the form an2+bn+can^2+bn+c, you can then find a,b,ca, b, c by substituting in values of n: For example with your example a+b+c=3,4a+2b+c=4,9a+3b+c=9a+b+c=3, 4a+2b+c=4, 9a+3b+c=9, solving yields a=2,b=5,c=6a=2, b=-5, c=6, so the nth term is 2n25n+62n^2-5n+6, you can then use the sum of squares formula n(n+1)(2n+1)6\frac{n(n + 1)(2n + 1)}{6} and the sum of first nn positive integers formula n(n+1)2\frac{n(n+1)}{2} to evaluate the sum.

I suspect (but currently have no proof) that if the kkth order difference is constant, then each member of the series is a polynomial of order kk, so you could get the sum by using formulae for the sum of the kkth, k1k-1th...11st powers of the first nn positive integers.

Clifford Wilmot - 8 years, 1 month ago

Log in to reply

Definitely, your suspicion is correct since for a kkth order polynomial you can create a finite difference table whose kkth row is constant...

A Brilliant Member - 8 years, 1 month ago

Thanks.but could you elaborate as to how you deduced that it must of the form an^2+bn+c.

pranav chakravarthy - 8 years, 1 month ago

Log in to reply

you can think of it as a function whose second derivative is constant, hence the polynomial for the sequence will be a quadratic.

Sebastian Garrido - 8 years, 1 month ago

Log in to reply

@Sebastian Garrido This is how I originally thought about it.

Clifford Wilmot - 8 years, 1 month ago

SEE..here we see there are two series..one is the one that you gave..another is the series of the differences..let us call the series you gave {a}n..(subscript n) and the series of the differences 1,5,9,13,.. as {b}n...now if you notice

{a}n - {a}n-1 = {b}n-1

i.e. the difference of the nth term and the n-1 th term of the series in the question is equal to the n-1 th term of the series of the differences (1,3,5,.. i.e. {b}n)

therefore,

         {a}n   -  {a}n-1 = {b}n-1
         {a}n-1 - {a}n-2 = {b}n-2
         .....
         .......
         .....
         {a}2    - {a}1    = {b}1

_________ [summing them all up] {a}n - {a}1 = {b}n-1 + {b}n-2 + ..... + {b}1 .....................(eqn 1)

now {b}n is a general arithmetic progression series..we can find the general term of {b}n {b}n = 4n-3 find summation of {b}n, where n varies from n-1 to 1

so we get to know the right hand side of equation 1 {a}1=3 [given] therefore find {a}n

it'll be {a}n=2n^2 - 5n + 6

Preetam Sengupta - 8 years, 1 month ago

Log in to reply

Thanks a lot that was very neatly explained.

pranav chakravarthy - 8 years, 1 month ago

pranav, the formula for the summation of this series is, n.a +(∑(n-1))a '+(∑(n-2))d where, a is the first number of the series a' is the first number of the secondary series which is obtained by 1st order difference d is the constant which is obtained by the 2nd order difference a is 3 , a' is 1 , d is 4 in your given example note this formula is only applicable where n is greater than 1 this is my 1st post, hope it is ueful for u

Saichandra Rockzz - 8 years, 1 month ago

how to simple continued fraction of 41/29

avijit pandey - 8 years, 1 month ago

no -_-

the Destroyer - 8 years, 1 month ago
×

Problem Loading...

Note Loading...

Set Loading...