This document outlines a tutorial for the 4th semester B. Tech program at Parul University, focusing on finite differences and interpolation methods in probability and statistics. It includes various problems and exercises related to forward and backward difference tables, Newton's forward and backward formulas, Gauss's formulas, and Lagrange's interpolation. The academic year specified is 2024-25.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
8 views1 page
CSEGYAN CN Computer Network Notes
This document outlines a tutorial for the 4th semester B. Tech program at Parul University, focusing on finite differences and interpolation methods in probability and statistics. It includes various problems and exercises related to forward and backward difference tables, Newton's forward and backward formulas, Gauss's formulas, and Lagrange's interpolation. The academic year specified is 2024-25.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1
PARUL UNIVERSITY
FACULTY OF ENGINEERING AND
TECHNOLOGY DEPARTMENT OF APPLIED SCIENCE AND HUMANITIES 4th SEMESTER B. TECH PROGRAMME PROBABILITY, STATISTICS AND NUMERICAL METHODS (303191251) ACADEMIC YEAR 2024-25
Tutorial: Finite Differences and Interpolation
1 Write forward difference table if
x: 10 20 30 40 y: 1.1 2.0 4.4 7.9 2 With the usual notations, show that (i)𝛻 = 1 − 𝑒 (ii) (1 + ∆)(1 − 𝛻) = 1 3 Given sin 45 0.7071 , sin 50 0.7660 , sin 55 0.8192 , sin 60 0.8660 . Find sin 52 using Newton’s forward formula. 4 Find f(22) from the following data using Newton’s backward formula X 20 25 30 35 40 45 f(x) 354 332 291 260 231 204 5 Construct Newton’s forward interpolation polynomial for the following data : X 4 6 8 10 Y 1 3 8 16 Hence evaluate y for x=5. 6 Use Gauss’s forward formula to evaluate y30, given that y21=18.4708, y25=17.8144, y29=17.1070, y33=16.3432 and y37=15.5154. 7 Using Gauss backward difference formula, find y(8) from the following table: x 0 5 10 15 20 25 y 7 11 14 18 24 32 8 Find the polynomial f(x) by using Lagrange’s formula and hence find f(3) for x: 0 1 2 5 f(x): 2 3 12 147 9 Use Lagrange’s formula to find the form of f(x), given x: 0 2 3 6 f(x): 648 704 729 792 10 Using Newton’s divided difference formula, evaluate f(8) and f(15) given: x: 4 5 7 10 11 13 f(x): 48 100 294 900 1210 2028