Sr Examen

Integral de xarcsin(7x) dx

Límites de integración:

interior superior
v

Gráfico:

interior superior

Definida a trozos:

Solución

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

    que y que .

    Entonces .

    Para buscar :

    1. Integral es when :

    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)/7, rewritten=sin(_theta)**2/343, substep=ConstantTimesRule(constant=1/343, other=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), context=sin(_theta)**2/343, symbol=_theta), restriction=(x > -1/7) & (x < 1/7), context=x**2/sqrt(1 - 49*x**2), symbol=x)

    Por lo tanto, el resultado es:

  3. Ahora simplificar:

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


Respuesta:

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

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