Alternative Formulation of Arc Length
up vote
0
down vote
favorite
If $gamma : [a,b] to Bbb{R}^n$ continuously differentiable, show that the arc length $arc(gamma)$ equals $sup { sum_{i=1}^n ||gamma (t_i)-gamma (t_{i-1})|| mid a = t_0 < t_1 < ... < t_n = b }$.
Recall that $arc(gamma ) = int_{a}^{b} ||gamma '(t)||dt$. I'm trying to solve the above problem. I've already shown that a sequence of points in ${ sum_{i=1}^n ||gamma (t_i)-gamma (t_{i-1})|| mid a = t_0 < t_1 < ... < t_n = b }$ converges to $arc (gamma)$, so I just need to show that $arc (gamma)$ is an upper bound of the set. I've reduced this to showing that $int_{a}^{b} ||gamma ' (t)|| dt ge ||gamma (b) - gamma (a)||$ holds. Intuitively/geometrically it's obvious, but I having trouble mathematizing my intuition. I could use some help.
real-analysis integration multivariable-calculus arc-length
add a comment |
up vote
0
down vote
favorite
If $gamma : [a,b] to Bbb{R}^n$ continuously differentiable, show that the arc length $arc(gamma)$ equals $sup { sum_{i=1}^n ||gamma (t_i)-gamma (t_{i-1})|| mid a = t_0 < t_1 < ... < t_n = b }$.
Recall that $arc(gamma ) = int_{a}^{b} ||gamma '(t)||dt$. I'm trying to solve the above problem. I've already shown that a sequence of points in ${ sum_{i=1}^n ||gamma (t_i)-gamma (t_{i-1})|| mid a = t_0 < t_1 < ... < t_n = b }$ converges to $arc (gamma)$, so I just need to show that $arc (gamma)$ is an upper bound of the set. I've reduced this to showing that $int_{a}^{b} ||gamma ' (t)|| dt ge ||gamma (b) - gamma (a)||$ holds. Intuitively/geometrically it's obvious, but I having trouble mathematizing my intuition. I could use some help.
real-analysis integration multivariable-calculus arc-length
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
If $gamma : [a,b] to Bbb{R}^n$ continuously differentiable, show that the arc length $arc(gamma)$ equals $sup { sum_{i=1}^n ||gamma (t_i)-gamma (t_{i-1})|| mid a = t_0 < t_1 < ... < t_n = b }$.
Recall that $arc(gamma ) = int_{a}^{b} ||gamma '(t)||dt$. I'm trying to solve the above problem. I've already shown that a sequence of points in ${ sum_{i=1}^n ||gamma (t_i)-gamma (t_{i-1})|| mid a = t_0 < t_1 < ... < t_n = b }$ converges to $arc (gamma)$, so I just need to show that $arc (gamma)$ is an upper bound of the set. I've reduced this to showing that $int_{a}^{b} ||gamma ' (t)|| dt ge ||gamma (b) - gamma (a)||$ holds. Intuitively/geometrically it's obvious, but I having trouble mathematizing my intuition. I could use some help.
real-analysis integration multivariable-calculus arc-length
If $gamma : [a,b] to Bbb{R}^n$ continuously differentiable, show that the arc length $arc(gamma)$ equals $sup { sum_{i=1}^n ||gamma (t_i)-gamma (t_{i-1})|| mid a = t_0 < t_1 < ... < t_n = b }$.
Recall that $arc(gamma ) = int_{a}^{b} ||gamma '(t)||dt$. I'm trying to solve the above problem. I've already shown that a sequence of points in ${ sum_{i=1}^n ||gamma (t_i)-gamma (t_{i-1})|| mid a = t_0 < t_1 < ... < t_n = b }$ converges to $arc (gamma)$, so I just need to show that $arc (gamma)$ is an upper bound of the set. I've reduced this to showing that $int_{a}^{b} ||gamma ' (t)|| dt ge ||gamma (b) - gamma (a)||$ holds. Intuitively/geometrically it's obvious, but I having trouble mathematizing my intuition. I could use some help.
real-analysis integration multivariable-calculus arc-length
real-analysis integration multivariable-calculus arc-length
asked Nov 27 at 13:04
user193319
2,3122923
2,3122923
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
accepted
You have essentially solved this already. $$ |gamma(b)-gamma(a)| = left| int_a^b gamma'(t) , dt right| le int_a^b |gamma'(t)| , dt $$
by the triangle inequality. This is another version of the Mean Value Theorem, summarisable as: "global growth $le$ local growth".
I thought that the mean value theorem didn't hold for vector valued functions.
– user193319
Nov 27 at 13:14
I think you only need it to hold component by component. Anyway the above argument based on the triangle inequality is correct, vector or not.
– Richard Martin
Nov 27 at 13:19
I don't see how component by component will help, since we'll get a different value of $t$ in the mean value function for each coordinate function. As a matter of fact, the mean value theorem doesn't hold: $gamma : [0,1] to Bbb{R}^2$ defined by $gamma (t) = (t,t^2)$ is a counterexample,
– user193319
Nov 27 at 13:21
Oh, I see what you're doing. You're using FOTC, which does hold for vector-valued functions. Sorry about the confusion.
– user193319
Nov 27 at 13:39
No probs, I didn't do a very good job of explaining it, and I could have omitted my comment about the MVT, which might have been better.
– Richard Martin
Nov 27 at 13:43
|
show 1 more 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',
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%2f3015743%2falternative-formulation-of-arc-length%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
up vote
1
down vote
accepted
You have essentially solved this already. $$ |gamma(b)-gamma(a)| = left| int_a^b gamma'(t) , dt right| le int_a^b |gamma'(t)| , dt $$
by the triangle inequality. This is another version of the Mean Value Theorem, summarisable as: "global growth $le$ local growth".
I thought that the mean value theorem didn't hold for vector valued functions.
– user193319
Nov 27 at 13:14
I think you only need it to hold component by component. Anyway the above argument based on the triangle inequality is correct, vector or not.
– Richard Martin
Nov 27 at 13:19
I don't see how component by component will help, since we'll get a different value of $t$ in the mean value function for each coordinate function. As a matter of fact, the mean value theorem doesn't hold: $gamma : [0,1] to Bbb{R}^2$ defined by $gamma (t) = (t,t^2)$ is a counterexample,
– user193319
Nov 27 at 13:21
Oh, I see what you're doing. You're using FOTC, which does hold for vector-valued functions. Sorry about the confusion.
– user193319
Nov 27 at 13:39
No probs, I didn't do a very good job of explaining it, and I could have omitted my comment about the MVT, which might have been better.
– Richard Martin
Nov 27 at 13:43
|
show 1 more comment
up vote
1
down vote
accepted
You have essentially solved this already. $$ |gamma(b)-gamma(a)| = left| int_a^b gamma'(t) , dt right| le int_a^b |gamma'(t)| , dt $$
by the triangle inequality. This is another version of the Mean Value Theorem, summarisable as: "global growth $le$ local growth".
I thought that the mean value theorem didn't hold for vector valued functions.
– user193319
Nov 27 at 13:14
I think you only need it to hold component by component. Anyway the above argument based on the triangle inequality is correct, vector or not.
– Richard Martin
Nov 27 at 13:19
I don't see how component by component will help, since we'll get a different value of $t$ in the mean value function for each coordinate function. As a matter of fact, the mean value theorem doesn't hold: $gamma : [0,1] to Bbb{R}^2$ defined by $gamma (t) = (t,t^2)$ is a counterexample,
– user193319
Nov 27 at 13:21
Oh, I see what you're doing. You're using FOTC, which does hold for vector-valued functions. Sorry about the confusion.
– user193319
Nov 27 at 13:39
No probs, I didn't do a very good job of explaining it, and I could have omitted my comment about the MVT, which might have been better.
– Richard Martin
Nov 27 at 13:43
|
show 1 more comment
up vote
1
down vote
accepted
up vote
1
down vote
accepted
You have essentially solved this already. $$ |gamma(b)-gamma(a)| = left| int_a^b gamma'(t) , dt right| le int_a^b |gamma'(t)| , dt $$
by the triangle inequality. This is another version of the Mean Value Theorem, summarisable as: "global growth $le$ local growth".
You have essentially solved this already. $$ |gamma(b)-gamma(a)| = left| int_a^b gamma'(t) , dt right| le int_a^b |gamma'(t)| , dt $$
by the triangle inequality. This is another version of the Mean Value Theorem, summarisable as: "global growth $le$ local growth".
answered Nov 27 at 13:12
Richard Martin
1,63918
1,63918
I thought that the mean value theorem didn't hold for vector valued functions.
– user193319
Nov 27 at 13:14
I think you only need it to hold component by component. Anyway the above argument based on the triangle inequality is correct, vector or not.
– Richard Martin
Nov 27 at 13:19
I don't see how component by component will help, since we'll get a different value of $t$ in the mean value function for each coordinate function. As a matter of fact, the mean value theorem doesn't hold: $gamma : [0,1] to Bbb{R}^2$ defined by $gamma (t) = (t,t^2)$ is a counterexample,
– user193319
Nov 27 at 13:21
Oh, I see what you're doing. You're using FOTC, which does hold for vector-valued functions. Sorry about the confusion.
– user193319
Nov 27 at 13:39
No probs, I didn't do a very good job of explaining it, and I could have omitted my comment about the MVT, which might have been better.
– Richard Martin
Nov 27 at 13:43
|
show 1 more comment
I thought that the mean value theorem didn't hold for vector valued functions.
– user193319
Nov 27 at 13:14
I think you only need it to hold component by component. Anyway the above argument based on the triangle inequality is correct, vector or not.
– Richard Martin
Nov 27 at 13:19
I don't see how component by component will help, since we'll get a different value of $t$ in the mean value function for each coordinate function. As a matter of fact, the mean value theorem doesn't hold: $gamma : [0,1] to Bbb{R}^2$ defined by $gamma (t) = (t,t^2)$ is a counterexample,
– user193319
Nov 27 at 13:21
Oh, I see what you're doing. You're using FOTC, which does hold for vector-valued functions. Sorry about the confusion.
– user193319
Nov 27 at 13:39
No probs, I didn't do a very good job of explaining it, and I could have omitted my comment about the MVT, which might have been better.
– Richard Martin
Nov 27 at 13:43
I thought that the mean value theorem didn't hold for vector valued functions.
– user193319
Nov 27 at 13:14
I thought that the mean value theorem didn't hold for vector valued functions.
– user193319
Nov 27 at 13:14
I think you only need it to hold component by component. Anyway the above argument based on the triangle inequality is correct, vector or not.
– Richard Martin
Nov 27 at 13:19
I think you only need it to hold component by component. Anyway the above argument based on the triangle inequality is correct, vector or not.
– Richard Martin
Nov 27 at 13:19
I don't see how component by component will help, since we'll get a different value of $t$ in the mean value function for each coordinate function. As a matter of fact, the mean value theorem doesn't hold: $gamma : [0,1] to Bbb{R}^2$ defined by $gamma (t) = (t,t^2)$ is a counterexample,
– user193319
Nov 27 at 13:21
I don't see how component by component will help, since we'll get a different value of $t$ in the mean value function for each coordinate function. As a matter of fact, the mean value theorem doesn't hold: $gamma : [0,1] to Bbb{R}^2$ defined by $gamma (t) = (t,t^2)$ is a counterexample,
– user193319
Nov 27 at 13:21
Oh, I see what you're doing. You're using FOTC, which does hold for vector-valued functions. Sorry about the confusion.
– user193319
Nov 27 at 13:39
Oh, I see what you're doing. You're using FOTC, which does hold for vector-valued functions. Sorry about the confusion.
– user193319
Nov 27 at 13:39
No probs, I didn't do a very good job of explaining it, and I could have omitted my comment about the MVT, which might have been better.
– Richard Martin
Nov 27 at 13:43
No probs, I didn't do a very good job of explaining it, and I could have omitted my comment about the MVT, which might have been better.
– Richard Martin
Nov 27 at 13:43
|
show 1 more 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%2f3015743%2falternative-formulation-of-arc-length%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