Sum of series: 9 + 16 + 29 + 54 + 103 + …
$begingroup$
The series is neither AP nor GP, so I tried doing some manipulations to get the expression for the general term.
$S = 9 + 16 + 29 + 54 + 103 + ... T_n$
$S = 0 + 9 + 16 + 29 + 54 + ... T_{n-1} + T_n$
Subtracting the two:
$0 = 9 + 7 + 13 + 25 + 49 + ... (T_n - T_{n-1}) - T_n$
This gives:
$T_n = 9 + 7 + 13 + 25 + 49 + ... (T_n - T_{n-1})$
The expression obtained for $T_n$ is neither in AP nor in GP.
I repeated the above process with $T_n$ (which gave me a GP this time) and got this expression finally:
$T_n - T_{n-1} = 7 + 6(2^{n-2} - 1) = 6(2^{n-2}) + 1$
How do I proceed from here to get an expression for the general term as well as the sum of the series?
sequences-and-series algebra-precalculus
$endgroup$
add a comment |
$begingroup$
The series is neither AP nor GP, so I tried doing some manipulations to get the expression for the general term.
$S = 9 + 16 + 29 + 54 + 103 + ... T_n$
$S = 0 + 9 + 16 + 29 + 54 + ... T_{n-1} + T_n$
Subtracting the two:
$0 = 9 + 7 + 13 + 25 + 49 + ... (T_n - T_{n-1}) - T_n$
This gives:
$T_n = 9 + 7 + 13 + 25 + 49 + ... (T_n - T_{n-1})$
The expression obtained for $T_n$ is neither in AP nor in GP.
I repeated the above process with $T_n$ (which gave me a GP this time) and got this expression finally:
$T_n - T_{n-1} = 7 + 6(2^{n-2} - 1) = 6(2^{n-2}) + 1$
How do I proceed from here to get an expression for the general term as well as the sum of the series?
sequences-and-series algebra-precalculus
$endgroup$
add a comment |
$begingroup$
The series is neither AP nor GP, so I tried doing some manipulations to get the expression for the general term.
$S = 9 + 16 + 29 + 54 + 103 + ... T_n$
$S = 0 + 9 + 16 + 29 + 54 + ... T_{n-1} + T_n$
Subtracting the two:
$0 = 9 + 7 + 13 + 25 + 49 + ... (T_n - T_{n-1}) - T_n$
This gives:
$T_n = 9 + 7 + 13 + 25 + 49 + ... (T_n - T_{n-1})$
The expression obtained for $T_n$ is neither in AP nor in GP.
I repeated the above process with $T_n$ (which gave me a GP this time) and got this expression finally:
$T_n - T_{n-1} = 7 + 6(2^{n-2} - 1) = 6(2^{n-2}) + 1$
How do I proceed from here to get an expression for the general term as well as the sum of the series?
sequences-and-series algebra-precalculus
$endgroup$
The series is neither AP nor GP, so I tried doing some manipulations to get the expression for the general term.
$S = 9 + 16 + 29 + 54 + 103 + ... T_n$
$S = 0 + 9 + 16 + 29 + 54 + ... T_{n-1} + T_n$
Subtracting the two:
$0 = 9 + 7 + 13 + 25 + 49 + ... (T_n - T_{n-1}) - T_n$
This gives:
$T_n = 9 + 7 + 13 + 25 + 49 + ... (T_n - T_{n-1})$
The expression obtained for $T_n$ is neither in AP nor in GP.
I repeated the above process with $T_n$ (which gave me a GP this time) and got this expression finally:
$T_n - T_{n-1} = 7 + 6(2^{n-2} - 1) = 6(2^{n-2}) + 1$
How do I proceed from here to get an expression for the general term as well as the sum of the series?
sequences-and-series algebra-precalculus
sequences-and-series algebra-precalculus
asked Jan 26 at 15:56
user638500user638500
403
403
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
From $T_n - T_{n-1} = 6(2^{n-2}) + 1$ you have
$$T_n = T_0 + sum_{k=1}^n (6(2^{n-2}) + 1) \
= T_0 + n + 3 (2^n -1)$$
The general approach is:
$$T_n = a+ n + b 2^n$$
so
$$9 = T_1 = a + 1 + 2 b\
16 = T_2 = a + 2 + 4b
$$
which gives indeed
$b = 3$ and $a = 2$, hence
$$T_n = 2+ n + 3 cdot 2^n$$
The sum is then
$$
S_n = sum_{k=1}^n T_k = 2 n + frac12 n (n+1) + 3 (2^{n+1} -1)
$$
$endgroup$
$begingroup$
Can you please explain what $T_0$ is and what happened to $T_{n-1}$?
$endgroup$
– user638500
Jan 26 at 17:14
$begingroup$
$T_0$ is some start value which we don't know a priori, since we only identified differences. $T_{n-1}$ disappears by telescoping: $T_n = T_n - T_{n-1} + T_{n-1} - T_{n-2} + ... + T_{2} - T_{1} + T_0$. You regroup that to $T_n = (T_n - T_{n-1}) + (T_{n-1} - T_{n-2}) + ... + (T_{2} - T_{1}) + T_0$ which gives you the fomula for $T_n$.
$endgroup$
– Andreas
Jan 27 at 12:29
add a comment |
$begingroup$
Now if you define $R_n=T_n+n$ you can get the recurrence $$R_n-R_{n-1}=6cdot 2^{n-2}\R_1=T_1-1=8$$
and you get an arithmetico-geometric series for $R$
$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%2f3088407%2fsum-of-series-9-16-29-54-103%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
From $T_n - T_{n-1} = 6(2^{n-2}) + 1$ you have
$$T_n = T_0 + sum_{k=1}^n (6(2^{n-2}) + 1) \
= T_0 + n + 3 (2^n -1)$$
The general approach is:
$$T_n = a+ n + b 2^n$$
so
$$9 = T_1 = a + 1 + 2 b\
16 = T_2 = a + 2 + 4b
$$
which gives indeed
$b = 3$ and $a = 2$, hence
$$T_n = 2+ n + 3 cdot 2^n$$
The sum is then
$$
S_n = sum_{k=1}^n T_k = 2 n + frac12 n (n+1) + 3 (2^{n+1} -1)
$$
$endgroup$
$begingroup$
Can you please explain what $T_0$ is and what happened to $T_{n-1}$?
$endgroup$
– user638500
Jan 26 at 17:14
$begingroup$
$T_0$ is some start value which we don't know a priori, since we only identified differences. $T_{n-1}$ disappears by telescoping: $T_n = T_n - T_{n-1} + T_{n-1} - T_{n-2} + ... + T_{2} - T_{1} + T_0$. You regroup that to $T_n = (T_n - T_{n-1}) + (T_{n-1} - T_{n-2}) + ... + (T_{2} - T_{1}) + T_0$ which gives you the fomula for $T_n$.
$endgroup$
– Andreas
Jan 27 at 12:29
add a comment |
$begingroup$
From $T_n - T_{n-1} = 6(2^{n-2}) + 1$ you have
$$T_n = T_0 + sum_{k=1}^n (6(2^{n-2}) + 1) \
= T_0 + n + 3 (2^n -1)$$
The general approach is:
$$T_n = a+ n + b 2^n$$
so
$$9 = T_1 = a + 1 + 2 b\
16 = T_2 = a + 2 + 4b
$$
which gives indeed
$b = 3$ and $a = 2$, hence
$$T_n = 2+ n + 3 cdot 2^n$$
The sum is then
$$
S_n = sum_{k=1}^n T_k = 2 n + frac12 n (n+1) + 3 (2^{n+1} -1)
$$
$endgroup$
$begingroup$
Can you please explain what $T_0$ is and what happened to $T_{n-1}$?
$endgroup$
– user638500
Jan 26 at 17:14
$begingroup$
$T_0$ is some start value which we don't know a priori, since we only identified differences. $T_{n-1}$ disappears by telescoping: $T_n = T_n - T_{n-1} + T_{n-1} - T_{n-2} + ... + T_{2} - T_{1} + T_0$. You regroup that to $T_n = (T_n - T_{n-1}) + (T_{n-1} - T_{n-2}) + ... + (T_{2} - T_{1}) + T_0$ which gives you the fomula for $T_n$.
$endgroup$
– Andreas
Jan 27 at 12:29
add a comment |
$begingroup$
From $T_n - T_{n-1} = 6(2^{n-2}) + 1$ you have
$$T_n = T_0 + sum_{k=1}^n (6(2^{n-2}) + 1) \
= T_0 + n + 3 (2^n -1)$$
The general approach is:
$$T_n = a+ n + b 2^n$$
so
$$9 = T_1 = a + 1 + 2 b\
16 = T_2 = a + 2 + 4b
$$
which gives indeed
$b = 3$ and $a = 2$, hence
$$T_n = 2+ n + 3 cdot 2^n$$
The sum is then
$$
S_n = sum_{k=1}^n T_k = 2 n + frac12 n (n+1) + 3 (2^{n+1} -1)
$$
$endgroup$
From $T_n - T_{n-1} = 6(2^{n-2}) + 1$ you have
$$T_n = T_0 + sum_{k=1}^n (6(2^{n-2}) + 1) \
= T_0 + n + 3 (2^n -1)$$
The general approach is:
$$T_n = a+ n + b 2^n$$
so
$$9 = T_1 = a + 1 + 2 b\
16 = T_2 = a + 2 + 4b
$$
which gives indeed
$b = 3$ and $a = 2$, hence
$$T_n = 2+ n + 3 cdot 2^n$$
The sum is then
$$
S_n = sum_{k=1}^n T_k = 2 n + frac12 n (n+1) + 3 (2^{n+1} -1)
$$
answered Jan 26 at 16:15
AndreasAndreas
8,3511137
8,3511137
$begingroup$
Can you please explain what $T_0$ is and what happened to $T_{n-1}$?
$endgroup$
– user638500
Jan 26 at 17:14
$begingroup$
$T_0$ is some start value which we don't know a priori, since we only identified differences. $T_{n-1}$ disappears by telescoping: $T_n = T_n - T_{n-1} + T_{n-1} - T_{n-2} + ... + T_{2} - T_{1} + T_0$. You regroup that to $T_n = (T_n - T_{n-1}) + (T_{n-1} - T_{n-2}) + ... + (T_{2} - T_{1}) + T_0$ which gives you the fomula for $T_n$.
$endgroup$
– Andreas
Jan 27 at 12:29
add a comment |
$begingroup$
Can you please explain what $T_0$ is and what happened to $T_{n-1}$?
$endgroup$
– user638500
Jan 26 at 17:14
$begingroup$
$T_0$ is some start value which we don't know a priori, since we only identified differences. $T_{n-1}$ disappears by telescoping: $T_n = T_n - T_{n-1} + T_{n-1} - T_{n-2} + ... + T_{2} - T_{1} + T_0$. You regroup that to $T_n = (T_n - T_{n-1}) + (T_{n-1} - T_{n-2}) + ... + (T_{2} - T_{1}) + T_0$ which gives you the fomula for $T_n$.
$endgroup$
– Andreas
Jan 27 at 12:29
$begingroup$
Can you please explain what $T_0$ is and what happened to $T_{n-1}$?
$endgroup$
– user638500
Jan 26 at 17:14
$begingroup$
Can you please explain what $T_0$ is and what happened to $T_{n-1}$?
$endgroup$
– user638500
Jan 26 at 17:14
$begingroup$
$T_0$ is some start value which we don't know a priori, since we only identified differences. $T_{n-1}$ disappears by telescoping: $T_n = T_n - T_{n-1} + T_{n-1} - T_{n-2} + ... + T_{2} - T_{1} + T_0$. You regroup that to $T_n = (T_n - T_{n-1}) + (T_{n-1} - T_{n-2}) + ... + (T_{2} - T_{1}) + T_0$ which gives you the fomula for $T_n$.
$endgroup$
– Andreas
Jan 27 at 12:29
$begingroup$
$T_0$ is some start value which we don't know a priori, since we only identified differences. $T_{n-1}$ disappears by telescoping: $T_n = T_n - T_{n-1} + T_{n-1} - T_{n-2} + ... + T_{2} - T_{1} + T_0$. You regroup that to $T_n = (T_n - T_{n-1}) + (T_{n-1} - T_{n-2}) + ... + (T_{2} - T_{1}) + T_0$ which gives you the fomula for $T_n$.
$endgroup$
– Andreas
Jan 27 at 12:29
add a comment |
$begingroup$
Now if you define $R_n=T_n+n$ you can get the recurrence $$R_n-R_{n-1}=6cdot 2^{n-2}\R_1=T_1-1=8$$
and you get an arithmetico-geometric series for $R$
$endgroup$
add a comment |
$begingroup$
Now if you define $R_n=T_n+n$ you can get the recurrence $$R_n-R_{n-1}=6cdot 2^{n-2}\R_1=T_1-1=8$$
and you get an arithmetico-geometric series for $R$
$endgroup$
add a comment |
$begingroup$
Now if you define $R_n=T_n+n$ you can get the recurrence $$R_n-R_{n-1}=6cdot 2^{n-2}\R_1=T_1-1=8$$
and you get an arithmetico-geometric series for $R$
$endgroup$
Now if you define $R_n=T_n+n$ you can get the recurrence $$R_n-R_{n-1}=6cdot 2^{n-2}\R_1=T_1-1=8$$
and you get an arithmetico-geometric series for $R$
answered Jan 26 at 16:06
Ross MillikanRoss Millikan
300k24200374
300k24200374
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%2f3088407%2fsum-of-series-9-16-29-54-103%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
