Find the formula for the sum: $1+3x^2+5x^4+7x^6+…+(2n+1)x^2n$Rearrange the formula for the sum of a geometric series to find the value of its common ratio?Formula for the sum of the following sequenceFinding the formula of a sequence.Given formula to calculate sum of first n terms of a sequence, show that the sequence is geometricFind the series: $frac-14+left(frac12+frac14+frac28+frac316+frac532+cdotsright)$Find the sum for the power seriesFormula for the nth partial sum of a telescoping seriesFind the common ratio given $n$ via sumApplying the Geometric Series Formula w/ This Real Life Situation?How to find the partial sum of $n/2^n$?
Welcoming 2019 Pi day: How to draw the letter π?
What is the purpose or proof behind chain rule?
Why does overlay work only on the first tcolorbox?
Have the tides ever turned twice on any open problem?
How could an airship be repaired midflight?
How to pronounce "I ♥ Huckabees"?
Adventure Game (text based) in C++
Bach's Toccata and Fugue in D minor breaks the "no parallel octaves" rule?
How to make healing in an exploration game interesting
Why did it take so long to abandon sail after steamships were demonstrated?
How difficult is it to simply disable/disengage the MCAS on Boeing 737 Max 8 & 9 Aircraft?
Non-trivial topology where only open sets are closed
Most cost effective thermostat setting: consistent temperature vs. lowest temperature possible
What is the significance behind "40 days" that often appears in the Bible?
How to write cleanly even if my character uses expletive language?
If I can solve Sudoku, can I solve the Travelling Salesman Problem (TSP)? If so, how?
Is there a symmetric-key algorithm which we can use for creating a signature?
How to terminate ping <dest> &
Happy pi day, everyone!
Why do passenger jet manufacturers design their planes with stall prevention systems?
How to plot polar formed complex numbers?
Employee lack of ownership
Why does a Star of David appear at a rally with Francisco Franco?
Fastest way to pop N items from a large dict
Find the formula for the sum: $1+3x^2+5x^4+7x^6+…+(2n+1)x^2n$
Rearrange the formula for the sum of a geometric series to find the value of its common ratio?Formula for the sum of the following sequenceFinding the formula of a sequence.Given formula to calculate sum of first n terms of a sequence, show that the sequence is geometricFind the series: $frac-14+left(frac12+frac14+frac28+frac316+frac532+cdotsright)$Find the sum for the power seriesFormula for the nth partial sum of a telescoping seriesFind the common ratio given $n$ via sumApplying the Geometric Series Formula w/ This Real Life Situation?How to find the partial sum of $n/2^n$?
$begingroup$
The formula is supposed to be valid for $x neq pm 1$.
Here is how I did it:
$$barS_n = fracddxleft( x+x^3+x^5+...+x^2n+1 right)$$
The term in the brackets is the geometric sequence. So call the sum up to term $x^2n+1$ as $S_n$, then:
$$S_n = fracx(1-x^2n)1-x^2$$
and so:
$$barS_n = fracddx left( S_n right)$$
which gives me:
$$frac2x^2 (1-x^2n)(1-x^2)^2+frac11-x^2left( 1-x^2n(1+2n) right)$$
apparently, that's wrong. Embarrassing I cannot solve such a simple problem.
sequences-and-series derivatives
$endgroup$
add a comment |
$begingroup$
The formula is supposed to be valid for $x neq pm 1$.
Here is how I did it:
$$barS_n = fracddxleft( x+x^3+x^5+...+x^2n+1 right)$$
The term in the brackets is the geometric sequence. So call the sum up to term $x^2n+1$ as $S_n$, then:
$$S_n = fracx(1-x^2n)1-x^2$$
and so:
$$barS_n = fracddx left( S_n right)$$
which gives me:
$$frac2x^2 (1-x^2n)(1-x^2)^2+frac11-x^2left( 1-x^2n(1+2n) right)$$
apparently, that's wrong. Embarrassing I cannot solve such a simple problem.
sequences-and-series derivatives
$endgroup$
add a comment |
$begingroup$
The formula is supposed to be valid for $x neq pm 1$.
Here is how I did it:
$$barS_n = fracddxleft( x+x^3+x^5+...+x^2n+1 right)$$
The term in the brackets is the geometric sequence. So call the sum up to term $x^2n+1$ as $S_n$, then:
$$S_n = fracx(1-x^2n)1-x^2$$
and so:
$$barS_n = fracddx left( S_n right)$$
which gives me:
$$frac2x^2 (1-x^2n)(1-x^2)^2+frac11-x^2left( 1-x^2n(1+2n) right)$$
apparently, that's wrong. Embarrassing I cannot solve such a simple problem.
sequences-and-series derivatives
$endgroup$
The formula is supposed to be valid for $x neq pm 1$.
Here is how I did it:
$$barS_n = fracddxleft( x+x^3+x^5+...+x^2n+1 right)$$
The term in the brackets is the geometric sequence. So call the sum up to term $x^2n+1$ as $S_n$, then:
$$S_n = fracx(1-x^2n)1-x^2$$
and so:
$$barS_n = fracddx left( S_n right)$$
which gives me:
$$frac2x^2 (1-x^2n)(1-x^2)^2+frac11-x^2left( 1-x^2n(1+2n) right)$$
apparently, that's wrong. Embarrassing I cannot solve such a simple problem.
sequences-and-series derivatives
sequences-and-series derivatives
edited Mar 12 at 10:02
i squared - Keep it Real
asked Mar 12 at 9:49
i squared - Keep it Reali squared - Keep it Real
1,61311027
1,61311027
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
$begingroup$
There is a minor mistake.
$$S_n=x(1+x^2+x^4+cdots+x^2n)=fracx(1-x^2n+2)1-x^2$$
$endgroup$
add a comment |
$begingroup$
Your sum is given by $$fracx^2 left(-2 n x^2 n-3 x^2 n+2 n x^2
n+2+x^2 n+2-x^2+3right)left(x^2-1right)^2$$
$endgroup$
1
$begingroup$
So my mistake is in the differentiation step?
$endgroup$
– i squared - Keep it Real
Mar 12 at 10:03
1
$begingroup$
I think so,you can compare with the solution above.
$endgroup$
– Dr. Sonnhard Graubner
Mar 12 at 10:06
add a comment |
$begingroup$
Without calculus:
$$S_3:=1+3x^2+5x^4+7x^6
\=2(1+x^2+x^4+x^6)-1+x^2(1+3x^2+5x^4)
\=2frac1-x^81-x^2-1+x^2(S_3-7x^6)$$
and more generally
$$S_n=2frac1-x^2n+21-x^2-1+x^2(S_n-(2n+1)x^2n).$$
So
$$(1-x^2)S_n=2frac1-x^2n+21-x^2-1-(2n+1)x^2n+2.$$
$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%2f3144881%2ffind-the-formula-for-the-sum-13x25x47x6-2n1x2n%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
There is a minor mistake.
$$S_n=x(1+x^2+x^4+cdots+x^2n)=fracx(1-x^2n+2)1-x^2$$
$endgroup$
add a comment |
$begingroup$
There is a minor mistake.
$$S_n=x(1+x^2+x^4+cdots+x^2n)=fracx(1-x^2n+2)1-x^2$$
$endgroup$
add a comment |
$begingroup$
There is a minor mistake.
$$S_n=x(1+x^2+x^4+cdots+x^2n)=fracx(1-x^2n+2)1-x^2$$
$endgroup$
There is a minor mistake.
$$S_n=x(1+x^2+x^4+cdots+x^2n)=fracx(1-x^2n+2)1-x^2$$
answered Mar 12 at 10:11
CY AriesCY Aries
16.8k11743
16.8k11743
add a comment |
add a comment |
$begingroup$
Your sum is given by $$fracx^2 left(-2 n x^2 n-3 x^2 n+2 n x^2
n+2+x^2 n+2-x^2+3right)left(x^2-1right)^2$$
$endgroup$
1
$begingroup$
So my mistake is in the differentiation step?
$endgroup$
– i squared - Keep it Real
Mar 12 at 10:03
1
$begingroup$
I think so,you can compare with the solution above.
$endgroup$
– Dr. Sonnhard Graubner
Mar 12 at 10:06
add a comment |
$begingroup$
Your sum is given by $$fracx^2 left(-2 n x^2 n-3 x^2 n+2 n x^2
n+2+x^2 n+2-x^2+3right)left(x^2-1right)^2$$
$endgroup$
1
$begingroup$
So my mistake is in the differentiation step?
$endgroup$
– i squared - Keep it Real
Mar 12 at 10:03
1
$begingroup$
I think so,you can compare with the solution above.
$endgroup$
– Dr. Sonnhard Graubner
Mar 12 at 10:06
add a comment |
$begingroup$
Your sum is given by $$fracx^2 left(-2 n x^2 n-3 x^2 n+2 n x^2
n+2+x^2 n+2-x^2+3right)left(x^2-1right)^2$$
$endgroup$
Your sum is given by $$fracx^2 left(-2 n x^2 n-3 x^2 n+2 n x^2
n+2+x^2 n+2-x^2+3right)left(x^2-1right)^2$$
answered Mar 12 at 9:55
Dr. Sonnhard GraubnerDr. Sonnhard Graubner
77.8k42866
77.8k42866
1
$begingroup$
So my mistake is in the differentiation step?
$endgroup$
– i squared - Keep it Real
Mar 12 at 10:03
1
$begingroup$
I think so,you can compare with the solution above.
$endgroup$
– Dr. Sonnhard Graubner
Mar 12 at 10:06
add a comment |
1
$begingroup$
So my mistake is in the differentiation step?
$endgroup$
– i squared - Keep it Real
Mar 12 at 10:03
1
$begingroup$
I think so,you can compare with the solution above.
$endgroup$
– Dr. Sonnhard Graubner
Mar 12 at 10:06
1
1
$begingroup$
So my mistake is in the differentiation step?
$endgroup$
– i squared - Keep it Real
Mar 12 at 10:03
$begingroup$
So my mistake is in the differentiation step?
$endgroup$
– i squared - Keep it Real
Mar 12 at 10:03
1
1
$begingroup$
I think so,you can compare with the solution above.
$endgroup$
– Dr. Sonnhard Graubner
Mar 12 at 10:06
$begingroup$
I think so,you can compare with the solution above.
$endgroup$
– Dr. Sonnhard Graubner
Mar 12 at 10:06
add a comment |
$begingroup$
Without calculus:
$$S_3:=1+3x^2+5x^4+7x^6
\=2(1+x^2+x^4+x^6)-1+x^2(1+3x^2+5x^4)
\=2frac1-x^81-x^2-1+x^2(S_3-7x^6)$$
and more generally
$$S_n=2frac1-x^2n+21-x^2-1+x^2(S_n-(2n+1)x^2n).$$
So
$$(1-x^2)S_n=2frac1-x^2n+21-x^2-1-(2n+1)x^2n+2.$$
$endgroup$
add a comment |
$begingroup$
Without calculus:
$$S_3:=1+3x^2+5x^4+7x^6
\=2(1+x^2+x^4+x^6)-1+x^2(1+3x^2+5x^4)
\=2frac1-x^81-x^2-1+x^2(S_3-7x^6)$$
and more generally
$$S_n=2frac1-x^2n+21-x^2-1+x^2(S_n-(2n+1)x^2n).$$
So
$$(1-x^2)S_n=2frac1-x^2n+21-x^2-1-(2n+1)x^2n+2.$$
$endgroup$
add a comment |
$begingroup$
Without calculus:
$$S_3:=1+3x^2+5x^4+7x^6
\=2(1+x^2+x^4+x^6)-1+x^2(1+3x^2+5x^4)
\=2frac1-x^81-x^2-1+x^2(S_3-7x^6)$$
and more generally
$$S_n=2frac1-x^2n+21-x^2-1+x^2(S_n-(2n+1)x^2n).$$
So
$$(1-x^2)S_n=2frac1-x^2n+21-x^2-1-(2n+1)x^2n+2.$$
$endgroup$
Without calculus:
$$S_3:=1+3x^2+5x^4+7x^6
\=2(1+x^2+x^4+x^6)-1+x^2(1+3x^2+5x^4)
\=2frac1-x^81-x^2-1+x^2(S_3-7x^6)$$
and more generally
$$S_n=2frac1-x^2n+21-x^2-1+x^2(S_n-(2n+1)x^2n).$$
So
$$(1-x^2)S_n=2frac1-x^2n+21-x^2-1-(2n+1)x^2n+2.$$
answered Mar 12 at 10:43
Yves DaoustYves Daoust
130k676229
130k676229
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%2f3144881%2ffind-the-formula-for-the-sum-13x25x47x6-2n1x2n%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