Вы находитесь на странице: 1из 4

RungeKutta_medio_punto

RUNGE-KUTTA

Instrucciones:
1 Rellenar celdas azules con datos del problema
2 En la celda amarilla escribir la frmula para F (que es la f ' despejada) en funcin de la x (celda B17) y la y (celda C1
3 Copiar (control+C) la celda amarilla y pegar (enter) en la rosa. (La roja se quedar de color amarillo tambin; cambia
4 copiar la celda amarilla al resto de su columna
5 La solucin en la celda verde
Feb 06 2 semDeterminar f(x) en x=1, con h=1/10, donde f es solucin de f'(x)=x(f(x))^3, f(0)=1
x inicial =
0 f(0)
x final: x=1
y inicial =
1 f(0)=1
h=
0.1

x
0
1
2
3
4
5
6
7
8
9
10

F(x,y)

0.0

1.0000

0.1
0.2
0.3
0.4
0.5
0.6
0.7
0.8
0.9

1.0050
1.0205
1.0479
1.0902
1.1527
1.2456
1.3896
1.6345
2.1379
3.7648

1.0

x+h/2

0.0000
0.1015
0.2125
0.3452
0.5182
0.7658
1.1596
1.8784
3.4935
8.7941
53.3603

0.0500
0.1500
0.2500
0.3500
0.4500
0.5500
0.6500
0.7500
0.8500
0.9500
1.0500

y+hF(x,y)/2 F(x+h/2,y+hF(x,y)/2)
1.0000
0.0500
1.0101
0.1546
1.0311
0.2740
1.0651
0.4229
1.1161
0.6256
1.1910
0.9292
1.3036
1.4400
1.4836
2.4489
1.8092
5.0336
2.5776
16.2690
6.4328
279.5038

f (1) = 3.76477788256126

Feb 04 2 semDeterminar f(x) en x=1, con h=1/10, donde f es solucin de f'(x)=x(f(x))^2, f(0)=2
x inicial =
0 f(0)
x final: x=1
y inicial =
2 f(0)=2
h=
0.1

x
0
1
2
3
4
5
6
7
8
9
10

F(x,y)

0.0

2.0000

0.1
0.2
0.3
0.4
0.5
0.6
0.7
0.8
0.9

2.0200
2.0824
2.1954
2.3754
2.6540
3.0946
3.8380
5.2594
8.7040
22.6435

1.0

x+h/2

0.0000
0.4080
0.8673
1.4460
2.2570
3.5219
5.7458
10.3110
22.1294
68.1844
512.7292

f (1) = 22.643523971906

Pgina 1

0.0500
0.1500
0.2500
0.3500
0.4500
0.5500
0.6500
0.7500
0.8500
0.9500
1.0500

y+hF(x,y)/2 F(x+h/2,y+hF(x,y)/2)
2.0000
0.2000
2.0404
0.6245
2.1258
1.1298
2.2677
1.7999
2.4883
2.7862
2.8301
4.4053
3.3819
7.4340
4.3535
14.2148
6.3659
34.4461
12.1133
139.3947
48.2800
2447.5046

RungeKutta_medio_punto
Feb 08 1 semDeterminar f(x) en x=1, con h=1/10, donde f es solucin de: (1+x^2) f'(x) - x^2 ( f(x) ^(1/3) )
x inicial =
0 f(0)
x final: x=1
y inicial =
2 f(0)=2
h=
0.1

x
0
1
2
3
4
5
6
7
8
9
10

F(x,y)

0.0

1.0000

0.1
0.2
0.3
0.4
0.5
0.6
0.7
0.8
0.9

1.0002
1.0025
1.0083
1.0193
1.0363
1.0599
1.0903
1.1275
1.1714
1.2218

1.0

x+h/2

0
0.009901813
0.038492928
0.08279775
0.138812728
0.202390359
0.269885971
0.338471229
0.406172529
0.471750639
0.534523852

f (1) = 1.22177505680076

Pgina 2

0.0500
0.1500
0.2500
0.3500
0.4500
0.5500
0.6500
0.7500
0.8500
0.9500
1.0500

y+hF(x,y)/2 F(x+h/2,y+hF(x,y)/2)
1.0000
0.0025
1.0007
0.0220
1.0044
0.0589
1.0125
0.1096
1.0262
0.1699
1.0464
0.2358
1.0734
0.3041
1.1072
0.3724
1.1478
0.4392
1.1950
0.5034
1.2485
0.5646

RungeKutta_medio_punto

ada) en funcin de la x (celda B17) y la y (celda C17)


a roja se quedar de color amarillo tambin; cambiar el color luego.)

ucin de f'(x)=x(f(x))^3, f(0)=1

F(x+h/2,y+hF(x,y)/2)

ucin de f'(x)=x(f(x))^2, f(0)=2

F(x+h/2,y+hF(x,y)/2)

Pgina 3

RungeKutta_medio_punto

ucin de: (1+x^2) f'(x) - x^2 ( f(x) ^(1/3) )

F(x+h/2,y+hF(x,y)/2)

Pgina 4

Вам также может понравиться