I am trying to solve the assignment below with the quotient rule. Every time I get stuck on a similar assignment which has a square root inside the numerator of a fraction. What do I do with the square root in the numerator and how do I find the derivative?
$$\frac{\sqrt x+3}{x}$$
$\frac{d}{dx}\frac{\sqrt{x}+3}{x}=$
$\frac{\frac{1}{2\sqrt{x}}\cdot x-(\sqrt{x}+3)}{x^2}= \frac{\frac{1}{2}\sqrt{x}-\sqrt{x}-3}{x^2} = \frac{(\frac{1}{2}-1)\sqrt{x}-3}{x^2} $
$-\frac{\frac{1}{2}\sqrt{x}+3}{x^2}$
because
$\frac{x}{\sqrt{x}}=x^{1-\frac{1}{2}}=\sqrt{x}$
$\frac{d}{dx}\frac{f}{g}=\frac{f’g-g’f}{g^2}$ and $\frac{d}{dx}x^\alpha=\alpha x^{\alpha-1}$ for every $\alpha\in \mathbb{R}$
$\frac{d}{dx}\sqrt{x}= \frac{d}{dx} x^{\frac{1}{2}}=\frac{1}{2}x^{\frac{1}{2}-1}=\frac{1}{2\sqrt{x}}$