SlideShare a Scribd company logo
1 of 8
Evaluation
1. From the following table, estimate the number of students who obtained marks between
40 and 45 using the Newton-Gregory forward interpolation formula.
Marks 30-40 40-50 50-60 60-70 70-80
No. of students 31 42 51 35 31
[3 marks]
Solution:
First, we prepare the cumulative frequency table, as follows:
Marks less than (X) 40 50 60 70 80
No. of students (Y) 31 73 124 159 190
Difference Table
X Y ∆𝑌0 ∆2
𝑌0 ∆3
𝑌0 ∆4
𝑌0
40 31
42
50 73 9
51 -25
60 124 -16 37
35 12
70 159 -4
31
80 190
We have 𝑋0 = 40, 𝑋 = 45, ℎ = 10, 𝑝 =
𝑋−𝑋0
ℎ
= 0.5
From the difference table 𝑌0 = 31, ∆𝑌0 = 42, ∆2
𝑌0 = 9, ∆3
𝑌0 = −25, ∆4
𝑌0 = 37
From Newton-Gregory Forward Interpolation formula:
𝑓(𝑥) = 𝑌0 + 𝑝∆𝑌0 +
𝑝(𝑝 − 1)
2!
∆2
𝑌0 +
𝑝(𝑝 − 1)(𝑝 − 2)
3!
∆3
𝑌0 +
𝑝(𝑝 − 1)(𝑝 − 2)(𝑝− 3)
4!
∆4
𝑌0
= 31 + 0.5(42) +
0.5(0.5−1)
2×1
(9) +
0.5(0.5−1)(0.5−2)
3×2×1
(−25)+
0.5(0.5−1)(0.5−2)(0.5−3)
4×3×2×1
(37)
= 31 + 21 − 1.125 − 1.5625 − 1.4453
𝑓(𝑥) = 47.8674 ≈ 48
The number of students with marks less than 45 is 48, but the number of students with marks less
than 40 is 31.
Hence the number of students getting marks between 40 and 45 is 48-31= 17
2. Estimate f(1.13) from the following table using Newton-Gregory backward interpolation
formula.
x 1.00 1.05 1.10 1.15 1.20
f(x) 1.0000 1.2567625 1.531000 1.820875 2.128000
[3 marks]
Solution:
Difference Table
X Y ∇𝑌0 ∇2
𝑌0 ∇3
𝑌0 ∇4
𝑌0
1.00 1.0000
0.2567625
1.05 1.2567625 0.017475
0.2742375 -0.020625
1.10 1.531000 -0. 00315 0.0786
0.2710875 0.057975
1.15 1.8020875 0.054825
0.3259125
1.20 2.128000
We have 𝑋0 = 1.15, 𝑋 = 1.13, ℎ = 0.05, 𝑝 =
𝑋−𝑋0
ℎ
= −0.4
From the difference table 𝑌0 = 1.8020875, ∇𝑌0 = 0.2710875, ∇2
𝑌0 = −0.00315, ∇3
𝑌0 =
−0.020625,
From Newton-Gregory Backward Interpolation formula:
𝑓(𝑥) = 𝑌0 + 𝑝∇𝑌0 +
𝑝(𝑝 + 1)
2!
∇2
𝑌0 +
𝑝(𝑝 + 1)(𝑝 + 2)
3!
∇3
𝑌0
= 1.8020875+ (−0.4)(0.2710875)+
(−0.4)(−0.4 + 1)
2 × 1
(−0.00315)
+
(−0.4)(−0.4 + 1)(−0.4 + 2)
3 × 2 × 1
(−0.020625)
= 1.8020875− 0.108435+ 0.000378 + 0.00132
𝑓(𝑥) = 1.6953505
3. If U0 = 14, U4 = 24, U8 = 32, U12 = 35 and U16 =40, apply Gauss’s forward
interpolation formula to find U9.
[3 marks]
Solution:
Difference Table
X Y ∆𝑈0 ∆2
𝑈−1 ∆3
𝑈−1 ∆4
𝑈−2
0 14
10
4 24 -2
8 -3
8 32 -5 10
3 7
12 35 2
5
16 40
We have 𝑋 = 9, 𝑋0 = 8, ℎ = 4, 𝑝 =
𝑋−𝑋0
ℎ
0.25
From the table, 𝑈0 = 32, ∆𝑈0 = 3, ∆2
𝑈−1 = −5, ∆3
𝑈−1 = 7, ∆4
𝑈−2 = 10
From the Gauss’s Forward Interpolation Formula,
𝑦 = 𝑦0 + 𝑝∆𝑦0 +
𝑝(𝑝−1)
2!
∆2
𝑦−1 +
(𝑝+1)𝑝(𝑝−1)
3!
Δ3
𝑦−1 +
(𝑝+1)𝑝(𝑝−1)(𝑝−2)
4!
∆4
𝑦−2
= 32 + (0.25)(3)+
0.25(0.25− 1)
2 × 1
(−5) +
(0.25 + 1)0.25(0.25− 1)
3 × 2 × 1
(7)
+
(0.25 + 1)0.25(0.25− 1)(0.25 − 2)
4 × 3 × 2 × 1
(10)
= 32 + 0.75 + 0.46875 − 0.27343 + 0.17090
𝑈9 = 33.11622
4. Using Gauss’s backward interpolation formula, find the population of the town in the
year 1936, given that:
Year (x) 1901 1911 1921 1931 1941 1951
Population (y) 12 15 20 27 39 52
[3 marks]
Solution:
Difference Table
X Y ∆𝑌−1 ∆2
𝑌−1 ∆3
𝑌−2 ∆4
𝑌−2 ∆5
𝑌−3
1901 12
3
1911 15 2
5 0
1921 20 2 3
7 3 -10
1931 27 5 -7
12 -4
1941 39 1
13
1952 52
We have x = 1936, x0 =1931, h = 1911-1921 = 10, 𝑝 =
𝑥−𝑥0
ℎ
= 0.5
From the table, y0 = 27, ∆y-1 = 7, ∆2
y-1 = 5, ∆3
y-2 = 3, ∆4
y-2=-7, ∆5
𝑌−3 = −10
From the Gauss’s Backward Interpolation Formula,
𝑦 = 𝑦0 + 𝑝∆𝑦−1 +
(𝑝+1)𝑝
2!
∆2
𝑦−1 +
(𝑝+1)𝑝(𝑝−1)
3!
Δ3
𝑦−2 +
(𝑝+2)(𝑝+1)𝑝(𝑝−1)
4!
∆4
𝑦−2 +
(𝑝+2)(𝑝+1)𝑝(𝑝−1)(𝑝−2)
5!
∆5
𝑦−3
= 27 + (0.5)(7)+
(0.5 + 1)(0.5)
2 × 1
(5) +
(0.5 + 1)(0.5)(0.5 − 1)
3 × 2 × 1
(3)
+
(0.5 + 2)(0.5 + 1)(0.5)(0.5− 1)
4 × 3 × 2 × 1
(−7)
+
(0.5 + 2)(0.5 + 1)(0.5)(0.5− 1)(0.5 − 2)
5 × 4 × 3 × 2 × 1
(−10)
= 27 + 3.5 + 1.875 − 0.1875 + 0.2734 − 0.1172
𝑌 = 32.3437

