How do I find the antiderivative of (x^2+1)/√x for integration?

  • Thread starter Thread starter Checkfate
  • Start date Start date
  • Tags Tags
    Antiderivative
Checkfate
Messages
149
Reaction score
0
Hi, I am trying to integrate \int_{1}^{2} \frac{x^{2}+1}{\sqrt{x}} using the Evaluation Theorem.

So my first step is to find the antiderivative of \frac{x^{2}+1}{\sqrt{x}}.. And that is where my troubles lie.

I start by rewriting it as (x^{2}+1)*(x^{-1/2}} but then realize that I don't know how to find the antiderivative..

I tried using the rule x^{n}=\frac{x^{n+1}}{n+1}

and got (\frac{x^{3}}{3}+x)*2*\sqrt{x} but this does not differentiate into the original function, can someone help me out?
 
Last edited:
Physics news on Phys.org
Consider your function;

(x^2 +1)\cdot x^{-\frac{1}{2}}

Now open the parentheses.
 
Aha, got it :) Okay so generally you always want to multiply out to get addition and subtraction, right?

And I got \frac{2x^{5/2}}{5}+2x^{1/2} which is correct :).
 
Checkfate said:
Aha, got it :) Okay so generally you always want to multiply out to get addition and subtraction, right?

And I got \frac{2x^{5/2}}{5}+2x^{1/2} which is correct :).
Yes, it is usually easier to multiply out the parentheses since you can integrate [or differentiate] each term individually. You could of course use integration by parts to find the integral directly from the factorised form but this would be far more complicated.
 
Okay great, thanks.
 
Checkfate said:
Okay great, thanks.
My pleasure
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top