Horizontal tangents via implicit differentiation

atmega-ist
Messages
7
Reaction score
0

Homework Statement



Find the points (if any) of of horizontal tangent lines on :

x2 + xy + y2 = 6

Homework Equations



n/a

The Attempt at a Solution



So far I've concluded that I must find the points at which dy/dx = 0. I've solved for dy/dx and arrived at dy/dx = (-2x-y)/(x+2y)

I assume that I would just have to get a "0" in the numerator to satisfy the horizontal tangent but doing so gives me

-2x-y = 0 ==> y = -2x

This seems that there would be an infinite number of horizontal tangents (as long as the original denominator didn't equal "0") but the graph of the original equation, per Wolfram Alpha, seems to be an ellipse so I'm only looking for two solutions...

Have I missed a component of the concept or should I not be ending up with an ellipse?

Thank you
 
Physics news on Phys.org
If you plug y = -2x into the original equation you don't get infinite points.
 
I think I have it. In plugging in -2x for y in the original equation I get that x can be +/- sqrt(2) therefore y for x=sqrt(2) can be either -2sqrt(2) or sqrt(2) and y for x=-sqrt(2) can be either 2sqrt(2) or -sqrt(2).

Upon substitution of all possible pairs into the derivative, I've concluded that the only two points at which dy/dx=0 are: (sqrt(2), -2sqrt(2)) and (-sqrt(2), 2sqrt(2)).

Does this match what you have?

Thanks again.
 
Yes, that is correct.
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top