I'm new to calculus and have been taught that $\displaystyle \frac{dy}{dx}$ is the rate of change of y with respect to x. Does $\displaystyle \frac{dy}{dx}$ show how much the variable y changes as x changes? Is there more to understanding this part of calculus, I feel as I'm missing the fundamentals behind differential calculus.
Also one thing that I didn't understand is when doing u-substitution integration if we let $u=2x +1$ for example, sometimes I see $\displaystyle du = 2dx \therefore dx = \frac{du}{2}$. What is this known as and why does it work? My teacher school finds $\displaystyle \frac{du}{dx}$ and rearranges this to make $dx$ the subject. Is this an incorrect practice? I have searched for this on here and cannot find a definite answer.
What is the correct notation to be used? When differentiating y = f(x) are we always operating on y as in $\displaystyle \frac{d}{dx} (y)$ = $\displaystyle \frac{dy}{dx}$. If you differentiate x^2 w.r.t x as in $\displaystyle \frac{d}{dx}x^2$, are you finding how much x^2 changes as x changes e.g if $x = 1, x^2 = 1, x = 2, x^2 = 4, x = 3, x^2 = 9$ so $x^2$ is 2 times the value of x? If we have something like $y^3$, what does it mean to differentiate $y^3$ with respect to x as in $\displaystyle \frac{d}{dx} y^3$ and how is it done?
thanks, I have been looking for the solutions to my problems for quite a while but cannot find an answer that leaves me satisfied. Sorry if questions likethese are not to be asked here.
You are asking some excellent questions! First, you are correct in assessing the notation $\frac{dy}{dx}$ as the rate of change of $y$ with respect to $x$. It is important to keep in mind, however, that the derivative gives you an instantaneous rate of change. In basic algebra, we talk about lines and their slopes; the slope allows us to measure the rate of change of $y$ w.r.t $x$. If we now talk about more general functions -- not necessarily lines -- such as $y=f(x)=x^2$, we can formally define the derivative to be the limit $$\frac{df}{dx}=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}.$$ But this definition is essentially just the idea of slope! You take a $y$-value $y=f(x)$ and another $y$-value $y'=f(x+h)$ a little ways away, take the difference (this is your $\Delta y$) and do the same for the difference in $x$, $\Delta x=h$, and then divide. This gives you the slope of the secant line that passes through the curve $y=f(x)$ at $x$ and $x+h$. Now, the limit out front is just asking us to visualize the two points $y$ and $y'$ to be very close to each other -- the secant line thus becomes a tangent line, and instead of writing $\frac{\Delta y}{\Delta x}$, we now write $\frac{dy}{dx}$, for the slope of the line tangent to the curve at any $x$. Hence the derivative $\frac{dy}{dx}$ is a function, which when evaluated at $x$, yields the slope of the line tangent to the curve $y=f(x)$ at the point $x$.
In this sense, the derivative actually gives you information about the instantaneous rate of change of a function. Imagine the function $y=f(x)$ as the trajectory of a baseball. If we removed the limit out front from above (i.e. just computing some $\frac{\Delta y}{\Delta x}$) we'd have computed the slope of a secant line, i.e. the average velocity of the baseball during the time interval $(x,x+h)$. In taking the limit, however, we make this interval smaller and smaller until we're talking about the actual speed of the baseball at some time $x$. I hope this gives you some intuition how a derivative extends the concept of slope/rate-of-change.
As AlexR mentioned above, the $u$-substitutions we make when computing integrals are actually related to the chain rule, for which is there is a perfectly rigorous proof. You are justified in feeling uneasy about writing things like $du=2dx$, but rest assured that this is simply for notational convenience. You can think of this more rigorously as AlexR describes (or, in fact, if you learn differential geometry, the notation can be made rigorous in terms of differential forms).