6

I have read from multiple sources that dy/dx is not to be interpreted as a ratio as the idea of 'dy' and 'dx' themselves will lead to logical difficulties.

However, I have seen in many areas (e.g. thermodynamics) where notations involving dx etc. are used constantly. For example, in http://en.wikipedia.org/wiki/Total_differential, it seems to tread df/dt as a ratio by multiplying dt on both sides to cancel out the denominator.

So in what cases are we allowed to manipulate the notation as if they are quotients?

loch
  • 2,813

1 Answers1

2

Counterexample:

Consider the polar coordinates:

$$x=r\cos\theta$$ $$y=r\sin\theta$$ Then $$\dfrac{\partial x}{\partial r}=\cos\theta ,\dfrac{\partial x}{\partial \theta}=-r\sin\theta $$ However, what is $\dfrac{\partial r}{\partial x}$? is it $\dfrac{1}{\frac{\partial x}{\partial r }}$?

No:

$$x^2+y^2=r^2\Rightarrow 2x+0=2r\dfrac {\partial r}{\partial x}\Rightarrow $$ $$\dfrac {\partial r}{\partial x}=\frac{x}{r}=cos\theta $$ Can you find the other partial derivatives?

Generally, you are not allowed to treat differentials as fractions. Even in the example in Wikipedia, the rule that holds is the Chain Rule, and not a rule of fractions(http://en.wikipedia.org/wiki/Chain_rule).

In case of 1 variable, the differentials are used like fractions, but in more varialbes it is completely wrong to do that.

Dimitris
  • 6,984
  • 1
  • 30
  • 47