Sr Examen

Otras calculadoras

  • ¿Cómo usar?

  • Integral de d{x}:
  • Integral de x*2
  • Integral de sin(log(x))/x^2
  • Integral de e(x)
  • Integral de asin(x)
  • Expresiones idénticas

  • x^ cuatro /(x^ cuatro + dos *x^ dos + uno)
  • x en el grado 4 dividir por (x en el grado 4 más 2 multiplicar por x al cuadrado más 1)
  • x en el grado cuatro dividir por (x en el grado cuatro más dos multiplicar por x en el grado dos más uno)
  • x4/(x4+2*x2+1)
  • x4/x4+2*x2+1
  • x⁴/(x⁴+2*x²+1)
  • x en el grado 4/(x en el grado 4+2*x en el grado 2+1)
  • x^4/(x^4+2x^2+1)
  • x4/(x4+2x2+1)
  • x4/x4+2x2+1
  • x^4/x^4+2x^2+1
  • x^4 dividir por (x^4+2*x^2+1)
  • x^4/(x^4+2*x^2+1)dx
  • Expresiones semejantes

  • x^4/(x^4+2*x^2-1)
  • x^4/(x^4-2*x^2+1)

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

Límites de integración:

interior superior
v

Gráfico:

interior superior

Definida a trozos:

Solución

Ha introducido [src]
  1                 
  /                 
 |                  
 |         4        
 |        x         
 |  ------------- dx
 |   4      2       
 |  x  + 2*x  + 1   
 |                  
/                   
0                   
$$\int\limits_{0}^{1} \frac{x^{4}}{\left(x^{4} + 2 x^{2}\right) + 1}\, dx$$
Integral(x^4/(x^4 + 2*x^2 + 1), (x, 0, 1))
Solución detallada
  1. Vuelva a escribir el integrando:

  2. Integramos término a término:

    1. La integral de las constantes tienen esta constante multiplicada por la variable de integración:

    1. La integral del producto de una función por una constante es la constante por la integral de esta función:

        PieceweseRule(subfunctions=[(ArctanRule(a=1, b=1, c=1, context=1/(x**2 + 1), symbol=x), True), (ArccothRule(a=1, b=1, c=1, context=1/(x**2 + 1), symbol=x), False), (ArctanhRule(a=1, b=1, c=1, context=1/(x**2 + 1), symbol=x), False)], context=1/(x**2 + 1), symbol=x)

      Por lo tanto, el resultado es:

      TrigSubstitutionRule(theta=_theta, func=tan(_theta), rewritten=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), restriction=True, context=(x**2 + 1)**(-2), symbol=x)

    El resultado es:

  3. Ahora simplificar:

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


Respuesta:

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

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