irycio
- 96
- 1
Homework Statement
Well, let's take F: x^2 y^3=0.
Now, let's say thay y=y(x), y being an implicit function of x.
I want to find 2nd row derivative \frac{d^2y}{dx^2}
using differential operator.
Homework Equations
not apply
The Attempt at a Solution
Using D for the first time:
<br /> 2xy^3dx+3x^2y^2dy=0<br />
Now I can find dy/dx:
<br /> \frac{dy}{dx}=-\frac{2xy}{3x^2}<br />
pretty simple, huh?
Now, using D for the 2nd time:
<br /> 2y^3dx^2+2xy^3d^2x+12xy^2dxdy+6x^2ydy^2+3x^2y^2d^2y=0<br />
Now, the question is: how to find the value of \frac{d^2y}{dx^2} from the equation above. I know how to do it in another way, but I struggle to use that one.
Thanks in advance.