Numerical Analysis Short Notes: Download The App For Test Series
Numerical Analysis Short Notes: Download The App For Test Series
𝑏−𝑎 𝑟
● ℎ = 𝑛
, 𝐸𝑓(𝑥) = 𝑓(𝑥 + ℎ), 𝐸 𝑓(𝑥) = 𝑓(𝑥 + 𝑟ℎ) =
1 1
−1 1/2 −1/2 1 −2
● 𝐷 = 𝐸 + 1, ∇ = 1 − 𝐸 , δ = 𝐸 −𝐸 ,μ = 2
2
(𝐸 + 𝐸 )
( )
𝑓 𝑥1 −𝑓(𝑥0)
( )
● 𝐷𝑥 𝑓 𝑥0 = 𝑓 𝑥0𝑥1 =
1
( ) (𝑥1−𝑥0)
;
( )
𝑓 𝑥1𝑥2 −𝑓(𝑥0𝑥1)
( )
𝑓 𝑥0, 𝑥1, 𝑥2 = 𝐷𝑥 𝑥 𝑓 𝑥0 =
1 2
( ) (𝑥2−𝑥0)
ℎ𝐷 1
● 𝐸 =𝑒 or 𝐷 = ℎ
log 𝑙𝑜𝑔 𝐸 =
1 1
ℎ
log 𝑙𝑜𝑔 (1 + ∆) =− ℎ
log 𝑙𝑜𝑔 (1 − ∇)
● Fundamental Theorem of difference calculus:- 𝑓(𝑥) is n degree
𝑡ℎ 𝑛+1
poly then 𝑛 difference is constant and 𝐷 𝑓(𝑥) = 0 ∀𝑥,
𝑛+1 𝑛+1 𝑛+1
∇ 𝑓(𝑥) = 0, 𝐷 𝑓(𝑥) = 0, 𝐷 𝑓(𝑥) = 0
𝑛 𝑛 𝑛 𝑛 𝑛
● 𝐷 𝑓(𝑥) = 𝑛! 𝑎0ℎ and ∇ 𝑓(𝑥) = 𝑛! 𝑎0ℎ , 𝐷 𝑓(𝑥) = 𝑎0
𝑢(𝑢+1) 2
NGB → 𝑦𝑛 + 𝑢∇𝑦𝑛 + 2!
∇ 𝑦𝑛 + …
Whatsapp : 9352579499
Download the App for Test series
𝑛 𝑥−𝑥𝑗
Lagrange → ∑ 𝐿𝑖(𝑥) = ∏ 𝑥𝑖−𝑥𝑗
𝑗=0 𝑗≠1
N.D.D.I →
( ) ( )( ) (
𝑓(𝑥) = 𝑓 𝑥0 + 𝑥 − 𝑥0 𝑓 𝑥0𝑥1 + 𝑥 − 𝑥0 𝑥 − 𝑥1 𝑓 𝑥0𝑥1𝑥2 + … )( )( )
● Sum of all Lagrange coefficients is 1.
2 3 2
2 3 4
𝑓'(𝑥)≈
1
𝑛 ( )
[∆𝑓 𝑥0 +
2𝑢−1
2! ( )
∆ 𝑓 𝑥0 +
3𝑢 −6𝑢+2
6
∆ 𝑓 𝑥0 + ( ) 2𝑢 −9𝑢 +11𝑢−3
12
∆ 𝑓(𝑥0)
2
2 3 4
𝑓"(𝑥)≈
1
𝑛
2 ( )
[ ∆ 𝑓 𝑥0 + (𝑢 − 1)∆ 𝑓 𝑥0 + ( ) 6𝑢 −18𝑢+11
12 ( )
∆ 𝑓 𝑥0 + … ]
● Numerical Integration:-
1. Trapezoidal formula:- point-2 degree-1
n=(b-a)
formula =
ℎ
2 ( )
[ 𝑦0 + 𝑦𝑛 + 2(𝑦1 + 𝑦2 + … + 𝑦𝑛−1)] (No error
if poly degree=1)
Whatsapp : 9352579499
Download the App for Test series
1
2. Simpson 3
rule:- point-3 degree-2
n=(b-a)/2 (n is even)
formula =
ℎ
3 ( )
[ 𝑦0 + 𝑦𝑛 + 4 (𝑜𝑑𝑑 𝑡𝑒𝑟𝑚𝑠 ) + 2 (𝑒𝑣𝑒𝑛 𝑡𝑒𝑟𝑚𝑠)]
=
ℎ
3 ( ) ( )
[ 𝑦0 + 𝑦𝑛 + 4 𝑦1 + 𝑦3 + … + 𝑦𝑛−1 + 2 𝑦2 + … + 𝑦𝑛−2 ] ( )
(4th order error)
( No error if degree =3)
3
3. Simpson 8
rule :- point-4 degree-3
formula =
3
8 ( ) (
[ 𝑦0 + 𝑦𝑛 + 3 𝑦1 + 𝑦2 + 𝑦4 + 𝑦5 + … + 2(𝑦3 + 𝑦6)] ) (
No error if degree=3)
(𝑏−𝑎) 4 4
( 4th order error → − 80
ℎ 𝑓 (ξ))
Whatsapp : 9352579499
Download the App for Test series
Whatsapp : 9352579499
Download the App for Test series
1
0< 𝐶 < 2
then Regula falsi is better
1
C= 2
both equivalent
Whatsapp : 9352579499