More Related Content

Similar to Group 7 Evalution Solution.docx

Maths-MS_Term2 (1).pdf
Maths-MS_Term2 (1).pdfMaths-MS_Term2 (1).pdf
Maths-MS_Term2 (1).pdfAnuBajpai5
 
Newton's Backward Interpolation Formula with Example
Newton's Backward Interpolation Formula with ExampleNewton's Backward Interpolation Formula with Example
Newton's Backward Interpolation Formula with ExampleMuhammadUsmanIkram2
 
trapezoidal rule.pptx
trapezoidal rule.pptxtrapezoidal rule.pptx
trapezoidal rule.pptxSatishKotwal
 
Statistics Assignment 1 HET551 – Design and Developm.docx
Statistics Assignment 1 HET551 – Design and Developm.docxStatistics Assignment 1 HET551 – Design and Developm.docx
Statistics Assignment 1 HET551 – Design and Developm.docxrafaelaj1
 
math1مرحلة اولى -compressed.pdf
math1مرحلة اولى -compressed.pdfmath1مرحلة اولى -compressed.pdf
math1مرحلة اولى -compressed.pdfHebaEng
 
CBSE XII MATHS SAMPLE PAPER BY KENDRIYA VIDYALAYA
CBSE XII MATHS SAMPLE PAPER BY KENDRIYA VIDYALAYA CBSE XII MATHS SAMPLE PAPER BY KENDRIYA VIDYALAYA
CBSE XII MATHS SAMPLE PAPER BY KENDRIYA VIDYALAYA Gautham Rajesh
 
