Está en la página 1de 16

OBJETIVO

Encontrar la relación funcional entre la posición y el tiempo para un MU

FUNDAMENTO TEORICO
La cinemática es el estudio del movimiento de los objetos sin considerar sus
causas que lo producen. Los movimientos rectilíneos normalmente estudiados
son Movimiento Rectilíneo Uniforme (MRU) y el Movimiento Rectilíneo
Uniformemente Variado.(MRUV).
La ecuación de posición para el MRU es :

x = xo + v*t

Donde xo es la posición final, y v es la velocidad del objeto, de este modo:

V=dx/dt= constante

Lo que significa que la aceleración en este movimiento es cero

Materiales

• El Hombre Movil (https://phet.colorado.edu/sims/cheerpj/moving-


man/latest/moving-man.html?simulation=moving-man&locale=es)

• Programa de Matlab

• Laptop

Procedimiento experimental (MRU)


1) Utilizar el simulador (El hombre movil)
2) Variar la velocidad
3) Poner la opción de GRAB
4) Iniciar con el simulador
5) Anotar los datos de Posicion vs Tiempo en cada tramo
6) Anotar con dos cifras cada dato
7) En este caso son 120 datos
Nro POSICION Y TIEMPO X Resultados,
1) 0.05 0.0 MRU
2) 0.10 0.1
3) 0.15 0.1
4) 0.20 0.2
5) 0.25 0.2
6) 0.30 0.2
7) 0.35 0.3
8) 0.40 0.3
9) 0.45 0.4
10) 0.50 0.4
11) 0.55 0.5
12) 0.60 0.5
13) 0.65 0.5
14) 0.70 0.6
15) 0.75 0.6
16) 0.80 0.7
17) 0.85 0.7
18) 0.90 0.7
19) 0.95 0.8
20) 1.0 0.8
21) 1.05 0.9
22) 1.10 0.9
23) 1.15 1
24) 1.20 1
25) 1.25 1.1
26) 1.30 1.1
27) 1.35 1.2
28) 1.40 1.2
29) 1.45 1.2
30) 1.50 1.3
31) 1.55 1.3
32) 1.60 1.4
33) 1.65 1.4
34) 1.70 1.5
35) 1.75 1.5
36) 1.80 1.5
37) 1.85 1.6
38) 1.90 1.6
39) 1.95 1.7
40) 2.0 1.7
41) 2.05 1.7
42) 2.1 1.8
43) 2.15 1.8
44) 2.20 1.9
45) 2.25 1.9
46) 2.30 2.0
47) 2.35 2.0
48) 2.40 2.1
49) 2.45 2.1
50) 2.50 2.2
51) 2.55 2.2
52) 2.6 2.3
53) 2.65 2.3
54) 2.70 2.4
55) 2.75 2.4
56) 2.80 2.5
57) 2.85 2.5
58) 2.90 2.5
59) 2.95 2.6
60) 3.0 2.6
61) 3.05 2.7
62) 3.10 2.7
63) 3.15 2.7
64) 3.20 2.8
65) 3.25 2.8
66) 3.30 2.9
67) 3.35 2.9
68) 3.40 3.0
69) 3.45 3.0
70) 3.50 3.1
71) 3.55 3.1
72) 3.60 3.2
73) 3.65 3.2
74) 3.70 3.3
75) 3.75 3.3
76) 3.80 3.3
77) 3.85 3.4
78) 3.90 3.4
79) 3.95 3.5
80) 4.0 3.5
81) 4.05 3.5
82) 4.10 3.6
83) 4.15 3.6
84) 4.20 3.7
85) 4.25 3.7
86) 4.30 3.7
87) 4.35 3.8
88) 4.40 3.8
89) 4.45 3.9
90) 4.50 3.9
91) 4.55 4.0
92) 4.6 4.0
93) 4.65 4.0
94) 4.70 4.1
95) 4.75 4.1
96) 4.80 4.2
97) 4.85 4.2
98) 4.90 4.2
99) 4.95 4.3
100) 5 4.3
101) 5.05 4.4
102) 5.10 4.4
103) 5.15 4.5
104) 5.20 4.5
105) 5.25 4.5
106) 5.30 4.6
107) 5.35 4.6
108) 5.40 4.6
109) 5.45 4.7
110) 5.50 4.7
111) 5.5 4.7
112) 5.6 4.8
113) 5.65 4.8
114) 5.7 4.9
115) 5.75 4.9
116) 5.80 5.0
117) 5.85 5.0
118) 5.90 5.1
119) 5.95 5.1
120) 6.0 5.1
Grafica la velocidad en función del tiempo

