Applied Mathematics for Electrical Engineering (3130908)

BE | Semester-3   Winter-2019 | 26-11-2019

Q2) (c ( i ))

Using quadratic Lagrange interpolation, compute ln 9.2 from ln 9.0 = 2.1972 , ln 9.5 = 2.2513 , ln 11 = 2.3979.

Here, x 0 = 9 , x 1 = 9.5 , x 2 = 11
 
y 0 = 2.1972 , y 1 = 2.2513 , y 2 = 2.3979
 
Here, x = 9.2
 
By Lagrange’s interpolation Formula,
 
f(x) = y = ( x - x1 ) ( x - x2 ) ( x0 - x1 ) ( x0 - x2 )  y0 + ( x - x0 )( x - x2 ) ( x1 - x0 ) ( x1 - x2 )  y1+  ( x - x0 ) ( x - x1 ) ( x2 - x0 )( x2 - x1 )  y2
 
f(x) = y = ( 9.2 - 9.5 ) ( 9.2 - 11 ) ( 9 - 9.5 ) ( 9 - 11 )  ( 2.1972 ) + ( 9.2 - 9 )( 9.2 - 11 ) ( 9.5 - 9 ) ( 9.5 - 11 )  ( 2.2513 )+  ( 9.2 - 9 ) ( 9.2 - 9.5 ) ( 11 - 9 )( 11 - 9.5 )  ( 2.3979 )
 
f(x) = y = 1.1865 + 1.0806 - 0.0480
 
f(x) = y = 2.2191