Is this the correct method to compute the directional derivative of $X_p[f]$?
Say we have a smooth function
$f(x,y,z)=z^2+7x^2e^{yz}$
and a vector field
$X(x,y,z)=(-x,y,z)$
Now say we want to calculate the directional derivative $X(p)[f]$ at the point $p=(0,1,2)$. Then is this the correct method :
$X(p)[f]=tfrac{d}{dt}|_{t=0}f(alpha(t))$
$alpha(t)=p+tX=(0,1,2)+t(-x,y,z)=(0,1,2)+t(0,1,2)=(0,1+t,2+2t)$
$therefore f(alpha(t))=(2+2t)^2=4+8t+4t^2$
$tfrac{df(alpha(t)}{dt}=8+8t$
so
$tfrac{df(alpha(t)}{dt}|_{t=0}=8$
which is just a scalar number.
Note: the reason I'm asking is because i'm studying for an exam an I wasn't sure whether $p+tx=(0,1,2)+t(-x,y,z)=(-tx,1+ty,2+2z)$ or whether it was what I stated above , above produces a scalar this method produces a smooth function.
differential-geometry
add a comment |
Say we have a smooth function
$f(x,y,z)=z^2+7x^2e^{yz}$
and a vector field
$X(x,y,z)=(-x,y,z)$
Now say we want to calculate the directional derivative $X(p)[f]$ at the point $p=(0,1,2)$. Then is this the correct method :
$X(p)[f]=tfrac{d}{dt}|_{t=0}f(alpha(t))$
$alpha(t)=p+tX=(0,1,2)+t(-x,y,z)=(0,1,2)+t(0,1,2)=(0,1+t,2+2t)$
$therefore f(alpha(t))=(2+2t)^2=4+8t+4t^2$
$tfrac{df(alpha(t)}{dt}=8+8t$
so
$tfrac{df(alpha(t)}{dt}|_{t=0}=8$
which is just a scalar number.
Note: the reason I'm asking is because i'm studying for an exam an I wasn't sure whether $p+tx=(0,1,2)+t(-x,y,z)=(-tx,1+ty,2+2z)$ or whether it was what I stated above , above produces a scalar this method produces a smooth function.
differential-geometry
You need any curve $alpha(t)$ with $alpha(0)=p$ and $alpha'(0)=X(p)$. In your second try, I don't know what $x$, $y$, and $z$ are. Do you?
– Ted Shifrin
Jan 4 at 19:19
@TedShifrin In the second try I just meant x,y,z to represent the vector field , but I left it arbitrary in that case , In the first try I calculated X at the point p and then x,y,z became (0,1,2). So the first try is right then ?
– can'tcauchy
Jan 4 at 20:43
Well, you could use the flow of the vector field $X$, in which case $alpha(t)$ will not be a line but instead a curve with $alpha'(t) = X(alpha(t))$ instead.
– Ted Shifrin
Jan 4 at 20:46
@TedShifrin I'm sorry but I don't really follow you, Ive only had one course on introductory differential geometry , this method was just the one we saw in class so I think its safer to just stick with it as long as its correct
– can'tcauchy
Jan 4 at 20:55
The definition of directional derivative you get in multivariable calculus is what you wrote down — you do the instantaneous rate of change (at the point) along a line through the point in the given direction.
– Ted Shifrin
Jan 4 at 21:08
add a comment |
Say we have a smooth function
$f(x,y,z)=z^2+7x^2e^{yz}$
and a vector field
$X(x,y,z)=(-x,y,z)$
Now say we want to calculate the directional derivative $X(p)[f]$ at the point $p=(0,1,2)$. Then is this the correct method :
$X(p)[f]=tfrac{d}{dt}|_{t=0}f(alpha(t))$
$alpha(t)=p+tX=(0,1,2)+t(-x,y,z)=(0,1,2)+t(0,1,2)=(0,1+t,2+2t)$
$therefore f(alpha(t))=(2+2t)^2=4+8t+4t^2$
$tfrac{df(alpha(t)}{dt}=8+8t$
so
$tfrac{df(alpha(t)}{dt}|_{t=0}=8$
which is just a scalar number.
Note: the reason I'm asking is because i'm studying for an exam an I wasn't sure whether $p+tx=(0,1,2)+t(-x,y,z)=(-tx,1+ty,2+2z)$ or whether it was what I stated above , above produces a scalar this method produces a smooth function.
differential-geometry
Say we have a smooth function
$f(x,y,z)=z^2+7x^2e^{yz}$
and a vector field
$X(x,y,z)=(-x,y,z)$
Now say we want to calculate the directional derivative $X(p)[f]$ at the point $p=(0,1,2)$. Then is this the correct method :
$X(p)[f]=tfrac{d}{dt}|_{t=0}f(alpha(t))$
$alpha(t)=p+tX=(0,1,2)+t(-x,y,z)=(0,1,2)+t(0,1,2)=(0,1+t,2+2t)$
$therefore f(alpha(t))=(2+2t)^2=4+8t+4t^2$
$tfrac{df(alpha(t)}{dt}=8+8t$
so
$tfrac{df(alpha(t)}{dt}|_{t=0}=8$
which is just a scalar number.
Note: the reason I'm asking is because i'm studying for an exam an I wasn't sure whether $p+tx=(0,1,2)+t(-x,y,z)=(-tx,1+ty,2+2z)$ or whether it was what I stated above , above produces a scalar this method produces a smooth function.
differential-geometry
differential-geometry
edited Jan 4 at 19:14
can'tcauchy
asked Jan 4 at 18:08
can'tcauchycan'tcauchy
975417
975417
You need any curve $alpha(t)$ with $alpha(0)=p$ and $alpha'(0)=X(p)$. In your second try, I don't know what $x$, $y$, and $z$ are. Do you?
– Ted Shifrin
Jan 4 at 19:19
@TedShifrin In the second try I just meant x,y,z to represent the vector field , but I left it arbitrary in that case , In the first try I calculated X at the point p and then x,y,z became (0,1,2). So the first try is right then ?
– can'tcauchy
Jan 4 at 20:43
Well, you could use the flow of the vector field $X$, in which case $alpha(t)$ will not be a line but instead a curve with $alpha'(t) = X(alpha(t))$ instead.
– Ted Shifrin
Jan 4 at 20:46
@TedShifrin I'm sorry but I don't really follow you, Ive only had one course on introductory differential geometry , this method was just the one we saw in class so I think its safer to just stick with it as long as its correct
– can'tcauchy
Jan 4 at 20:55
The definition of directional derivative you get in multivariable calculus is what you wrote down — you do the instantaneous rate of change (at the point) along a line through the point in the given direction.
– Ted Shifrin
Jan 4 at 21:08
add a comment |
You need any curve $alpha(t)$ with $alpha(0)=p$ and $alpha'(0)=X(p)$. In your second try, I don't know what $x$, $y$, and $z$ are. Do you?
– Ted Shifrin
Jan 4 at 19:19
@TedShifrin In the second try I just meant x,y,z to represent the vector field , but I left it arbitrary in that case , In the first try I calculated X at the point p and then x,y,z became (0,1,2). So the first try is right then ?
– can'tcauchy
Jan 4 at 20:43
Well, you could use the flow of the vector field $X$, in which case $alpha(t)$ will not be a line but instead a curve with $alpha'(t) = X(alpha(t))$ instead.
– Ted Shifrin
Jan 4 at 20:46
@TedShifrin I'm sorry but I don't really follow you, Ive only had one course on introductory differential geometry , this method was just the one we saw in class so I think its safer to just stick with it as long as its correct
– can'tcauchy
Jan 4 at 20:55
The definition of directional derivative you get in multivariable calculus is what you wrote down — you do the instantaneous rate of change (at the point) along a line through the point in the given direction.
– Ted Shifrin
Jan 4 at 21:08
You need any curve $alpha(t)$ with $alpha(0)=p$ and $alpha'(0)=X(p)$. In your second try, I don't know what $x$, $y$, and $z$ are. Do you?
– Ted Shifrin
Jan 4 at 19:19
You need any curve $alpha(t)$ with $alpha(0)=p$ and $alpha'(0)=X(p)$. In your second try, I don't know what $x$, $y$, and $z$ are. Do you?
– Ted Shifrin
Jan 4 at 19:19
@TedShifrin In the second try I just meant x,y,z to represent the vector field , but I left it arbitrary in that case , In the first try I calculated X at the point p and then x,y,z became (0,1,2). So the first try is right then ?
– can'tcauchy
Jan 4 at 20:43
@TedShifrin In the second try I just meant x,y,z to represent the vector field , but I left it arbitrary in that case , In the first try I calculated X at the point p and then x,y,z became (0,1,2). So the first try is right then ?
– can'tcauchy
Jan 4 at 20:43
Well, you could use the flow of the vector field $X$, in which case $alpha(t)$ will not be a line but instead a curve with $alpha'(t) = X(alpha(t))$ instead.
– Ted Shifrin
Jan 4 at 20:46
Well, you could use the flow of the vector field $X$, in which case $alpha(t)$ will not be a line but instead a curve with $alpha'(t) = X(alpha(t))$ instead.
– Ted Shifrin
Jan 4 at 20:46
@TedShifrin I'm sorry but I don't really follow you, Ive only had one course on introductory differential geometry , this method was just the one we saw in class so I think its safer to just stick with it as long as its correct
– can'tcauchy
Jan 4 at 20:55
@TedShifrin I'm sorry but I don't really follow you, Ive only had one course on introductory differential geometry , this method was just the one we saw in class so I think its safer to just stick with it as long as its correct
– can'tcauchy
Jan 4 at 20:55
The definition of directional derivative you get in multivariable calculus is what you wrote down — you do the instantaneous rate of change (at the point) along a line through the point in the given direction.
– Ted Shifrin
Jan 4 at 21:08
The definition of directional derivative you get in multivariable calculus is what you wrote down — you do the instantaneous rate of change (at the point) along a line through the point in the given direction.
– Ted Shifrin
Jan 4 at 21:08
add a comment |
0
active
oldest
votes
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%2f3061914%2fis-this-the-correct-method-to-compute-the-directional-derivative-of-x-pf%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f3061914%2fis-this-the-correct-method-to-compute-the-directional-derivative-of-x-pf%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
You need any curve $alpha(t)$ with $alpha(0)=p$ and $alpha'(0)=X(p)$. In your second try, I don't know what $x$, $y$, and $z$ are. Do you?
– Ted Shifrin
Jan 4 at 19:19
@TedShifrin In the second try I just meant x,y,z to represent the vector field , but I left it arbitrary in that case , In the first try I calculated X at the point p and then x,y,z became (0,1,2). So the first try is right then ?
– can'tcauchy
Jan 4 at 20:43
Well, you could use the flow of the vector field $X$, in which case $alpha(t)$ will not be a line but instead a curve with $alpha'(t) = X(alpha(t))$ instead.
– Ted Shifrin
Jan 4 at 20:46
@TedShifrin I'm sorry but I don't really follow you, Ive only had one course on introductory differential geometry , this method was just the one we saw in class so I think its safer to just stick with it as long as its correct
– can'tcauchy
Jan 4 at 20:55
The definition of directional derivative you get in multivariable calculus is what you wrote down — you do the instantaneous rate of change (at the point) along a line through the point in the given direction.
– Ted Shifrin
Jan 4 at 21:08