Mister Exam

Other calculators

Integral of sqrt(2x+x^2) dx

Limits of integration:

from to
v

The graph:

from to

Piecewise:

The solution

You have entered [src]
  1                 
  /                 
 |                  
 |     __________   
 |    /        2    
 |  \/  2*x + x   dx
 |                  
/                   
0                   
$$\int\limits_{0}^{1} \sqrt{x^{2} + 2 x}\, dx$$
Integral(sqrt(2*x + x^2), (x, 0, 1))
The answer [src]
  1                   
  /                   
 |                    
 |    ___   _______   
 |  \/ x *\/ 2 + x  dx
 |                    
/                     
0                     
$$\int\limits_{0}^{1} \sqrt{x} \sqrt{x + 2}\, dx$$
=
=
  1                   
  /                   
 |                    
 |    ___   _______   
 |  \/ x *\/ 2 + x  dx
 |                    
/                     
0                     
$$\int\limits_{0}^{1} \sqrt{x} \sqrt{x + 2}\, dx$$
Integral(sqrt(x)*sqrt(2 + x), (x, 0, 1))
Numerical answer [src]
1.07357185910647
1.07357185910647

    Use the examples entering the upper and lower limits of integration.