Find coordinate in first quadrant which tangent line to $x^3-xy+y^3=0$ has slope 0
Find coordinate in first quadrant which tangent line to $x^3-xy+y^3=0$ has slope 0
First, I do implicit differentiation:
$frac{3x^2-y}{x-3y^2}=y'$
so I look at the numerator and go hmmm if i put in (1,3) that makes the slope 0.
But then I graph it on a software and i get the following image-
Clearly, this is an incorrect point. I did double check that the eqn i typed in was correct and that i did the implicit differentiation right
calculus derivatives implicit-differentiation
add a comment |
Find coordinate in first quadrant which tangent line to $x^3-xy+y^3=0$ has slope 0
First, I do implicit differentiation:
$frac{3x^2-y}{x-3y^2}=y'$
so I look at the numerator and go hmmm if i put in (1,3) that makes the slope 0.
But then I graph it on a software and i get the following image-
Clearly, this is an incorrect point. I did double check that the eqn i typed in was correct and that i did the implicit differentiation right
calculus derivatives implicit-differentiation
add a comment |
Find coordinate in first quadrant which tangent line to $x^3-xy+y^3=0$ has slope 0
First, I do implicit differentiation:
$frac{3x^2-y}{x-3y^2}=y'$
so I look at the numerator and go hmmm if i put in (1,3) that makes the slope 0.
But then I graph it on a software and i get the following image-
Clearly, this is an incorrect point. I did double check that the eqn i typed in was correct and that i did the implicit differentiation right
calculus derivatives implicit-differentiation
Find coordinate in first quadrant which tangent line to $x^3-xy+y^3=0$ has slope 0
First, I do implicit differentiation:
$frac{3x^2-y}{x-3y^2}=y'$
so I look at the numerator and go hmmm if i put in (1,3) that makes the slope 0.
But then I graph it on a software and i get the following image-
Clearly, this is an incorrect point. I did double check that the eqn i typed in was correct and that i did the implicit differentiation right
calculus derivatives implicit-differentiation
calculus derivatives implicit-differentiation
edited Nov 21 '18 at 14:14


André 3000
12.5k22042
12.5k22042
asked Nov 20 '18 at 21:53


John Rawls
1,253519
1,253519
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
We have that
$$x^3-xy+y^3=0implies 3x^2dx-dx-xdy+3y^2dy=0 implies frac{dy}{dx}=frac{3x^2-y}{x-3y^2}=0$$
that is
$$3x^2=y implies (x,y)=(t,3t^2)$$
$$x^3-xy+y^3=0 iff t^3-3t^3+27t^6=0iff t^3(27t^3-2)=0$$
that is
$$(x,y)=left(frac{sqrt[3]2}{3},sqrt[3]4right)$$
sorry i dont understand what the T is? because this isnt a parametric question right?
– John Rawls
Nov 20 '18 at 21:58
@JohnRawls The condition $y=3x^2$ corresponds to a parabola, we need to find the intersection with the curve to find the point.
– gimusi
Nov 20 '18 at 22:00
add a comment |
You solved only half of the problem. You have that the derivative is $0$, but you also need to use the fact that the point is on the graph of your line. You have two equations with two unknowns. Since they are not linear equations, you might have multiple solutions.
Just plug in $y=3x^2$ into your original equation, and solve for $x$
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%2f3006952%2ffind-coordinate-in-first-quadrant-which-tangent-line-to-x3-xyy3-0-has-slope%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
We have that
$$x^3-xy+y^3=0implies 3x^2dx-dx-xdy+3y^2dy=0 implies frac{dy}{dx}=frac{3x^2-y}{x-3y^2}=0$$
that is
$$3x^2=y implies (x,y)=(t,3t^2)$$
$$x^3-xy+y^3=0 iff t^3-3t^3+27t^6=0iff t^3(27t^3-2)=0$$
that is
$$(x,y)=left(frac{sqrt[3]2}{3},sqrt[3]4right)$$
sorry i dont understand what the T is? because this isnt a parametric question right?
– John Rawls
Nov 20 '18 at 21:58
@JohnRawls The condition $y=3x^2$ corresponds to a parabola, we need to find the intersection with the curve to find the point.
– gimusi
Nov 20 '18 at 22:00
add a comment |
We have that
$$x^3-xy+y^3=0implies 3x^2dx-dx-xdy+3y^2dy=0 implies frac{dy}{dx}=frac{3x^2-y}{x-3y^2}=0$$
that is
$$3x^2=y implies (x,y)=(t,3t^2)$$
$$x^3-xy+y^3=0 iff t^3-3t^3+27t^6=0iff t^3(27t^3-2)=0$$
that is
$$(x,y)=left(frac{sqrt[3]2}{3},sqrt[3]4right)$$
sorry i dont understand what the T is? because this isnt a parametric question right?
– John Rawls
Nov 20 '18 at 21:58
@JohnRawls The condition $y=3x^2$ corresponds to a parabola, we need to find the intersection with the curve to find the point.
– gimusi
Nov 20 '18 at 22:00
add a comment |
We have that
$$x^3-xy+y^3=0implies 3x^2dx-dx-xdy+3y^2dy=0 implies frac{dy}{dx}=frac{3x^2-y}{x-3y^2}=0$$
that is
$$3x^2=y implies (x,y)=(t,3t^2)$$
$$x^3-xy+y^3=0 iff t^3-3t^3+27t^6=0iff t^3(27t^3-2)=0$$
that is
$$(x,y)=left(frac{sqrt[3]2}{3},sqrt[3]4right)$$
We have that
$$x^3-xy+y^3=0implies 3x^2dx-dx-xdy+3y^2dy=0 implies frac{dy}{dx}=frac{3x^2-y}{x-3y^2}=0$$
that is
$$3x^2=y implies (x,y)=(t,3t^2)$$
$$x^3-xy+y^3=0 iff t^3-3t^3+27t^6=0iff t^3(27t^3-2)=0$$
that is
$$(x,y)=left(frac{sqrt[3]2}{3},sqrt[3]4right)$$
edited Nov 20 '18 at 21:59
answered Nov 20 '18 at 21:56


