Sr Examen

Integral de 12t*arcsint dt

Límites de integración:

interior superior
v

Gráfico:

interior superior

Definida a trozos:

Solución

Ha introducido [src]
  x                
  /                
 |                 
 |  12*t*asin(t) dt
 |                 
/                  
1/2                
$$\int\limits_{\frac{1}{2}}^{x} 12 t \operatorname{asin}{\left(t \right)}\, dt$$
Integral((12*t)*asin(t), (t, 1/2, x))
Solución detallada
  1. Usamos la integración por partes:

    que y que .

    Entonces .

    Para buscar :

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

      1. Integral es when :

      Por lo tanto, el resultado es:

    Ahora resolvemos podintegral.

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

      TrigSubstitutionRule(theta=_theta, func=sin(_theta), rewritten=sin(_theta)**2, substep=RewriteRule(rewritten=1/2 - cos(2*_theta)/2, substep=AddRule(substeps=[ConstantRule(constant=1/2, context=1/2, symbol=_theta), 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)], context=1/2 - cos(2*_theta)/2, symbol=_theta), context=sin(_theta)**2, symbol=_theta), restriction=(t > -1) & (t < 1), context=t**2/sqrt(1 - t**2), symbol=t)

    Por lo tanto, el resultado es:

  3. Ahora simplificar:

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


Respuesta:

Respuesta (Indefinida) [src]
  /                        //               ________                        \               
 |                         ||              /      2                         |      2        
 | 12*t*asin(t) dt = C - 6*| -1, t < 1)|               
/                          \\   2            2                              /               
$$\int 12 t \operatorname{asin}{\left(t \right)}\, dt = C + 6 t^{2} \operatorname{asin}{\left(t \right)} - 6 \left(\begin{cases} - \frac{t \sqrt{1 - t^{2}}}{2} + \frac{\operatorname{asin}{\left(t \right)}}{2} & \text{for}\: t > -1 \wedge t < 1 \end{cases}\right)$$
Respuesta [src]
                 ___               ________               
             3*\/ 3    pi         /      2       2        
-3*asin(x) - ------- + -- + 3*x*\/  1 - x   + 6*x *asin(x)
                4      4                                  
$$6 x^{2} \operatorname{asin}{\left(x \right)} + 3 x \sqrt{1 - x^{2}} - 3 \operatorname{asin}{\left(x \right)} - \frac{3 \sqrt{3}}{4} + \frac{\pi}{4}$$
=
=
                 ___               ________               
             3*\/ 3    pi         /      2       2        
-3*asin(x) - ------- + -- + 3*x*\/  1 - x   + 6*x *asin(x)
                4      4                                  
$$6 x^{2} \operatorname{asin}{\left(x \right)} + 3 x \sqrt{1 - x^{2}} - 3 \operatorname{asin}{\left(x \right)} - \frac{3 \sqrt{3}}{4} + \frac{\pi}{4}$$
-3*asin(x) - 3*sqrt(3)/4 + pi/4 + 3*x*sqrt(1 - x^2) + 6*x^2*asin(x)

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