Sr Examen

Otras calculadoras

Integral de 1/(atan(2*x)*(1+4*x^2)) dx

Límites de integración:

interior superior
v

Gráfico:

interior superior

Definida a trozos:

Solución

Ha introducido [src]
  1                        
  /                        
 |                         
 |           1             
 |  -------------------- dx
 |            /       2\   
 |  atan(2*x)*\1 + 4*x /   
 |                         
/                          
0                          
$$\int\limits_{0}^{1} \frac{1}{\left(4 x^{2} + 1\right) \operatorname{atan}{\left(2 x \right)}}\, dx$$
Integral(1/(atan(2*x)*(1 + 4*x^2)), (x, 0, 1))
Solución detallada

    TrigSubstitutionRule(theta=_theta, func=tan(_theta)/2, rewritten=1/(2*atan(tan(_theta))), substep=ConstantTimesRule(constant=1/2, other=1/atan(tan(_theta)), substep=URule(u_var=_u, u_func=atan(tan(_theta)), constant=1, substep=ReciprocalRule(func=_u, context=1/_u, symbol=_u), context=1/atan(tan(_theta)), symbol=_theta), context=1/(2*atan(tan(_theta))), symbol=_theta), restriction=True, context=1/((4*x**2 + 1)*atan(2*x)), symbol=x)

  1. Añadimos la constante de integración:


Respuesta:

Respuesta (Indefinida) [src]
  /                                            
 |                                             
 |          1                    log(atan(2*x))
 | -------------------- dx = C + --------------
 |           /       2\                2       
 | atan(2*x)*\1 + 4*x /                        
 |                                             
/                                              
$$\int \frac{1}{\left(4 x^{2} + 1\right) \operatorname{atan}{\left(2 x \right)}}\, dx = C + \frac{\log{\left(\operatorname{atan}{\left(2 x \right)} \right)}}{2}$$
Gráfica
Respuesta [src]
oo
$$\infty$$
=
=
oo
$$\infty$$
oo
Respuesta numérica [src]
21.7495434706102
21.7495434706102

    Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.