How to solve this indefinite integral

$\begingroup$

I'm trying to understand how to solve this indefinite integral using the power rule.

$$ \begin{eqnarray} \int \frac{x}{\sqrt{x}} dx &=& \int \frac{x^1}{x^\frac{1}{2}} dx \end{eqnarray} $$

Breaking this down

$$ \int x dx = \frac{x^2}{2} + C $$

$$ \begin{eqnarray} \int x^\frac{1}{2} dx &=& \frac{x^\frac{3}{2}}{\frac{3}{2}} + C\\ &=& \frac{2}{3} x^\frac{3}{2} + C \end{eqnarray} $$

Wolfram Alpha gives the integral of the original denominator ($\int\sqrt{x} dx$) as the solution. I do not understand what happened to the numerator?

How do I bring the two parts together?

$\endgroup$ 5

2 Answers

$\begingroup$

$$\frac{x}{\sqrt{x}} = \frac{\sqrt{x}\sqrt{x}}{\sqrt{x}} = \sqrt{x}$$

$$\int \sqrt{x}\ dx = \frac{2}{3}x^{3/2} + c$$


Note that $\sqrt{x} = x^{1/2}$ hence when you integrate it, just apply the integration rule for $x^a$.

$$\int x^a\ dx = \frac{x^{a+1}}{a+1} + c ~~~~~~~~~~~ \text{for} ~~~ a\neq -1$$

$\endgroup$ $\begingroup$

Hint: You can simplify $x\over \sqrt x$ into just $\sqrt x$. Then integrate:

$$\int \sqrt x \, dx$$

By the reverse power rule.

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like