Week 9-Quadratic Function.pptx
Week 9-Quadratic Function.pptxWeek 9-Quadratic Function.pptx
Week 9-Quadratic Function.pptxLyaniCebrian1
 
Numerical solution of system of linear equations
Numerical solution of system of linear equationsNumerical solution of system of linear equations
Numerical solution of system of linear equationsreach2arkaELECTRICAL
 
4. Integral Calculus for gcse and other exams.pptx
4. Integral Calculus for gcse and other exams.pptx4. Integral Calculus for gcse and other exams.pptx
4. Integral Calculus for gcse and other exams.pptxHappy Ladher
 
Internal assessment
Internal assessmentInternal assessment
Internal assessmentgokicchi
 
Howard, anton calculo i- um novo horizonte - exercicio resolvidos v1
Howard, anton   calculo i- um novo horizonte - exercicio resolvidos v1Howard, anton   calculo i- um novo horizonte - exercicio resolvidos v1
Howard, anton calculo i- um novo horizonte - exercicio resolvidos v1cideni
 

Similar to Group 7 Evalution Solution.docx (20)

Chapter002math
Chapter002mathChapter002math
Chapter002math
 
Maths-MS_Term2 (1).pdf
Maths-MS_Term2 (1).pdfMaths-MS_Term2 (1).pdf
Maths-MS_Term2 (1).pdf
 
Newton's Backward Interpolation Formula with Example
Newton's Backward Interpolation Formula with ExampleNewton's Backward Interpolation Formula with Example
Newton's Backward Interpolation Formula with Example
 
Numerical integration
Numerical integrationNumerical integration
Numerical integration
 
Interpolation
InterpolationInterpolation
Interpolation
 
trapezoidal rule.pptx
trapezoidal rule.pptxtrapezoidal rule.pptx
trapezoidal rule.pptx
 
Smart solution
Smart solutionSmart solution
Smart solution
 
Statistics Assignment 1 HET551 – Design and Developm.docx
Statistics Assignment 1 HET551 – Design and Developm.docxStatistics Assignment 1 HET551 – Design and Developm.docx
Statistics Assignment 1 HET551 – Design and Developm.docx
 
math1مرحلة اولى -compressed.pdf
math1مرحلة اولى -compressed.pdfmath1مرحلة اولى -compressed.pdf
math1مرحلة اولى -compressed.pdf
 
CBSE XII MATHS SAMPLE PAPER BY KENDRIYA VIDYALAYA
CBSE XII MATHS SAMPLE PAPER BY KENDRIYA VIDYALAYA CBSE XII MATHS SAMPLE PAPER BY KENDRIYA VIDYALAYA
CBSE XII MATHS SAMPLE PAPER BY KENDRIYA VIDYALAYA
 
XII MATHS M.S..pdf
XII MATHS  M.S..pdfXII MATHS  M.S..pdf
XII MATHS M.S..pdf
 
Week 9-Quadratic Function.pptx
Week 9-Quadratic Function.pptxWeek 9-Quadratic Function.pptx
Week 9-Quadratic Function.pptx
 
Numerical solution of system of linear equations
Numerical solution of system of linear equationsNumerical solution of system of linear equations
Numerical solution of system of linear equations
 
