Finding Points on a Curve with Tangent Line Slope -1

temaire
Messages
275
Reaction score
0

Homework Statement


Find all the points on the curve x^{2}y^{2}+xy=2 where the slope of the tangent line is -1.



The Attempt at a Solution


I differentiated both sides of the equation and got:
\frac{dy}{dx}=\frac{-2xy^{2}-y}{x^{2}2y+x}

I know that \frac{dy}{dx}=-1, but if I substitute -1 in, I won't be able to go any further since I have two unknown variables. I would appreciate any help.
 
Last edited:
Physics news on Phys.org
\frac{dy}{dx}=\frac{-2xy^{2}-y}{2x^{2}y+x}~=~\frac{-y(2xy + 1)}{x(2xy + 1)}

As long as 2xy + 1 \neq 0, you can cancel the factors of 2xy + 1, leaving a much simpler derivative.

Also, you want to solve the equation dy/dx = -1, not dy/dx = 1, as you had. Notice that you still have two variables, but all that means is that there are lots of solutions.
 
Thanks, I got it.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top