Integral de e^(i*t*x)*f(x) dx
Solución
Respuesta (Indefinida)
[src]
/// 2\ I*t*x \
||\f*t - I*f*x*t /*e 3 |
/ ||----------------------- for t != 0|
| || 3 |
| I*t*x || t |
| E *f*x dx = C + |< |
| || 2 |
/ || f*x |
|| ---- otherwise |
|| 2 |
\\ /
∫xexitfdx=C+{t3(−ift2x+ft)eitx2fx2fort3=0otherwise
/ -f | pi | pi
| --- for |- -- + arg(t)| < --
| 2 | 2 | 2
| t
|
| oo
< /
| |
| | I*t*x
| | f*x*e dx otherwise
| |
|/
\0
⎩⎨⎧−t2f0∫∞fxeitxdxforarg(t)−2π<2πotherwise
=
/ -f | pi | pi
| --- for |- -- + arg(t)| < --
| 2 | 2 | 2
| t
|
| oo
< /
| |
| | I*t*x
| | f*x*e dx otherwise
| |
|/
\0
⎩⎨⎧−t2f0∫∞fxeitxdxforarg(t)−2π<2πotherwise
Piecewise((-f/t^2, Abs(-pi/2 + arg(t)) < pi/2), (Integral(f*x*exp(i*t*x), (x, 0, oo)), True))
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.