I am suppose to differentiate $(x^2 +4x +3)/ \sqrt{x}$ I know that a square root is equal to $x^{1/2}$ but I still am not able to properly differentiate this problem. I ended up with $(2x+4)/ (1/2)x^{1/2})$ which I know is wrong.
Differentiating square root fractions
1
$\begingroup$
calculus
-
5You seem to be trying to differentiate the numerator and the denominator separately; that does not work. You have to either use the Quotient Rule or, if you don't know it yet, first simplify the expression using algebra:$$\frac{x^2+4x+3}{\sqrt{x}} = \frac{x^2+4x+3}{x^{1/2}} = \frac{x^2}{x^{1/2}}+\frac{4x}{x^{1/2}} + \frac{3}{x^{1/2}} = x^{3/2}+4x^{1/2}+3x^{-1/2}$$and *then* differentiate. – 2011-09-17
-
0Hint: $\frac{a+b+c}{d}=\frac{a}{d}+\frac{b}{d}+\frac{c}{d}$. – 2011-09-17
-
0I am suppose to be learning the sum, difference and power rule. I have not yet encountered the sum or difference rule and I have no idea how to use them. – 2011-09-17
-
1The "sum rule" just says that $\frac{d}{dx}(f+g) = \frac{d}{dx}f + \frac{d}{dx}g$ (the derivative of a sum is the sum of the derivatives), and the "difference rule" just says that $\frac{d}{dx}(f-g) = \frac{d}{dx}f - \frac{d}{dx}g$, the derivative of the difference is the difference of the derivatives. In fact, [you've used them alread](http://math.stackexchange.com/questions/65332/differentiating-the-polynomial-x3-4x-6), when you were trying to take the derivative of a polynomial by doing it for each term and then adding. This works for sums/difference, but **not** for products or quotients. – 2011-09-17
-
0@Jordan: So here you are supposed to the bit of algebra I showed in the first comment to turn this expression into a sum of (mulitples of) powers, and then take the derivative by taking the derivative of each summand and adding the results. If you mistyped and meant "product or quotient rule", instead of "sum or difference rule", you'll get to those soon. – 2011-09-17
-
0I get it now, I don't know what I was doing earlier. It makes sense to me now. Thank you. – 2011-09-17
-
0@Arturo Actually one thing I am a little confused on, when I am differentiating and I have a negative exponent that doesn't no matter when I bring it down does it? An example is the $ 3x^-(1/2) differentiates to 3(1/2), 3(-1/2)? I am getting $3/2 x ^ (1/3) + 2x ^-(1/2) - ? $ – 2011-09-17
-
1@Jordan: The power rule works for any exponent, so long as the base is just the variable by itself, and the exponent is constant. $\displaystyle \frac{d}{dx}x^n = nx^{n-1}$. So for $x^{-1/2}$, you get $$\frac{d}{dx}x^{-1/2} = -\frac{1}{2}x^{-\frac{1}{2}-1} = -\frac{1}{2}x^{-\frac{3}{2}}.$$Just be careful with the subtraction in the exponent. For $3x^{-1/2}$, you have: $$\frac{d}{dx}\left(3x^{-1/2}\right) = 3\frac{d}{dx}x^{-1/2} = 3\left(-\frac{1}{2}\right)x^{-\frac{3}{2}}= -\frac{3}{2}x^{-3/2}.$$The fact that the coefficient equals the exponent here is coincidence, don't read anything into it. – 2011-09-17
-
0That makes sense, thank you. – 2011-09-17
2 Answers
5
Dividing through, your expression equals $$ x^{3/2}+4x^{1/2}+3x^{-1/2}. $$ Now you can use the power rule.
2
You can also exercise your quotient rule: $\left( \dfrac{f}{g}\right)^'=\dfrac{f'g-gf'}{g^2}$.