Second derivative of parametric equations
$begingroup$
I am looking for an intuitive explanation for the formula used to take the second derivative of a parametric function. The formula is:
$frac{frac{d}{dt}(frac{dy}{dx})}{frac{dx}{dt}}$
I understand the reasoning for getting $frac{dy}{dx}$-- by dividing $frac{dy}{dt}$ by $frac{dx}{dt}$ -- however I am lost in the above formula. If we are finding the second derivative of y with respect to x, why do we differentiate $frac{dy}{dx}$ with respect to t, but not $frac{dx}{dt}$?
My inability to understand this could be due to my already fragile understanding of Leibnitz notation. At any rate, I would appreciate an explanation for why this formula is set up in this way.
Again, the $frac{dy}{dx}$ part makes sense, we were finding the derivative of y with respect to x, and since both x and y are functions of t, we found how x changes with respect to t, and how y changes with respect to t, and divided them.
Thanks in advance for any help!
calculus derivatives parametric
$endgroup$
add a comment |
$begingroup$
I am looking for an intuitive explanation for the formula used to take the second derivative of a parametric function. The formula is:
$frac{frac{d}{dt}(frac{dy}{dx})}{frac{dx}{dt}}$
I understand the reasoning for getting $frac{dy}{dx}$-- by dividing $frac{dy}{dt}$ by $frac{dx}{dt}$ -- however I am lost in the above formula. If we are finding the second derivative of y with respect to x, why do we differentiate $frac{dy}{dx}$ with respect to t, but not $frac{dx}{dt}$?
My inability to understand this could be due to my already fragile understanding of Leibnitz notation. At any rate, I would appreciate an explanation for why this formula is set up in this way.
Again, the $frac{dy}{dx}$ part makes sense, we were finding the derivative of y with respect to x, and since both x and y are functions of t, we found how x changes with respect to t, and how y changes with respect to t, and divided them.
Thanks in advance for any help!
calculus derivatives parametric
$endgroup$
add a comment |
$begingroup$
I am looking for an intuitive explanation for the formula used to take the second derivative of a parametric function. The formula is:
$frac{frac{d}{dt}(frac{dy}{dx})}{frac{dx}{dt}}$
I understand the reasoning for getting $frac{dy}{dx}$-- by dividing $frac{dy}{dt}$ by $frac{dx}{dt}$ -- however I am lost in the above formula. If we are finding the second derivative of y with respect to x, why do we differentiate $frac{dy}{dx}$ with respect to t, but not $frac{dx}{dt}$?
My inability to understand this could be due to my already fragile understanding of Leibnitz notation. At any rate, I would appreciate an explanation for why this formula is set up in this way.
Again, the $frac{dy}{dx}$ part makes sense, we were finding the derivative of y with respect to x, and since both x and y are functions of t, we found how x changes with respect to t, and how y changes with respect to t, and divided them.
Thanks in advance for any help!
calculus derivatives parametric
$endgroup$
I am looking for an intuitive explanation for the formula used to take the second derivative of a parametric function. The formula is:
$frac{frac{d}{dt}(frac{dy}{dx})}{frac{dx}{dt}}$
I understand the reasoning for getting $frac{dy}{dx}$-- by dividing $frac{dy}{dt}$ by $frac{dx}{dt}$ -- however I am lost in the above formula. If we are finding the second derivative of y with respect to x, why do we differentiate $frac{dy}{dx}$ with respect to t, but not $frac{dx}{dt}$?
My inability to understand this could be due to my already fragile understanding of Leibnitz notation. At any rate, I would appreciate an explanation for why this formula is set up in this way.
Again, the $frac{dy}{dx}$ part makes sense, we were finding the derivative of y with respect to x, and since both x and y are functions of t, we found how x changes with respect to t, and how y changes with respect to t, and divided them.
Thanks in advance for any help!
calculus derivatives parametric
calculus derivatives parametric
asked Jan 6 at 17:49
AddisonAddison
314
314
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
Intuitively (from Leibnitz notation):
$$
frac{frac{d}{dt}(frac{dy}{dx})}{frac{dx}{dt}}=frac{d}{dt}left(frac{dy}{dx} right)frac{dt}{dx}
=
frac{d}{dx}left(frac{dy}{dx} right)
$$
$endgroup$
$begingroup$
Okay, so I see how the dt's cancel, creating the $frac{d}{dx}$. But why is the numerator so different than the denominator. When finding the first derivative, it is just $frac{frac{dy}{dt}}{frac{dx}{dt}}$, where the numerator and denominator are almost identical. Why is it that when you take the second derivative, the denominator looks so different from the numerator?
$endgroup$
– Addison
Jan 6 at 18:32
$begingroup$
The intuitive rule ( that must be used with some care) is always the same: '' use the Leibnitz notation as a fraction'' (also if it is not really a fraction). So we write: $frac{d}{dx}=frac{d}{dt}frac{dt}{dx}=frac{frac{d}{dt}}{frac{dx}{dt}}$
$endgroup$
– Emilio Novati
Jan 7 at 22:32
add a comment |
$begingroup$
I asked my teacher and figured it out: since we want to find the derivative of $frac{dy}{dx}$, we must find the derivative with respect to x, not t. Even though $frac{dy}{dx}$ is in terms of t, when we find the derivative it must be with respect to x. This should make sense. If you wanted to find the derivative of 15x, you would apply the $frac{d}{dx}$ operation, not something like $frac{d}{dt}$ or $frac{d}{dh}$ or any other variable. Since we now know we must use the $frac{d}{dx}$ on $frac{dy}{dx}$, it becomes clear that the $frac{frac{dy}{dt}}{frac{dx}{dt}}$ is the same as using $frac{d}{dx}$, since the dt's cancel.
$endgroup$
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%2f3064174%2fsecond-derivative-of-parametric-equations%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Intuitively (from Leibnitz notation):
$$
frac{frac{d}{dt}(frac{dy}{dx})}{frac{dx}{dt}}=frac{d}{dt}left(frac{dy}{dx} right)frac{dt}{dx}
=
frac{d}{dx}left(frac{dy}{dx} right)
$$
$endgroup$
$begingroup$
Okay, so I see how the dt's cancel, creating the $frac{d}{dx}$. But why is the numerator so different than the denominator. When finding the first derivative, it is just $frac{frac{dy}{dt}}{frac{dx}{dt}}$, where the numerator and denominator are almost identical. Why is it that when you take the second derivative, the denominator looks so different from the numerator?
$endgroup$
– Addison
Jan 6 at 18:32
$begingroup$
The intuitive rule ( that must be used with some care) is always the same: '' use the Leibnitz notation as a fraction'' (also if it is not really a fraction). So we write: $frac{d}{dx}=frac{d}{dt}frac{dt}{dx}=frac{frac{d}{dt}}{frac{dx}{dt}}$
$endgroup$
– Emilio Novati
Jan 7 at 22:32
add a comment |
$begingroup$
Intuitively (from Leibnitz notation):
$$
frac{frac{d}{dt}(frac{dy}{dx})}{frac{dx}{dt}}=frac{d}{dt}left(frac{dy}{dx} right)frac{dt}{dx}
=
frac{d}{dx}left(frac{dy}{dx} right)
$$
$endgroup$
$begingroup$
Okay, so I see how the dt's cancel, creating the $frac{d}{dx}$. But why is the numerator so different than the denominator. When finding the first derivative, it is just $frac{frac{dy}{dt}}{frac{dx}{dt}}$, where the numerator and denominator are almost identical. Why is it that when you take the second derivative, the denominator looks so different from the numerator?
$endgroup$
– Addison
Jan 6 at 18:32
$begingroup$
The intuitive rule ( that must be used with some care) is always the same: '' use the Leibnitz notation as a fraction'' (also if it is not really a fraction). So we write: $frac{d}{dx}=frac{d}{dt}frac{dt}{dx}=frac{frac{d}{dt}}{frac{dx}{dt}}$
$endgroup$
– Emilio Novati
Jan 7 at 22:32
add a comment |
$begingroup$
Intuitively (from Leibnitz notation):
$$
frac{frac{d}{dt}(frac{dy}{dx})}{frac{dx}{dt}}=frac{d}{dt}left(frac{dy}{dx} right)frac{dt}{dx}
=
frac{d}{dx}left(frac{dy}{dx} right)
$$
$endgroup$
Intuitively (from Leibnitz notation):
$$
frac{frac{d}{dt}(frac{dy}{dx})}{frac{dx}{dt}}=frac{d}{dt}left(frac{dy}{dx} right)frac{dt}{dx}
=
frac{d}{dx}left(frac{dy}{dx} right)
$$
answered Jan 6 at 18:06
Emilio NovatiEmilio Novati
51.9k43474
51.9k43474
$begingroup$
Okay, so I see how the dt's cancel, creating the $frac{d}{dx}$. But why is the numerator so different than the denominator. When finding the first derivative, it is just $frac{frac{dy}{dt}}{frac{dx}{dt}}$, where the numerator and denominator are almost identical. Why is it that when you take the second derivative, the denominator looks so different from the numerator?
$endgroup$
– Addison
Jan 6 at 18:32
$begingroup$
The intuitive rule ( that must be used with some care) is always the same: '' use the Leibnitz notation as a fraction'' (also if it is not really a fraction). So we write: $frac{d}{dx}=frac{d}{dt}frac{dt}{dx}=frac{frac{d}{dt}}{frac{dx}{dt}}$
$endgroup$
– Emilio Novati
Jan 7 at 22:32
add a comment |
$begingroup$
Okay, so I see how the dt's cancel, creating the $frac{d}{dx}$. But why is the numerator so different than the denominator. When finding the first derivative, it is just $frac{frac{dy}{dt}}{frac{dx}{dt}}$, where the numerator and denominator are almost identical. Why is it that when you take the second derivative, the denominator looks so different from the numerator?
$endgroup$
– Addison
Jan 6 at 18:32
$begingroup$
The intuitive rule ( that must be used with some care) is always the same: '' use the Leibnitz notation as a fraction'' (also if it is not really a fraction). So we write: $frac{d}{dx}=frac{d}{dt}frac{dt}{dx}=frac{frac{d}{dt}}{frac{dx}{dt}}$
$endgroup$
– Emilio Novati
Jan 7 at 22:32
$begingroup$
Okay, so I see how the dt's cancel, creating the $frac{d}{dx}$. But why is the numerator so different than the denominator. When finding the first derivative, it is just $frac{frac{dy}{dt}}{frac{dx}{dt}}$, where the numerator and denominator are almost identical. Why is it that when you take the second derivative, the denominator looks so different from the numerator?
$endgroup$
– Addison
Jan 6 at 18:32
$begingroup$
Okay, so I see how the dt's cancel, creating the $frac{d}{dx}$. But why is the numerator so different than the denominator. When finding the first derivative, it is just $frac{frac{dy}{dt}}{frac{dx}{dt}}$, where the numerator and denominator are almost identical. Why is it that when you take the second derivative, the denominator looks so different from the numerator?
$endgroup$
– Addison
Jan 6 at 18:32
$begingroup$
The intuitive rule ( that must be used with some care) is always the same: '' use the Leibnitz notation as a fraction'' (also if it is not really a fraction). So we write: $frac{d}{dx}=frac{d}{dt}frac{dt}{dx}=frac{frac{d}{dt}}{frac{dx}{dt}}$
$endgroup$
– Emilio Novati
Jan 7 at 22:32
$begingroup$
The intuitive rule ( that must be used with some care) is always the same: '' use the Leibnitz notation as a fraction'' (also if it is not really a fraction). So we write: $frac{d}{dx}=frac{d}{dt}frac{dt}{dx}=frac{frac{d}{dt}}{frac{dx}{dt}}$
$endgroup$
– Emilio Novati
Jan 7 at 22:32
add a comment |
$begingroup$
I asked my teacher and figured it out: since we want to find the derivative of $frac{dy}{dx}$, we must find the derivative with respect to x, not t. Even though $frac{dy}{dx}$ is in terms of t, when we find the derivative it must be with respect to x. This should make sense. If you wanted to find the derivative of 15x, you would apply the $frac{d}{dx}$ operation, not something like $frac{d}{dt}$ or $frac{d}{dh}$ or any other variable. Since we now know we must use the $frac{d}{dx}$ on $frac{dy}{dx}$, it becomes clear that the $frac{frac{dy}{dt}}{frac{dx}{dt}}$ is the same as using $frac{d}{dx}$, since the dt's cancel.
$endgroup$
add a comment |
$begingroup$
I asked my teacher and figured it out: since we want to find the derivative of $frac{dy}{dx}$, we must find the derivative with respect to x, not t. Even though $frac{dy}{dx}$ is in terms of t, when we find the derivative it must be with respect to x. This should make sense. If you wanted to find the derivative of 15x, you would apply the $frac{d}{dx}$ operation, not something like $frac{d}{dt}$ or $frac{d}{dh}$ or any other variable. Since we now know we must use the $frac{d}{dx}$ on $frac{dy}{dx}$, it becomes clear that the $frac{frac{dy}{dt}}{frac{dx}{dt}}$ is the same as using $frac{d}{dx}$, since the dt's cancel.
$endgroup$
add a comment |
$begingroup$
I asked my teacher and figured it out: since we want to find the derivative of $frac{dy}{dx}$, we must find the derivative with respect to x, not t. Even though $frac{dy}{dx}$ is in terms of t, when we find the derivative it must be with respect to x. This should make sense. If you wanted to find the derivative of 15x, you would apply the $frac{d}{dx}$ operation, not something like $frac{d}{dt}$ or $frac{d}{dh}$ or any other variable. Since we now know we must use the $frac{d}{dx}$ on $frac{dy}{dx}$, it becomes clear that the $frac{frac{dy}{dt}}{frac{dx}{dt}}$ is the same as using $frac{d}{dx}$, since the dt's cancel.
$endgroup$
I asked my teacher and figured it out: since we want to find the derivative of $frac{dy}{dx}$, we must find the derivative with respect to x, not t. Even though $frac{dy}{dx}$ is in terms of t, when we find the derivative it must be with respect to x. This should make sense. If you wanted to find the derivative of 15x, you would apply the $frac{d}{dx}$ operation, not something like $frac{d}{dt}$ or $frac{d}{dh}$ or any other variable. Since we now know we must use the $frac{d}{dx}$ on $frac{dy}{dx}$, it becomes clear that the $frac{frac{dy}{dt}}{frac{dx}{dt}}$ is the same as using $frac{d}{dx}$, since the dt's cancel.
answered Jan 7 at 22:22
AddisonAddison
314
314
add a comment |
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.
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%2f3064174%2fsecond-derivative-of-parametric-equations%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