I've been asked to estimate a y coordinate by using differentials. This normally isn't overly difficult, however, I'm not sure what to do in a case like this when y cannot be separated and used as a function of x. Can anyone point me in the right direction? I suspect I'll have to use implicit differentiation but I can't quite formulate how I'd approach it.
Solve for the y coordinate of point P near (1,2) on the curve $2x^3 + 2y^3 = 9xy$, given that the x-coordinate of P is 1.1
Use the Leibniz formula, namely $d(fg)=gdf+fdg$. We have $$d(2x^3+2y^3-9xy)=6x^2dx+6y^2dy-d(9xy)=6x^2dx+6y^2dy-9ydx-9xdy=(6x^2-9y)dx+(6y^2-9x)dy$$ so since this is equal to $0$ we have $$(6x^2-9y)dx=(9x-6y^2)dy$$ hence $$dy=\frac{6x^2-9y}{9x-6y^2}dx$$
Using the standard routine in assuming $dy\approx \Delta y$, we have $$x=1.1,y\approx 2+0.1\frac{6(1)-9(2)}{9(1)-6(4)}=2.08$$ Maple says that the real answer is $\approx 2.076$.