Finding the infinite sum of a geometric series
$begingroup$
I have the series:
$3 + frac{3}{2} + frac{3}{4} + frac{3}{8}$,
I need to calculate the exact value of it. I have found that the equation of this is $a_n = 3(frac{1}{2})^{n-1}$, but I am not sure how to progress from here. Would guess that I need to convert it to sigma notation but I am not totally sure.
geometric-series
$endgroup$
add a comment |
$begingroup$
I have the series:
$3 + frac{3}{2} + frac{3}{4} + frac{3}{8}$,
I need to calculate the exact value of it. I have found that the equation of this is $a_n = 3(frac{1}{2})^{n-1}$, but I am not sure how to progress from here. Would guess that I need to convert it to sigma notation but I am not totally sure.
geometric-series
$endgroup$
2
$begingroup$
$$sum_{n=1}^{infty}ax^{n-1} = dfrac{a}{1-x}$$
$endgroup$
– David Peterson
Dec 21 '18 at 4:25
add a comment |
$begingroup$
I have the series:
$3 + frac{3}{2} + frac{3}{4} + frac{3}{8}$,
I need to calculate the exact value of it. I have found that the equation of this is $a_n = 3(frac{1}{2})^{n-1}$, but I am not sure how to progress from here. Would guess that I need to convert it to sigma notation but I am not totally sure.
geometric-series
$endgroup$
I have the series:
$3 + frac{3}{2} + frac{3}{4} + frac{3}{8}$,
I need to calculate the exact value of it. I have found that the equation of this is $a_n = 3(frac{1}{2})^{n-1}$, but I am not sure how to progress from here. Would guess that I need to convert it to sigma notation but I am not totally sure.
geometric-series
geometric-series
asked Dec 21 '18 at 4:19
ElijahElijah
626
626
2
$begingroup$
$$sum_{n=1}^{infty}ax^{n-1} = dfrac{a}{1-x}$$
$endgroup$
– David Peterson
Dec 21 '18 at 4:25
add a comment |
2
$begingroup$
$$sum_{n=1}^{infty}ax^{n-1} = dfrac{a}{1-x}$$
$endgroup$
– David Peterson
Dec 21 '18 at 4:25
2
2
$begingroup$
$$sum_{n=1}^{infty}ax^{n-1} = dfrac{a}{1-x}$$
$endgroup$
– David Peterson
Dec 21 '18 at 4:25
$begingroup$
$$sum_{n=1}^{infty}ax^{n-1} = dfrac{a}{1-x}$$
$endgroup$
– David Peterson
Dec 21 '18 at 4:25
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
You have the terms right: you're sum is $$sum_{n=1}^infty 3left(frac{1}{2}right)^{n-1}=3sum_{n=0}^inftyleft(frac{1}{2}right)^n$$
Now recall the geometric series formula is $$sum_{n=0}^infty x^n=frac{1}{1-x}qquad |x|<1$$ So what is $x$ in your case?
$endgroup$
$begingroup$
$x = frac{1}{2}$ which would make the answer $2$?
$endgroup$
– Elijah
Dec 21 '18 at 4:27
$begingroup$
Yes, but don't forget you're multiplying the geometric series by $3$.
$endgroup$
– Dave
Dec 21 '18 at 4:28
1
$begingroup$
Ohhh, making the final answer 6? Thanks for the help!
$endgroup$
– Elijah
Dec 21 '18 at 4:30
add a comment |
$begingroup$
I'm going to assume this is supposed to go on forever. First, I'm going to solve this problem, then show the general case.
Suppose $S = 3 + frac{3}{2} + frac{3}{4} + cdots$. Note that $frac{S}{2} = frac{3}{2} + frac{3}{4} + frac{3}{8} + cdots$ Now, we note that $S - frac{S}{2} = 3$, because the second sequence is missing nothing but the first term. We can then solve to show that $S = boxed{6}$.
Now, note we have the general geometric sequence $S = a + a times x + a times x^2 + cdots$. We know that $S times x = a times x + a times x^2 + a times x^3 + cdots rightarrow S - S times x = a rightarrow S = boxed{frac{a}{1-x}}$. Note this only works for $|x| < 1$, or else the geometric sequence would not converge.
$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%2f3048168%2ffinding-the-infinite-sum-of-a-geometric-series%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$
You have the terms right: you're sum is $$sum_{n=1}^infty 3left(frac{1}{2}right)^{n-1}=3sum_{n=0}^inftyleft(frac{1}{2}right)^n$$
Now recall the geometric series formula is $$sum_{n=0}^infty x^n=frac{1}{1-x}qquad |x|<1$$ So what is $x$ in your case?
$endgroup$
$begingroup$
$x = frac{1}{2}$ which would make the answer $2$?
$endgroup$
– Elijah
Dec 21 '18 at 4:27
$begingroup$
Yes, but don't forget you're multiplying the geometric series by $3$.
$endgroup$
– Dave
Dec 21 '18 at 4:28
1
$begingroup$
Ohhh, making the final answer 6? Thanks for the help!
$endgroup$
– Elijah
Dec 21 '18 at 4:30
add a comment |
$begingroup$
You have the terms right: you're sum is $$sum_{n=1}^infty 3left(frac{1}{2}right)^{n-1}=3sum_{n=0}^inftyleft(frac{1}{2}right)^n$$
Now recall the geometric series formula is $$sum_{n=0}^infty x^n=frac{1}{1-x}qquad |x|<1$$ So what is $x$ in your case?
$endgroup$
$begingroup$
$x = frac{1}{2}$ which would make the answer $2$?
$endgroup$
– Elijah
Dec 21 '18 at 4:27
$begingroup$
Yes, but don't forget you're multiplying the geometric series by $3$.
$endgroup$
– Dave
Dec 21 '18 at 4:28
1
$begingroup$
Ohhh, making the final answer 6? Thanks for the help!
$endgroup$
– Elijah
Dec 21 '18 at 4:30
add a comment |
$begingroup$
You have the terms right: you're sum is $$sum_{n=1}^infty 3left(frac{1}{2}right)^{n-1}=3sum_{n=0}^inftyleft(frac{1}{2}right)^n$$
Now recall the geometric series formula is $$sum_{n=0}^infty x^n=frac{1}{1-x}qquad |x|<1$$ So what is $x$ in your case?
$endgroup$
You have the terms right: you're sum is $$sum_{n=1}^infty 3left(frac{1}{2}right)^{n-1}=3sum_{n=0}^inftyleft(frac{1}{2}right)^n$$
Now recall the geometric series formula is $$sum_{n=0}^infty x^n=frac{1}{1-x}qquad |x|<1$$ So what is $x$ in your case?
answered Dec 21 '18 at 4:25
DaveDave
9,09711033
9,09711033
$begingroup$
$x = frac{1}{2}$ which would make the answer $2$?
$endgroup$
– Elijah
Dec 21 '18 at 4:27
$begingroup$
Yes, but don't forget you're multiplying the geometric series by $3$.
$endgroup$
– Dave
Dec 21 '18 at 4:28
1
$begingroup$
Ohhh, making the final answer 6? Thanks for the help!
$endgroup$
– Elijah
Dec 21 '18 at 4:30
add a comment |
$begingroup$
$x = frac{1}{2}$ which would make the answer $2$?
$endgroup$
– Elijah
Dec 21 '18 at 4:27
$begingroup$
Yes, but don't forget you're multiplying the geometric series by $3$.
$endgroup$
– Dave
Dec 21 '18 at 4:28
1
$begingroup$
Ohhh, making the final answer 6? Thanks for the help!
$endgroup$
– Elijah
Dec 21 '18 at 4:30
$begingroup$
$x = frac{1}{2}$ which would make the answer $2$?
$endgroup$
– Elijah
Dec 21 '18 at 4:27
$begingroup$
$x = frac{1}{2}$ which would make the answer $2$?
$endgroup$
– Elijah
Dec 21 '18 at 4:27
$begingroup$
Yes, but don't forget you're multiplying the geometric series by $3$.
$endgroup$
– Dave
Dec 21 '18 at 4:28
$begingroup$
Yes, but don't forget you're multiplying the geometric series by $3$.
$endgroup$
– Dave
Dec 21 '18 at 4:28
1
1
$begingroup$
Ohhh, making the final answer 6? Thanks for the help!
$endgroup$
– Elijah
Dec 21 '18 at 4:30
$begingroup$
Ohhh, making the final answer 6? Thanks for the help!
$endgroup$
– Elijah
Dec 21 '18 at 4:30
add a comment |
$begingroup$
I'm going to assume this is supposed to go on forever. First, I'm going to solve this problem, then show the general case.
Suppose $S = 3 + frac{3}{2} + frac{3}{4} + cdots$. Note that $frac{S}{2} = frac{3}{2} + frac{3}{4} + frac{3}{8} + cdots$ Now, we note that $S - frac{S}{2} = 3$, because the second sequence is missing nothing but the first term. We can then solve to show that $S = boxed{6}$.
Now, note we have the general geometric sequence $S = a + a times x + a times x^2 + cdots$. We know that $S times x = a times x + a times x^2 + a times x^3 + cdots rightarrow S - S times x = a rightarrow S = boxed{frac{a}{1-x}}$. Note this only works for $|x| < 1$, or else the geometric sequence would not converge.
$endgroup$
add a comment |
$begingroup$
I'm going to assume this is supposed to go on forever. First, I'm going to solve this problem, then show the general case.
Suppose $S = 3 + frac{3}{2} + frac{3}{4} + cdots$. Note that $frac{S}{2} = frac{3}{2} + frac{3}{4} + frac{3}{8} + cdots$ Now, we note that $S - frac{S}{2} = 3$, because the second sequence is missing nothing but the first term. We can then solve to show that $S = boxed{6}$.
Now, note we have the general geometric sequence $S = a + a times x + a times x^2 + cdots$. We know that $S times x = a times x + a times x^2 + a times x^3 + cdots rightarrow S - S times x = a rightarrow S = boxed{frac{a}{1-x}}$. Note this only works for $|x| < 1$, or else the geometric sequence would not converge.
$endgroup$
add a comment |
$begingroup$
I'm going to assume this is supposed to go on forever. First, I'm going to solve this problem, then show the general case.
Suppose $S = 3 + frac{3}{2} + frac{3}{4} + cdots$. Note that $frac{S}{2} = frac{3}{2} + frac{3}{4} + frac{3}{8} + cdots$ Now, we note that $S - frac{S}{2} = 3$, because the second sequence is missing nothing but the first term. We can then solve to show that $S = boxed{6}$.
Now, note we have the general geometric sequence $S = a + a times x + a times x^2 + cdots$. We know that $S times x = a times x + a times x^2 + a times x^3 + cdots rightarrow S - S times x = a rightarrow S = boxed{frac{a}{1-x}}$. Note this only works for $|x| < 1$, or else the geometric sequence would not converge.
$endgroup$
I'm going to assume this is supposed to go on forever. First, I'm going to solve this problem, then show the general case.
Suppose $S = 3 + frac{3}{2} + frac{3}{4} + cdots$. Note that $frac{S}{2} = frac{3}{2} + frac{3}{4} + frac{3}{8} + cdots$ Now, we note that $S - frac{S}{2} = 3$, because the second sequence is missing nothing but the first term. We can then solve to show that $S = boxed{6}$.
Now, note we have the general geometric sequence $S = a + a times x + a times x^2 + cdots$. We know that $S times x = a times x + a times x^2 + a times x^3 + cdots rightarrow S - S times x = a rightarrow S = boxed{frac{a}{1-x}}$. Note this only works for $|x| < 1$, or else the geometric sequence would not converge.
answered Dec 21 '18 at 4:27
Neeyanth KopparapuNeeyanth Kopparapu
3016
3016
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%2f3048168%2ffinding-the-infinite-sum-of-a-geometric-series%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
2
$begingroup$
$$sum_{n=1}^{infty}ax^{n-1} = dfrac{a}{1-x}$$
$endgroup$
– David Peterson
Dec 21 '18 at 4:25