Mister Exam

Other calculators

Integral of 10*dx/x^2 dx

Limits of integration:

from to
v

The graph:

from to

Piecewise:

The solution

You have entered [src]
  2      
  /      
 |       
 |  10   
 |  -- dx
 |   2   
 |  x    
 |       
/        
1        
$$\int\limits_{1}^{2} \frac{10}{x^{2}}\, dx$$
Integral(10/x^2, (x, 1, 2))
Detail solution
  1. The integral of a constant times a function is the constant times the integral of the function:

      PiecewiseRule(subfunctions=[(ArctanRule(a=1, b=1, c=0, context=1/(x**2), symbol=x), False), (ArccothRule(a=1, b=1, c=0, context=1/(x**2), symbol=x), False), (ArctanhRule(a=1, b=1, c=0, context=1/(x**2), symbol=x), False)], context=1/(x**2), symbol=x)

    So, the result is:

  2. Add the constant of integration:


The answer is:

The answer (Indefinite) [src]
  /           
 |            
 | 10         
 | -- dx = nan
 |  2         
 | x          
 |            
/             
$$\int \frac{10}{x^{2}}\, dx = \text{NaN}$$
The graph
The answer [src]
5
$$5$$
=
=
5
$$5$$
5
Numerical answer [src]
5.0
5.0

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