gimusi
1
1
sorry i dont understand what the T is? because this isnt a parametric question right?
– John Rawls
Nov 20 '18 at 21:58
@JohnRawls The condition $y=3x^2$ corresponds to a parabola, we need to find the intersection with the curve to find the point.
– gimusi
Nov 20 '18 at 22:00
add a comment |
sorry i dont understand what the T is? because this isnt a parametric question right?
– John Rawls
Nov 20 '18 at 21:58
@JohnRawls The condition $y=3x^2$ corresponds to a parabola, we need to find the intersection with the curve to find the point.
– gimusi
Nov 20 '18 at 22:00
sorry i dont understand what the T is? because this isnt a parametric question right?
– John Rawls
Nov 20 '18 at 21:58
sorry i dont understand what the T is? because this isnt a parametric question right?
– John Rawls
Nov 20 '18 at 21:58
@JohnRawls The condition $y=3x^2$ corresponds to a parabola, we need to find the intersection with the curve to find the point.
– gimusi
Nov 20 '18 at 22:00
@JohnRawls The condition $y=3x^2$ corresponds to a parabola, we need to find the intersection with the curve to find the point.
– gimusi
Nov 20 '18 at 22:00
add a comment |
You solved only half of the problem. You have that the derivative is $0$, but you also need to use the fact that the point is on the graph of your line. You have two equations with two unknowns. Since they are not linear equations, you might have multiple solutions.
Just plug in $y=3x^2$ into your original equation, and solve for $x$
add a comment |
You solved only half of the problem. You have that the derivative is $0$, but you also need to use the fact that the point is on the graph of your line. You have two equations with two unknowns. Since they are not linear equations, you might have multiple solutions.
Just plug in $y=3x^2$ into your original equation, and solve for $x$
add a comment |
You solved only half of the problem. You have that the derivative is $0$, but you also need to use the fact that the point is on the graph of your line. You have two equations with two unknowns. Since they are not linear equations, you might have multiple solutions.
Just plug in $y=3x^2$ into your original equation, and solve for $x$
You solved only half of the problem. You have that the derivative is $0$, but you also need to use the fact that the point is on the graph of your line. You have two equations with two unknowns. Since they are not linear equations, you might have multiple solutions.
Just plug in $y=3x^2$ into your original equation, and solve for $x$
answered Nov 20 '18 at 22:00
Andrei
11.3k21026
11.3k21026
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.
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%2f3006952%2ffind-coordinate-in-first-quadrant-which-tangent-line-to-x3-xyy3-0-has-slope%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