You are on page 1of 3

QUESTION BANK

Illustrate Taylor’s series approximation for f(x) = x3 – 3x2 + 5x – 10 at x=1.

Illustrate truncation error in the exponential series ex for the first six terms at x=2.5.
𝛱
Conclude how many terms are required to estimate cos=( 4 ) for the function f(x)=cosx

Find f(3.6) using Newton’s interpolation formula:


x 0 1 2 3 4
f(x) 7 17 45 103 203

Illustrate root of the equation: x3 + 2x – 8 = 0 using Regula-falsi method in [1,2]. (only two
iterations)

Develop third degree polynomial of the curve y=f(x) passing through (0,3) ,(1,7) ,(2,13), (3,27). Draw
forward difference table and f(4).

Illustrate root of the equation: x3 – 4x – 9 = 0 using Newton-Raphson method.


(Take x0 = 2)

By Lagrange’s interpolation formula develop Polynomial which takes the values as:
x 0 1 2
y 1 4 6

Extract the root of given polynomial using Bisection method.


f(x) = x3 - 3x – 5 = 0

Apply Newton-Raphson method to solve the equation: x3 – 3x – 5 = 0.


(Take x0 = 2)

Create forward and backward Newton Difference table for the following data:
x 0 1 2 3 4
f(x) 7 17 45 103 203
Illustrate value of x,y,zusing Gauss - Jordan method:
2x + y + z = 10
3x 2y + 3z = 18
X + 4y + 9z =16

Write value of x,y,z using Gauss Seidel method:


10x + y+ z = 12
2x + 10y + z = 13
x + y + 5z = 7 (Only two iterations)

Illustrate value of x1, x2 , x3using Gauss - Jordan method:


x1 + x2 + x3 = 90
2x1 + 3x2 + 6x3 = 370
3x1 - 8x2 - 4x3 = -340

Write value of x1, x2 , x3using Gauss Seidel method:


2x1 - x2 - + x3 = 5
x1 + 2x2 - 2x3 = 7

x1 + 2x2 + 3x3 = 10. (Only two iterations)

1 1
Evaluate ∫0 1+𝑥 2
.dx by Trapezoidal rule. Take n=5

1 1
Evaluate ∫0 1+𝑥
.dx by Simpson’s 1/3 rule. Take n=8.

Conclude the area bounded by x3 in [0,1] using Trapezoidal rule. Take n=5

𝑑𝑦 2𝑥
Evaluate =y- using Euler’s modified method correct upto 3 decimal places.
𝑑𝑥 𝑦
Develop solution for the differential equation using Euler’s method in 4 steps:

= x+y , y(0) = 0 , choose h=0.2

By method of least square, create a straight which is best fit for following data:

x 1 2 3 4 5

y 14 27 40 55 68

Using Runge – Kutta method evaluate:


𝑑𝑦
𝑑𝑥
= x2+xy , y(0) = 1 , choose h=0.2

Develop solution for the equation using Taylor series:


𝑑𝑦
𝑑𝑥
= 1+xy , y(0) = 1

By method of least square, create a straight line which is best fit for following data:
x 0 1 2 3 4
y 1 18 33 45 63

Using Euler’s method evaluate the given differential equation in 4 steps:


dy/dx = 1-y , y(0) = 0 , choose h = 0.1

Develop solution for the equation using Taylor series:


dy/dx = -xy , y(0) = 1
By method of least square, create a straight line which is best fit for following data:
x 0 1 2 3 4
y 1 1.8 3.3 4.5 6.3

By method of least square, create a straight which is best fit for following data:

x 1 2 3 4 5

y 14 27 40 55 68

You might also like