Sr Examen

Otras calculadoras

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

    TrigSubstitutionRule(theta=_theta, func=sqrt(3)*sin(_theta), rewritten=1, substep=ConstantRule(constant=1, context=1, symbol=_theta), restriction=(x < sqrt(3)) & (x > -sqrt(3)), context=1/(sqrt(3 - x**2)), symbol=x)

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


Respuesta:

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

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