I am a student learning rates of change. Why is it always that people use the $\,dy/\,dx$ to represent a rate of change and not the definition of the slope which is $\Delta y/ \Delta x$
I think using $\,dy/\,dx$ is kind of like a cheat to use calculus and chain rules to solve those questions. But it doesn't make any difference when we want to represent the same rate as $\Delta y/ \Delta x$. As they both are ratios, there really should not be any problem when it comes to using the standard slope equation.
For example in a problem, the side of a square is increasing at the rate of $4$ meters per second. Now, if we were to represent this in the form $\,dy/\,dx$, we can manipulate this in many ways. But if we do use $\Delta y/ \Delta x$ we cannot. So is the reason we use $\,dy/\,dx$ is just so that we can exploit calculus rules or is there some other reason?

Suppose that $y=f(x)$ is the graph of a function $f$ that can be differentiated. If you pick two points $(x,f(x))$ and $(x+\Delta x,f(x+\Delta x))$ that lie on the curve, then the quotient $$ \frac{\Delta y}{\Delta x}=\frac{f(x+\Delta x)-f(x)}{\Delta x} $$ represents the average rate of change between two points. On the other hand, $\frac{dy}{dx}$ is defined as $$ \frac{dy}{dx}=\lim_{\Delta x \to 0}\frac{\Delta y}{\Delta x}=\lim_{h \to 0}\frac{f(x+h)-f(x)}{h} \, , $$ and it represents the instantaneous rate of change. From this definition, it should be clear that $\frac{dy}{dx}$ is not a ratio—rather, it is the limit of the ratio $\frac{\Delta y}{\Delta x}$ as $\Delta x \to 0$. It's true that $\frac{dy}{dx}$ sometimes behaves as if it were a ratio, for instance in the case of the chain rule, but that doesn't mean that it is one. See this question for more details.