Math book
Math bookMath book
Math book
 
Smart sol
Smart solSmart sol
Smart sol
 
Smart sol
Smart solSmart sol
Smart sol
 
4. Integral Calculus for gcse and other exams.pptx
4. Integral Calculus for gcse and other exams.pptx4. Integral Calculus for gcse and other exams.pptx
4. Integral Calculus for gcse and other exams.pptx
 
Internal assessment
Internal assessmentInternal assessment
Internal assessment
 
Howard, anton calculo i- um novo horizonte - exercicio resolvidos v1
Howard, anton   calculo i- um novo horizonte - exercicio resolvidos v1Howard, anton   calculo i- um novo horizonte - exercicio resolvidos v1
Howard, anton calculo i- um novo horizonte - exercicio resolvidos v1
 
Calculo integral - Larson
Calculo integral - LarsonCalculo integral - Larson
Calculo integral - Larson
 

Recently uploaded

如何办理(Columbia College毕业证书)纽约市哥伦比亚大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(Columbia College毕业证书)纽约市哥伦比亚大学毕业证成绩单本科硕士学位证留信学历认证如何办理(Columbia College毕业证书)纽约市哥伦比亚大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(Columbia College毕业证书)纽约市哥伦比亚大学毕业证成绩单本科硕士学位证留信学历认证ugzga
 
挂科办理天主教大学毕业证成绩单一模一样品质
挂科办理天主教大学毕业证成绩单一模一样品质挂科办理天主教大学毕业证成绩单一模一样品质
挂科办理天主教大学毕业证成绩单一模一样品质yzeoq
 
How to Build a Simple Shopify Website
How to Build a Simple Shopify WebsiteHow to Build a Simple Shopify Website
How to Build a Simple Shopify Websitemark11275
 
如何办理(UoB毕业证书)伯明翰大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(UoB毕业证书)伯明翰大学毕业证成绩单本科硕士学位证留信学历认证如何办理(UoB毕业证书)伯明翰大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(UoB毕业证书)伯明翰大学毕业证成绩单本科硕士学位证留信学历认证ugzga
 
Software Architecture - Architecture Styles and Patterns-1.pdf
Software Architecture - Architecture Styles and Patterns-1.pdfSoftware Architecture - Architecture Styles and Patterns-1.pdf
Software Architecture - Architecture Styles and Patterns-1.pdfjordantsagmo
 
Edward Boginsky's Trailblazing Contributions to Printing
Edward Boginsky's Trailblazing Contributions to PrintingEdward Boginsky's Trailblazing Contributions to Printing
Edward Boginsky's Trailblazing Contributions to PrintingEdward Boginsky
 
Design-System - FinTech - Isadora Agency
Design-System - FinTech - Isadora AgencyDesign-System - FinTech - Isadora Agency
Design-System - FinTech - Isadora AgencyIsadora Agency
 
Jual Obat Aborsi Semarang ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Semarang ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Semarang ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Semarang ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 
18+ Young ℂall Girls Vadodara Book Esha 7427069034 Top Class ℂall Girl Serviℂ...
18+ Young ℂall Girls Vadodara Book Esha 7427069034 Top Class ℂall Girl Serviℂ...18+ Young ℂall Girls Vadodara Book Esha 7427069034 Top Class ℂall Girl Serviℂ...
18+ Young ℂall Girls Vadodara Book Esha 7427069034 Top Class ℂall Girl Serviℂ...Payal Garg #K09
 
Gamestore case study UI UX by Amgad Ibrahim
Gamestore case study UI UX by Amgad IbrahimGamestore case study UI UX by Amgad Ibrahim
Gamestore case study UI UX by Amgad Ibrahimamgadibrahim92
 
Abortion pills in Jeddah +966572737505 <> buy cytotec <> unwanted kit Saudi A...
Abortion pills in Jeddah +966572737505 <> buy cytotec <> unwanted kit Saudi A...Abortion pills in Jeddah +966572737505 <> buy cytotec <> unwanted kit Saudi A...
Abortion pills in Jeddah +966572737505 <> buy cytotec <> unwanted kit Saudi A...samsungultra782445
 
