Major notation doubt in calculus.

135 Views Asked by At

Which of the following notations is correct?

$$\frac{d}{dx}(y)$$ or $$\frac{dy}{dx}.$$

Please don't think this is trivial.

3

There are 3 best solutions below

1
On BEST ANSWER

They are both correct, and they mean the same thing. If there is any difference, it's in the mind set they convey.

$\frac{dy}{dx}$ is a function defined as the derivative of $y$. It's a single symbol. On the other hand, $\frac d{dx}y$ is the result of applying the differentiation operator to the function $y$. It's two symbols (one function, one operator).

0
On

Both the notations are correct. Both of them mean the derivative of $y$ w.r.t $x$.

4
On

Here some background:

On one hand, you can see the differentiation as a linear operator acting on functions. So, you may see $\frac{d}{dx}$ as a mapping that assigns to a (differentiable) function its derivative. Hence, you may write $$\frac{d}{dx}y$$

Another way to see it, is to interpret the limit of the difference quotient as a quotient of "infinitesimally" small differences, which are called differentials. So, you may write $$\lim_{\Delta x \rightarrow 0}\frac{\Delta y}{\Delta x} = \frac{dy}{dx}$$