Sr Examen

Otras calculadoras

Integral de 1/(sqrt(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    
 |  \/  1 + 4*x     
 |                  
/                   
0                   
$$\int\limits_{0}^{1} \frac{1}{\sqrt{4 x^{2} + 1}}\, dx$$
Integral(1/(sqrt(1 + 4*x^2)), (x, 0, 1))
Solución detallada

    TrigSubstitutionRule(theta=_theta, func=tan(_theta)/2, rewritten=sec(_theta)/2, substep=ConstantTimesRule(constant=1/2, other=sec(_theta), substep=RewriteRule(rewritten=(tan(_theta)*sec(_theta) + sec(_theta)**2)/(tan(_theta) + sec(_theta)), substep=AlternativeRule(alternatives=[URule(u_var=_u, u_func=tan(_theta) + sec(_theta), constant=1, substep=ReciprocalRule(func=_u, context=1/_u, symbol=_u), context=(tan(_theta)*sec(_theta) + sec(_theta)**2)/(tan(_theta) + sec(_theta)), symbol=_theta)], context=(tan(_theta)*sec(_theta) + sec(_theta)**2)/(tan(_theta) + sec(_theta)), symbol=_theta), context=sec(_theta), symbol=_theta), context=sec(_theta)/2, symbol=_theta), restriction=True, context=1/(sqrt(4*x**2 + 1)), symbol=x)

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


Respuesta:

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

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