Remainder in Lagrange form of $ln (1-x)$
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 |
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 |
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
17810
17810
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
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 |
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%2f3013290%2fremainder-in-lagrange-form-of-ln-1-x%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
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 |
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 |
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
93.1k1060131
93.1k1060131
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