HamiIT
Sign inGet started
Home
Theme
ADD CONTENT

Sign in Required

Please sign in to add content

Sign In
ProgramsBsc CSITSemester 3Numerical MethodUnit 2: Interpolation and Regression (8 Hrs.)
Chapter Study

Bsc CSIT Semester 3 – Numerical Method – Unit 2: Interpolation and Regression (8 Hrs.)

Comprehensive questions and detailed answers for Unit 2: Interpolation and Regression (8 Hrs.). Perfect for exam preparation and concept clarity.

16
Questions
100
Marks
Back to All Chapters
1

Write an algorithm and program to implement Lagrange interpolation method.

MediumNumerical10 marks2081(TU Final)
2

Consider the following data points estimate the f(0.6) using Newton’s interpolation formula.

x0.10.20.30.40.5
f(x)2.683.043.383.693.97
MediumNumerical5 marks2081(TU Final)
3

What is regression analysis? Fit a second order polynomial for the following data values.

x246810
y1.42.02.42.62.8
MediumNumerical5 marks2081(TU Final)
4

Given the data points below

X1.03.04.0
f(x)1.54.59.0

Find cubic spline which belongs to 1<=x<=31<=x<=31<=x<=3 and estimate f(2)f(2)f(2) using cubic splines.

MediumNumerical5 marks2081(TU Final)
5

Define the terms interpolation and extrapolation. Write down the algorithm and program for Newton’s divided difference interpolation.

HardNumerical10 marks2080(TU Final)
6

Construct Newton’s backward difference table for given data points and approximate the value of f(x) at x=45x=45x=45.

x1020304050f(x)0.9850.9340.8660.7660.643\begin{array}{|c|c|c|c|c|c|} \hline x & 10 & 20 & 30 & 40 & 50 \\ \hline f(x) & 0.985 & 0.934 & 0.866 & 0.766 & 0.643 \\ \hline \end{array}xf(x)​100.985​200.934​300.866​400.766​500.643​​
MediumNumerical5 marks2080(TU Final)
7

Fit the quadratic curve through the following data points and estimate the value of f(x) at x=2.

x13456y27875\begin{array}{|c|c|c|c|c|c|} \hline x & 1 & 3 & 4 & 5 & 6 \\ \hline y & 2 & 7 & 8 & 7 & 5 \\ \hline \end{array}xy​12​37​48​57​65​​
MediumNumerical5 marks2080(TU Final)
8

How spline interpolation differs with the Langrage’s interpolation? Estimate the value of f(0)f(0)f(0) and f(4)f(4)f(4) using cubic spline interpolation from the following data.

x−1123f(x)−10−21486\begin{array}{|c|c|c|c|c|} \hline \textbf{x} & -1 & 1 &2 & 3 \\ \hline \textbf{f(x)} &-10 &-2& 14& 86 \\ \hline \end{array}xf(x)​−1−10​1−2​214​386​​
HardNumerical10 marks2079(TU Final)
9

Fit the quadratic function for the data given below using least square method.

x1.01.52.02.53.03.54.0f(x)2.745.88.311.21519\begin{array}{|c|c|c|c|c|c|c|c} \hline \textbf{x} & 1.0 &1.5 &2.0 &2.5 &3.0 &3.5 &4.0\\ \hline \textbf{f(x)} &2.7 &4 &5.8 &8.3 &11.2 &15 &19\\ \hline \end{array}xf(x)​1.02.7​1.54​2.05.8​2.58.3​3.011.2​3.515​4.019​​
MediumNumerical5 marks2079(TU Final)
10

How interpolation differs from regression? Write down algorithm and program for Lagrange interpolation.

HardNumerical10 marks2077(TU Final)
11

Define the terms true error and relative error? Use Horner’ method to evaluate polynomial2x3−3x2+5x−22x^3 - 3x^2 + 5x - 22x3−3x2+5x−2 at x=3x = 3x=3 and write down its algorithm.

MediumNumerical5 marks2077(TU Final)
12

Construct Newton’s forward difference table for the given data points and approximate the value of f(x)f(x)f(x) at x=15.x = 15.x=15.

x1020304050f(x)0.1730.3420.5000.6430.766\begin{array}{|c|c|c|c|c|c|} \hline x & 10 & 20 & 30 & 40 & 50 \\ \hline f(x) & 0.173 & 0.342 & 0.500 & 0.643 & 0.766 \\ \hline \end{array}xf(x)​100.173​200.342​300.500​400.643​500.766​​
MediumNumerical5 marks2077(TU Final)
13

