What is the Implicit Derivative at a Given Point?

callmelish
Messages
1
Reaction score
0

Homework Statement


"Find dy/dx at the given point by using implicit differentiation"

x2y + y2x = -2 at (2, -1)

and

(x+y)3 = x3 + y3


Homework Equations





The Attempt at a Solution


1) x2(dy/dx) + y(2x) + y2(1) + 2y(dy/dx)(x) = -2
x2(dy/dx) + 2xy + y2 + 2xy(dy/dx) = -2
dy/dx(x2 + 2xy) = 2xy + y2 -2
dy/dx = (2xy + y2 -2)/(x2 + 2xy)

dy/dx at (2, -1) = (2*2*-1 - 2)/(22 + 2*2*-1)
= 0/0 = 0

The first one has me confused, and since the second one is similar I didn't want to attempt it in case I'm completely wrong.
 
Physics news on Phys.org
"x^2y + y^2x = -2 at (2, -1)"

When you take the derivative of this, whether implicit or not, -2 will fall out of the equation (go to zero).
 
Don't know that

\frac{dy}{dx} = -\frac{\frac{\partial F(x,y)}{\partial x}}{\frac{\partial F(x,y)}{\partial y}}

, where F(x,y)=0 is the implicit equation ?
 
callmelish said:
1) x2(dy/dx) + y(2x) + y2(1) + 2y(dy/dx)(x) = -2
The bolded should be 0 (the derivative of -2 is 0).
callmelish said:
x2(dy/dx) + 2xy + y2 + 2xy(dy/dx) = -2
dy/dx(x2 + 2xy) = 2xy + y2 -2
Both of the bolded terms here should be negative.
 
What is the derivative of the constant function f(x) = -2? Don't forget you have to differentiate both sides of the equation.
 
Also it may help to look at an implicit plot of this function, at (2,-1) the slope is asymptotic.
 
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