LA ECUACION DEL AJUSTE


y = p1*x + p2

Coefficients:
p1 = 0.8611
p2 = -0.030455

Norm of residuals =
0.43302

CODIGO DE MATLAB
DATOS DE Y
>> y=[0 0.1 0.1 0.2 0.2 0.2 0.3 0.3 0.4 0.4 0.5 0.5 0.5 0.6 0.6 0.7 0.7 0.7 0.8 0.8
0.9 0.9 1.0 1.0 1.1 1.1 1.2 1.2 1.2 1.3 1.3 1.4 1.4 1.5 1.5 1.5 1.6 1.6 1.7 1.7 1.7
1.8 1.8 1.9 1.9 2 2 2.1 2.1 2.2 2.2 2.3 2.3 2.4 2.4 2.5 2.5 2.5 2.6 2.6 2.7 2.7 2.7
2.8 2.8 2.9 2.9 3 3 3.1 3.1 3.2 3.2 3.3 3.3 3.3 3.4 3.4 3.5 3.5 3.5 3.6 3.6 3.7 3.7
3.7 3.8 3.8 3.8 3.9 3.9 4 4 4 4.1 4.1 4.2 4.2 4.2 4.3 4.3 4.4 4.4 4.5 4.5 4.5 4.6
4.6 4.6 4.7 4.7 4.7 4.8 4.8 4.9 4.9 5 5 5.1 5.1];

NUMERO DE DATOS
>> n=length(y)
n=

120
DATOS EN X
>> x=[0.05 0.10 0.15 0.20 0.25 0.30 0.35 0.40 0.45 0.50 0.55 0.60 0.65 0.70
0.75 0.80 0.85 0.90 0.95 1 1.05 1.15 1.20 1.25 1.30 1.35 1.40 1.45 1.50 1.55
1.60 1.65 1.70 1.75 1.80 1.85 1.90 1.95 2 2.05 2.10 2.15 2.20 2.25 2.30 2.35
2.40 2.45 2.50 2.55 2.60 2.65 2.70 2.75 2.80 2.90 2.95 3 3.05 3.10 3.15 3.20
3.25 3.30 3.35 3.40 3.45 3.50 3.55 3.60 3.65 3.65 3.70 3.75 3.80 3.85 3.90 3.95
4 4.05 4.10 4.15 4.20 4.25 4.30 4.35 4.40 4.45 4.45 4.50 4.55 4.60 4.65 4.70
4.75 4.80 4.85 4.90 4.95 5 5.05 5.10 5.15 5.20 5.25 5.30 5.35 5.40 5.45 5.50
5.55 5.60 5.65 5.70 5.75 5.80 5.85 5.90 5.95 6];
NUMERO DE DATOS
>> n=length(x)

n=

120

GRAFICA DE LOS DATOS


>> plot(x,y,'o')
SUMATORIA DE X
>> sx=sum(x)

sx =

367.1500
SUMATORIA DE Y
>> sy=sum(y)

sy =

312.5000
SUMATORIA DE X2
>> sx2=sum(x.*x)

sx2 =

1.4818e+03
MULTIPLICACION DE X * Y y la SUMA
>> sxy=sum(x.*y)

sxy =

1.2648e+03
VALOR DE A
>> A=((sy*sx2)-(sxy*sx))/((n*sx2)-((sx)^2))

A=

0.0305
VALOR DE B
>> B=((n*sxy)-(sx*sy))/((n*sx2)-((sx)^2))

B=

0.8611
VALOR DE Y prima
>> y1=A+(B*x)

y1 =

Columns 1 through 7
0.0126 0.0557 0.0987 0.1418 0.1848 0.2279 0.2709

Columns 8 through 14

0.3140 0.3570 0.4001 0.4432 0.4862 0.5293 0.5723

Columns 15 through 21

0.6154 0.6584 0.7015 0.7445 0.7876 0.8306 0.8737

Columns 22 through 28

0.9598 1.0029 1.0459 1.0890 1.1320 1.1751 1.2181

Columns 29 through 35

1.2612 1.3043 1.3473 1.3904 1.4334 1.4765 1.5195

Columns 36 through 42

1.5626 1.6056 1.6487 1.6918 1.7348 1.7779 1.8209

Columns 43 through 49

1.8640 1.9070 1.9501 1.9931 2.0362 2.0793 2.1223

Columns 50 through 56

2.1654 2.2084 2.2515 2.2945 2.3376 2.3806 2.4667


