-Dragoon-
- 308
- 7
Homework Statement
Differentiate the following function: f(x) = x\sqrt{x^{3}+2x}
Homework Equations
N/A
The Attempt at a Solution
Here's my attempt:
First I rewrite it as:
f(x) = x(x^{3}+2x)^{\frac{1}{2}}
Now, I differentiate using chain rule:
f(x) = x(3x{^2}+2x)(\frac{1}{2})(x^{3}+2x)^{\frac{1}{2}-1}
By simplifying and rearranging the equation, I get:
f(x) = \frac{3x^{3}+2x}{2\sqrt{x^{3}+2x}}
But, this what my book got:
f(x) = \frac{3x^{3}+2x}{2\sqrt{x^{3}+2x}} + \sqrt{x^{3}+2x}
I checked my answer over thrice just in case I made any minor errors, and I don't think I have. Where did I go wrong? Did I apply the wrong rule? Thanks in advance.