Summing $3+7+14+24+37…$ up to $10$ terms
$begingroup$
What is $3+7+14+24+37...$ up to $10$ terms?
I only see that difference between two consecutive terms is in AP ie $7-3=4,14-7=7,24-14=10$ and so on. Any ideas on how to do it?
sequences-and-series
$endgroup$
add a comment |
$begingroup$
What is $3+7+14+24+37...$ up to $10$ terms?
I only see that difference between two consecutive terms is in AP ie $7-3=4,14-7=7,24-14=10$ and so on. Any ideas on how to do it?
sequences-and-series
$endgroup$
add a comment |
$begingroup$
What is $3+7+14+24+37...$ up to $10$ terms?
I only see that difference between two consecutive terms is in AP ie $7-3=4,14-7=7,24-14=10$ and so on. Any ideas on how to do it?
sequences-and-series
$endgroup$
What is $3+7+14+24+37...$ up to $10$ terms?
I only see that difference between two consecutive terms is in AP ie $7-3=4,14-7=7,24-14=10$ and so on. Any ideas on how to do it?
sequences-and-series
sequences-and-series
edited Jul 2 '16 at 2:36
Daniel W. Farlow
17.6k114488
17.6k114488
asked Jul 1 '16 at 17:05
Archis WelankarArchis Welankar
12k41642
12k41642
add a comment |
add a comment |
5 Answers
5
active
oldest
votes
$begingroup$
The sequence and its forward differences:
$$a_n : 3,7,14,24,37,..$$
$$Delta a_n : 4,7,10,13,..$$
$$Delta^2 a_n : 3,3,3,...$$
$$Delta^3 a_n : 0,0,..$$
$$Delta^4 a_n : 0,..$$
Now we make a reasonable guess that $Delta^4 a_n=0$ i.e. we guess $Delta^4 a_n$ is a sequence with all terms as $0$ to get $Delta^k a_n=0$ when $k geq 4$ and is an integer:
$$Delta^5 a_n=0 : 0,..$$
$$Delta^6 a_n=0 : 0,...$$
..
If we take $a_0$ to be the first term of the sequence than looking at the first term of each of the above sequences $3,4,3,0,0,0,..$ we have:
$$a_n=3{n choose 0}+4{n choose 1}+3{n choose 2}+0{n choose 3}+0{n choose 4}+0{n choose 5}+cdots$$
$$=3{n choose 0}+ 4{n choose 1}+3{n choose 2}$$
Where now you can apply the summation formula $sum_{n=0}^{x} {n choose k}={x+1 choose k+1}$. You can shift this to the right one if you want $a_1$ to represent the first term instead of $a_0$. Either way, you will get that the sum you want is equal to :
$$3{10 choose 1}+4{10 choose 2}+3{10 choose 3}=570$$
Because there are $10$ terms $a_0,..a_9$ and using the given formula that is what we get.
If you want a proof of what I hope you are observing with the differences let me know. The summation formula was grabbed from Wikipedia.
$endgroup$
$begingroup$
How did you get that the coefficients with the first terms will be n choose 0, n choose 1, etc.
$endgroup$
– Shubhraneel Pal
Oct 22 '17 at 1:42
$begingroup$
what is the proof of $sum_{n=0}^{x} {n choose k}={x+1 choose k+1}$
$endgroup$
– Shubhraneel Pal
Oct 22 '17 at 1:50
$begingroup$
math.stackexchange.com/questions/1490794/… @ShubhraneelPal
$endgroup$
– Ahmed S. Attaalla
Oct 23 '17 at 22:35
add a comment |
$begingroup$
Since the second differences are constant, the terms come from a quadratic polynomial. One can check that the terms of the series come from the polynomial $1.5k^2-0.5k+2$ where $kgeq 1$. Then
$$sumlimits_{k=1}^{10} (1.5k^2-0.5k+2)=1.5sumlimits_{k=1}^{10} k^2-0.5sumlimits_{k=1}^{10} k+2sumlimits_{k=1}^{10}1$$ which you can evaluate using the well-known sum formulas.
$endgroup$
add a comment |
$begingroup$
$x=1 phantom{n} 2 phantom{n} 3 phantom{n} 4$
$y=3 phantom{n} 7 phantom{n} 14 phantom{n} 24$
$y=m_2(x-x_1)(x-x_2)+m_1(x-x_1)+y_1$
$m_1$ is slope
$m_1=(y_2-y_1)/(x_2-x_1)$
$m_1=(7-3)/(2-1)$
$m_1=4$
$m_2$ changes in slope
$m_2=((y_3-y_2)-(y_2-y_1))/(x_3-x_1)$
$m_2=((14-7)-(7-3))/(3-1)$
$m_2=3/2$
$y=3/2*(x-2)(x-1)+2*(x-1)+3$
$y=1.5x^2-0.5x+4$
$endgroup$
2
$begingroup$
Please use$ $
for your formulas and also provide some explanation. As it is this answer is unreadable.
$endgroup$
– Hamed
Jul 2 '16 at 2:33
$begingroup$
I think you've misread the problem. It asks, not for a formula for terms in the sequence, but for their summation.
$endgroup$
– hardmath
Jul 2 '16 at 3:01
add a comment |
$begingroup$
Take a difference of the difference, and you get a constant sequence.
This is a quadratic polynomial, not a linear one...
$endgroup$
add a comment |
$begingroup$
This answer seeks to expand on the "one can check that" comment in Foobaz's answer. First, let $A={3,7,14,24,37,ldots}$. The pattern for the difference, $d_n$, between terms $n$ and $n+1$ is clear enough:
$$
d_n=4+(n-1)3=1+3n.
$$
Hence,
$$
a_{n+1}=frac{n}{2}(5+3n)+3
$$
or, more usefully,
begin{align}
a_n&=frac{n-1}{2}(2+3n)+3\[1em]
&=(n-1)+frac{3n^2-3n}{2}+3\[1em]
&= frac{2n-2+3n^2-3n+6}{2}\[1em]
&= frac{3n^2-n+4}{2}.
end{align}
Thus, we have the following:
begin{align}
S_{10}&= sum_{i=1}^{10}frac{3i^2-i+4}{2}\[1em]
&= frac{3}{2}sum_{i=1}^{10}i^2-frac{1}{2}sum_{i=1}^{10}i+2sum_{i=1}^{10}1\[1em]
&= frac{3}{2}left[frac{10(10+1)(2(10)+1)}{6}right]-frac{1}{2}left[frac{10(10+1)}{2}right]+2(10)\[1em]
&= 570.
end{align}
$endgroup$
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f1846049%2fsumming-37142437-up-to-10-terms%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
5 Answers
5
active
oldest
votes
5 Answers
5
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
The sequence and its forward differences:
$$a_n : 3,7,14,24,37,..$$
$$Delta a_n : 4,7,10,13,..$$
$$Delta^2 a_n : 3,3,3,...$$
$$Delta^3 a_n : 0,0,..$$
$$Delta^4 a_n : 0,..$$
Now we make a reasonable guess that $Delta^4 a_n=0$ i.e. we guess $Delta^4 a_n$ is a sequence with all terms as $0$ to get $Delta^k a_n=0$ when $k geq 4$ and is an integer:
$$Delta^5 a_n=0 : 0,..$$
$$Delta^6 a_n=0 : 0,...$$
..
If we take $a_0$ to be the first term of the sequence than looking at the first term of each of the above sequences $3,4,3,0,0,0,..$ we have:
$$a_n=3{n choose 0}+4{n choose 1}+3{n choose 2}+0{n choose 3}+0{n choose 4}+0{n choose 5}+cdots$$
$$=3{n choose 0}+ 4{n choose 1}+3{n choose 2}$$
Where now you can apply the summation formula $sum_{n=0}^{x} {n choose k}={x+1 choose k+1}$. You can shift this to the right one if you want $a_1$ to represent the first term instead of $a_0$. Either way, you will get that the sum you want is equal to :
$$3{10 choose 1}+4{10 choose 2}+3{10 choose 3}=570$$
Because there are $10$ terms $a_0,..a_9$ and using the given formula that is what we get.
If you want a proof of what I hope you are observing with the differences let me know. The summation formula was grabbed from Wikipedia.
$endgroup$
$begingroup$
How did you get that the coefficients with the first terms will be n choose 0, n choose 1, etc.
$endgroup$
– Shubhraneel Pal
Oct 22 '17 at 1:42
$begingroup$
what is the proof of $sum_{n=0}^{x} {n choose k}={x+1 choose k+1}$
$endgroup$
– Shubhraneel Pal
Oct 22 '17 at 1:50
$begingroup$
math.stackexchange.com/questions/1490794/… @ShubhraneelPal
$endgroup$
– Ahmed S. Attaalla
Oct 23 '17 at 22:35
add a comment |
$begingroup$
The sequence and its forward differences:
$$a_n : 3,7,14,24,37,..$$
$$Delta a_n : 4,7,10,13,..$$
$$Delta^2 a_n : 3,3,3,...$$
$$Delta^3 a_n : 0,0,..$$
$$Delta^4 a_n : 0,..$$
Now we make a reasonable guess that $Delta^4 a_n=0$ i.e. we guess $Delta^4 a_n$ is a sequence with all terms as $0$ to get $Delta^k a_n=0$ when $k geq 4$ and is an integer:
$$Delta^5 a_n=0 : 0,..$$
$$Delta^6 a_n=0 : 0,...$$
..
If we take $a_0$ to be the first term of the sequence than looking at the first term of each of the above sequences $3,4,3,0,0,0,..$ we have:
$$a_n=3{n choose 0}+4{n choose 1}+3{n choose 2}+0{n choose 3}+0{n choose 4}+0{n choose 5}+cdots$$
$$=3{n choose 0}+ 4{n choose 1}+3{n choose 2}$$
Where now you can apply the summation formula $sum_{n=0}^{x} {n choose k}={x+1 choose k+1}$. You can shift this to the right one if you want $a_1$ to represent the first term instead of $a_0$. Either way, you will get that the sum you want is equal to :
$$3{10 choose 1}+4{10 choose 2}+3{10 choose 3}=570$$
Because there are $10$ terms $a_0,..a_9$ and using the given formula that is what we get.
If you want a proof of what I hope you are observing with the differences let me know. The summation formula was grabbed from Wikipedia.
$endgroup$
$begingroup$
How did you get that the coefficients with the first terms will be n choose 0, n choose 1, etc.
$endgroup$
– Shubhraneel Pal
Oct 22 '17 at 1:42
$begingroup$
what is the proof of $sum_{n=0}^{x} {n choose k}={x+1 choose k+1}$
$endgroup$
– Shubhraneel Pal
Oct 22 '17 at 1:50
$begingroup$
math.stackexchange.com/questions/1490794/… @ShubhraneelPal
$endgroup$
– Ahmed S. Attaalla
Oct 23 '17 at 22:35
add a comment |
$begingroup$
The sequence and its forward differences:
$$a_n : 3,7,14,24,37,..$$
$$Delta a_n : 4,7,10,13,..$$
$$Delta^2 a_n : 3,3,3,...$$
$$Delta^3 a_n : 0,0,..$$
$$Delta^4 a_n : 0,..$$
Now we make a reasonable guess that $Delta^4 a_n=0$ i.e. we guess $Delta^4 a_n$ is a sequence with all terms as $0$ to get $Delta^k a_n=0$ when $k geq 4$ and is an integer:
$$Delta^5 a_n=0 : 0,..$$
$$Delta^6 a_n=0 : 0,...$$
..
If we take $a_0$ to be the first term of the sequence than looking at the first term of each of the above sequences $3,4,3,0,0,0,..$ we have:
$$a_n=3{n choose 0}+4{n choose 1}+3{n choose 2}+0{n choose 3}+0{n choose 4}+0{n choose 5}+cdots$$
$$=3{n choose 0}+ 4{n choose 1}+3{n choose 2}$$
Where now you can apply the summation formula $sum_{n=0}^{x} {n choose k}={x+1 choose k+1}$. You can shift this to the right one if you want $a_1$ to represent the first term instead of $a_0$. Either way, you will get that the sum you want is equal to :
$$3{10 choose 1}+4{10 choose 2}+3{10 choose 3}=570$$
Because there are $10$ terms $a_0,..a_9$ and using the given formula that is what we get.
If you want a proof of what I hope you are observing with the differences let me know. The summation formula was grabbed from Wikipedia.
$endgroup$
The sequence and its forward differences:
$$a_n : 3,7,14,24,37,..$$
$$Delta a_n : 4,7,10,13,..$$
$$Delta^2 a_n : 3,3,3,...$$
$$Delta^3 a_n : 0,0,..$$
$$Delta^4 a_n : 0,..$$
Now we make a reasonable guess that $Delta^4 a_n=0$ i.e. we guess $Delta^4 a_n$ is a sequence with all terms as $0$ to get $Delta^k a_n=0$ when $k geq 4$ and is an integer:
$$Delta^5 a_n=0 : 0,..$$
$$Delta^6 a_n=0 : 0,...$$
..
If we take $a_0$ to be the first term of the sequence than looking at the first term of each of the above sequences $3,4,3,0,0,0,..$ we have:
$$a_n=3{n choose 0}+4{n choose 1}+3{n choose 2}+0{n choose 3}+0{n choose 4}+0{n choose 5}+cdots$$
$$=3{n choose 0}+ 4{n choose 1}+3{n choose 2}$$
Where now you can apply the summation formula $sum_{n=0}^{x} {n choose k}={x+1 choose k+1}$. You can shift this to the right one if you want $a_1$ to represent the first term instead of $a_0$. Either way, you will get that the sum you want is equal to :
$$3{10 choose 1}+4{10 choose 2}+3{10 choose 3}=570$$
Because there are $10$ terms $a_0,..a_9$ and using the given formula that is what we get.
If you want a proof of what I hope you are observing with the differences let me know. The summation formula was grabbed from Wikipedia.
edited Aug 9 '16 at 3:03
answered Jul 2 '16 at 0:34
Ahmed S. AttaallaAhmed S. Attaalla
14.8k12050
14.8k12050
$begingroup$
How did you get that the coefficients with the first terms will be n choose 0, n choose 1, etc.
$endgroup$
– Shubhraneel Pal
Oct 22 '17 at 1:42
$begingroup$
what is the proof of $sum_{n=0}^{x} {n choose k}={x+1 choose k+1}$
$endgroup$
– Shubhraneel Pal
Oct 22 '17 at 1:50
$begingroup$
math.stackexchange.com/questions/1490794/… @ShubhraneelPal
$endgroup$
– Ahmed S. Attaalla
Oct 23 '17 at 22:35
add a comment |
$begingroup$
How did you get that the coefficients with the first terms will be n choose 0, n choose 1, etc.
$endgroup$
– Shubhraneel Pal
Oct 22 '17 at 1:42
$begingroup$
what is the proof of $sum_{n=0}^{x} {n choose k}={x+1 choose k+1}$
$endgroup$
– Shubhraneel Pal
Oct 22 '17 at 1:50
$begingroup$
math.stackexchange.com/questions/1490794/… @ShubhraneelPal
$endgroup$
– Ahmed S. Attaalla
Oct 23 '17 at 22:35
$begingroup$
How did you get that the coefficients with the first terms will be n choose 0, n choose 1, etc.
$endgroup$
– Shubhraneel Pal
Oct 22 '17 at 1:42
$begingroup$
How did you get that the coefficients with the first terms will be n choose 0, n choose 1, etc.
$endgroup$
– Shubhraneel Pal
Oct 22 '17 at 1:42
$begingroup$
what is the proof of $sum_{n=0}^{x} {n choose k}={x+1 choose k+1}$
$endgroup$
– Shubhraneel Pal
Oct 22 '17 at 1:50
$begingroup$
what is the proof of $sum_{n=0}^{x} {n choose k}={x+1 choose k+1}$
$endgroup$
– Shubhraneel Pal
Oct 22 '17 at 1:50
$begingroup$
math.stackexchange.com/questions/1490794/… @ShubhraneelPal
$endgroup$
– Ahmed S. Attaalla
Oct 23 '17 at 22:35
$begingroup$
math.stackexchange.com/questions/1490794/… @ShubhraneelPal
$endgroup$
– Ahmed S. Attaalla
Oct 23 '17 at 22:35
add a comment |
$begingroup$
Since the second differences are constant, the terms come from a quadratic polynomial. One can check that the terms of the series come from the polynomial $1.5k^2-0.5k+2$ where $kgeq 1$. Then
$$sumlimits_{k=1}^{10} (1.5k^2-0.5k+2)=1.5sumlimits_{k=1}^{10} k^2-0.5sumlimits_{k=1}^{10} k+2sumlimits_{k=1}^{10}1$$ which you can evaluate using the well-known sum formulas.
$endgroup$
add a comment |
$begingroup$
Since the second differences are constant, the terms come from a quadratic polynomial. One can check that the terms of the series come from the polynomial $1.5k^2-0.5k+2$ where $kgeq 1$. Then
$$sumlimits_{k=1}^{10} (1.5k^2-0.5k+2)=1.5sumlimits_{k=1}^{10} k^2-0.5sumlimits_{k=1}^{10} k+2sumlimits_{k=1}^{10}1$$ which you can evaluate using the well-known sum formulas.
$endgroup$
add a comment |
$begingroup$
Since the second differences are constant, the terms come from a quadratic polynomial. One can check that the terms of the series come from the polynomial $1.5k^2-0.5k+2$ where $kgeq 1$. Then
$$sumlimits_{k=1}^{10} (1.5k^2-0.5k+2)=1.5sumlimits_{k=1}^{10} k^2-0.5sumlimits_{k=1}^{10} k+2sumlimits_{k=1}^{10}1$$ which you can evaluate using the well-known sum formulas.
$endgroup$
Since the second differences are constant, the terms come from a quadratic polynomial. One can check that the terms of the series come from the polynomial $1.5k^2-0.5k+2$ where $kgeq 1$. Then
$$sumlimits_{k=1}^{10} (1.5k^2-0.5k+2)=1.5sumlimits_{k=1}^{10} k^2-0.5sumlimits_{k=1}^{10} k+2sumlimits_{k=1}^{10}1$$ which you can evaluate using the well-known sum formulas.
answered Jul 1 '16 at 17:16
Foobaz JohnFoobaz John
22.1k41352
22.1k41352
add a comment |
add a comment |
$begingroup$
$x=1 phantom{n} 2 phantom{n} 3 phantom{n} 4$
$y=3 phantom{n} 7 phantom{n} 14 phantom{n} 24$
$y=m_2(x-x_1)(x-x_2)+m_1(x-x_1)+y_1$
$m_1$ is slope
$m_1=(y_2-y_1)/(x_2-x_1)$
$m_1=(7-3)/(2-1)$
$m_1=4$
$m_2$ changes in slope
$m_2=((y_3-y_2)-(y_2-y_1))/(x_3-x_1)$
$m_2=((14-7)-(7-3))/(3-1)$
$m_2=3/2$
$y=3/2*(x-2)(x-1)+2*(x-1)+3$
$y=1.5x^2-0.5x+4$
$endgroup$
2
$begingroup$
Please use$ $
for your formulas and also provide some explanation. As it is this answer is unreadable.
$endgroup$
– Hamed
Jul 2 '16 at 2:33
$begingroup$
I think you've misread the problem. It asks, not for a formula for terms in the sequence, but for their summation.
$endgroup$
– hardmath
Jul 2 '16 at 3:01
add a comment |
$begingroup$
$x=1 phantom{n} 2 phantom{n} 3 phantom{n} 4$
$y=3 phantom{n} 7 phantom{n} 14 phantom{n} 24$
$y=m_2(x-x_1)(x-x_2)+m_1(x-x_1)+y_1$
$m_1$ is slope
$m_1=(y_2-y_1)/(x_2-x_1)$
$m_1=(7-3)/(2-1)$
$m_1=4$
$m_2$ changes in slope
$m_2=((y_3-y_2)-(y_2-y_1))/(x_3-x_1)$
$m_2=((14-7)-(7-3))/(3-1)$
$m_2=3/2$
$y=3/2*(x-2)(x-1)+2*(x-1)+3$
$y=1.5x^2-0.5x+4$
$endgroup$
2
$begingroup$
Please use$ $
for your formulas and also provide some explanation. As it is this answer is unreadable.
$endgroup$
– Hamed
Jul 2 '16 at 2:33
$begingroup$
I think you've misread the problem. It asks, not for a formula for terms in the sequence, but for their summation.
$endgroup$
– hardmath
Jul 2 '16 at 3:01
add a comment |
$begingroup$
$x=1 phantom{n} 2 phantom{n} 3 phantom{n} 4$
$y=3 phantom{n} 7 phantom{n} 14 phantom{n} 24$
$y=m_2(x-x_1)(x-x_2)+m_1(x-x_1)+y_1$
$m_1$ is slope
$m_1=(y_2-y_1)/(x_2-x_1)$
$m_1=(7-3)/(2-1)$
$m_1=4$
$m_2$ changes in slope
$m_2=((y_3-y_2)-(y_2-y_1))/(x_3-x_1)$
$m_2=((14-7)-(7-3))/(3-1)$
$m_2=3/2$
$y=3/2*(x-2)(x-1)+2*(x-1)+3$
$y=1.5x^2-0.5x+4$
$endgroup$
$x=1 phantom{n} 2 phantom{n} 3 phantom{n} 4$
$y=3 phantom{n} 7 phantom{n} 14 phantom{n} 24$
$y=m_2(x-x_1)(x-x_2)+m_1(x-x_1)+y_1$
$m_1$ is slope
$m_1=(y_2-y_1)/(x_2-x_1)$
$m_1=(7-3)/(2-1)$
$m_1=4$
$m_2$ changes in slope
$m_2=((y_3-y_2)-(y_2-y_1))/(x_3-x_1)$
$m_2=((14-7)-(7-3))/(3-1)$
$m_2=3/2$
$y=3/2*(x-2)(x-1)+2*(x-1)+3$
$y=1.5x^2-0.5x+4$
edited Jan 5 at 12:31
Community♦
1
1
answered Jul 2 '16 at 0:16
RonRon
114
114
2
$begingroup$
Please use$ $
for your formulas and also provide some explanation. As it is this answer is unreadable.
$endgroup$
– Hamed
Jul 2 '16 at 2:33
$begingroup$
I think you've misread the problem. It asks, not for a formula for terms in the sequence, but for their summation.
$endgroup$
– hardmath
Jul 2 '16 at 3:01
add a comment |
2
$begingroup$
Please use$ $
for your formulas and also provide some explanation. As it is this answer is unreadable.
$endgroup$
– Hamed
Jul 2 '16 at 2:33
$begingroup$
I think you've misread the problem. It asks, not for a formula for terms in the sequence, but for their summation.
$endgroup$
– hardmath
Jul 2 '16 at 3:01
2
2
$begingroup$
Please use
$ $
for your formulas and also provide some explanation. As it is this answer is unreadable.$endgroup$
– Hamed
Jul 2 '16 at 2:33
$begingroup$
Please use
$ $
for your formulas and also provide some explanation. As it is this answer is unreadable.$endgroup$
– Hamed
Jul 2 '16 at 2:33
$begingroup$
I think you've misread the problem. It asks, not for a formula for terms in the sequence, but for their summation.
$endgroup$
– hardmath
Jul 2 '16 at 3:01
$begingroup$
I think you've misread the problem. It asks, not for a formula for terms in the sequence, but for their summation.
$endgroup$
– hardmath
Jul 2 '16 at 3:01
add a comment |
$begingroup$
Take a difference of the difference, and you get a constant sequence.
This is a quadratic polynomial, not a linear one...
$endgroup$
add a comment |
$begingroup$
Take a difference of the difference, and you get a constant sequence.
This is a quadratic polynomial, not a linear one...
$endgroup$
add a comment |
$begingroup$
Take a difference of the difference, and you get a constant sequence.
This is a quadratic polynomial, not a linear one...
$endgroup$
Take a difference of the difference, and you get a constant sequence.
This is a quadratic polynomial, not a linear one...
answered Jul 1 '16 at 17:10
gt6989bgt6989b
34k22455
34k22455
add a comment |
add a comment |
$begingroup$
This answer seeks to expand on the "one can check that" comment in Foobaz's answer. First, let $A={3,7,14,24,37,ldots}$. The pattern for the difference, $d_n$, between terms $n$ and $n+1$ is clear enough:
$$
d_n=4+(n-1)3=1+3n.
$$
Hence,
$$
a_{n+1}=frac{n}{2}(5+3n)+3
$$
or, more usefully,
begin{align}
a_n&=frac{n-1}{2}(2+3n)+3\[1em]
&=(n-1)+frac{3n^2-3n}{2}+3\[1em]
&= frac{2n-2+3n^2-3n+6}{2}\[1em]
&= frac{3n^2-n+4}{2}.
end{align}
Thus, we have the following:
begin{align}
S_{10}&= sum_{i=1}^{10}frac{3i^2-i+4}{2}\[1em]
&= frac{3}{2}sum_{i=1}^{10}i^2-frac{1}{2}sum_{i=1}^{10}i+2sum_{i=1}^{10}1\[1em]
&= frac{3}{2}left[frac{10(10+1)(2(10)+1)}{6}right]-frac{1}{2}left[frac{10(10+1)}{2}right]+2(10)\[1em]
&= 570.
end{align}
$endgroup$
add a comment |
$begingroup$
This answer seeks to expand on the "one can check that" comment in Foobaz's answer. First, let $A={3,7,14,24,37,ldots}$. The pattern for the difference, $d_n$, between terms $n$ and $n+1$ is clear enough:
$$
d_n=4+(n-1)3=1+3n.
$$
Hence,
$$
a_{n+1}=frac{n}{2}(5+3n)+3
$$
or, more usefully,
begin{align}
a_n&=frac{n-1}{2}(2+3n)+3\[1em]
&=(n-1)+frac{3n^2-3n}{2}+3\[1em]
&= frac{2n-2+3n^2-3n+6}{2}\[1em]
&= frac{3n^2-n+4}{2}.
end{align}
Thus, we have the following:
begin{align}
S_{10}&= sum_{i=1}^{10}frac{3i^2-i+4}{2}\[1em]
&= frac{3}{2}sum_{i=1}^{10}i^2-frac{1}{2}sum_{i=1}^{10}i+2sum_{i=1}^{10}1\[1em]
&= frac{3}{2}left[frac{10(10+1)(2(10)+1)}{6}right]-frac{1}{2}left[frac{10(10+1)}{2}right]+2(10)\[1em]
&= 570.
end{align}
$endgroup$
add a comment |
$begingroup$
This answer seeks to expand on the "one can check that" comment in Foobaz's answer. First, let $A={3,7,14,24,37,ldots}$. The pattern for the difference, $d_n$, between terms $n$ and $n+1$ is clear enough:
$$
d_n=4+(n-1)3=1+3n.
$$
Hence,
$$
a_{n+1}=frac{n}{2}(5+3n)+3
$$
or, more usefully,
begin{align}
a_n&=frac{n-1}{2}(2+3n)+3\[1em]
&=(n-1)+frac{3n^2-3n}{2}+3\[1em]
&= frac{2n-2+3n^2-3n+6}{2}\[1em]
&= frac{3n^2-n+4}{2}.
end{align}
Thus, we have the following:
begin{align}
S_{10}&= sum_{i=1}^{10}frac{3i^2-i+4}{2}\[1em]
&= frac{3}{2}sum_{i=1}^{10}i^2-frac{1}{2}sum_{i=1}^{10}i+2sum_{i=1}^{10}1\[1em]
&= frac{3}{2}left[frac{10(10+1)(2(10)+1)}{6}right]-frac{1}{2}left[frac{10(10+1)}{2}right]+2(10)\[1em]
&= 570.
end{align}
$endgroup$
This answer seeks to expand on the "one can check that" comment in Foobaz's answer. First, let $A={3,7,14,24,37,ldots}$. The pattern for the difference, $d_n$, between terms $n$ and $n+1$ is clear enough:
$$
d_n=4+(n-1)3=1+3n.
$$
Hence,
$$
a_{n+1}=frac{n}{2}(5+3n)+3
$$
or, more usefully,
begin{align}
a_n&=frac{n-1}{2}(2+3n)+3\[1em]
&=(n-1)+frac{3n^2-3n}{2}+3\[1em]
&= frac{2n-2+3n^2-3n+6}{2}\[1em]
&= frac{3n^2-n+4}{2}.
end{align}
Thus, we have the following:
begin{align}
S_{10}&= sum_{i=1}^{10}frac{3i^2-i+4}{2}\[1em]
&= frac{3}{2}sum_{i=1}^{10}i^2-frac{1}{2}sum_{i=1}^{10}i+2sum_{i=1}^{10}1\[1em]
&= frac{3}{2}left[frac{10(10+1)(2(10)+1)}{6}right]-frac{1}{2}left[frac{10(10+1)}{2}right]+2(10)\[1em]
&= 570.
end{align}
answered Jul 2 '16 at 2:37
Daniel W. FarlowDaniel W. Farlow
17.6k114488
17.6k114488
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f1846049%2fsumming-37142437-up-to-10-terms%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown