Computer Oriented Numerical Methods (BCA) 3rd Sem Previous Year Solved Question Paper 2022

Practice Mode:
9.

Given :

PGREF-634
Find f(7.5) using Newton's Backward difference formula.

Explanation

Newton's Backward Difference Formula, we can work with the given data and the differences between successive values. The formula for Newton's Backward Difference is:

f(x)=f(x0)+(xx0)Δf(x0)+(xx0)(xx1)Δ2f(x0,x1)+…

Given data:

f(x):1128314415546576819

First, we need to construct a backward difference table. The differences can be calculated as follows:



Now, we can use the backward difference formula:

f(7.5)=f(7)+(7.57)Δf(7)+(7.57)(7.56)Δ2f(7)+(7.57)(7.56)(7.55)Δ3f(7)+(7.57)(7.56)(7.55)(7.54)Δ4f(7)+(7.57)(7.56)(7.55)(7.54)(7.53)Δ5f(7)

Now, substitute the values from the backward difference table: f(7.5)=6+0.5(4)+0.5(0.5)(13)+0.5(0.5)(0.5)(4)+0.5(0.5)(0.5)(0.5)(7)

Now, calculate the values:

f(7.5)=6+2+1.625+0.5+0.4375

f(7.5)=10.5625

So, f(7.5)≈10.5625.