0% found this document useful (0 votes)
26 views

T5

This document contains 13 problems related to linear algebra, numerical analysis, and complex analysis for a spring 2021 problem sheet from the Department of Mathematics at IIT Kharagpur. The problems cover topics like proving properties of logarithms and differences, linear interpolation, Newton's forward and backward interpolation formulas, estimating population growth rates, Lagrange interpolation, computing integrals using trapezoidal and Simpson's 1/3rd rules. Students are asked to find interpolating polynomials, partial fractions, integral values, track lengths, integration step sizes, and parabola areas. The goal is to solve practical problems using concepts from these mathematical fields.

Uploaded by

Priyanshu Gautam
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views

T5

This document contains 13 problems related to linear algebra, numerical analysis, and complex analysis for a spring 2021 problem sheet from the Department of Mathematics at IIT Kharagpur. The problems cover topics like proving properties of logarithms and differences, linear interpolation, Newton's forward and backward interpolation formulas, estimating population growth rates, Lagrange interpolation, computing integrals using trapezoidal and Simpson's 1/3rd rules. Students are asked to find interpolating polynomials, partial fractions, integral values, track lengths, integration step sizes, and parabola areas. The goal is to solve practical problems using concepts from these mathematical fields.

Uploaded by

Priyanshu Gautam
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Indian Institute of Technology Kharagpur

Department of Mathematics
MA11004 - Linear Algebra, Numeircal and Complex Analysis
Problem Sheet - 5
Spring 2021

1. Prove that
∆f (x)
∆ log f (x) = log[1 + ],
f (x)
where ∆ is the forward difference operator.

2. For linear interpolation, in case of equispaced tabular data, show that the error does not
exceed 1/8th of the second difference.

3. Consider the following tabular values:

x 0 1 2 3
f (x) 1 0 7 28

Find the interpolating polynomial using

(i) Newton’s Forward Interpolation Formula.


(ii) Newton’s Backward Interpolation Formula.

4. From the following table find the number of students who obtained less than 45 marks :

Marks No. of students


30-40 31
40-50 42
50-60 51
60-70 35
70-80 31

5. The population of a town in West Bengal was as given below :

Year: 1891 1901 1911 1921 1931


Population (in thousands): 46 66 81 93 101

Estimate the population of the year 1925.

6. Given that f (1) = 2, f (2) = 4 , f (3) = 8 , f (4) = 16 , f (7) = 128. Find the value of f (5)
using the Lagrange’s interpolation formula.

7. Using the Lagrange’s interpolation formula, express

3x2 + x + 1
x3 − 6x2 + 11x − 6
as the sum of partial fraction.

1
8. Using the Lagrange’s formula, prove that
1 1 1 1
y0 = (y1 + y−1 ) − [ (y3 − y1 ) − (y−1 − y−3 )].
2 8 2 2
Note: yi = y(xi ) = f (xi ).

9. Compute the value of following integral


Z 1.4
(sin x − ln x + ex )dx
0.2

using trapezoidal rule with 6 equal subintervals.

10. A car laps a racetrack in 84 seconds. The speed of the car at each 6 seconds interval is
determined using a radar gun and is given from the beginning of the lap, in feet/second,
in the entries in the following table:

Time 0 6 12 18 24 30 36 42 48 54 60 66 72 78 84
Speed 124 134 148 156 147 133 121 109 99 85 78 89 104 116 123

How long is the track?


Note: use trapezoidal formula

11. How big should the spacing h be so that the computation of


Z 1
ex dx
0

by trapezoidal rule will be correct to five decimal places.

12. Let
y = ax2 + bx + c
be the equation of the parabola passing through the points (−h, y0 ), (0, y1 ), (h, y2 ). Find
the area underlying the parabola bounded by the x-axis and the two ordinates x = −h, x = h
using Simpson’s 1/3rd rule. What conclusion do you draw from the result.

13. Calculate the value of the integral


Z 5.2
ln x dx
4

using Simpson’s 1/3rd rule with 6 equal subdivisions of the interval.

**********

You might also like