PDA

View Full Version : differentiation paradox?


da_willem
Sep20-04, 07:05 AM
Suppose you have a function x(t)=ct^2. Then you are asked to compute dx'/dx, where x' denotes a derivative to time; x'=dx/dt.

I: \frac{dx'}{dx}=\frac{d}{dx} \frac{dx}{dt} =\frac{d}{dt} \frac{dx}{dx}= \frac{d}{dt}(1)=0 (By using Clairaut's theorem)

II: x'=2ct=2c \sqrt{\frac{x}{c}}=2 \sqrt{cx} -> \frac{dx'}{dx}=\frac{d}{dx} 2 \sqrt{cx} = \sqrt{\frac{c}{x}}

Can someone clarify this for me?

matt grime
Sep20-04, 07:14 AM
x and t aren't "independent"

dy/dx =(dy/dz)(dz/dx)

doesn't work for this kind situation.

da_willem
Sep20-04, 07:57 AM
Why would the variables have to be independent? And I don't believe to have used the chain rule in any crucial part anyway, so could you please explain what's wrong

matt grime
Sep20-04, 08:21 AM
x and t are implicitly defined as functions of each other by the equation x-ct^2=0.

so they are not necessarily going to have mixed partial derivatives that are equal, since they are not independent variables..

sorry for the OT bit on the chain rule.

da_willem
Sep20-04, 08:32 AM
So dx(t)'/dx is not necessarily zero if t and x are dependent because then Clairaut's theorem (the equality of the mixed partial derivatives) does not apply. So in the example the second line of reasoning is correct while the first one is flawed?

matt grime
Sep20-04, 08:34 AM
yep.

what does clariat say? that for suitable f that:

f_{xy} = f_{yx} well, what's the f that x and t are both functions of?
clairaut just doesn't apply here since there is no function of two (or more) variables lying around to differentiate)

da_willem
Sep20-04, 08:50 AM
k, thank you very much. To me it is clear now.

krab
Sep20-04, 11:53 AM
One thing you CAN say is
{d\over dx}x'={dt\over dx}{d\over dt}x'=x''/x'
In your example, this is 1/t.