Sr Examen

Otras calculadoras

Integral de sqrt(1-4x^2) dx

Límites de integración:

interior superior
v

Gráfico:

interior superior

Definida a trozos:

Solución

Ha introducido [src]
  1                 
  /                 
 |                  
 |     __________   
 |    /        2    
 |  \/  1 - 4*x   dx
 |                  
/                   
0                   
$$\int\limits_{0}^{1} \sqrt{1 - 4 x^{2}}\, dx$$
Integral(sqrt(1 - 4*x^2), (x, 0, 1))
Solución detallada

    TrigSubstitutionRule(theta=_theta, func=sin(_theta)/2, rewritten=cos(_theta)**2/2, substep=ConstantTimesRule(constant=1/2, other=cos(_theta)**2, substep=RewriteRule(rewritten=cos(2*_theta)/2 + 1/2, substep=AddRule(substeps=[ConstantTimesRule(constant=1/2, other=cos(2*_theta), substep=URule(u_var=_u, u_func=2*_theta, constant=1/2, substep=ConstantTimesRule(constant=1/2, other=cos(_u), substep=TrigRule(func='cos', arg=_u, context=cos(_u), symbol=_u), context=cos(_u), symbol=_u), context=cos(2*_theta), symbol=_theta), context=cos(2*_theta)/2, symbol=_theta), ConstantRule(constant=1/2, context=1/2, symbol=_theta)], context=cos(2*_theta)/2 + 1/2, symbol=_theta), context=cos(_theta)**2, symbol=_theta), context=cos(_theta)**2/2, symbol=_theta), restriction=(x > -1/2) & (x < 1/2), context=sqrt(1 - 4*x**2), symbol=x)

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


Respuesta:

Respuesta (Indefinida) [src]
  /                                                                                 
 |                                                                                  
 |    __________          //                 __________                            \
 |   /        2           ||                /        2                             |
 | \/  1 - 4*x   dx = C + | -1/2, x < 1/2)|
/                         \\    4              2                                   /
$$\int \sqrt{1 - 4 x^{2}}\, dx = C + \begin{cases} \frac{x \sqrt{1 - 4 x^{2}}}{2} + \frac{\operatorname{asin}{\left(2 x \right)}}{4} & \text{for}\: x > - \frac{1}{2} \wedge x < \frac{1}{2} \end{cases}$$
Gráfica
Respuesta [src]
              ___
asin(2)   I*\/ 3 
------- + -------
   4         2   
$$\frac{\operatorname{asin}{\left(2 \right)}}{4} + \frac{\sqrt{3} i}{2}$$
=
=
              ___
asin(2)   I*\/ 3 
------- + -------
   4         2   
$$\frac{\operatorname{asin}{\left(2 \right)}}{4} + \frac{\sqrt{3} i}{2}$$
asin(2)/4 + i*sqrt(3)/2
Respuesta numérica [src]
(0.392134269538859 + 0.536220266948917j)
(0.392134269538859 + 0.536220266948917j)

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