Total differential for finding higer row derivatives

irycio
Messages
96
Reaction score
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.
 
Physics news on Phys.org
irycio said:

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.

Why don't you start with this:
<br /> \frac{dy}{dx}=-\frac{2xy}{3x^2}<br />
and take the derivative implicitly with respect to x of both sides? Is this the other technique that you're struggling with?
 
I must have been misunderstood, apparently the lack of technical vocabulary can cause problems ;).

I'm familiar with the method you suggested, it's pretty simple and obvious. I was just wondering how to find the value of \frac{d^2y}{dx^2} [\tex] from the equation I got after differentiating the equation above totally for the 2nd time. I mean, it has to be possible somehow :)
 
I don't remember ever seeing anyone do what you're trying to do.
 
Now, why I'm asking this. Of course it's as pointless as it may seem, but it seems to be quite a reasonable questions if a system of equations is to be considered.
Like...

u+v=x+y
x*sin(u)=y*sin(v)

where u=u(x,y), v=v(x,y). Now it's not that easy to find \frac{d^2u}{dx^2} or \frac{d^2v}{dy^2} or whatever :). I mean, using total differentiation, one could easily handle this as a system of linear equations. At least I think so ;)
 
irycio said:

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.

Figured out the answer myself, that was a pretty tough puzzle, though :).
Lets's take our equation, keeping in mind, that y=y(x):
<br /> 2y^3dx^2+2xy^3d^2x+12xy^2dxdy+6x^2ydy^2+3x^2y^2d^2y=0<br />
Now, as x is a linear function of x, the 2nd differential of x disappears, hence:
<br /> 2xy^3d^2x=0<br />
now:
<br /> dy=\frac{dy}{dx} dx<br />
With that we can substitute all dy's (dy^2=dy*dy=(dy)^2 -obviously):
<br /> 2y^3dx^2+12xy^2 \frac{dy}{dx} dx^2 + 6x^2y (\frac{dy}{dx})^2 dx^2 + 3x^2y^2d^2y=0<br />
Then simplify and it's now easy to find
<br /> \frac{d^2y}{dx^2}<br />

Anyway, thanks for help, Mark44 :)
 
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