Suggestions logoSuggestions

Questions

Practice prompts and exam-style questions.

Part A: Nonlinear Equations

1. Graphical Method

Consider equation

f(x)=x32x5=0f(x) = x^3 - 2x - 5 = 0

a) Is equation linear or nonlinear? Justify.
b) Determine two intervals where root may exist using sign changes.
c) Sketch graph of f(x)f(x) and estimate root graphically.

2. Bisection Method

Consider

f(x)=x37=0f(x) = x^3 - 7 = 0

a) Show that root exists in interval [1,2][1,2].
b) Why is interval [1,2][1,2] suitable for Bisection Method?
c) Determine root using Bisection Method with TOL=0.005\mathrm{TOL} = 0.005.

3. Fixed Point Iteration Method

Given

x3+x6=0x^3 + x - 6 = 0

a) Write two possible fixed-point forms of equation.
b) Choose suitable initial guess.
c) Find root using Fixed Point Iteration up to error less than 0.0050.005.

4. Secant Method

Consider

f(x)=x34x9=0f(x) = x^3 - 4x - 9 = 0

a) Show that root lies between 22 and 33.
b) Select appropriate initial approximations x0x_0 and x1x_1.
c) Apply Secant Method for five iterations and present results in table.

5. Newton-Raphson Method

Consider

f(x)=x32x2+3=0f(x) = x^3 - 2x^2 + 3 = 0

a) Write stopping criterion used in Newton-Raphson Method.
b) Derive Newton-Raphson iteration formula for this equation.
c) Find root after six iterations.

Part B: System of Linear Equations

6. Gaussian Elimination Method

Consider system:

3x+yz=43x + y - z = 4 2x4y+5z=32x - 4y + 5z = -3 x+2y+3z=10x + 2y + 3z = 10

a) Write augmented matrix.
b) Convert matrix into upper triangular form.
c) Determine values of xx, yy, and zz using Gaussian Elimination.

7. Gaussian Elimination with Partial Pivoting

Consider:

0.2x+3y+z=80.2x + 3y + z = 8 4x+yz=74x + y - z = 7 2x+5y+2z=102x + 5y + 2z = 10

a) Explain why partial pivoting is required in this problem.
b) Perform necessary row interchanges.
c) Solve system using Gaussian Elimination with Partial Pivoting.

8. Gauss-Seidel Method

Given:

10x+yz=1110x + y - z = 11 2x+10y+z=122x + 10y + z = 12 2x+3y+10z=14-2x + 3y + 10z = 14

a) Rearrange equations into iterative form.
b) Verify whether system is diagonally dominant.
c) Starting with x0=y0=z0=0x_0 = y_0 = z_0 = 0, perform four iterations of Gauss-Seidel Method.


IUS Preps - Your Academic Success Partner

On this page