Sr Examen

Otras calculadoras

Integral de x*dx/sqrt(3-x^4) dx

Límites de integración:

interior superior
v

Gráfico:

interior superior

Definida a trozos:

Solución

Ha introducido [src]
  1               
  /               
 |                
 |       x        
 |  ----------- dx
 |     ________   
 |    /      4    
 |  \/  3 - x     
 |                
/                 
0                 
$$\int\limits_{0}^{1} \frac{x}{\sqrt{3 - x^{4}}}\, dx$$
Integral(x/sqrt(3 - x^4), (x, 0, 1))
Respuesta (Indefinida) [src]
                        //        /  ___  2\               \
                        ||        |\/ 3 *x |               |
                        ||-I*acosh|--------|       | 4|    |
  /                     ||        \   3    /       |x |    |
 |                      ||-------------------  for ---- > 1|
 |      x               ||         2                3      |
 | ----------- dx = C + |<                                 |
 |    ________          ||      /  ___  2\                 |
 |   /      4           ||      |\/ 3 *x |                 |
 | \/  3 - x            ||  asin|--------|                 |
 |                      ||      \   3    /                 |
/                       ||  --------------      otherwise  |
                        \\        2                        /
$$\int \frac{x}{\sqrt{3 - x^{4}}}\, dx = C + \begin{cases} - \frac{i \operatorname{acosh}{\left(\frac{\sqrt{3} x^{2}}{3} \right)}}{2} & \text{for}\: \frac{\left|{x^{4}}\right|}{3} > 1 \\\frac{\operatorname{asin}{\left(\frac{\sqrt{3} x^{2}}{3} \right)}}{2} & \text{otherwise} \end{cases}$$
Gráfica
Respuesta [src]
  1                                 
  /                                 
 |                                  
 |  /         ___           4       
 |  |  -I*x*\/ 3           x        
 |  |----------------  for -- > 1   
 |  |       _________      3        
 |  |      /       4                
 |  |     /       x                 
 |  |3*  /   -1 + --                
 |  |  \/         3                 
 |  <                             dx
 |  |        ___                    
 |  |    x*\/ 3                     
 |  |---------------   otherwise    
 |  |       ________                
 |  |      /      4                 
 |  |     /      x                  
 |  |3*  /   1 - --                 
 |  \  \/        3                  
 |                                  
/                                   
0                                   
$$\int\limits_{0}^{1} \begin{cases} - \frac{\sqrt{3} i x}{3 \sqrt{\frac{x^{4}}{3} - 1}} & \text{for}\: \frac{x^{4}}{3} > 1 \\\frac{\sqrt{3} x}{3 \sqrt{1 - \frac{x^{4}}{3}}} & \text{otherwise} \end{cases}\, dx$$
=
=
  1                                 
  /                                 
 |                                  
 |  /         ___           4       
 |  |  -I*x*\/ 3           x        
 |  |----------------  for -- > 1   
 |  |       _________      3        
 |  |      /       4                
 |  |     /       x                 
 |  |3*  /   -1 + --                
 |  |  \/         3                 
 |  <                             dx
 |  |        ___                    
 |  |    x*\/ 3                     
 |  |---------------   otherwise    
 |  |       ________                
 |  |      /      4                 
 |  |     /      x                  
 |  |3*  /   1 - --                 
 |  \  \/        3                  
 |                                  
/                                   
0                                   
$$\int\limits_{0}^{1} \begin{cases} - \frac{\sqrt{3} i x}{3 \sqrt{\frac{x^{4}}{3} - 1}} & \text{for}\: \frac{x^{4}}{3} > 1 \\\frac{\sqrt{3} x}{3 \sqrt{1 - \frac{x^{4}}{3}}} & \text{otherwise} \end{cases}\, dx$$
Integral(Piecewise((-i*x*sqrt(3)/(3*sqrt(-1 + x^4/3)), x^4/3 > 1), (x*sqrt(3)/(3*sqrt(1 - x^4/3)), True)), (x, 0, 1))
Respuesta numérica [src]
0.307739854335194
0.307739854335194

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