Fit the curve y=aebxy = ae^{bx}y=aebx through the following data points.

x1234y1.652.704.507.35\begin{array}{|c|c|c|c|c|} \hline x & 1 & 2 & 3 & 4 \\ \hline y & 1.65 & 2.70 & 4.50 & 7.35 \\ \hline \end{array}xy​11.65​22.70​34.50​47.35​​
MediumNumerical5 marks2077(TU Final)
14

What is Newton’s interpolation? Obtain the divided difference table from the following data set and estimate the f(x) at x=2x = 2x=2 and x=5.x = 5.x=5.

x3.22.71.04.85.6f(x)22.017.814.238.351.7\begin{array}{|c|c|c|c|c|c|} \hline x & 3.2 & 2.7 & 1.0 & 4.8 & 5.6 \\ \hline f(x) & 22.0 & 17.8 & 14.2 & 38.3 & 51.7 \\ \hline \end{array}xf(x)​3.222.0​2.717.8​1.014.2​4.838.3​5.651.7​​
MediumNumerical5 marks2078(TU Final)
15

What is linear regression? Fit the linear function to the following data

x1.01.21.41.61.82.02.22.4f(x)2.02.63.96.09.315.020.630.4\begin{array}{|c|c|c|c|c|c|c|c|c|} \hline x & 1.0 & 1.2 & 1.4 & 1.6 & 1.8 & 2.0 & 2.2 & 2.4 \\ \hline f(x) & 2.0 & 2.6 & 3.9 & 6.0 & 9.3 & 15.0 & 20.6 & 30.4 \\ \hline \end{array}xf(x)​1.02.0​1.22.6​1.43.9​1.66.0​1.89.3​2.015.0​2.220.6​2.430.4​​
MediumNumerical5 marks2078(TU Final)
16

What are the problems with polynomial interpolation for a large number of data set? How such problems are addressed? Explain with an example.

MediumNumerical5 marks2078(TU Final)
Showing 16 questions

Sample Questions

Write an algorithm and program to implement Lagrange interpolation method.

Marks: 10Chapter: Unit 2: Interpolation and Regression (8 Hrs.)

Consider the following data points estimate the f(0.6) using Newton’s interpolation formula. |x |0.1 |0.2 |0.3 |0.4 |0.5| |--|--|--|--|--|--| |f(x)| 2.68 |3.04| 3.38| 3.69| 3.97|

Marks: 5Chapter: Unit 2: Interpolation and Regression (8 Hrs.)

What is regression analysis? Fit a second order polynomial for the following data values. |x| 2 |4 |6| 8 |10| |--|--|--|--|--|--| |y |1.4 |2.0 |2.4 |2.6 |2.8|

Marks: 5Chapter: Unit 2: Interpolation and Regression (8 Hrs.)

Given the data points below |X |1.0 |3.0 |4.0| |-|-|-|-| |f(x)| 1.5| 4.5| 9.0| Find cubic spline which belongs to \(1<=x<=3\) and estimate \(f(2)\) using cubic splines.

Marks: 5Chapter: Unit 2: Interpolation and Regression (8 Hrs.)

Define the terms interpolation and extrapolation. Write down the algorithm and program for Newton’s divided difference interpolation.

Marks: 10Chapter: Unit 2: Interpolation and Regression (8 Hrs.)

And more questions available on this page.

About Unit 2: Interpolation and Regression (8 Hrs.) Questions

This page contains comprehensive questions from the Unit 2: Interpolation and Regression (8 Hrs.) chapter of Numerical Method, part of the Bsc CSIT Semester 3 curriculum. All questions include detailed model answers from past TU exam papers.

Study Tips

  • Review concepts before attempting questions
  • Practice writing complete answers
  • Compare your answers with model solutions
  • Focus on questions from recent years
  • Use direct links (#question-ID) to bookmark and share specific questions

Related Resources

← Back to Numerical Method Chapters

Unit 2: Interpolation and Regression (8 Hrs.) chapter questions with answers for Numerical Method (Bsc CSIT Semester 3). Prepare for TU exams with our comprehensive question bank and model answers.

H
Hami IT

Empowering IT students with quality education resources and comprehensive exam preparation materials.

Programs

  • Flutter
  • Java
  • DevOps

Company

  • About Us
  • Contact
  • Terms of Service
  • Privacy Policy

Contact

  • 📧contact@hamiit.com
  • 📞+977 9813706443
  • 📍Kathmandu, Nepal

Community

  • Join Discord
  • Report a bug
  • Request feature

© 2026 Hami IT. All rights reserved.