Solutions For Social Media App Development (1).pptx
Solutions For Social Media App Development (1).pptxSolutions For Social Media App Development (1).pptx
Solutions For Social Media App Development (1).pptxBrain Inventory
 
Resume all my skills and educations and achievement
Resume all my skills and educations and  achievement Resume all my skills and educations and  achievement
Resume all my skills and educations and achievement 210303105569
 
In Saudi Arabia Jeddah (+918761049707)) Buy Abortion Pills For Sale in Riyadh
In Saudi Arabia Jeddah (+918761049707)) Buy Abortion Pills For Sale in RiyadhIn Saudi Arabia Jeddah (+918761049707)) Buy Abortion Pills For Sale in Riyadh
In Saudi Arabia Jeddah (+918761049707)) Buy Abortion Pills For Sale in Riyadhahmedjiabur940
 
Morgenbooster: Storytelling in Identity Design
Morgenbooster: Storytelling in Identity DesignMorgenbooster: Storytelling in Identity Design
Morgenbooster: Storytelling in Identity Design1508 A/S
 
如何办理(Bath毕业证书)巴斯大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(Bath毕业证书)巴斯大学毕业证成绩单本科硕士学位证留信学历认证如何办理(Bath毕业证书)巴斯大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(Bath毕业证书)巴斯大学毕业证成绩单本科硕士学位证留信学历认证ugzga
 
如何办理(Birmingham毕业证书)伯明翰大学学院毕业证成绩单本科硕士学位证留信学历认证
如何办理(Birmingham毕业证书)伯明翰大学学院毕业证成绩单本科硕士学位证留信学历认证如何办理(Birmingham毕业证书)伯明翰大学学院毕业证成绩单本科硕士学位证留信学历认证
如何办理(Birmingham毕业证书)伯明翰大学学院毕业证成绩单本科硕士学位证留信学历认证ugzga
 
如何办理(UW毕业证书)华盛顿大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(UW毕业证书)华盛顿大学毕业证成绩单本科硕士学位证留信学历认证如何办理(UW毕业证书)华盛顿大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(UW毕业证书)华盛顿大学毕业证成绩单本科硕士学位证留信学历认证ugzga
 
TRose UXPA Experience Design Concord .pptx
TRose UXPA Experience Design Concord .pptxTRose UXPA Experience Design Concord .pptx
TRose UXPA Experience Design Concord .pptxtrose8
 
如何办理(ArtEZ毕业证书)ArtEZ艺术学院毕业证成绩单本科硕士学位证留信学历认证
如何办理(ArtEZ毕业证书)ArtEZ艺术学院毕业证成绩单本科硕士学位证留信学历认证如何办理(ArtEZ毕业证书)ArtEZ艺术学院毕业证成绩单本科硕士学位证留信学历认证
如何办理(ArtEZ毕业证书)ArtEZ艺术学院毕业证成绩单本科硕士学位证留信学历认证ugzga
 

Recently uploaded (20)

如何办理(Columbia College毕业证书)纽约市哥伦比亚大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(Columbia College毕业证书)纽约市哥伦比亚大学毕业证成绩单本科硕士学位证留信学历认证如何办理(Columbia College毕业证书)纽约市哥伦比亚大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(Columbia College毕业证书)纽约市哥伦比亚大学毕业证成绩单本科硕士学位证留信学历认证
 
挂科办理天主教大学毕业证成绩单一模一样品质
挂科办理天主教大学毕业证成绩单一模一样品质挂科办理天主教大学毕业证成绩单一模一样品质
挂科办理天主教大学毕业证成绩单一模一样品质
 
How to Build a Simple Shopify Website
How to Build a Simple Shopify WebsiteHow to Build a Simple Shopify Website
How to Build a Simple Shopify Website
 
如何办理(UoB毕业证书)伯明翰大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(UoB毕业证书)伯明翰大学毕业证成绩单本科硕士学位证留信学历认证如何办理(UoB毕业证书)伯明翰大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(UoB毕业证书)伯明翰大学毕业证成绩单本科硕士学位证留信学历认证
 
