Sr Examen

Otras calculadoras

Integral de (x-4)*sin(pi*n*x) dx

Límites de integración:

interior superior
v

Gráfico:

interior superior

Definida a trozos:

Solución

Ha introducido [src]
  1                       
  /                       
 |                        
 |  (x - 4)*sin(pi*n*x) dx
 |                        
/                         
-1                        
$$\int\limits_{-1}^{1} \left(x - 4\right) \sin{\left(x \pi n \right)}\, dx$$
Integral((x - 4)*sin((pi*n)*x), (x, -1, 1))
Respuesta (Indefinida) [src]
                                //               0                 for n = 0\                                                                
                                ||                                          |                                                                
  /                             || //sin(pi*n*x)               \            |     //      0        for n = 0\     //      0        for n = 0\
 |                              || ||-----------  for pi*n != 0|            |     ||                        |     ||                        |
 | (x - 4)*sin(pi*n*x) dx = C - |<-|<    pi*n                  |            | - 4*|<-cos(pi*n*x)            | + x*|<-cos(pi*n*x)            |
 |                              || ||                          |            |     ||-------------  otherwise|     ||-------------  otherwise|
/                               || \\     x         otherwise  /            |     \\     pi*n               /     \\     pi*n               /
                                ||-------------------------------  otherwise|                                                                
                                \\              pi*n                        /                                                                
$$\int \left(x - 4\right) \sin{\left(x \pi n \right)}\, dx = C + x \left(\begin{cases} 0 & \text{for}\: n = 0 \\- \frac{\cos{\left(\pi n x \right)}}{\pi n} & \text{otherwise} \end{cases}\right) - \begin{cases} 0 & \text{for}\: n = 0 \\- \frac{\begin{cases} \frac{\sin{\left(\pi n x \right)}}{\pi n} & \text{for}\: \pi n \neq 0 \\x & \text{otherwise} \end{cases}}{\pi n} & \text{otherwise} \end{cases} - 4 \left(\begin{cases} 0 & \text{for}\: n = 0 \\- \frac{\cos{\left(\pi n x \right)}}{\pi n} & \text{otherwise} \end{cases}\right)$$
Respuesta [src]
/  2*cos(pi*n)   2*sin(pi*n)                                  
|- ----------- + -----------  for And(n > -oo, n < oo, n != 0)
|      pi*n           2  2                                    
<                   pi *n                                     
|                                                             
|             0                          otherwise            
\                                                             
$$\begin{cases} - \frac{2 \cos{\left(\pi n \right)}}{\pi n} + \frac{2 \sin{\left(\pi n \right)}}{\pi^{2} n^{2}} & \text{for}\: n > -\infty \wedge n < \infty \wedge n \neq 0 \\0 & \text{otherwise} \end{cases}$$
=
=
/  2*cos(pi*n)   2*sin(pi*n)                                  
|- ----------- + -----------  for And(n > -oo, n < oo, n != 0)
|      pi*n           2  2                                    
<                   pi *n                                     
|                                                             
|             0                          otherwise            
\                                                             
$$\begin{cases} - \frac{2 \cos{\left(\pi n \right)}}{\pi n} + \frac{2 \sin{\left(\pi n \right)}}{\pi^{2} n^{2}} & \text{for}\: n > -\infty \wedge n < \infty \wedge n \neq 0 \\0 & \text{otherwise} \end{cases}$$
Piecewise((-2*cos(pi*n)/(pi*n) + 2*sin(pi*n)/(pi^2*n^2), (n > -oo)∧(n < oo)∧(Ne(n, 0))), (0, True))

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