You are on page 1of 10

b) Calcule y grafique 1 (xt) para 0

x 4 y para tiempos t = 0, t = 1,
t = 2, t = 3, t = 4,
t = 5. Haga un conjunto de grficas para ondas (k1) = ck1
y otro para (k1) = k1 ^ 2. Explique las diferencias.
f[n_, x_, t_] := Cos[n x - n t]
coseno

g[n_, x_, t_] := Cosn x - n ^ 2 t


coseno

= 0.1

Grficas para (k1) = ck1


Plot[f[1, x, 0], {x, 0, 4 Pi}, PlotLabel "t=0"]
representacin grfica

etiqueta de representacin

t=0
1.0

0.5

10

12

-0.5

-1.0

Plot[f[1, x, 1], {x, 0, 4 Pi}, PlotLabel "t=1"]


representacin grfica

etiqueta de representacin

t=1
1.0

0.5

-0.5

-1.0

10

12

tarea rochin.nb

Plot[f[1, x, 2], {x, 0, 4 Pi}, PlotLabel "t=2"]


representacin grfica

etiqueta de representacin

t=2
1.0

0.5

10

12

-0.5

-1.0

Plot[f[1, x, 3], {x, 0, 4 Pi}, PlotLabel "t=3"]


representacin grfica

etiqueta de representacin

t=3
1.0

0.5

10

12

-0.5

-1.0

Plot[f[1, x, 4], {x, 0, 4 Pi}, PlotLabel "t=4"]


representacin grfica

etiqueta de representacin

t=4
1.0

0.5

-0.5

-1.0

10

12

tarea rochin.nb

Plot[f[1, x, 5], {x, 0, 4 Pi}, PlotLabel "t=5"]


representacin grfica

etiqueta de representacin

t=5
1.0

0.5

10

12

-0.5

-1.0

Graficas para (k1) = k1 ^ 2


Plot[g[1, x, 0], {x, 0, 4 Pi}, PlotLabel "t=0"]
representacin grfica

etiqueta de representacin

t=0
1.0

0.5

10

12

-0.5

-1.0

Plot[g[1, x, 1], {x, 0, 4 Pi}, PlotLabel "t=1"]


representacin grfica

etiqueta de representacin

t=1
1.0

0.5

-0.5

-1.0

10

12

tarea rochin.nb

Plot[g[1, x, 2], {x, 0, 4 Pi}, PlotLabel "t=2"]


representacin grfica

etiqueta de representacin

t=2
1.0

0.5

10

12

-0.5

-1.0

Plot[g[1, x, 3], {x, 0, 4 Pi}, PlotLabel "t=3"]


representacin grfica

etiqueta de representacin

t=3
1.0

0.5

10

12

-0.5

-1.0

Plot[g[1, x, 4], {x, 0, 4 Pi}, PlotLabel "t=4"]


representacin grfica

etiqueta de representacin

t=4
1.0

0.5

-0.5

-1.0

10

12

tarea rochin.nb

Plot[g[1, x, 5], {x, 0, 4 Pi}, PlotLabel "t=5"]


representacin grfica

etiqueta de representacin

t=5
1.0

0.5

10

12

-0.5

-1.0

Considere la siguiente superposicin de ondas:


(x, t) = n An Cos(kn x - (kn) t)
donde:
An = 10 Exp[-(n - 20) ^ 2 / 8]
c) Calcule y grafique (x,t) para 0 x 4 y para tiempos t=0, t=1, t=2, t=3,
t=4,
t=5. Use la relacin de dispersin (kn) = ckn
30

[x_, t_] := Exp- n - 20 ^ 2 8 Cos[n x - n t]


n=10 exponencial

coseno

Plot[[x, 0], {x, 0, 4 Pi}, PlotRange All, PlotLabel "t=0"]


representacin grfica

rango de repre todo

etiqueta de representacin

t=0
4

-2

-4

10

12

tarea rochin.nb

Plot[[x, 1], {x, 0, 4 Pi}, PlotRange All, PlotLabel "t=1"]


representacin grfica

rango de repre todo

etiqueta de representacin

t=1
4

10

12

-2

-4

Plot[[x, 2], {x, 0, 4 Pi}, PlotRange All, PlotLabel "t=2"]


representacin grfica

rango de repre todo

etiqueta de representacin

t=2
4

10

12

-2

-4

Plot[[x, 3], {x, 0, 4 Pi}, PlotRange All, PlotLabel "t=3"]


representacin grfica

rango de repre todo

etiqueta de representacin

t=3
4

-2

-4

10

12

tarea rochin.nb

Plot[[x, 4], {x, 0, 4 Pi}, PlotRange All, PlotLabel "t=4"]


representacin grfica

rango de repre todo

etiqueta de representacin

t=4
4

10

12

-2

-4

Plot[[x, 5], {x, 0, 4 Pi}, PlotRange All, PlotLabel "t=5"]


representacin grfica

rango de repre todo

etiqueta de representacin

t=5
4

10

12

-2

-4

d) Calcule y grafique (x, t) para 0 x


4 y para tiempos t = 0, t = 1, t = 2, t = 3, t = 4,
t = 5. Use la relacin de dispersin (kn) = ckn ^ 2.
Explique y comente las diferencias con el inciso anterior.
30

[x_, t_] := Exp- n - 20 ^ 2 8 Cos[n x - n ^ 2 t]


n=10 exponencial

coseno

tarea rochin.nb

Plot[[x, 0], {x, 0, 4 Pi}, PlotRange All, PlotLabel "t=0"]


representacin grfica

rango de repre todo

etiqueta de representacin

t=0
4

10

12

-2

-4

Plot[[x, 1], {x, 0, 4 Pi}, PlotRange All, PlotLabel "t=1"]


representacin grfica

rango de repre todo

etiqueta de representacin

t=1
4

10

12

-2

-4

Plot[[x, 2], {x, 0, 4 Pi}, PlotRange All, PlotLabel "t=2"]


representacin grfica

rango de repre todo

etiqueta de representacin

t=2

-2

-4

10

12

tarea rochin.nb

Plot[[x, 3], {x, 0, 4 Pi}, PlotRange All, PlotLabel "t=3"]


representacin grfica

rango de repre todo

etiqueta de representacin

t=3
3
2
1

10

12

-1

-2

-3

Plot[[x, 4], {x, 0, 4 Pi}, PlotRange All, PlotLabel "t=4"]


representacin grfica

rango de repre todo

etiqueta de representacin

t=4

10

12

-1

-2

-3

Plot[[x, 5], {x, 0, 4 Pi}, PlotRange All, PlotLabel "t=5"]


representacin grfica

rango de repre todo

etiqueta de representacin

t=5
2

-1

-2

10

12

10

tarea rochin.nb

You might also like