Chapter Study

BCA Semester 4 Numerical MethodsUnit 3: Numerical Differentiation and Integration (5Hrs.)

Comprehensive questions and detailed answers for Unit 3: Numerical Differentiation and Integration (5Hrs.). Perfect for exam preparation and concept clarity.

7
Questions
35
Marks
Back to All Chapters

Write an algorithm to compute integration using Simpson's 1/3 rule. Evaluate integration of

03(3x2+2x5)dx\quad \quad \quad \quad ∫^3_0(3x2+2x−5)dx

using Simpson's 1/3 rule.

MediumTHEORY5 marks2021(TU FOHSS Final)

Using the trapezium rule, evaluate the integral

I=10dxx2+6x+10I=∫^0_1\frac{dx}{x2+6x+10}

with 2 and 4 sub intervals. Compare with the exact solution. Comment on the magnitudes of the errors obtained.

MediumTHEORY5 marks2022(TU FOHSS Final)

For solving a linear system, compare Gauss elimination method and Gauss Jordan method. Why Gauss Seidel method is better than Jacobi's iterative method?

MediumTHEORY5 marks2022(TU FOHSS Final)

Using Euler's method find y(0.2)y(0.2) from

dydx=x+y,y(0)=1\frac{dy}{dx}=x+y,\quad y(0)=1

with h = 0.

MediumTHEORY5 marks2022(TU FOHSS Final)

Write an algorithm and program to calculate integration using Trapezoidal rule.

MediumTHEORY5 marks2023(TU FOHSS Final)

Use the Romberg method to get an improved estimate of the integral from x = 1.8 to x = 3.4 from the data in the table with h = 0.4.

X: 1.61.82.02.22.42.62.83.03.23.43.63.8
Y: 4.956.057.389.0211.0213.4616.440.0524.5329.9636.5944.70
:39534563481
MediumTHEORY5 marks2024(TU FOHSS Final)

Write a program to compute integral 0π/2∫₀^{π/2} sinx dx√sinx \space dx Simpson's 1/31/3 rule.

MediumTHEORY5 marks2024(TU FOHSS Final)
Showing 7 questions

Sample Questions

Write an algorithm to compute integration using Simpson's 1/3 rule. Evaluate integration of \[ \quad \quad \quad \quad ∫^30(3x2+2x−5)dx \] using Simpson's 1/3 rule.

Marks: 5Chapter: Unit 3: Numerical Differentiation and Integration (5Hrs.)

Using the trapezium rule, evaluate the integral \[ I=∫^01\frac{dx}{x2+6x+10} \] with 2 and 4 sub intervals. Compare with the exact solution. Comment on the magnitudes of the errors obtained.

Marks: 5Chapter: Unit 3: Numerical Differentiation and Integration (5Hrs.)

For solving a linear system, compare Gauss elimination method and Gauss Jordan method. Why Gauss Seidel method is better than Jacobi's iterative method?

Marks: 5Chapter: Unit 3: Numerical Differentiation and Integration (5Hrs.)

Using Euler's method find \(y(0.2)\) from \[ \frac{dy}{dx}=x+y,\quad y(0)=1\] with h = 0.

Marks: 5Chapter: Unit 3: Numerical Differentiation and Integration (5Hrs.)

Write an algorithm and program to calculate integration using Trapezoidal rule.

Marks: 5Chapter: Unit 3: Numerical Differentiation and Integration (5Hrs.)

And more questions available on this page.

Unit 3: Numerical Differentiation and Integration (5Hrs.) chapter questions with answers for Numerical Methods (BCA Semester 4). Prepare for TU exams with our comprehensive question bank and model answers.