Function Variations of a Power Series Representation

Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
So I am trying to use differentiation to find the power series representations for a series of variations of a function. They are f(x)=1/(8+x)^2 g(x)=1/(8+x)^3 h(x)=x^2/(8+x)^3. I was able to get the first representation to be Sum of x^n(-1)^n((8^-1-n)*(1+n)). I am struggling where to go from here, any help is appreciated.
sequences-and-series power-series
add a comment |Â
up vote
0
down vote
favorite
So I am trying to use differentiation to find the power series representations for a series of variations of a function. They are f(x)=1/(8+x)^2 g(x)=1/(8+x)^3 h(x)=x^2/(8+x)^3. I was able to get the first representation to be Sum of x^n(-1)^n((8^-1-n)*(1+n)). I am struggling where to go from here, any help is appreciated.
sequences-and-series power-series
To make the question more readable please use mathjax
â Holo
Aug 8 at 16:31
Can you give the numerical values of the first couple of terms of your expansion of $1/(8+x)^2$? I think you may be out by a factor of $8$
â Henry
Aug 8 at 16:53
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
So I am trying to use differentiation to find the power series representations for a series of variations of a function. They are f(x)=1/(8+x)^2 g(x)=1/(8+x)^3 h(x)=x^2/(8+x)^3. I was able to get the first representation to be Sum of x^n(-1)^n((8^-1-n)*(1+n)). I am struggling where to go from here, any help is appreciated.
sequences-and-series power-series
So I am trying to use differentiation to find the power series representations for a series of variations of a function. They are f(x)=1/(8+x)^2 g(x)=1/(8+x)^3 h(x)=x^2/(8+x)^3. I was able to get the first representation to be Sum of x^n(-1)^n((8^-1-n)*(1+n)). I am struggling where to go from here, any help is appreciated.
sequences-and-series power-series
asked Aug 8 at 16:28
cjh
1
1
To make the question more readable please use mathjax
â Holo
Aug 8 at 16:31
Can you give the numerical values of the first couple of terms of your expansion of $1/(8+x)^2$? I think you may be out by a factor of $8$
â Henry
Aug 8 at 16:53
add a comment |Â
To make the question more readable please use mathjax
â Holo
Aug 8 at 16:31
Can you give the numerical values of the first couple of terms of your expansion of $1/(8+x)^2$? I think you may be out by a factor of $8$
â Henry
Aug 8 at 16:53
To make the question more readable please use mathjax
â Holo
Aug 8 at 16:31
To make the question more readable please use mathjax
â Holo
Aug 8 at 16:31
Can you give the numerical values of the first couple of terms of your expansion of $1/(8+x)^2$? I think you may be out by a factor of $8$
â Henry
Aug 8 at 16:53
Can you give the numerical values of the first couple of terms of your expansion of $1/(8+x)^2$? I think you may be out by a factor of $8$
â Henry
Aug 8 at 16:53
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
0
down vote
Hint:
When you have the first one $f(x)=dfrac1(8+x)^2$ then for $g(x)$ and $h(x)$ you should compute $f'(x)$ and $x^2f'(x)$.
add a comment |Â
up vote
0
down vote
As a pattern (when $|x| <1$) you have the expansions with binomial coefficients:
- $frac11+x = 1 - x +x^2 -x^3 + x^4 - ldots$
- $frac1(1+x)^2 = 1 - 2x +3x^2 -4x^3 + 5x^4 - ldots$
- $frac1(1+x)^3 = 1 - 3x +6x^2 -10x^3 + 15x^4 - ldots$
- $frac1(1+x)^4 = 1 - 4x +10x^2 -20x^3 + 35x^4 - ldots$
and the coefficient of $x^n$ in the expansion of $frac1(1+x)^k$ is $(-1)^n n+k-1 choose n$
But you are actually interested in the expansion of $frac1(8+x)^k = frac18^ktimes frac1left(1+fracx8right)^k$, so the coefficient of $x^n$ in its expansion is $$frac1(8+x)^k = sum_n=0^infty x^n frac(-1)^n8^n+k n+k-1 choose k-1$$ for $|x| lt 8$
Note when $k=2$ as in your example this would give $frac(-1)^n8^n+2 (n+1)$ which is almost what you have: you might want to check whether your $8^-1-n$ should really be $8^-2-n$
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Hint:
When you have the first one $f(x)=dfrac1(8+x)^2$ then for $g(x)$ and $h(x)$ you should compute $f'(x)$ and $x^2f'(x)$.
add a comment |Â
up vote
0
down vote
Hint:
When you have the first one $f(x)=dfrac1(8+x)^2$ then for $g(x)$ and $h(x)$ you should compute $f'(x)$ and $x^2f'(x)$.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
Hint:
When you have the first one $f(x)=dfrac1(8+x)^2$ then for $g(x)$ and $h(x)$ you should compute $f'(x)$ and $x^2f'(x)$.
Hint:
When you have the first one $f(x)=dfrac1(8+x)^2$ then for $g(x)$ and $h(x)$ you should compute $f'(x)$ and $x^2f'(x)$.
answered Aug 8 at 16:32
Nosrati
20.2k41644
20.2k41644
add a comment |Â
add a comment |Â
up vote
0
down vote
As a pattern (when $|x| <1$) you have the expansions with binomial coefficients:
- $frac11+x = 1 - x +x^2 -x^3 + x^4 - ldots$
- $frac1(1+x)^2 = 1 - 2x +3x^2 -4x^3 + 5x^4 - ldots$
- $frac1(1+x)^3 = 1 - 3x +6x^2 -10x^3 + 15x^4 - ldots$
- $frac1(1+x)^4 = 1 - 4x +10x^2 -20x^3 + 35x^4 - ldots$
and the coefficient of $x^n$ in the expansion of $frac1(1+x)^k$ is $(-1)^n n+k-1 choose n$
But you are actually interested in the expansion of $frac1(8+x)^k = frac18^ktimes frac1left(1+fracx8right)^k$, so the coefficient of $x^n$ in its expansion is $$frac1(8+x)^k = sum_n=0^infty x^n frac(-1)^n8^n+k n+k-1 choose k-1$$ for $|x| lt 8$
Note when $k=2$ as in your example this would give $frac(-1)^n8^n+2 (n+1)$ which is almost what you have: you might want to check whether your $8^-1-n$ should really be $8^-2-n$
add a comment |Â
up vote
0
down vote
As a pattern (when $|x| <1$) you have the expansions with binomial coefficients:
- $frac11+x = 1 - x +x^2 -x^3 + x^4 - ldots$
- $frac1(1+x)^2 = 1 - 2x +3x^2 -4x^3 + 5x^4 - ldots$
- $frac1(1+x)^3 = 1 - 3x +6x^2 -10x^3 + 15x^4 - ldots$
- $frac1(1+x)^4 = 1 - 4x +10x^2 -20x^3 + 35x^4 - ldots$
and the coefficient of $x^n$ in the expansion of $frac1(1+x)^k$ is $(-1)^n n+k-1 choose n$
But you are actually interested in the expansion of $frac1(8+x)^k = frac18^ktimes frac1left(1+fracx8right)^k$, so the coefficient of $x^n$ in its expansion is $$frac1(8+x)^k = sum_n=0^infty x^n frac(-1)^n8^n+k n+k-1 choose k-1$$ for $|x| lt 8$
Note when $k=2$ as in your example this would give $frac(-1)^n8^n+2 (n+1)$ which is almost what you have: you might want to check whether your $8^-1-n$ should really be $8^-2-n$
add a comment |Â
up vote
0
down vote
up vote
0
down vote
As a pattern (when $|x| <1$) you have the expansions with binomial coefficients:
- $frac11+x = 1 - x +x^2 -x^3 + x^4 - ldots$
- $frac1(1+x)^2 = 1 - 2x +3x^2 -4x^3 + 5x^4 - ldots$
- $frac1(1+x)^3 = 1 - 3x +6x^2 -10x^3 + 15x^4 - ldots$
- $frac1(1+x)^4 = 1 - 4x +10x^2 -20x^3 + 35x^4 - ldots$
and the coefficient of $x^n$ in the expansion of $frac1(1+x)^k$ is $(-1)^n n+k-1 choose n$
But you are actually interested in the expansion of $frac1(8+x)^k = frac18^ktimes frac1left(1+fracx8right)^k$, so the coefficient of $x^n$ in its expansion is $$frac1(8+x)^k = sum_n=0^infty x^n frac(-1)^n8^n+k n+k-1 choose k-1$$ for $|x| lt 8$
Note when $k=2$ as in your example this would give $frac(-1)^n8^n+2 (n+1)$ which is almost what you have: you might want to check whether your $8^-1-n$ should really be $8^-2-n$
As a pattern (when $|x| <1$) you have the expansions with binomial coefficients:
- $frac11+x = 1 - x +x^2 -x^3 + x^4 - ldots$
- $frac1(1+x)^2 = 1 - 2x +3x^2 -4x^3 + 5x^4 - ldots$
- $frac1(1+x)^3 = 1 - 3x +6x^2 -10x^3 + 15x^4 - ldots$
- $frac1(1+x)^4 = 1 - 4x +10x^2 -20x^3 + 35x^4 - ldots$
and the coefficient of $x^n$ in the expansion of $frac1(1+x)^k$ is $(-1)^n n+k-1 choose n$
But you are actually interested in the expansion of $frac1(8+x)^k = frac18^ktimes frac1left(1+fracx8right)^k$, so the coefficient of $x^n$ in its expansion is $$frac1(8+x)^k = sum_n=0^infty x^n frac(-1)^n8^n+k n+k-1 choose k-1$$ for $|x| lt 8$
Note when $k=2$ as in your example this would give $frac(-1)^n8^n+2 (n+1)$ which is almost what you have: you might want to check whether your $8^-1-n$ should really be $8^-2-n$
answered Aug 8 at 16:52
Henry
93.2k469147
93.2k469147
add a comment |Â
add a comment |Â
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
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2876294%2ffunction-variations-of-a-power-series-representation%23new-answer', 'question_page');
);
Post as a guest
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
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
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
To make the question more readable please use mathjax
â Holo
Aug 8 at 16:31
Can you give the numerical values of the first couple of terms of your expansion of $1/(8+x)^2$? I think you may be out by a factor of $8$
â Henry
Aug 8 at 16:53