Numericals Finals Pota Antok

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

FINAL EXAMINATION

(NUMERICAL METHODS AND ANALYSIS)


SAMPLE PROBLEMS FOR BISECTION, COMPOSITE SIMPSON’S RULE AND RUNGE-
KUTTA

BISECTION METHOD

QUESTION 1:
Using bisection method, find the root of the following polynomial x^3-4x-9 with the intervals
of x0=2 and x1=3. Iteration=8 tolerance=0.001

QUESTION 2:
Find the root of the polynomial x^3-4 with the intervals of x0=1 and x1=2 using bisection
method. Iteration=7 tolerance=0.001

QUESTION 3:
x^3-3x-5 has intervals of x0=2 and x1=3 find its root using the bisection method. Iteration=9
tolerance=0.001

COMPOSITE SIMPSON’S RULE

QUESTION 1:

The definite integral of a linear function over the interval (0,3) Use the Composite
Simpson's Rule to numerically approximate this integral.

QUESTION 2:
Definite integral of a square root function over the interval [1,4]:

QUESTION 3:
Definite integral of a constant function over the interval [2,5]:
RUNGE-KUTTA

QUESTION 1:

Consider the first-order ordinary differential equation (ODE) with


an initial condition y(0) = 1. We'll use the Runge-Kutta method with h=0.1 to find
approximate values for the solution at x= 0.1 and x=0.2

QUESTION 2:
Consider a different first-order ordinary differential equation
(ODE): with an initial condition y(0)=2. We'll use the Runge-Kutta method with h=0.2 to
find approximate values for the solution at x= 0.2 and x=0.4

QUESTION 3:
The first-order ordinary differential equation with an initial
condition y(0)=1. We’ll use the runge-kutta method h=0.2 to find the approximate values
for the solution at x=0.2 and x=0.4

You might also like