Software Architecture - Architecture Styles and Patterns-1.pdf
Software Architecture - Architecture Styles and Patterns-1.pdfSoftware Architecture - Architecture Styles and Patterns-1.pdf
Software Architecture - Architecture Styles and Patterns-1.pdf
 
Edward Boginsky's Trailblazing Contributions to Printing
Edward Boginsky's Trailblazing Contributions to PrintingEdward Boginsky's Trailblazing Contributions to Printing
Edward Boginsky's Trailblazing Contributions to Printing
 
Design-System - FinTech - Isadora Agency
Design-System - FinTech - Isadora AgencyDesign-System - FinTech - Isadora Agency
Design-System - FinTech - Isadora Agency
 
Jual Obat Aborsi Semarang ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Semarang ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Semarang ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Semarang ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
18+ Young ℂall Girls Vadodara Book Esha 7427069034 Top Class ℂall Girl Serviℂ...
18+ Young ℂall Girls Vadodara Book Esha 7427069034 Top Class ℂall Girl Serviℂ...18+ Young ℂall Girls Vadodara Book Esha 7427069034 Top Class ℂall Girl Serviℂ...
18+ Young ℂall Girls Vadodara Book Esha 7427069034 Top Class ℂall Girl Serviℂ...
 
Gamestore case study UI UX by Amgad Ibrahim
Gamestore case study UI UX by Amgad IbrahimGamestore case study UI UX by Amgad Ibrahim
Gamestore case study UI UX by Amgad Ibrahim
 
Abortion pills in Jeddah +966572737505 <> buy cytotec <> unwanted kit Saudi A...
Abortion pills in Jeddah +966572737505 <> buy cytotec <> unwanted kit Saudi A...Abortion pills in Jeddah +966572737505 <> buy cytotec <> unwanted kit Saudi A...
Abortion pills in Jeddah +966572737505 <> buy cytotec <> unwanted kit Saudi A...
 
Solutions For Social Media App Development (1).pptx
Solutions For Social Media App Development (1).pptxSolutions For Social Media App Development (1).pptx
Solutions For Social Media App Development (1).pptx
 
Resume all my skills and educations and achievement
Resume all my skills and educations and  achievement Resume all my skills and educations and  achievement
Resume all my skills and educations and achievement
 
In Saudi Arabia Jeddah (+918761049707)) Buy Abortion Pills For Sale in Riyadh
In Saudi Arabia Jeddah (+918761049707)) Buy Abortion Pills For Sale in RiyadhIn Saudi Arabia Jeddah (+918761049707)) Buy Abortion Pills For Sale in Riyadh
In Saudi Arabia Jeddah (+918761049707)) Buy Abortion Pills For Sale in Riyadh
 
Morgenbooster: Storytelling in Identity Design
Morgenbooster: Storytelling in Identity DesignMorgenbooster: Storytelling in Identity Design
Morgenbooster: Storytelling in Identity Design
 
如何办理(Bath毕业证书)巴斯大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(Bath毕业证书)巴斯大学毕业证成绩单本科硕士学位证留信学历认证如何办理(Bath毕业证书)巴斯大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(Bath毕业证书)巴斯大学毕业证成绩单本科硕士学位证留信学历认证
 
如何办理(Birmingham毕业证书)伯明翰大学学院毕业证成绩单本科硕士学位证留信学历认证
如何办理(Birmingham毕业证书)伯明翰大学学院毕业证成绩单本科硕士学位证留信学历认证如何办理(Birmingham毕业证书)伯明翰大学学院毕业证成绩单本科硕士学位证留信学历认证
如何办理(Birmingham毕业证书)伯明翰大学学院毕业证成绩单本科硕士学位证留信学历认证
 
如何办理(UW毕业证书)华盛顿大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(UW毕业证书)华盛顿大学毕业证成绩单本科硕士学位证留信学历认证如何办理(UW毕业证书)华盛顿大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(UW毕业证书)华盛顿大学毕业证成绩单本科硕士学位证留信学历认证
 