Columns 57 through 63

2.5098 2.5529 2.5959 2.6390 2.6820 2.7251 2.7681

Columns 64 through 70

2.8112 2.8542 2.8973 2.9404 2.9834 3.0265 3.0695

Columns 71 through 77

3.1126 3.1126 3.1556 3.1987 3.2417 3.2848 3.3279

Columns 78 through 84

3.3709 3.4140 3.4570 3.5001 3.5431 3.5862 3.6292

Columns 85 through 91

3.6723 3.7154 3.7584 3.8015 3.8015 3.8445 3.8876

Columns 92 through 98

3.9306 3.9737 4.0167 4.0598 4.1028 4.1459 4.1890

Columns 99 through 105

4.2320 4.2751 4.3181 4.3612 4.4042 4.4473 4.4903

Columns 106 through 112


4.5334 4.5765 4.6195 4.6626 4.7056 4.7487 4.7917

Columns 113 through 119

4.8348 4.8778 4.9209 4.9640 5.0070 5.0501 5.0931

Column 120

5.1362

DISCREPACIA
>> d=y-y1

d=

Columns 1 through 7

-0.0126 0.0443 0.0013 0.0582 0.0152 -0.0279 0.0291

Columns 8 through 14

-0.0140 0.0430 -0.0001 0.0568 0.0138 -0.0293 0.0277

Columns 15 through 21

-0.0154 0.0416 -0.0015 -0.0445 0.0124 -0.0306 0.0263

Columns 22 through 28
-0.0598 -0.0029 -0.0459 0.0110 -0.0320 0.0249 -0.0181

Columns 29 through 35

-0.0612 -0.0043 -0.0473 0.0096 -0.0334 0.0235 -0.0195

Columns 36 through 42

-0.0626 -0.0056 -0.0487 0.0082 -0.0348 -0.0779 -0.0209

Columns 43 through 49

-0.0640 -0.0070 -0.0501 0.0069 -0.0362 0.0207 -0.0223

Columns 50 through 56

0.0346 -0.0084 0.0485 0.0055 0.0624 0.0194 0.0333

Columns 57 through 63

-0.0098 -0.0529 0.0041 -0.0390 0.0180 -0.0251 -0.0681

Columns 64 through 70

-0.0112 -0.0542 0.0027 -0.0404 0.0166 -0.0265 0.0305

Columns 71 through 77

-0.0126 0.0874 0.0444 0.1013 0.0583 0.0152 0.0721


Columns 78 through 84

0.0291 0.0860 0.0430 -0.0001 0.0569 0.0138 0.0708

Columns 85 through 91

0.0277 -0.0154 0.0416 -0.0015 -0.0015 0.0555 0.0124

Columns 92 through 98

0.0694 0.0263 -0.0167 0.0402 -0.0028 0.0541 0.0110

Columns 99 through 105

-0.0320 0.0249 -0.0181 0.0388 -0.0042 0.0527 0.0097

Columns 106 through 112

-0.0334 0.0235 -0.0195 -0.0626 -0.0056 -0.0487 -0.0917

Columns 113 through 119

-0.0348 -0.0778 -0.0209 -0.0640 -0.0070 -0.0501 0.0069

Column 120

-0.0362
VALOR DELTA
>> delta=(n*sx2)-(sx)^2
delta =

4.3022e+04
SUMATORIA DE DISCREPACIA AL CUADRADO
>> sd2=sum(d.*d)

sd2 =

0.1875
SIGMA CUADRADO
>> sig2=sd2/(n-2)

sig2 =

0.0016
ERROR DE A
>> sigA=sqrt((sig2*sx2)/delta)

sigA =

0.0074
ERROR DE B
>> sigB=sqrt((sig2*n)/delta)

sigB =

0.0021
ECUACION DEL AJUSTE

A=[0.3 +-0.007]=2.3
B=[0.8+- 0.002] =0.2
Y= 0.05 +0.3X

FOTO DEL SIMULADOR EN USO

MRU
X=x0 +v*t
X= 0+- 0.3
Y = A +B
Y= 0.05 + 0.3
VELOCIDAD
D = V *t
D= 1.2*5.1
D = 6.12

EL ERROR DE LA VELOCIDAD SUS APORTES


Derivamos
df/dv= t
t= 5.1
df/dt=v
v=1.2

ERROR DE VELOCIDAD
√t^2+v^2
Error de la velocidad = 5.2
ECUACION
X=[6.1+-5.2][cm]=0.8

También podría gustarte