As you all know the of sum of first \(n\) natural numbers is given by the formula \(\dfrac{n(n + 1)}{2}\), the sum of their squares is given by the formula \(\dfrac{n(n + 1)(2n + 1)}{6}\), the sum of their cubes is given by the formula \(\left ( \dfrac{n(n + 1)}{2} \right )^2\). Using these three formulas we used to solve questions based on summation easily. But what if the expression which has to be summed has higher orders like \(n^4, n^5, etc\). You can derive the sum of \(4^{th}\) powers with some difficulty but it will be impossible to do it for fifth powers and so on. So, in that situations we are not going to solve the series using formulae rather we go by technique. The main concept we should remember while doing by this technique is that we should express every term of the given series as difference of two factors so that all terms will get cancelled except the first one and last one. There are two types of methods based on the given series. We will discuss about them more clearly here.
TYPE:1
The main idea in this method is, splitting the nth term as a difference of two terms. This method can be applied to a series in which each term is composed of r factors which are in AP, the first factor of the several terms being in AP. An example for such series is given below :
(1×2×3×4)+(2×3×4×5)+...WORKING RULE :
Step - 1 : Write down the nth term
Step - 2 : Multiply both the sides with Next Factor of last term−Previous Factor of first term .
Step - 3 : Split the RHS and arrange them in such a way that all the diagonal elements gets cancelled. And there you have got the answer.
Here is an illustration to explain this more clearly.
Illustration - 1 : Find the sum of the given below series up to n terms.
(1⋅2⋅3⋅4)+(2⋅3⋅4⋅5)+(3⋅4⋅5⋅6)+...
Solution :
Our first job is find the nth term. Here it is :
tn=n(n+1)(n+2)(n+3)
Now, we we should multiply both the sides with Next Factor of last term - Previous Factor of first term⟹Next factor of (n + 3)(n+4)−Previous factor of n(n−1)
And so on, now put n=(n−1), we will get 5tn−1=(n−1)⋅n⋅(n+1)⋅(n+2)⋅(n+3)−(n−2)⋅(n−1)⋅n⋅(n+1)⋅(n+2)
And now put n=n, we will get 5tn=n⋅(n+1)⋅(n+2)⋅(n+3)⋅(n+4)−(n−1)⋅n⋅(n+1)⋅(n+2)⋅(n+3)
Now, arrange each term in a separate line and see the magic !!! All the elements diagonally except first one and last will get cancelled while adding all the terms.
5t15t25t35t45tn−15tn5(t1+t2+t3+...+tn)5Sn========1⋅2⋅3⋅4⋅52⋅3⋅4⋅5⋅63⋅4⋅5⋅6⋅74⋅5⋅6⋅7⋅8(n−1)⋅n⋅(n+1)⋅(n+2)⋅(n+3)n⋅(n+1)⋅(n+2)⋅(n+3)⋅(n+4)n(n+1)(n+2)(n+3)(n+4)n(n+1)(n+2)(n+3)(n+4)Sn=5n(n+1)(n+2)(n+3)(n+4)−−−−⋮−−01⋅2⋅3⋅4⋅52⋅3⋅4⋅5⋅63⋅4⋅5⋅6⋅7(n−2)⋅(n−1)⋅n⋅(n+1)⋅(n+2)(n−1)⋅n⋅(n+1)⋅(n+2)⋅(n+3)
You can see how every term with similar colors (except green) will get cancelled throughout leaving us only with two terms left.
This is how you have to solve these types of problems. Hope you have felt this quite good enough so let us move to the next set of problems !!!
TYPE:2
In this type of series too the main idea is to split every term into factors so that every term gets cancelled. The difference between the before one and this one is that the terms will be in reciprocal. This method can be applied to a series in which each term is composed of the reciprocal of the product of 'r factors in AP, the first factor of the several terms being in the same AP. Here is an example :
1⋅2⋅3⋅41+2⋅3⋅4⋅51+3⋅4⋅5⋅61+...WORKING RULE :
Step - 1 : Write down the nth term
Step - 2 : Multiply both the sides with Last Factor−First Factor .
Step - 3 : Split the RHS and arrange them in such a way that all the diagonal elements gets cancelled. And there you have got the answer.
Here is an illustration to explain this more clearly.
Illustration - 2 : Find the sum of given below series up to n terms.
1⋅2⋅3⋅41+2⋅3⋅4⋅51+3⋅4⋅5⋅61+...
Solution :
Our first job is find the nth term. Here it is :
tn=n(n+1)(n+2)(n+3)1
Now, we we should multiply both the sides with Last Factor - First Factor⟹Last factor(n+3)−First factorn
And so on now put, n=(n−1), we will get 3tn−1=(n−1)⋅n⋅(n+1)1−n⋅(n+1)⋅(n+2)1
And now put, n=n, we will get 3tn=n⋅(n+1)⋅(n+2)1−(n+1)⋅(n+2)⋅(n+3)1
Now, arrange each term in a separate line and see the magic !!! All the elements diagonally except first one and last will get cancelled while adding all the terms.
3t13t23t33t43tn−13tn3(t1+t2+t3+...+tn)3Sn========1⋅2⋅312⋅3⋅413⋅4⋅514⋅5⋅61(n−1)⋅n⋅(n+1)1n⋅(n+1)⋅(n+2)16161Sn=181−3(n+1)(n+2)(n+3)1−−−−⋮−−−−2⋅3⋅413⋅4⋅514⋅5⋅615⋅6⋅71n⋅(n+1)⋅(n+2)1(n+1)⋅(n+2)⋅(n+3)1(n+1)(n+2)(n+3)1(n+1)(n+2)(n+3)1
You can see how every term with similar colors (except green) will get cancelled throughout leaving us only with two terms left. In general I solved the problems taking the number of terms as n but you can find the sum by taking number of terms as n and at the ant substitute the value of n as according to the question.
This is how we have to solve these types of series so now it's your turn to practice them. If you have any doubts you can keep them in the comments section below.
Want to improve in Mathematics !!! Want to see more of these !!! Then try my set Mathematics Done Right
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
@Mr. India
–
Contribution page tells you and other users who visit it the contributions you have done to brilliant or in other words your status in brilliant. It will give set about how many upvotes you have, how many people solved your questions, how many people have seen your notes and finally helpful reports, featured solutions, total comment upvotes.
To get contribution page you should have a minimum community contribution which I too don't know. You should either more upvotes or more solvers or both. (I got my contribution page when I have around 150 upvotes and 500 solvers to my questions
Please have a look at Faulhaber polynomials. Finding general expressions for sums of kth powers is not particularly difficult if you are familiar with certain properties of it, as well as the property of Bernoulli numbers.
Still, nothing wrong with alternate perspectives... you should always be open to other ideas, even from the most advanced of sources.
There is a relation between these sums and the inverse of a triangular matrix related to Pascal's triangle. I find this method far more accessible to people, as opposed to your approach, since the required tools are easily known to enthusiastic students; moreover, it captures the main essence of these sums, as studied by Faulhaber and Bernoulli himself. Furthermore, Conway has done a lot of work in this area, where he is able to relate the Derivative/Integral linear mapping of these sums with lower/higher-degree ones of the same form; this is quite a recent result from a paper of his in 2016, which I assume has been published (I do not recall the source directly, unfortunately).
@Mohammad Farhat
–
Yes, Farhat. For example, I am twelve, and have a weak ability in Faulhaber's formula's. Besides, Nigerians don't have a unique passion for math.
@Mohammad Farhat
–
Math and science are the heartbeat of the universe. They oxidise our world to a better place, reducing ignorance in the process. They catalyse the increase of knowledge. They adorn our lives to make them frictionless. Oh, what is better than math and science !!!
@Ekene Franklin
–
I think some mistake happened. When I clicked it a page opens saying page not found. Check whether the link is correct or not. I prefer you to copy and paste the link rather than typing it so that there will be no errors.
Please see my reply somewhere in this thread. Given anyone can click a few buttons, I think repeating what I have said here would be a pointless exercise.
Can you send me a screenshot of what you see? The save function is still there.
I've tested this on other accounts / browsers, and have been unable to reproduce your issue.
Congratulations. And keep it up. Now itself you have got 496 comment upvotes which is 8 upvotes less than mine. Looks like you will cross my contributions page soon.
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
I like this note!
Log in to reply
You know I really worked hard on writing such a complicated latex code !!!
Log in to reply
I have experienced this. See my note:π, a beautiful number
Log in to reply
Log in to reply
Log in to reply
Log in to reply
Log in to reply
Log in to reply
Log in to reply
Open Problem Group
Yaah sure I will share. Here it is :Log in to reply
Log in to reply
To get contribution page you should have a minimum community contribution which I too don't know. You should either more upvotes or more solvers or both. (I got my contribution page when I have around 150 upvotes and 500 solvers to my questions
Log in to reply
Thank You
Log in to reply
I made an inspirational note about the Collatz Conjecture
@Ram Mohith, For the sum of cubes I think that
13+23+33⋯n3=(1+2+3⋯n)2
You do not really have to memorise the formula
Log in to reply
Yes you are correct. x=1∑nx3=(x=1∑nx)2
Please have a look at Faulhaber polynomials. Finding general expressions for sums of kth powers is not particularly difficult if you are familiar with certain properties of it, as well as the property of Bernoulli numbers.
Log in to reply
I have posted this for those who deosn't know those things.
Log in to reply
People who are like me! (I am 10)
Still, nothing wrong with alternate perspectives... you should always be open to other ideas, even from the most advanced of sources.
There is a relation between these sums and the inverse of a triangular matrix related to Pascal's triangle. I find this method far more accessible to people, as opposed to your approach, since the required tools are easily known to enthusiastic students; moreover, it captures the main essence of these sums, as studied by Faulhaber and Bernoulli himself. Furthermore, Conway has done a lot of work in this area, where he is able to relate the Derivative/Integral linear mapping of these sums with lower/higher-degree ones of the same form; this is quite a recent result from a paper of his in 2016, which I assume has been published (I do not recall the source directly, unfortunately).
I agree with Ram Mohith. Not everyone has a rapport with Faulhaber's polynomials. Besides, Ram has done a great work on the LaTeX.
Log in to reply
I second you!
Log in to reply
Log in to reply
Log in to reply
Log in to reply
Log in to reply
Log in to reply
Log in to reply
Log in to reply
Log in to reply
Log in to reply
Log in to reply
Log in to reply
Log in to reply
Log in to reply
Log in to reply
Log in to reply
[linktext](link))
Oh! The structure is like [link text ]then you add (link) (Note: I added the latex code to prevent it from rendering but do not add the latex code
Log in to reply
EKENE FRANKLIN?
Ok. Something likeLog in to reply
Log in to reply
@Ram Mohith.
Let me try again.Log in to reply
Log in to reply
Log in to reply
Log in to reply
@EKENE FRANKLIN!
SoLog in to reply
Log in to reply
Log in to reply
Log in to reply
Log in to reply
Log in to reply
Log in to reply
Log in to reply
Log in to reply
@Ram Mohith, Did you know that dynamites mean bombs (a type of bomb) that were discovered by Alfred Nobel (Nobel Prize creator)
Please see my reply somewhere in this thread. Given anyone can click a few buttons, I think repeating what I have said here would be a pointless exercise.
Very great note, brother. Very informative to those ignorant of this.
Log in to reply
Yes. Thank you very much.
@Calvin Lin, where is the save option?
Log in to reply
Can you send me a screenshot of what you see? The save function is still there.
I've tested this on other accounts / browsers, and have been unable to reproduce your issue.
Log in to reply
@Calvin Lin, when it is on display mode(Thread), there is no save function but when I refresh the page there is a save function
Awesomely wrote with Latex. Keep it up
@Ram Mohith,
I FINALLY GOT A CONTRIBUTIONS PAGE! I AM SO EXCITED!
Dear Farhat.
Log in to reply
Congratulations. And keep it up. Now itself you have got 496 comment upvotes which is 8 upvotes less than mine. Looks like you will cross my contributions page soon.
Log in to reply
What is a contributions page?