Simplification Problem before Finding Derivative

  • Thread starter Thread starter johnstobbart
  • Start date Start date
  • Tags Tags
    Derivative
johnstobbart
Messages
22
Reaction score
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.
 
Physics news on Phys.org
johnstobbart said:

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.

Why do you claim that \frac{x}{\sqrt{x}} = \frac{1}{\sqrt{x}}? The claim is false. If, as you claim, you are just adding/subtracting exponents, then you seem to be saying that 1 - 1/2 = -1/2.

RGV
 
Ray Vickson said:
Why do you claim that \frac{x}{\sqrt{x}} = \frac{1}{\sqrt{x}}? The claim is false. If, as you claim, you are just adding/subtracting exponents, then you seem to be saying that 1 - 1/2 = -1/2.

RGV

Sorry. I made an error. Let me try fix it.
When I simplify f(x) (hopefully correctly this time), I get:
\begin{equation}
x^{1/2} - 3x
\end{equation}
Then when taking the derivative, I get:
\begin{equation}
\frac{x^{-1/2}}{2} - 3
\end{equation}
My final answer is:
\begin{equation}
\frac{1}{2\sqrt{x}} - 3
\end{equation}
 
Last edited:
Writing your problem in terms of exponents instead of radicals make it easier:
\frac{d}{dx}\frac{x-3x^{3/2}}{x^{1/2}}
Split that up to get
\frac{d}{dx}x^{1/2}-3\frac{d}{dx}x
Then your answer is correct. To check your work, it is always good to integrate what you got:
\int \frac{1}{2\sqrt{x}}-3\,dx=\frac{1}{2}\int x^{-1/2}\,dx - 3x=\sqrt{x}-3x
which is what we started with.
 
I haven't started on integration yet, but I do know I'll be doing it soon. Thanks a lot for all your patience and time Millenial and Ray Vickson.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top