Why the inconsistent derivatives?
November 3, 2007 1:01 AM
Subscribe
Where am I going wrong with this (very simple) implicit derivative?
I have an equation: xy + y^2/x = 2. I solve it this way:
(1 * y) + (x * dy/dx) + (2y*dy/dx * x^-1) + (y^2 * -x^-2) = 0
dy/dx(x + 2y/x) = y^2/x^2 - y
dy/dx((x^2 + 2y)/x) = (y^2 - x^2 * y)/x^2
dy/dx = (y^2 - x^2 * y)/(x^2) * x/(x^2 + 2y)
dy/dx = (y^2 - x^2 * y)/(x^3 + 2xy)
Now, the answers I have before me say the correct method is:
x^2 * y + y^2 = 2x
(2x * y) + (dy/dx * x^2) + (2y * dy/dx) = 2
dy/dx(x^2 + 2y) = 2 - 2xy
dy/dx = (2 - 2xy)/(x^2 + 2y)
Both of these appear correct to me, but the end result is different in each case? Can someone explain the ludicrously obvious mistake I am making?
posted by PuGZ to education (3 comments total)
1 user marked this as a favorite
posted by number9dream at 1:36 AM on November 3, 2007