Cannot find mistake in exponentiation when trying to simplify a general sequence
$begingroup$
I am dealing with a general sequence, $a_n$, for which $S_n$ is the sequence of its partial sums.
I know that $a_n = S_{n} - S_{n-1}$, and therefore $a_n = S_{n+1} - S_{n}$
also.
I want to find $a_n$ given:
$$ S_n = k - frac{1}{3^{n+1}} $$
Here is the correct, confirmed calculation:
$$ a_n = S_{n} - S_{n-1} = k - frac{1}{3^{n+1}} - k +frac{1}{3^n}$$
$$ a_n = frac{1}{3^n} - frac{1}{3^{n+1}}$$
$$ a_n = frac{1-3^{-1}}{3^n} $$
$$ a_n = frac{2/3}{3^n} $$
$$ boxed{a_n = frac{2}{3^{n+1}}}$$
Fine and dandy, but when I try to solve it from a different angle, I get a wrong answer and can't understand where have I went wrong:
$$ a_n = S_{n+1} - S_{n} = k - frac{1}{3^{n+2}} - k +frac{1}{3^{n+1}}$$
$$ a_n = frac{1}{3^{n+1}} - frac{1}{3^{n+2}}$$
$$ a_n = frac{3^{n+2} - 3^{n+1}}{3^{n+1}cdot 3^{n+2}} $$
$$ a_n = frac{3^n(3^2 - 3^1)}{3^{2n+3}} $$
$$ a_n = frac{3^n(3^2 - 3^1)}{3^{2n}(3^3)} $$
$$ a_n = frac{3^{n - 2n}(3^2 - 3^1)}{3^3} = frac{3^{-n}(9 - 3)}{27} = frac{6}{27cdot 3^n} = frac{2}{9cdot 3^n} boxed{neq frac{2}{3^{n+2}}}$$
Help is greatly appreciated.
sequences-and-series
$endgroup$
add a comment |
$begingroup$
I am dealing with a general sequence, $a_n$, for which $S_n$ is the sequence of its partial sums.
I know that $a_n = S_{n} - S_{n-1}$, and therefore $a_n = S_{n+1} - S_{n}$
also.
I want to find $a_n$ given:
$$ S_n = k - frac{1}{3^{n+1}} $$
Here is the correct, confirmed calculation:
$$ a_n = S_{n} - S_{n-1} = k - frac{1}{3^{n+1}} - k +frac{1}{3^n}$$
$$ a_n = frac{1}{3^n} - frac{1}{3^{n+1}}$$
$$ a_n = frac{1-3^{-1}}{3^n} $$
$$ a_n = frac{2/3}{3^n} $$
$$ boxed{a_n = frac{2}{3^{n+1}}}$$
Fine and dandy, but when I try to solve it from a different angle, I get a wrong answer and can't understand where have I went wrong:
$$ a_n = S_{n+1} - S_{n} = k - frac{1}{3^{n+2}} - k +frac{1}{3^{n+1}}$$
$$ a_n = frac{1}{3^{n+1}} - frac{1}{3^{n+2}}$$
$$ a_n = frac{3^{n+2} - 3^{n+1}}{3^{n+1}cdot 3^{n+2}} $$
$$ a_n = frac{3^n(3^2 - 3^1)}{3^{2n+3}} $$
$$ a_n = frac{3^n(3^2 - 3^1)}{3^{2n}(3^3)} $$
$$ a_n = frac{3^{n - 2n}(3^2 - 3^1)}{3^3} = frac{3^{-n}(9 - 3)}{27} = frac{6}{27cdot 3^n} = frac{2}{9cdot 3^n} boxed{neq frac{2}{3^{n+2}}}$$
Help is greatly appreciated.
sequences-and-series
$endgroup$
3
$begingroup$
It is not true that $a_n=S_{n+1}-S_n$. What is true is $a_{n+1}=S_{n+1}-S_n$
$endgroup$
– Gerhard S.
Dec 22 '18 at 17:05
1
$begingroup$
Unsure why this had a downvote. It's a clear question with a clear answer, and a good example of how easy it can be to look in the wrong place for a mistake.
$endgroup$
– timtfj
Dec 22 '18 at 17:20
add a comment |
$begingroup$
I am dealing with a general sequence, $a_n$, for which $S_n$ is the sequence of its partial sums.
I know that $a_n = S_{n} - S_{n-1}$, and therefore $a_n = S_{n+1} - S_{n}$
also.
I want to find $a_n$ given:
$$ S_n = k - frac{1}{3^{n+1}} $$
Here is the correct, confirmed calculation:
$$ a_n = S_{n} - S_{n-1} = k - frac{1}{3^{n+1}} - k +frac{1}{3^n}$$
$$ a_n = frac{1}{3^n} - frac{1}{3^{n+1}}$$
$$ a_n = frac{1-3^{-1}}{3^n} $$
$$ a_n = frac{2/3}{3^n} $$
$$ boxed{a_n = frac{2}{3^{n+1}}}$$
Fine and dandy, but when I try to solve it from a different angle, I get a wrong answer and can't understand where have I went wrong:
$$ a_n = S_{n+1} - S_{n} = k - frac{1}{3^{n+2}} - k +frac{1}{3^{n+1}}$$
$$ a_n = frac{1}{3^{n+1}} - frac{1}{3^{n+2}}$$
$$ a_n = frac{3^{n+2} - 3^{n+1}}{3^{n+1}cdot 3^{n+2}} $$
$$ a_n = frac{3^n(3^2 - 3^1)}{3^{2n+3}} $$
$$ a_n = frac{3^n(3^2 - 3^1)}{3^{2n}(3^3)} $$
$$ a_n = frac{3^{n - 2n}(3^2 - 3^1)}{3^3} = frac{3^{-n}(9 - 3)}{27} = frac{6}{27cdot 3^n} = frac{2}{9cdot 3^n} boxed{neq frac{2}{3^{n+2}}}$$
Help is greatly appreciated.
sequences-and-series
$endgroup$
I am dealing with a general sequence, $a_n$, for which $S_n$ is the sequence of its partial sums.
I know that $a_n = S_{n} - S_{n-1}$, and therefore $a_n = S_{n+1} - S_{n}$
also.
I want to find $a_n$ given:
$$ S_n = k - frac{1}{3^{n+1}} $$
Here is the correct, confirmed calculation:
$$ a_n = S_{n} - S_{n-1} = k - frac{1}{3^{n+1}} - k +frac{1}{3^n}$$
$$ a_n = frac{1}{3^n} - frac{1}{3^{n+1}}$$
$$ a_n = frac{1-3^{-1}}{3^n} $$
$$ a_n = frac{2/3}{3^n} $$
$$ boxed{a_n = frac{2}{3^{n+1}}}$$
Fine and dandy, but when I try to solve it from a different angle, I get a wrong answer and can't understand where have I went wrong:
$$ a_n = S_{n+1} - S_{n} = k - frac{1}{3^{n+2}} - k +frac{1}{3^{n+1}}$$
$$ a_n = frac{1}{3^{n+1}} - frac{1}{3^{n+2}}$$
$$ a_n = frac{3^{n+2} - 3^{n+1}}{3^{n+1}cdot 3^{n+2}} $$
$$ a_n = frac{3^n(3^2 - 3^1)}{3^{2n+3}} $$
$$ a_n = frac{3^n(3^2 - 3^1)}{3^{2n}(3^3)} $$
$$ a_n = frac{3^{n - 2n}(3^2 - 3^1)}{3^3} = frac{3^{-n}(9 - 3)}{27} = frac{6}{27cdot 3^n} = frac{2}{9cdot 3^n} boxed{neq frac{2}{3^{n+2}}}$$
Help is greatly appreciated.
sequences-and-series
sequences-and-series
edited Dec 22 '18 at 17:11
OmG
2,512722
2,512722
asked Dec 22 '18 at 17:02
daedsidogdaedsidog
29017
29017
3
$begingroup$
It is not true that $a_n=S_{n+1}-S_n$. What is true is $a_{n+1}=S_{n+1}-S_n$
$endgroup$
– Gerhard S.
Dec 22 '18 at 17:05
1
$begingroup$
Unsure why this had a downvote. It's a clear question with a clear answer, and a good example of how easy it can be to look in the wrong place for a mistake.
$endgroup$
– timtfj
Dec 22 '18 at 17:20
add a comment |
3
$begingroup$
It is not true that $a_n=S_{n+1}-S_n$. What is true is $a_{n+1}=S_{n+1}-S_n$
$endgroup$
– Gerhard S.
Dec 22 '18 at 17:05
1
$begingroup$
Unsure why this had a downvote. It's a clear question with a clear answer, and a good example of how easy it can be to look in the wrong place for a mistake.
$endgroup$
– timtfj
Dec 22 '18 at 17:20
3
3
$begingroup$
It is not true that $a_n=S_{n+1}-S_n$. What is true is $a_{n+1}=S_{n+1}-S_n$
$endgroup$
– Gerhard S.
Dec 22 '18 at 17:05
$begingroup$
It is not true that $a_n=S_{n+1}-S_n$. What is true is $a_{n+1}=S_{n+1}-S_n$
$endgroup$
– Gerhard S.
Dec 22 '18 at 17:05
1
1
$begingroup$
Unsure why this had a downvote. It's a clear question with a clear answer, and a good example of how easy it can be to look in the wrong place for a mistake.
$endgroup$
– timtfj
Dec 22 '18 at 17:20
$begingroup$
Unsure why this had a downvote. It's a clear question with a clear answer, and a good example of how easy it can be to look in the wrong place for a mistake.
$endgroup$
– timtfj
Dec 22 '18 at 17:20
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Your assumption is not correct in general! if $a_n = S_n - S_{n-1}$ then $a_{n+1} = S_{n+1} - S_n$. A contradiction for this is your example.
Your assumption will be true if the difference of each $S_{i} - S_{i-1}$ be a constant for all $i$. Hence, $S_{i+1} = S_i + c$ for all $i$. Therefore, $a_{n+1} = S_{n+1}-S_n = a_{n} =S_{n} - S_{n-1}= c$.
$endgroup$
$begingroup$
Thank you. I am unsure what drove me to assume that in general.
$endgroup$
– daedsidog
Dec 22 '18 at 17:14
$begingroup$
@daedsidog my pleasure. take it easy. ; )
$endgroup$
– OmG
Dec 22 '18 at 17:18
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%2f3049639%2fcannot-find-mistake-in-exponentiation-when-trying-to-simplify-a-general-sequence%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Your assumption is not correct in general! if $a_n = S_n - S_{n-1}$ then $a_{n+1} = S_{n+1} - S_n$. A contradiction for this is your example.
Your assumption will be true if the difference of each $S_{i} - S_{i-1}$ be a constant for all $i$. Hence, $S_{i+1} = S_i + c$ for all $i$. Therefore, $a_{n+1} = S_{n+1}-S_n = a_{n} =S_{n} - S_{n-1}= c$.
$endgroup$
$begingroup$
Thank you. I am unsure what drove me to assume that in general.
$endgroup$
– daedsidog
Dec 22 '18 at 17:14
$begingroup$
@daedsidog my pleasure. take it easy. ; )
$endgroup$
– OmG
Dec 22 '18 at 17:18
add a comment |
$begingroup$
Your assumption is not correct in general! if $a_n = S_n - S_{n-1}$ then $a_{n+1} = S_{n+1} - S_n$. A contradiction for this is your example.
Your assumption will be true if the difference of each $S_{i} - S_{i-1}$ be a constant for all $i$. Hence, $S_{i+1} = S_i + c$ for all $i$. Therefore, $a_{n+1} = S_{n+1}-S_n = a_{n} =S_{n} - S_{n-1}= c$.
$endgroup$
$begingroup$
Thank you. I am unsure what drove me to assume that in general.
$endgroup$
– daedsidog
Dec 22 '18 at 17:14
$begingroup$
@daedsidog my pleasure. take it easy. ; )
$endgroup$
– OmG
Dec 22 '18 at 17:18
add a comment |
$begingroup$
Your assumption is not correct in general! if $a_n = S_n - S_{n-1}$ then $a_{n+1} = S_{n+1} - S_n$. A contradiction for this is your example.
Your assumption will be true if the difference of each $S_{i} - S_{i-1}$ be a constant for all $i$. Hence, $S_{i+1} = S_i + c$ for all $i$. Therefore, $a_{n+1} = S_{n+1}-S_n = a_{n} =S_{n} - S_{n-1}= c$.
$endgroup$
Your assumption is not correct in general! if $a_n = S_n - S_{n-1}$ then $a_{n+1} = S_{n+1} - S_n$. A contradiction for this is your example.
Your assumption will be true if the difference of each $S_{i} - S_{i-1}$ be a constant for all $i$. Hence, $S_{i+1} = S_i + c$ for all $i$. Therefore, $a_{n+1} = S_{n+1}-S_n = a_{n} =S_{n} - S_{n-1}= c$.
edited Dec 22 '18 at 17:10
answered Dec 22 '18 at 17:04
OmGOmG
2,512722
2,512722
$begingroup$
Thank you. I am unsure what drove me to assume that in general.
$endgroup$
– daedsidog
Dec 22 '18 at 17:14
$begingroup$
@daedsidog my pleasure. take it easy. ; )
$endgroup$
– OmG
Dec 22 '18 at 17:18
add a comment |
$begingroup$
Thank you. I am unsure what drove me to assume that in general.
$endgroup$
– daedsidog
Dec 22 '18 at 17:14
$begingroup$
@daedsidog my pleasure. take it easy. ; )
$endgroup$
– OmG
Dec 22 '18 at 17:18
$begingroup$
Thank you. I am unsure what drove me to assume that in general.
$endgroup$
– daedsidog
Dec 22 '18 at 17:14
$begingroup$
Thank you. I am unsure what drove me to assume that in general.
$endgroup$
– daedsidog
Dec 22 '18 at 17:14
$begingroup$
@daedsidog my pleasure. take it easy. ; )
$endgroup$
– OmG
Dec 22 '18 at 17:18
$begingroup$
@daedsidog my pleasure. take it easy. ; )
$endgroup$
– OmG
Dec 22 '18 at 17:18
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%2f3049639%2fcannot-find-mistake-in-exponentiation-when-trying-to-simplify-a-general-sequence%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
3
$begingroup$
It is not true that $a_n=S_{n+1}-S_n$. What is true is $a_{n+1}=S_{n+1}-S_n$
$endgroup$
– Gerhard S.
Dec 22 '18 at 17:05
1
$begingroup$
Unsure why this had a downvote. It's a clear question with a clear answer, and a good example of how easy it can be to look in the wrong place for a mistake.
$endgroup$
– timtfj
Dec 22 '18 at 17:20