Can someone explain the differentiation paradox in this function?

AI Thread Summary
The discussion revolves around the differentiation paradox in the function x(t) = ct^2, specifically the computation of dx'/dx, where x' is the derivative with respect to time. The first approach incorrectly applies Clairaut's theorem, leading to the conclusion that dx'/dx equals zero, while the second approach correctly identifies that x and t are dependent variables, making the application of the theorem invalid. The participants clarify that because x and t are implicitly defined by the equation x - ct^2 = 0, they do not have independent mixed partial derivatives. Consequently, the correct interpretation shows that dx'/dx is not zero, as the variables' dependence affects the differentiation process. The conversation concludes with a clear understanding of the relationship between the derivatives and the implications of variable dependence.
da_willem
Messages
594
Reaction score
1
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?
 
Mathematics news on Phys.org
x and t aren't "independent"

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

doesn't work for this kind situation.
 
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
 
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.
 
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?
 
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)
 
k, thank you very much. To me it is clear now.
 
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.
 
Last edited:
Back
Top