Sie sind auf Seite 1von 5

FORMULA METODOS NUMERICOS

MTODO DE LA BISECCIN
ab
Xm
2
MTODO DE LA REGLA FALSA
f (b)(a b)
Xr b

f (a ) f (b)
MTODO NEWTON-RAPHSON
f ( xi )
xi 1 xi

f ( xi )
MTODO DE LA SECANTE
f ( xi )( xi 1 xi )
xi 1 xi

f ( xi 1 ) f ( xi )
ERROR PORCENTUAL
X Nuevo X Viejo
E%
x100
X Nuevo

RESOLUCIN SISTEMA DE ECUACIONES


Dx
Dy
Dz
x
y
z
D
D
D
Donde:
a11
D a21

a12
a22

a13
b1
a23 Dx b2

a12
a22

a13
a11 b1
a23 Dy a21 b2

a13
a11
a23 Dz a21

a12 b1
a22 b2

a31

a32

a33

a32

a33

a33

a32

b3

a31

b3

a31

b3

METODO DE INTERPOLACION DE NEWTON


i
0

xi
x0

f ( xi ) bo
f ( x0 )

b1
f [ x1, x0 ]

x1

f ( x1 )

f [ x2, x1 ]

b2
f [ x2, x1, x0 ]

x2
f ( x2 )
f n ( x) bo b1( x x0 ) b 2( x x0 )( x x1 ) ... bn ( x x0 )( x x1 )...( x xn 1 )

METODO DE LAGRANGE
n

f n ( x) Li ( x) f ( xi )
i 0

Donde:
n

(x xj )

j 0

( xi x j )

Li ( x)

f n ( x)

;i j

( x x1 )( x x 2 )...( x x n )
( x x 0 )( x x 2 )...( x x n )
f ( x0 )
f ( x1 )...
( x 0 x1 )( x 0 x 2 )...( x 0 x n )
( x1 x0 )( x1 x 2 )...( x1 x n )

REGRESION LINEAL
n

sr ( yi a0 a1 xi ) 2

y a0 a1 x

i 1

a1

n xi yi xi yi

n xi2 ( xi )2
i

n ;
a0 Y a1 X

Desviacin estndar

sy/ x

sy

(y Y )
n 1

(y a
i

a1 xi ) 2

n2
st sr
r2
st
Coeficiente determinacin
Error estndar

Coeficiente de correlacin
REGRESION POLINOMIAL
y a0 a1 x ... an xx

st sr
st

sr ( yi a0 a1 xi ... an xi n ) 2
i 1

n
x
i

2
i

x x
x x
x x

2
i
3
i

3
i

Desviacin estndar

Error estndar

y
x y
x y

a0
a
1
4
a2
i

i
2
i

sy/ x

sy

Coeficiente de correlacin

i i
2
i i

(y Y )

n 1

(y

Coeficiente determinacin

a0 a1 xi ) 2

n (m 1)
r2

st sr
st

st sr
st

DIFERENCIACIN NUMRICA
Expresiones primeras diferencias hacia adelante

f ( xi 1 ) f ( xi )
h
f ( xi 2 ) 2 f ( xi 1 ) f ( xi )
f (x)
h2
f ( xi 3 ) 3 f ( xi 2 ) 3 f ( xi 1 ) f ( xi )
f (x)
h3
f ( xi 4 ) 4 f ( xi 3 ) 6 f ( xi 2 ) 4 f ( xi 1 ) f ( xi )
f IV ( x )
h4
f ' ( x)

Expresiones primeras diferencias hacia atrs

f ( xi ) f ( xi 1 )
h
f ( xi ) 2 f ( xi 1 ) f ( xi 2 )
f (x)
h2
f ( xi ) 3 f ( xi 1 ) 3 f ( xi 2 ) f ( xi 3 )
f (x)
h3
f ( xi ) 4 f ( xi 1 ) 6 f ( xi 2 ) 4 f ( xi 3 ) f ( xi 4 )
f IV ( x )
h4
f ' ( x)

Expresiones primeras diferencias central

f ( xi 1 ) f ( xi 1 )
2h
f ( xi 1 ) 2 f ( xi ) f ( xi 1 )
f (x)
h2
f ( xi 2 ) 2 f ( xi 1 ) 2 f ( xi 1 ) f ( xi 2 )
f (x)
2h 3
f ( xi 2 ) 4 f ( xi 1 ) 6 f ( xi ) 4 f ( xi 1 ) f ( xi 2 )
f IV ( x)
h4
f ' ( x)

INTEGRACIN NUMERICA
I
Regla del Trapecio:

Simpson 1/3 =

n 1
h

f
(
x
)

2
f ( xi ) f ( x n )

2
i 1

n 1
n2

h
I f ( x 0 ) 4 f ( xi ) 2 f ( x j ) f ( x n )
3
i 1, 3, 5...
j 2, 4, 6...

I
Simpson 3/8 =

n2
n 1
n 3

3h
f ( x 0 ) 3 f ( xi ) 3 f ( xi ) 2 f ( xi ) f ( x n )
8
i 1, 4, 7...
i 2, 5,8...
i 3, 6 , 9...

INTEGRACIN FUNCIONES DIFERENCIALES


Mtodo de Euler

Mtodo de Runge-Kutta

Donde:

Das könnte Ihnen auch gefallen