Anda di halaman 1dari 8

In[1]:= Data = Import["Desktop\DatosCine.

xlsx"]
importa

Data[[1]]

lineal = Fit[Data[[1]], {t, 1}, t]


ajusta

Graf1 = ListPlot[Data[[1]]]
representacin de lista

Graf2 = Plot[lineal, {t, 0, 5}, PlotStyle {Red, Dashed, AbsoluteThickness[3]}]


representacin grfica estilo de repre rojo rayado grosor absoluto

Show[Graf1, Graf2]
muestra

Cuadratica = Fit[Data[[1]], {t ^ 2, t, 1}, t]


ajusta

Exponencial = Fit[Data[[1]], {Exp[- t], t, 1}, t]


ajusta exponencial

Graf3 = Plot[Cuadratica, {t, 0, 5}, PlotStyle {Red, AbsoluteThickness[3], Dashed}]


representacin grfica estilo de repre rojo grosor absoluto rayado

Show[Graf1, Graf3]
muestra

Graf4 = Plot[Exponencial, {t, 0, 5}, PlotStyle {Red, AbsoluteThickness[3], Dashed}]


representacin grfica estilo de repre rojo grosor absoluto rayado

Show[Graf1, Graf4]
muestra

nlm = NonlinearModelFit[Data[[1]], a Exp[k t] + b t + c, {a, b, c, k}, t]


ajusta a modelo no lineal exponencial

nlm = NonlinearModelFit[Data[[1]],

a Exp[k t] + b t + c, {{a, 5}, {b, 5}, {c, - 10}, {k, - 20}}, t]


ajusta a modelo no lineal

exponencial

Ajuste = Normal[nlm]
normal

Graf5 = Plot[Ajuste, {t, 0, 5}, PlotStyle {Cyan, AbsoluteThickness[3], Dashed}]


representacin grfica estilo de repre cian grosor absoluto rayado

Printed by Wolfram Mathematica Student Edition


2 Anlisis 1.nb

Show[Graf1, Graf5]
muestra

xexp = Ajuste

vexp = D[xexp, t]
deriva

aexp = D[vexp, t]
deriva

Graf6x = Plot[yexp, {t, 0, 10}, AxesLabel {"t[s]", "x[m]"}]


representacin grfica etiqueta de ejes

Graf6v = Plot[vexp, {t, 0, 10}, AxesLabel {"t[s]", "v[m/s]"}, PlotRange All]


representacin grfica etiqueta de ejes rango de rep todo

Graf6a = Plot[aexp, {t, 0, 10}, AxesLabel {"t[s]", "a[ m/s2]"}, PlotRange All]
representacin grfica etiqueta de ejes rango de rep todo

EnvPos = - 12.077405321571966` + 9.099201544455212` t

EnvVel = 9.099201544455212`

Graf6 = Plot[EnvPos, {t, 0, 20}, PlotStyle {Orange, Dashed}]


representacin grfica estilo de repre naranja rayado

Graf7 = Plot[EnvVel, {t, 0, 10}, PlotStyle {Orange, Dashed}]


representacin grfica estilo de repre naranja rayado

Show[{Graf1, Graf6, Graf6x}, PlotRange All, AxesLabel {"t[s]", "x[m]"}]


muestra rango de rep todo etiqueta de ejes

Show[{Graf7, Graf6v}, PlotRange All, AxesLabel {"t[s]", "x[m]"}]


muestra rango de rep todo etiqueta de ejes

Printed by Wolfram Mathematica Student Edition


Anlisis 1.nb 3

{{{0., 0.}, {0.033, 0.08}, {0.066, 0.15}, {0.1, 0.2}, {0.133, 0.3}, {0.166, 0.39},
{0.2, 0.49}, {0.233, 0.59}, {0.266, 0.69}, {0.3, 0.79}, {0.333, 0.89}, {0.366, 0.98},
Out[1]=

{0.4, 1.18}, {0.433, 1.24}, {0.466, 1.36}, {0.5, 1.46}, {0.533, 1.55}, {0.566, 1.68},
{0.6, 1.82}, {0.633, 1.95}, {0.666, 2.07}, {0.7, 2.24}, {0.733, 2.42}, {0.766, 2.61},
{0.8, 2.79}, {0.833, 2.91}, {0.866, 3.09}, {0.9, 3.21}, {0.933, 3.33}, {0.966, 3.46},
{1., 3.62}, {1.033, 3.75}, {1.066, 3.92}, {1.1, 4.12}, {1.133, 4.29}, {1.166, 4.44},
{1.2, 4.67}, {1.233, 4.86}, {1.266, 5.06}, {1.3, 5.25}, {1.333, 5.41}, {1.366, 5.58},
{1.4, 5.77}, {1.433, 5.95}, {1.466, 6.1}, {1.5, 6.27}, {1.533, 6.46}, {1.566, 6.64},
{1.6, 6.81}, {1.633, 7.}, {1.666, 7.16}, {1.7, 7.45}, {1.733, 7.62}, {1.766, 7.82},
{1.8, 8.02}, {1.833, 8.19}, {1.866, 8.42}, {1.899, 8.59}, {1.933, 8.76},
{1.966, 8.93}, {1.999, 9.1}, {2.033, 9.3}, {2.066, 9.5}, {2.099, 9.7}, {2.133, 9.89},
{2.166, 10.09}, {2.199, 10.29}, {2.233, 10.51}, {2.266, 10.71}, {2.299, 10.91},
{2.333, 11.12}, {2.366, 11.32}, {2.399, 11.52}, {2.433, 11.82}, {2.466, 12.02},
{2.499, 12.23}, {2.533, 12.44}, {2.566, 12.65}, {2.599, 12.86}, {2.633, 13.13},
{2.666, 13.3}, {2.699, 13.54}, {2.733, 13.76}, {2.766, 13.97}, {2.799, 14.18},
{2.833, 14.33}, {2.866, 14.58}, {2.899, 14.76}, {2.933, 14.97}, {2.966, 15.17},
{2.999, 15.39}, {3.033, 15.61}, {3.066, 15.79}, {3.099, 16.01}, {3.133, 16.21},
{3.166, 16.43}, {3.199, 16.63}, {3.233, 16.85}, {3.266, 17.07}, {3.299, 17.27},
{3.333, 17.47}, {3.366, 17.67}, {3.399, 17.89}, {3.433, 18.18}, {3.466, 18.38},
{3.499, 18.62}, {3.533, 18.83}, {3.566, 19.07}, {3.599, 19.29}, {3.633, 19.51},
{3.666, 19.69}, {3.699, 19.91}, {3.733, 20.15}, {3.766, 20.36}, {3.799, 20.57},
{3.833, 20.77}, {3.866, 20.99}, {3.899, 21.14}, {3.933, 21.32}, {3.966, 21.54},
{3.999, 21.89}, {4.033, 22.18}, {4.066, 22.43}, {4.099, 22.65}, {4.133, 22.85},
{4.166, 23.09}, {4.199, 23.32}, {4.233, 23.54}, {4.266, 23.74}, {4.299, 23.93},
{4.333, 24.11}, {4.366, 24.33}, {4.399, 24.5}, {4.433, 24.69}, {4.466, 24.9},
{4.499, 25.14}, {4.533, 25.36}, {4.566, 25.56}, {4.599, 25.78}, {4.633, 25.96},
{4.666, 26.17}, {4.699, 26.38}, {4.733, 26.6}, {4.766, 26.8}, {4.799, 26.99},
{4.833, 27.17}, {4.866, 27.38}, {4.899, 27.58}, {4.933, 27.76}, {4.966, 27.98},
{4.999, 28.22}, {5.033, 28.44}, {5.066, 28.65}, {5.099, 28.84}, {5.133, 29.07},
{5.166, 29.28}, {5.199, 29.5}, {5.233, 29.7}, {5.266, 29.9}, {5.299, 30.08}}}

Printed by Wolfram Mathematica Student Edition


4 Anlisis 1.nb

{{0., 0.}, {0.033, 0.08}, {0.066, 0.15}, {0.1, 0.2}, {0.133, 0.3}, {0.166, 0.39},
{0.2, 0.49}, {0.233, 0.59}, {0.266, 0.69}, {0.3, 0.79}, {0.333, 0.89}, {0.366, 0.98},
Out[2]=

{0.4, 1.18}, {0.433, 1.24}, {0.466, 1.36}, {0.5, 1.46}, {0.533, 1.55}, {0.566, 1.68},
{0.6, 1.82}, {0.633, 1.95}, {0.666, 2.07}, {0.7, 2.24}, {0.733, 2.42}, {0.766, 2.61},
{0.8, 2.79}, {0.833, 2.91}, {0.866, 3.09}, {0.9, 3.21}, {0.933, 3.33}, {0.966, 3.46},
{1., 3.62}, {1.033, 3.75}, {1.066, 3.92}, {1.1, 4.12}, {1.133, 4.29}, {1.166, 4.44},
{1.2, 4.67}, {1.233, 4.86}, {1.266, 5.06}, {1.3, 5.25}, {1.333, 5.41}, {1.366, 5.58},
{1.4, 5.77}, {1.433, 5.95}, {1.466, 6.1}, {1.5, 6.27}, {1.533, 6.46}, {1.566, 6.64},
{1.6, 6.81}, {1.633, 7.}, {1.666, 7.16}, {1.7, 7.45}, {1.733, 7.62}, {1.766, 7.82},
{1.8, 8.02}, {1.833, 8.19}, {1.866, 8.42}, {1.899, 8.59}, {1.933, 8.76},
{1.966, 8.93}, {1.999, 9.1}, {2.033, 9.3}, {2.066, 9.5}, {2.099, 9.7}, {2.133, 9.89},
{2.166, 10.09}, {2.199, 10.29}, {2.233, 10.51}, {2.266, 10.71}, {2.299, 10.91},
{2.333, 11.12}, {2.366, 11.32}, {2.399, 11.52}, {2.433, 11.82}, {2.466, 12.02},
{2.499, 12.23}, {2.533, 12.44}, {2.566, 12.65}, {2.599, 12.86}, {2.633, 13.13},
{2.666, 13.3}, {2.699, 13.54}, {2.733, 13.76}, {2.766, 13.97}, {2.799, 14.18},
{2.833, 14.33}, {2.866, 14.58}, {2.899, 14.76}, {2.933, 14.97}, {2.966, 15.17},
{2.999, 15.39}, {3.033, 15.61}, {3.066, 15.79}, {3.099, 16.01}, {3.133, 16.21},
{3.166, 16.43}, {3.199, 16.63}, {3.233, 16.85}, {3.266, 17.07}, {3.299, 17.27},
{3.333, 17.47}, {3.366, 17.67}, {3.399, 17.89}, {3.433, 18.18}, {3.466, 18.38},
{3.499, 18.62}, {3.533, 18.83}, {3.566, 19.07}, {3.599, 19.29}, {3.633, 19.51},
{3.666, 19.69}, {3.699, 19.91}, {3.733, 20.15}, {3.766, 20.36}, {3.799, 20.57},
{3.833, 20.77}, {3.866, 20.99}, {3.899, 21.14}, {3.933, 21.32}, {3.966, 21.54},
{3.999, 21.89}, {4.033, 22.18}, {4.066, 22.43}, {4.099, 22.65}, {4.133, 22.85},
{4.166, 23.09}, {4.199, 23.32}, {4.233, 23.54}, {4.266, 23.74}, {4.299, 23.93},
{4.333, 24.11}, {4.366, 24.33}, {4.399, 24.5}, {4.433, 24.69}, {4.466, 24.9},
{4.499, 25.14}, {4.533, 25.36}, {4.566, 25.56}, {4.599, 25.78}, {4.633, 25.96},
{4.666, 26.17}, {4.699, 26.38}, {4.733, 26.6}, {4.766, 26.8}, {4.799, 26.99},
{4.833, 27.17}, {4.866, 27.38}, {4.899, 27.58}, {4.933, 27.76}, {4.966, 27.98},
{4.999, 28.22}, {5.033, 28.44}, {5.066, 28.65}, {5.099, 28.84}, {5.133, 29.07},
{5.166, 29.28}, {5.199, 29.5}, {5.233, 29.7}, {5.266, 29.9}, {5.299, 30.08}}

Out[3]= - 2.08495 + 5.96153 t

30

25

20

Out[4]= 15

10

1 2 3 4 5

Printed by Wolfram Mathematica Student Edition


Anlisis 1.nb 5

25

20

15
Out[5]=

10

1 2 3 4 5

30

25

20

Out[6]= 15

10

1 2 3 4 5

Out[7]= - 0.903198 + 4.61485 t + 0.254136 t2

Out[8]= - 4.59356 + 4.57069 -t + 6.58095 t

Plot: Options expected (instead of PlotStyle {Red, AbsoluteThickness[3], Dashed}) beyond position 2 in
Plot[Cuadratica, {t, 0, 5}, PlotStyle {Red, AbsoluteThickness[3], Dashed}]. An option must be a rule or a list of rules.

Out[9]= Plot[Cuadratica, {t, 0, 5}, PlotStyle {Red, AbsoluteThickness[3], Dashed}]

Show : Could not combine the graphics objects in

30
25

Show15 , Plot[Cuadratica, {t, 0, 5}, PlotStyle {Red, AbsoluteThickness[3], Dashed}].


20
10

1 2 3 4 5

30
25
20
Out[10]= Show15
10 ,

1 2 3 4 5

Plot[Cuadratica, {t, 0, 5}, PlotStyle {Red, AbsoluteThickness[3], Dashed}]

Plot: Options expected (instead of PlotStyle {Red, AbsoluteThickness[3], Dashed}) beyond position 2 in
Plot[Exponencial, {t, 0, 5}, PlotStyle {Red, AbsoluteThickness[3], Dashed}]. An option must be a rule or a list of rules.

Out[11]= Plot[Exponencial, {t, 0, 5}, PlotStyle {Red, AbsoluteThickness[3], Dashed}]

Printed by Wolfram Mathematica Student Edition


6 Anlisis 1.nb

Show : Could not combine the graphics objects in

30
25

Show15 , Plot[Exponencial, {t, 0, 5}, PlotStyle {Red, AbsoluteThickness[3], Dashed}].


20
10

1 2 3 4 5

30
25
20
Out[12]= Show 15
10 ,

1 2 3 4 5

Plot[Exponencial, {t, 0, 5}, PlotStyle {Red, AbsoluteThickness[3], Dashed}]

NonlinearModelFit: Failed to converge to the requested accuracy or precision within 100 iterations.

Out[13]= FittedModel -107.445 + 106.478 0.0627896 t - 1.95838 t

Out[14]= FittedModel -4.32796 + 4.3911 -1.11803 t + 6.52557 t

Out[15]= - 4.32796 + 4.3911 -1.11803 t + 6.52557 t

Plot: Options expected (instead of PlotStyle {Cyan, AbsoluteThickness[3], Dashed}) beyond position 2 in
Plot[Ajuste, {t, 0, 5}, PlotStyle {Cyan, AbsoluteThickness[3], Dashed}]. An option must be a rule or a list of rules.

Out[16]= Plot[Ajuste, {t, 0, 5}, PlotStyle {Cyan, AbsoluteThickness[3], Dashed}]

Show : Could not combine the graphics objects in

30
25

Show15 , Plot[Ajuste, {t, 0, 5}, PlotStyle {Cyan, AbsoluteThickness[3], Dashed}].


20
10

1 2 3 4 5

30
25
20
Out[17]= Show15 ,
10

1 2 3 4 5

Plot[Ajuste, {t, 0, 5}, PlotStyle {Cyan, AbsoluteThickness[3], Dashed}]

Out[18]= - 4.32796 + 4.3911 -1.11803 t + 6.52557 t

Out[19]= 6.52557 - 4.90937 -1.11803 t

Out[20]= 5.4888 -1.11803 t

Plot: Options expected (instead of AxesLabel {t[s], x[m]}) beyond position 2 in Plot[yexp, {t, 0, 10}, AxesLabel {t[s], x[m]}]. An
option must be a rule or a list of rules.

Out[21]= Plot[yexp, {t, 0, 10}, AxesLabel {t[s], x[m]}]

Plot: Options expected (instead of AxesLabel {t[s], v[m/s]}) beyond position 2 in Plot[vexp, {t, 0, 10}, AxesLabel {t[s],
v[m/s]}, PlotRange All]. An option must be a rule or a list of rules.

Out[22]= Plot[vexp, {t, 0, 10}, AxesLabel {t[s], v[m/s]}, PlotRange All]

Printed by Wolfram Mathematica Student Edition


Anlisis 1.nb 7

Plot: Options expected (instead of PlotRange All) beyond position 2 in Plot[aexp, {t, 0, 10}, AxesLabel {t[s],
a[ m/s2]}, PlotRange All]. An option must be a rule or a list of rules.

Out[23]= Plot[aexp, {t, 0, 10}, AxesLabel {t[s], a[ m/s2]}, PlotRange All]

Out[24]= - 12.0774 + 9.0992 t

Out[25]= 9.0992

Plot: Options expected (instead of PlotStyle {Orange, Dashed}) beyond position 2 in


Plot[EnvPos, {t, 0, 20}, PlotStyle {Orange, Dashed}]. An option must be a rule or a list of rules.

Out[26]= Plot[EnvPos, {t, 0, 20}, PlotStyle {Orange, Dashed}]

Plot: Options expected (instead of PlotStyle {Orange, Dashed}) beyond position 2 in


Plot[EnvVel, {t, 0, 10}, PlotStyle {Orange, Dashed}]. An option must be a rule or a list of rules.

Out[27]= Plot[EnvVel, {t, 0, 10}, PlotStyle {Orange, Dashed}]

Show : Could not combine the graphics objects in

30
25

Show15 , Plot[EnvPos, {t, 0, 20}, PlotStyle {Orange, Dashed}], Plot[yexp, {t, 0, 10}, AxesLabel {t[s],
20
10
5
0
0 1 2 3 4 5

x[m]}], PlotRange All, AxesLabel {t[s], x[m]}.

30

, Plot[EnvPos, {t, 0, 20}, PlotStyle {Orange, Dashed}],


25
20
Out[28]= Show 15
10

1 2 3 4 5

Plot[yexp, {t, 0, 10}, AxesLabel {t[s], x[m]}],

PlotRange All, AxesLabel {t[s], x[m]}

Show : Could not combine the graphics objects in


Show[{Plot[EnvVel, {t, 0, 10}, PlotStyle {Orange, Dashed}], Plot[vexp, {t, 0, 10}, AxesLabel {t[s],
v[m/s]}, PlotRange All]}, PlotRange All, AxesLabel {t[s], x[m]}].

Show[{Plot[EnvVel, {t, 0, 10}, PlotStyle {Orange, Dashed}],


Plot[vexp, {t, 0, 10}, AxesLabel {t[s], v[m/s]}, PlotRange All]},
Out[29]=

PlotRange All, AxesLabel {t[s], x[m]}]

Show : Could not combine the graphics objects in

30
25
Show15 , Plot[lineal, {t, 0, 5}, PlotStyle {Red, Dashed, AbsoluteThickness[3]}].
20
10

0.51.01.52.02.53.0

Plot: Options expected (instead of PlotStyle {Red, Dashed, AbsoluteThickness[3]}) beyond position 2 in
Plot[lineal, {t, 0, 5}, PlotStyle {Red, Dashed, AbsoluteThickness[3]}]. An option must be a rule or a list of rules.

Fit: Number of coordinates (2) is not equal to the number of variables (1).

SetDelayed: Tag In in In[160] is Protected.

Printed by Wolfram Mathematica Student Edition


8 Anlisis 1.nb

Printed by Wolfram Mathematica Student Edition

Anda mungkin juga menyukai