Remainder in Lagrange form of $ln (1-x)$
up vote
1
down vote
favorite
Let $f:mathbb{R} to mathbb{R}$ be a function, $f(x)=ln(1-x)$.
Let $T_{2,f,0}$ be the MacLaurin polynomial of second degree for $f$
and $r_2$ it's remainder.
Find $r_2(x)$ and evaluate it in $x=-1$ i.e $r_2(frac{1}{2})$.
My first thought was to use Lagrange's form of remainder...
$r_2(x)=frac{f^{'''}(c)}{3!}x^3=frac{frac{-2}{(1-c)^3}}{3!}=frac{-2}{3(1-c)^3}x^3$
Now, I don't understand that
"evaluate it in $x=-1$ i.e $r_2(frac{1}{2})$"
I anyway evaluated it in $x=-1$ and $x=frac{1}{2}$:
When $x=1$: $r_2=frac{2}{3(1-c)^3}$
When $x=frac{1}{2}$ $r_2=frac{-1}{12(1-c)^3}$
Which none of them gives me the correct answer, which apparently is
$r_2=frac{1}{3(1-c)^3}$ with $c in (-1,0)$.
Do I have to find the remainder in another way?
calculus real-analysis derivatives taylor-expansion
add a comment |
up vote
1
down vote
favorite
Let $f:mathbb{R} to mathbb{R}$ be a function, $f(x)=ln(1-x)$.
Let $T_{2,f,0}$ be the MacLaurin polynomial of second degree for $f$
and $r_2$ it's remainder.
Find $r_2(x)$ and evaluate it in $x=-1$ i.e $r_2(frac{1}{2})$.
My first thought was to use Lagrange's form of remainder...
$r_2(x)=frac{f^{'''}(c)}{3!}x^3=frac{frac{-2}{(1-c)^3}}{3!}=frac{-2}{3(1-c)^3}x^3$
Now, I don't understand that
"evaluate it in $x=-1$ i.e $r_2(frac{1}{2})$"
I anyway evaluated it in $x=-1$ and $x=frac{1}{2}$:
When $x=1$: $r_2=frac{2}{3(1-c)^3}$
When $x=frac{1}{2}$ $r_2=frac{-1}{12(1-c)^3}$
Which none of them gives me the correct answer, which apparently is
$r_2=frac{1}{3(1-c)^3}$ with $c in (-1,0)$.
Do I have to find the remainder in another way?
calculus real-analysis derivatives taylor-expansion
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
Let $f:mathbb{R} to mathbb{R}$ be a function, $f(x)=ln(1-x)$.
Let $T_{2,f,0}$ be the MacLaurin polynomial of second degree for $f$
and $r_2$ it's remainder.
Find $r_2(x)$ and evaluate it in $x=-1$ i.e $r_2(frac{1}{2})$.
My first thought was to use Lagrange's form of remainder...
$r_2(x)=frac{f^{'''}(c)}{3!}x^3=frac{frac{-2}{(1-c)^3}}{3!}=frac{-2}{3(1-c)^3}x^3$
Now, I don't understand that
"evaluate it in $x=-1$ i.e $r_2(frac{1}{2})$"
I anyway evaluated it in $x=-1$ and $x=frac{1}{2}$:
When $x=1$: $r_2=frac{2}{3(1-c)^3}$
When $x=frac{1}{2}$ $r_2=frac{-1}{12(1-c)^3}$
Which none of them gives me the correct answer, which apparently is
$r_2=frac{1}{3(1-c)^3}$ with $c in (-1,0)$.
Do I have to find the remainder in another way?
calculus real-analysis derivatives taylor-expansion
Let $f:mathbb{R} to mathbb{R}$ be a function, $f(x)=ln(1-x)$.
Let $T_{2,f,0}$ be the MacLaurin polynomial of second degree for $f$
and $r_2$ it's remainder.
Find $r_2(x)$ and evaluate it in $x=-1$ i.e $r_2(frac{1}{2})$.
My first thought was to use Lagrange's form of remainder...
$r_2(x)=frac{f^{'''}(c)}{3!}x^3=frac{frac{-2}{(1-c)^3}}{3!}=frac{-2}{3(1-c)^3}x^3$
Now, I don't understand that
"evaluate it in $x=-1$ i.e $r_2(frac{1}{2})$"
I anyway evaluated it in $x=-1$ and $x=frac{1}{2}$:
When $x=1$: $r_2=frac{2}{3(1-c)^3}$
When $x=frac{1}{2}$ $r_2=frac{-1}{12(1-c)^3}$
Which none of them gives me the correct answer, which apparently is
$r_2=frac{1}{3(1-c)^3}$ with $c in (-1,0)$.
Do I have to find the remainder in another way?
calculus real-analysis derivatives taylor-expansion
calculus real-analysis derivatives taylor-expansion
asked Nov 25 at 19:41
parishilton
1599
1599
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
accepted
I think that it should be
Find $r_2(x)$ and evaluate it in $x=-1$, i.e $r_2(-1)$.
By the the way, your computation is almost correct, you just missed a factor $2$.
The remainder of second degree is
$$r_2(x)=f(x)-T_{2,f,0}(x)=frac{f'''(c)}{3!}x^3=frac{-2}{3!(1-c)^3}x^3=frac{-x^3}{3(1-c)^3}$$
where $c$ is some point between $x$ and $0$ and
$$f'(x)=-(1-x)^{-1},,,f''(x)=-(1-x)^{-2},,,f'''(x)=-2(1-x)^{-3}.$$
Therefore if $x=-1$ then $cin (-1,0)$ and
$$r_2(-1)=frac{1}{3(1-c)^3}.$$
Thank you so much!!!
– parishilton
Nov 25 at 20:08
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
I think that it should be
Find $r_2(x)$ and evaluate it in $x=-1$, i.e $r_2(-1)$.
By the the way, your computation is almost correct, you just missed a factor $2$.
The remainder of second degree is
$$r_2(x)=f(x)-T_{2,f,0}(x)=frac{f'''(c)}{3!}x^3=frac{-2}{3!(1-c)^3}x^3=frac{-x^3}{3(1-c)^3}$$
where $c$ is some point between $x$ and $0$ and
$$f'(x)=-(1-x)^{-1},,,f''(x)=-(1-x)^{-2},,,f'''(x)=-2(1-x)^{-3}.$$
Therefore if $x=-1$ then $cin (-1,0)$ and
$$r_2(-1)=frac{1}{3(1-c)^3}.$$
Thank you so much!!!
– parishilton
Nov 25 at 20:08
add a comment |
up vote
1
down vote
accepted
I think that it should be
Find $r_2(x)$ and evaluate it in $x=-1$, i.e $r_2(-1)$.
By the the way, your computation is almost correct, you just missed a factor $2$.
The remainder of second degree is
$$r_2(x)=f(x)-T_{2,f,0}(x)=frac{f'''(c)}{3!}x^3=frac{-2}{3!(1-c)^3}x^3=frac{-x^3}{3(1-c)^3}$$
where $c$ is some point between $x$ and $0$ and
$$f'(x)=-(1-x)^{-1},,,f''(x)=-(1-x)^{-2},,,f'''(x)=-2(1-x)^{-3}.$$
Therefore if $x=-1$ then $cin (-1,0)$ and
$$r_2(-1)=frac{1}{3(1-c)^3}.$$
Thank you so much!!!
– parishilton
Nov 25 at 20:08
add a comment |
up vote
1
down vote
accepted
up vote
1
down vote
accepted
I think that it should be
Find $r_2(x)$ and evaluate it in $x=-1$, i.e $r_2(-1)$.
By the the way, your computation is almost correct, you just missed a factor $2$.
The remainder of second degree is
$$r_2(x)=f(x)-T_{2,f,0}(x)=frac{f'''(c)}{3!}x^3=frac{-2}{3!(1-c)^3}x^3=frac{-x^3}{3(1-c)^3}$$
where $c$ is some point between $x$ and $0$ and
$$f'(x)=-(1-x)^{-1},,,f''(x)=-(1-x)^{-2},,,f'''(x)=-2(1-x)^{-3}.$$
Therefore if $x=-1$ then $cin (-1,0)$ and
$$r_2(-1)=frac{1}{3(1-c)^3}.$$
I think that it should be
Find $r_2(x)$ and evaluate it in $x=-1$, i.e $r_2(-1)$.
By the the way, your computation is almost correct, you just missed a factor $2$.
The remainder of second degree is
$$r_2(x)=f(x)-T_{2,f,0}(x)=frac{f'''(c)}{3!}x^3=frac{-2}{3!(1-c)^3}x^3=frac{-x^3}{3(1-c)^3}$$
where $c$ is some point between $x$ and $0$ and
$$f'(x)=-(1-x)^{-1},,,f''(x)=-(1-x)^{-2},,,f'''(x)=-2(1-x)^{-3}.$$
Therefore if $x=-1$ then $cin (-1,0)$ and
$$r_2(-1)=frac{1}{3(1-c)^3}.$$
edited Nov 25 at 20:05
answered Nov 25 at 19:47
Robert Z
91.6k1058129
91.6k1058129
Thank you so much!!!
– parishilton
Nov 25 at 20:08
add a comment |
Thank you so much!!!
– parishilton
Nov 25 at 20:08
Thank you so much!!!
– parishilton
Nov 25 at 20:08
Thank you so much!!!
– parishilton
Nov 25 at 20:08
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
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%2f3013290%2fremainder-in-lagrange-form-of-ln-1-x%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