TRose UXPA Experience Design Concord .pptx
TRose UXPA Experience Design Concord .pptxTRose UXPA Experience Design Concord .pptx
TRose UXPA Experience Design Concord .pptx
 
如何办理(ArtEZ毕业证书)ArtEZ艺术学院毕业证成绩单本科硕士学位证留信学历认证
如何办理(ArtEZ毕业证书)ArtEZ艺术学院毕业证成绩单本科硕士学位证留信学历认证如何办理(ArtEZ毕业证书)ArtEZ艺术学院毕业证成绩单本科硕士学位证留信学历认证
如何办理(ArtEZ毕业证书)ArtEZ艺术学院毕业证成绩单本科硕士学位证留信学历认证
 

Group 7 Evalution Solution.docx

  • 1. Evaluation 1. From the following table, estimate the number of students who obtained marks between 40 and 45 using the Newton-Gregory forward interpolation formula. Marks 30-40 40-50 50-60 60-70 70-80 No. of students 31 42 51 35 31 [3 marks] Solution: First, we prepare the cumulative frequency table, as follows: Marks less than (X) 40 50 60 70 80 No. of students (Y) 31 73 124 159 190 Difference Table X Y ∆𝑌0 ∆2 𝑌0 ∆3 𝑌0 ∆4 𝑌0 40 31 42 50 73 9 51 -25 60 124 -16 37 35 12 70 159 -4 31 80 190
  • 2. We have 𝑋0 = 40, 𝑋 = 45, ℎ = 10, 𝑝 = 𝑋−𝑋0 ℎ = 0.5 From the difference table 𝑌0 = 31, ∆𝑌0 = 42, ∆2 𝑌0 = 9, ∆3 𝑌0 = −25, ∆4 𝑌0 = 37 From Newton-Gregory Forward Interpolation formula: 𝑓(𝑥) = 𝑌0 + 𝑝∆𝑌0 + 𝑝(𝑝 − 1) 2! ∆2 𝑌0 + 𝑝(𝑝 − 1)(𝑝 − 2) 3! ∆3 𝑌0 + 𝑝(𝑝 − 1)(𝑝 − 2)(𝑝− 3) 4! ∆4 𝑌0 = 31 + 0.5(42) + 0.5(0.5−1) 2×1 (9) + 0.5(0.5−1)(0.5−2) 3×2×1 (−25)+ 0.5(0.5−1)(0.5−2)(0.5−3) 4×3×2×1 (37) = 31 + 21 − 1.125 − 1.5625 − 1.4453 𝑓(𝑥) = 47.8674 ≈ 48 The number of students with marks less than 45 is 48, but the number of students with marks less than 40 is 31. Hence the number of students getting marks between 40 and 45 is 48-31= 17
  • 3. 2. Estimate f(1.13) from the following table using Newton-Gregory backward interpolation formula. x 1.00 1.05 1.10 1.15 1.20 f(x) 1.0000 1.2567625 1.531000 1.820875 2.128000 [3 marks] Solution: Difference Table X Y ∇𝑌0 ∇2 𝑌0 ∇3 𝑌0 ∇4 𝑌0 1.00 1.0000 0.2567625 1.05 1.2567625 0.017475 0.2742375 -0.020625 1.10 1.531000 -0. 00315 0.0786 0.2710875 0.057975 1.15 1.8020875 0.054825 0.3259125 1.20 2.128000 We have 𝑋0 = 1.15, 𝑋 = 1.13, ℎ = 0.05, 𝑝 = 𝑋−𝑋0 ℎ = −0.4 From the difference table 𝑌0 = 1.8020875, ∇𝑌0 = 0.2710875, ∇2 𝑌0 = −0.00315, ∇3 𝑌0 = −0.020625,
  • 4. From Newton-Gregory Backward Interpolation formula: 𝑓(𝑥) = 𝑌0 + 𝑝∇𝑌0 + 𝑝(𝑝 + 1) 2! ∇2 𝑌0 + 𝑝(𝑝 + 1)(𝑝 + 2) 3! ∇3 𝑌0 = 1.8020875+ (−0.4)(0.2710875)+ (−0.4)(−0.4 + 1) 2 × 1 (−0.00315) + (−0.4)(−0.4 + 1)(−0.4 + 2) 3 × 2 × 1 (−0.020625) = 1.8020875− 0.108435+ 0.000378 + 0.00132 𝑓(𝑥) = 1.6953505
  • 5. 3. If U0 = 14, U4 = 24, U8 = 32, U12 = 35 and U16 =40, apply Gauss’s forward interpolation formula to find U9. [3 marks] Solution: Difference Table X Y ∆𝑈0 ∆2 𝑈−1 ∆3 𝑈−1 ∆4 𝑈−2 0 14 10 4 24 -2 8 -3 8 32 -5 10 3 7 12 35 2 5 16 40 We have 𝑋 = 9, 𝑋0 = 8, ℎ = 4, 𝑝 = 𝑋−𝑋0 ℎ 0.25 From the table, 𝑈0 = 32, ∆𝑈0 = 3, ∆2 𝑈−1 = −5, ∆3 𝑈−1 = 7, ∆4 𝑈−2 = 10 From the Gauss’s Forward Interpolation Formula, 𝑦 = 𝑦0 + 𝑝∆𝑦0 + 𝑝(𝑝−1) 2! ∆2 𝑦−1 + (𝑝+1)𝑝(𝑝−1) 3! Δ3 𝑦−1 + (𝑝+1)𝑝(𝑝−1)(𝑝−2) 4! ∆4 𝑦−2
  • 6. = 32 + (0.25)(3)+ 0.25(0.25− 1) 2 × 1 (−5) + (0.25 + 1)0.25(0.25− 1) 3 × 2 × 1 (7) + (0.25 + 1)0.25(0.25− 1)(0.25 − 2) 4 × 3 × 2 × 1 (10) = 32 + 0.75 + 0.46875 − 0.27343 + 0.17090 𝑈9 = 33.11622
  • 7. 4. Using Gauss’s backward interpolation formula, find the population of the town in the year 1936, given that: Year (x) 1901 1911 1921 1931 1941 1951 Population (y) 12 15 20 27 39 52 [3 marks] Solution: Difference Table X Y ∆𝑌−1 ∆2 𝑌−1 ∆3 𝑌−2 ∆4 𝑌−2 ∆5 𝑌−3 1901 12 3 1911 15 2 5 0 1921 20 2 3 7 3 -10 1931 27 5 -7 12 -4 1941 39 1 13 1952 52 We have x = 1936, x0 =1931, h = 1911-1921 = 10, 𝑝 = 𝑥−𝑥0 ℎ = 0.5 From the table, y0 = 27, ∆y-1 = 7, ∆2 y-1 = 5, ∆3 y-2 = 3, ∆4 y-2=-7, ∆5 𝑌−3 = −10
  • 8. From the Gauss’s Backward Interpolation Formula, 𝑦 = 𝑦0 + 𝑝∆𝑦−1 + (𝑝+1)𝑝 2! ∆2 𝑦−1 + (𝑝+1)𝑝(𝑝−1) 3! Δ3 𝑦−2 + (𝑝+2)(𝑝+1)𝑝(𝑝−1) 4! ∆4 𝑦−2 + (𝑝+2)(𝑝+1)𝑝(𝑝−1)(𝑝−2) 5! ∆5 𝑦−3 = 27 + (0.5)(7)+ (0.5 + 1)(0.5) 2 × 1 (5) + (0.5 + 1)(0.5)(0.5 − 1) 3 × 2 × 1 (3) + (0.5 + 2)(0.5 + 1)(0.5)(0.5− 1) 4 × 3 × 2 × 1 (−7) + (0.5 + 2)(0.5 + 1)(0.5)(0.5− 1)(0.5 − 2) 5 × 4 × 3 × 2 × 1 (−10) = 27 + 3.5 + 1.875 − 0.1875 + 0.2734 − 0.1172 𝑌 = 32.3437