Mister Exam

Integral of xarctg3xdx dx

Limits of integration:

from to
v

The graph:

from to

Piecewise:

The solution

You have entered [src]
  1               
  /               
 |                
 |  x*atan(3*x) dx
 |                
/                 
0                 
$$\int\limits_{0}^{1} x \operatorname{atan}{\left(3 x \right)}\, dx$$
Integral(x*atan(3*x), (x, 0, 1))
Detail solution
  1. Use integration by parts:

    Let and let .

    Then .

    To find :

    1. The integral of is when :

    Now evaluate the sub-integral.

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

    1. Rewrite the integrand:

    2. Integrate term-by-term:

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

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

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

        So, the result is:

      The result is:

    So, the result is:

  3. Add the constant of integration:


The answer is:

The answer (Indefinite) [src]
  /                                      2          
 |                      x   atan(3*x)   x *atan(3*x)
 | x*atan(3*x) dx = C - - + --------- + ------------
 |                      6       18           2      
/                                                   
$$\int x \operatorname{atan}{\left(3 x \right)}\, dx = C + \frac{x^{2} \operatorname{atan}{\left(3 x \right)}}{2} - \frac{x}{6} + \frac{\operatorname{atan}{\left(3 x \right)}}{18}$$
The graph
The answer [src]
  1   5*atan(3)
- - + ---------
  6       9    
$$- \frac{1}{6} + \frac{5 \operatorname{atan}{\left(3 \right)}}{9}$$
=
=
  1   5*atan(3)
- - + ---------
  6       9    
$$- \frac{1}{6} + \frac{5 \operatorname{atan}{\left(3 \right)}}{9}$$
-1/6 + 5*atan(3)/9
Numerical answer [src]
0.527247651332364
0.527247651332364

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