Mister Exam

Integral of dx/(x+a)(x+b) dx

Limits of integration:

from to
v

The graph:

from to

Piecewise:

The solution

You have entered [src]
  1         
  /         
 |          
 |  x + b   
 |  ----- dx
 |  x + a   
 |          
/           
0           
$$\int\limits_{0}^{1} \frac{b + x}{a + x}\, dx$$
Integral((x + b)/(x + a), (x, 0, 1))
Detail solution
  1. There are multiple ways to do this integral.

    Method #1

    1. Rewrite the integrand:

    2. Integrate term-by-term:

      1. The integral of a constant times a function is the constant times the integral of the function:

        1. Let .

          Then let and substitute :

          1. The integral of is .

          Now substitute back in:

        So, the result is:

      1. The integral of a constant is the constant times the variable of integration:

      The result is:

    Method #2

    1. Rewrite the integrand:

    2. Integrate term-by-term:

      1. The integral of a constant times a function is the constant times the integral of the function:

        1. Let .

          Then let and substitute :

          1. The integral of is .

          Now substitute back in:

        So, the result is:

      1. Rewrite the integrand:

      2. Integrate term-by-term:

        1. The integral of a constant times a function is the constant times the integral of the function:

          1. Let .

            Then let and substitute :

            1. The integral of is .

            Now substitute back in:

          So, the result is:

        1. The integral of a constant is the constant times the variable of integration:

        The result is:

      The result is:

  2. Now simplify:

  3. Add the constant of integration:


The answer is:

The answer (Indefinite) [src]
  /                                     
 |                                      
 | x + b                                
 | ----- dx = C + x + (b - a)*log(a + x)
 | x + a                                
 |                                      
/                                       
$$\int \frac{b + x}{a + x}\, dx = C + x + \left(- a + b\right) \log{\left(a + x \right)}$$
The answer [src]
1 + (b - a)*log(1 + a) - (b - a)*log(a)
$$- \left(- a + b\right) \log{\left(a \right)} + \left(- a + b\right) \log{\left(a + 1 \right)} + 1$$
=
=
1 + (b - a)*log(1 + a) - (b - a)*log(a)
$$- \left(- a + b\right) \log{\left(a \right)} + \left(- a + b\right) \log{\left(a + 1 \right)} + 1$$
1 + (b - a)*log(1 + a) - (b - a)*log(a)

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