Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
74 views

Numerical Analysis Problem Solution PDF

This document outlines the syllabus and theory for a numerical analysis course. The syllabus includes topics like numerical differentiation, integration techniques like the trapezoidal rule and Simpson's rules, Picard's method, Runge-Kutta method, spline functions, and LU decomposition. For integration, it provides derivations of the trapezoidal, Simpson's 1/3 and 3/8, and Weddle's rules. For Picard's and Runge-Kutta methods, it gives examples. It also provides mathematical problems applying Simpson's rule, Picard's method, splines, and solving systems of equations using LU decomposition.

Uploaded by

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

Numerical Analysis Problem Solution PDF

This document outlines the syllabus and theory for a numerical analysis course. The syllabus includes topics like numerical differentiation, integration techniques like the trapezoidal rule and Simpson's rules, Picard's method, Runge-Kutta method, spline functions, and LU decomposition. For integration, it provides derivations of the trapezoidal, Simpson's 1/3 and 3/8, and Weddle's rules. For Picard's and Runge-Kutta methods, it gives examples. It also provides mathematical problems applying Simpson's rule, Picard's method, splines, and solving systems of equations using LU decomposition.

Uploaded by

Narayan Mane
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 17

Course: Introductory of numerical analysis

Syllabus:
1. Numerical Differentiation
2. Numerical Integration
 Trapezoidal Rule
 Simpson’s 1⁄3 Rule
 Simpson’s 3⁄8 Rule
 Weddle’s Rule
3. Picard’s Method
4. Runge-kutta Method
5. Spline Function
 Linear Splines
 Quadratic Splines
6. LU Decomposition
Theory:
 Numerical Integration Formula Derive:
Now, derive your desire Rules (Trapezoidal, Simpsons, Weddle) by adding this content. :D
 Trapezoidal Rule:
 Simpson’s 1⁄3 Rule:
 Simpson’s 3⁄8 Rule:
 Weddle’s Rule:


 Runge-Kutta Method:
Now, if you want, add this Fourth Order formula. :D
 Picard’s Method:
Mathematical Problem:
1. Simpson + Trapezoidal + Weddle:
Question-1: Evaluate:
𝜋
∫0 𝑒 𝑠𝑖𝑛𝑥 𝑑𝑥
2

By using Simpson’s 1/3 rule. [ Divide Six equal point]


𝜋
Solution: Given, ∫2
0
𝑒 𝑠𝑖𝑛𝑥 𝑑𝑥

.’. n = 6
Applying Simpson’s 1/3 rule,
Now, Compare with exact value…
Another Problem:
2. Picard’s:
Example 15(b)
3. Spline:

4. LU:
 2x + 3y + 4z = 1
7x + 4y + 3z = 2
4x + 3y + z = 9

 x + 5y + z = 21
2x + y + 3z = 20
3x + y + 4z = 26

You might also like