johnstobbart
- 22
- 0
Homework Statement
I have a bit of confusion surrounding one of my basic derivative problems:
Find the derivative of the following:
\begin{equation}
f(x) = \frac{x - 3x{\sqrt{x}}}{\sqrt{x}}
\end{equation}
Homework Equations
None, I believe.
The Attempt at a Solution
I think I can simplify this, so I separate them:
\begin{equation}
\frac{x}{x^{1/2}} - \frac{3x. x^{1/2}}{x^{1/2}}
\end{equation}
Using the indices laws, I add and subtract:
\begin{equation}
x^{-1/2} - 3x
\end{equation}
Now it's simplified as far as I can see, so I take the derivative:
\begin{equation}
\frac{-1}{2}x^{-3/2} - 3
\end{equation}
And my final answer is:
\begin{equation}
\frac{-1}{2\sqrt{x^3}} - 3
\end{equation}
I'm confused about simplifying the exponents the way I did. If I have to use the quotient law, I'm not too sure how to apply it correctly in this case.