I read this in my textbook and I'm a bit confused by it:
So this is a bit confusing to me. A few questions:
- What is the difference between $d/dx$ and $dy/dx$?
When we have this line:
$$e^{(\ln b)x} \frac{d}{dx}(\ln b)x$$ $$= e^{(\ln b)x} \ln(b)$$
How does that happen? Don't we need to use product rule for $\frac{d}{dx}(\ln b)$$?
Why does $e^{(\ln b)x}$ = $b^x$

You can use the product rule for $\dfrac d {dx}\big( (\ln b) x\big)$ just as you can for $\dfrac d {dx} (5x),$ thus: \begin{align} & \frac d {dx} (5x) = 5 \frac d {dx} x + x \frac d {dx} 5 = 5 \frac d{dx} x + (x\cdot 0) = 5\cdot 1 = 5. \\[12pt] & \dfrac d {dx}\big( (\ln b) x\big) = (\ln b) \frac d {dx} x + x \frac d {dx}(\ln b) = (\ln b) \frac d {dx} x + (x\cdot 0) = (\ln b) \cdot 1 = \ln b. \end{align} The derivative of a constant function is $0.$ Neither $b$ nor $\ln b$ changes as $x$ changes, so it is constant.
The difference between $\dfrac d {dx}$ and $\dfrac {dy}{dx}$ is that, for example, $$ \frac d {dx} \cos x = -\sin x \quad \text{ but }\quad \frac {dy}{dx} \cos x = \left( \frac d {dx} y\right) \cdot \Big( \cos x\Big). $$ In one case you're differentiating $\cos x$ with respect to $x,$ and in the other you're differentiating $y$ with respect to $x,$ where $y$ is some other function of $x.$