Remainder in taylor's theorem for multivariate functions
$begingroup$
Excerpt is from Courant Intro Analysis book Vol 2 pg 69. I need explanation of the underlined part (entire sentence) including justification. I understand what vanishes to higher order means.
real-analysis calculus
$endgroup$
add a comment |
$begingroup$
Excerpt is from Courant Intro Analysis book Vol 2 pg 69. I need explanation of the underlined part (entire sentence) including justification. I understand what vanishes to higher order means.
real-analysis calculus
$endgroup$
$begingroup$
what is the name of that book?
$endgroup$
– James
Feb 2 at 3:04
$begingroup$
@JimmySabater Hi i edited to include book.
$endgroup$
– helios321
Feb 2 at 3:15
add a comment |
$begingroup$
Excerpt is from Courant Intro Analysis book Vol 2 pg 69. I need explanation of the underlined part (entire sentence) including justification. I understand what vanishes to higher order means.
real-analysis calculus
$endgroup$
Excerpt is from Courant Intro Analysis book Vol 2 pg 69. I need explanation of the underlined part (entire sentence) including justification. I understand what vanishes to higher order means.
real-analysis calculus
real-analysis calculus
edited Feb 2 at 3:15
helios321
asked Feb 2 at 2:54
helios321helios321
56849
56849
$begingroup$
what is the name of that book?
$endgroup$
– James
Feb 2 at 3:04
$begingroup$
@JimmySabater Hi i edited to include book.
$endgroup$
– helios321
Feb 2 at 3:15
add a comment |
$begingroup$
what is the name of that book?
$endgroup$
– James
Feb 2 at 3:04
$begingroup$
@JimmySabater Hi i edited to include book.
$endgroup$
– helios321
Feb 2 at 3:15
$begingroup$
what is the name of that book?
$endgroup$
– James
Feb 2 at 3:04
$begingroup$
what is the name of that book?
$endgroup$
– James
Feb 2 at 3:04
$begingroup$
@JimmySabater Hi i edited to include book.
$endgroup$
– helios321
Feb 2 at 3:15
$begingroup$
@JimmySabater Hi i edited to include book.
$endgroup$
– helios321
Feb 2 at 3:15
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
That is the meaning of the Landau symbol, "little oh". That is, $f(x)= o(g(x))$ means $lim_{xto0}frac{f(x)}{g(x)}=0$. I.e. $f$ goes to zero "at higher order" than $g$.
For instance, $x^n=o(x^m)$ for $ngt m$.
Thus the result you have underlined follows from the fact that the remainder $R_n$ has higher powers of $h$ and $k$ than $d^nf$ does. This information is on the page above.
$endgroup$
$begingroup$
How do you prove that the ratio of the two polynomials in $h$ and $k$ go to $0$? Is there are Hopital rule for multivariable functions? Also I still don't see the relevance of the very last part that $R_n=o(sqrt{(h^2+k^2)^n})$
$endgroup$
– helios321
Feb 2 at 4:05
$begingroup$
For the last part, try squaring both sides. One is a polynomial of degree $2n$, the other $2n+2$. Polynomials of higher degree grow (and decay) faster, a basic fact.
$endgroup$
– Chris Custer
Feb 2 at 4:16
$begingroup$
What's a rough proof sketch of "Polynomials of higher degree grow (and decay) faster"?
$endgroup$
– helios321
Feb 2 at 4:29
$begingroup$
The highest degree term dominates.
$endgroup$
– Chris Custer
Feb 2 at 5:53
$begingroup$
Factor it out; then compare terms of highest degree.
$endgroup$
– Chris Custer
Feb 2 at 8:20
|
show 6 more comments
Your Answer
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%2f3096984%2fremainder-in-taylors-theorem-for-multivariate-functions%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
$begingroup$
That is the meaning of the Landau symbol, "little oh". That is, $f(x)= o(g(x))$ means $lim_{xto0}frac{f(x)}{g(x)}=0$. I.e. $f$ goes to zero "at higher order" than $g$.
For instance, $x^n=o(x^m)$ for $ngt m$.
Thus the result you have underlined follows from the fact that the remainder $R_n$ has higher powers of $h$ and $k$ than $d^nf$ does. This information is on the page above.
$endgroup$
$begingroup$
How do you prove that the ratio of the two polynomials in $h$ and $k$ go to $0$? Is there are Hopital rule for multivariable functions? Also I still don't see the relevance of the very last part that $R_n=o(sqrt{(h^2+k^2)^n})$
$endgroup$
– helios321
Feb 2 at 4:05
$begingroup$
For the last part, try squaring both sides. One is a polynomial of degree $2n$, the other $2n+2$. Polynomials of higher degree grow (and decay) faster, a basic fact.
$endgroup$
– Chris Custer
Feb 2 at 4:16
$begingroup$
What's a rough proof sketch of "Polynomials of higher degree grow (and decay) faster"?
$endgroup$
– helios321
Feb 2 at 4:29
$begingroup$
The highest degree term dominates.
$endgroup$
– Chris Custer
Feb 2 at 5:53
$begingroup$
Factor it out; then compare terms of highest degree.
$endgroup$
– Chris Custer
Feb 2 at 8:20
|
show 6 more comments
$begingroup$
That is the meaning of the Landau symbol, "little oh". That is, $f(x)= o(g(x))$ means $lim_{xto0}frac{f(x)}{g(x)}=0$. I.e. $f$ goes to zero "at higher order" than $g$.
For instance, $x^n=o(x^m)$ for $ngt m$.
Thus the result you have underlined follows from the fact that the remainder $R_n$ has higher powers of $h$ and $k$ than $d^nf$ does. This information is on the page above.
$endgroup$
$begingroup$
How do you prove that the ratio of the two polynomials in $h$ and $k$ go to $0$? Is there are Hopital rule for multivariable functions? Also I still don't see the relevance of the very last part that $R_n=o(sqrt{(h^2+k^2)^n})$
$endgroup$
– helios321
Feb 2 at 4:05
$begingroup$
For the last part, try squaring both sides. One is a polynomial of degree $2n$, the other $2n+2$. Polynomials of higher degree grow (and decay) faster, a basic fact.
$endgroup$
– Chris Custer
Feb 2 at 4:16
$begingroup$
What's a rough proof sketch of "Polynomials of higher degree grow (and decay) faster"?
$endgroup$
– helios321
Feb 2 at 4:29
$begingroup$
The highest degree term dominates.
$endgroup$
– Chris Custer
Feb 2 at 5:53
$begingroup$
Factor it out; then compare terms of highest degree.
$endgroup$
– Chris Custer
Feb 2 at 8:20
|
show 6 more comments
$begingroup$
That is the meaning of the Landau symbol, "little oh". That is, $f(x)= o(g(x))$ means $lim_{xto0}frac{f(x)}{g(x)}=0$. I.e. $f$ goes to zero "at higher order" than $g$.
For instance, $x^n=o(x^m)$ for $ngt m$.
Thus the result you have underlined follows from the fact that the remainder $R_n$ has higher powers of $h$ and $k$ than $d^nf$ does. This information is on the page above.
$endgroup$
That is the meaning of the Landau symbol, "little oh". That is, $f(x)= o(g(x))$ means $lim_{xto0}frac{f(x)}{g(x)}=0$. I.e. $f$ goes to zero "at higher order" than $g$.
For instance, $x^n=o(x^m)$ for $ngt m$.
Thus the result you have underlined follows from the fact that the remainder $R_n$ has higher powers of $h$ and $k$ than $d^nf$ does. This information is on the page above.
answered Feb 2 at 3:42
Chris CusterChris Custer
14.3k3827
14.3k3827
$begingroup$
How do you prove that the ratio of the two polynomials in $h$ and $k$ go to $0$? Is there are Hopital rule for multivariable functions? Also I still don't see the relevance of the very last part that $R_n=o(sqrt{(h^2+k^2)^n})$
$endgroup$
– helios321
Feb 2 at 4:05
$begingroup$
For the last part, try squaring both sides. One is a polynomial of degree $2n$, the other $2n+2$. Polynomials of higher degree grow (and decay) faster, a basic fact.
$endgroup$
– Chris Custer
Feb 2 at 4:16
$begingroup$
What's a rough proof sketch of "Polynomials of higher degree grow (and decay) faster"?
$endgroup$
– helios321
Feb 2 at 4:29
$begingroup$
The highest degree term dominates.
$endgroup$
– Chris Custer
Feb 2 at 5:53
$begingroup$
Factor it out; then compare terms of highest degree.
$endgroup$
– Chris Custer
Feb 2 at 8:20
|
show 6 more comments
$begingroup$
How do you prove that the ratio of the two polynomials in $h$ and $k$ go to $0$? Is there are Hopital rule for multivariable functions? Also I still don't see the relevance of the very last part that $R_n=o(sqrt{(h^2+k^2)^n})$
$endgroup$
– helios321
Feb 2 at 4:05
$begingroup$
For the last part, try squaring both sides. One is a polynomial of degree $2n$, the other $2n+2$. Polynomials of higher degree grow (and decay) faster, a basic fact.
$endgroup$
– Chris Custer
Feb 2 at 4:16
$begingroup$
What's a rough proof sketch of "Polynomials of higher degree grow (and decay) faster"?
$endgroup$
– helios321
Feb 2 at 4:29
$begingroup$
The highest degree term dominates.
$endgroup$
– Chris Custer
Feb 2 at 5:53
$begingroup$
Factor it out; then compare terms of highest degree.
$endgroup$
– Chris Custer
Feb 2 at 8:20
$begingroup$
How do you prove that the ratio of the two polynomials in $h$ and $k$ go to $0$? Is there are Hopital rule for multivariable functions? Also I still don't see the relevance of the very last part that $R_n=o(sqrt{(h^2+k^2)^n})$
$endgroup$
– helios321
Feb 2 at 4:05
$begingroup$
How do you prove that the ratio of the two polynomials in $h$ and $k$ go to $0$? Is there are Hopital rule for multivariable functions? Also I still don't see the relevance of the very last part that $R_n=o(sqrt{(h^2+k^2)^n})$
$endgroup$
– helios321
Feb 2 at 4:05
$begingroup$
For the last part, try squaring both sides. One is a polynomial of degree $2n$, the other $2n+2$. Polynomials of higher degree grow (and decay) faster, a basic fact.
$endgroup$
– Chris Custer
Feb 2 at 4:16
$begingroup$
For the last part, try squaring both sides. One is a polynomial of degree $2n$, the other $2n+2$. Polynomials of higher degree grow (and decay) faster, a basic fact.
$endgroup$
– Chris Custer
Feb 2 at 4:16
$begingroup$
What's a rough proof sketch of "Polynomials of higher degree grow (and decay) faster"?
$endgroup$
– helios321
Feb 2 at 4:29
$begingroup$
What's a rough proof sketch of "Polynomials of higher degree grow (and decay) faster"?
$endgroup$
– helios321
Feb 2 at 4:29
$begingroup$
The highest degree term dominates.
$endgroup$
– Chris Custer
Feb 2 at 5:53
$begingroup$
The highest degree term dominates.
$endgroup$
– Chris Custer
Feb 2 at 5:53
$begingroup$
Factor it out; then compare terms of highest degree.
$endgroup$
– Chris Custer
Feb 2 at 8:20
$begingroup$
Factor it out; then compare terms of highest degree.
$endgroup$
– Chris Custer
Feb 2 at 8:20
|
show 6 more comments
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%2f3096984%2fremainder-in-taylors-theorem-for-multivariate-functions%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
$begingroup$
what is the name of that book?
$endgroup$
– James
Feb 2 at 3:04
$begingroup$
@JimmySabater Hi i edited to include book.
$endgroup$
– helios321
Feb 2 at 3:15