Bsc CSIT Semester 3 – Numerical Method – Unit 3: Numerical Differentiation and Integration (8 Hrs.)
Comprehensive questions and detailed answers for Unit 3: Numerical Differentiation and Integration (8 Hrs.). Perfect for exam preparation and concept clarity.
What is numerical differentiation? The table below gives the values of distance travelled by a vehicle at various time interval, estimate the velocity and acceleration at
| Time(x) | 1 | 2 | 4 | 8 | 10 |
|---|---|---|---|---|---|
| Distance(y) | 0 | 1 | 5 | 21 | 27 |
What is an application of numerical integration? Find the value of the integral
using Simpson’s rule with
How can we calculate derivatives of discrete (tabulated) functions? Write down its algorithm.
Find the following integral using composite trapezoidal rule for using 2 segments (k=2) and 4 segments (k=4).
Estimate the integral value of following function from to using Simpson’s rule.
What is Gaussian integration formula? Evaluate the following integration using Gaussian integration three ordinate formula
Write down algorithm and program for the differentiating continuous function using three point formula.
How Simpson’s rule differs from Trapezoidal rule? Drive the formula for Simson’s rule.
Evaluate the following integration using Romberg integration.
Sample Questions
What is an application of numerical integration? Find the value of the integral \[∫^21\frac{e^x}{x}dx\] using Simpson’s \(\frac{3}{8}\)rule with \(n = 6.\)
How can we calculate derivatives of discrete (tabulated) functions? Write down its algorithm.
Find the following integral using composite trapezoidal rule for using 2 segments (k=2) and 4 segments (k=4). \[ \int{2}^{4} (x^3 + 2)\,dx \]
Estimate the integral value of following function from $x = 1.2$ to $x = 2.4$using Simpson’s $\frac{1}{3}$ rule. \[ \begin{array}{|c|c|c|c|c|c|c|c|c|c|} \hline x & 1.0 & 1.2 & 1.4 & 1.6 & 1.8 & 2.0 &
And more questions available on this page.