Está en la página 1de 3

Analogo a funciones de medio rango para funciones en intervalos infinitos.

In[ ]:= f[x_] = Piecewise-k*x , x > 0, {0, x < 0}

-k x x > 0
Out[ ]=
0 True

In[ ]:= Plot[f[x], {x, - 5, 5}]

In[ ]:= f[v]


-k v v > 0
Out[ ]=
0 True

extensión par, recordemos que la extension par cumple f p (x) = fp (- x),


por tanto si x < 0 entonces fp (x) = fp (- x) luego para x < 0 tenemos que
fp (x) = -2*(-x) = 2*x

In[ ]:= fp [x_] = Piecewise-2*x , x > 0, 2*x , x < 0

-2 x x > 0
Out[ ]= 2 x x<0
0 True

In[ ]:= Plotfp [x], {x, - 5, 5}

0.4

0.3

Out[ ]=
0.2

0.1

-4 -2 2 4

Extensión impar; recordemos que la extension impar cumple f i (- x) = - fi (x),


por tanto si x < 0 entonces fi (x) = - fi (- x) luego para x < 0 tenemos que
fi (x) = - -2*(-x) = - 2*x

In[ ]:= fi [x_] = Piecewise-2*x , x > 0, - 2*x , x < 0

-2 x x>0
Out[ ]= - 2x
x<0
0 True

Printed by Wolfram Mathematica Student Edition


2 Integral de Fourier de funciones de medio rango.nb

In[ ]:= Plot[fi [x], {x, - 5, 5}]

0.10

0.05

-4 -2
Out[ ]=
2 4

-0.05

-0.10

Integrales de fourier de fp [x] y fi [x],

Para la extension par fp [x] ; en este caso caso B[w] = 0 y


A[w_] =  
-k*v
* Cos[v * w]  v
2
π 0

, Re[k] > Im[w]


2k
π k2 + w2 
Out[ ]= ConditionalExpression

In[ ]:= Clear[A[w]]

Clear: A[w] is not a symbol or a string.

A[w_] =
2k
π k2 + w2 
In[ ]:=

2k
π k2 + w2 
Out[ ]=


luego IDF fp (x) =  Cos[w * x]  w
2k
0 π k2 + w2 


Si x > 0 entonces e-k*x =  Cos[w * x]  w
2k
0 π k2 + w2 

Calculo de iteraciones para k = 2

Printed by Wolfram Mathematica Student Edition


Integral de Fourier de funciones de medio rango.nb 3

S[a_] =  Cos[w * x]  w
a 4
π 4 + w2 
In[ ]:=
0

Out[ ]= ConditionalExpression

(-  Cosh[2 x] CosIntegral[- (- 2  + a) x] +  Cosh[2 x] CosIntegral[(2  + a) x] +


1
π
Sinh[2 x] (- SinIntegral[(2  + a) x] + SinIntegral[2  x - a x])),
Im[x] Re[a] + Im[a] Re[x] ≥ 0 && Re[a] Im[x]2 + Re[x]2  ≤ 0 ||
Re[a] Im[x]2 + Re[x]2  ≥ 0 && Im[x] Re[a] + Im[a] Re[x] ≤ 0 &&
(- 2 < Im[a] < 0 || 0 < Im[a] < 2) ||

Re[a] ≠ 0 && Im[x] Re[a] + Im[a] Re[x] ≤ 0 && Re[x] ≥ 0 || Re[a] Im[x]2 + Re[x]2  ≥ 0 ||

≥ ||
Re[x] 1
Im[x] Re[a] + Im[a] Re[x] 2

Im[x] Re[a] + Im[a] Re[x] ≥ 0 && Re[x] ≤ 0 || Re[a] Im[x]2 + Re[x]2  ≤ 0 

In[ ]:= Plot-2*x, S[1], S[5], S[10.5], {x, 0, 5}, PlotLegends  "Expressions"

0.5

-2 x
0.4

0.3 S(1)
Out[ ]=

0.2 S(5)
S(10.5)
0.1

1 2 3 4 5

Ejercicio calcular la intregral para de fourier para f i (x) y calcular algunas iteraciones

Printed by Wolfram Mathematica Student Edition

También podría gustarte