I have the following equation:
$$ y = q_0\left(1+\frac{bx}{a}\right)^{-\dfrac 1b}$$
where $q_0$, $a$ and $b$ are constants. I am trying to get the first derivative with respect to $x$.
Here's what I have so far.
$$ \frac{dy}{dx} = \frac{-q_0}{a}x^\frac{-b-1}{b} $$
But I don't think that this is correct.