wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Fixed-Point Iteration (CE Applications)

Total questions: 50

Worksheet time: 25mins

Name
Class
Date
1.

In fixed-point iteration, convergence is guaranteed if:

a)

|g'(x)|>1 near the root

b)

|g'(x)|=1 at the root

c)

|g'(x)|<1 near the root

d)

g(x) is continuous only

2.

The equation f(x)=0 is rewritten as x=g(x). Which choice most strongly affects convergence?

a)

Initial guess only

b)

Algebraic form of g(x)

c)

Degree of polynomial

d)

Number of iterations

3.

Fixed-point iteration may fail even if the root exists because:

a)

The function is nonlinear

b)

The derivative of g(x) exceeds unity

c)

The function is continuous

d)

The root is unique

4.

For convergence at x=r, the sufficient condition is:

a)

g(r)=0

b)

f'(r)=0

c)

|g'(r)|<1

d)

g'(r)=1

5.

Compared with Newton–Raphson, fixed-point iteration is generally:

a)

Faster and more accurate

b)

Slower but more stable

c)

Faster without derivatives

d)

Always divergent

6.

Fixed-point iteration is classified as a:

a)

Bracketing method

b)

Direct method

c)

Open method

d)

Matrix method

7.

Which transformation is MOST likely to diverge?

a)

x = √(5 − x)

b)

x=(5x2)(1/3)x = (5 − x²)^{(1/3)}

c)

x = 5 − x²

d)

x = 5/(x + 1)

8.

Linear convergence implies that the error:

a)

Squares each iteration

b)

Reduces by a constant factor

c)

Vanishes instantly

d)

Oscillates indefinitely

9.

If g'(r) = -0.6, the iteration will:

a)

Diverge

b)

Oscillate with decreasing amplitude

c)

Oscillate with increasing amplitude

d)

Converge monotonically

10.

A poor choice of iteration function may lead to:

a)

Faster convergence

b)

Guaranteed convergence

c)

Divergence or oscillation

d)

Root duplication

11.

A hydraulic equation reduces to x=(10+x)(1/2)x = (10 + x)^{(1/2)} Using x₀ = 3, compute x₁.

a)

3.32

b)

3.61

c)

3.74

d)

4.00

12.

Given x = 1/2 (7 - 2/x), with x₀ = 2, find x₁.

a)

2.00

b)

2.50

c)

3.00

d)

2.75

13.

Settlement analysis leads to x = √(12 - x) Which initial guess ensures convergence?

a)

x₀ = 10

b)

x₀ = 5

c)

x₀ = 1

d)

Any value

14.

For the flow equation x = ln(6 + x), evaluate x₁ if x₀ = 1.

a)

1.61

b)

1.79

c)

1.95

d)

2.08

15.

A beam deflection equation yields x = 20 / (x + 4) If x₀ = 2, find x₂.

a)

2.50

b)

3.00

c)

3.33

d)

2.86

16.

For g(x)=cosx, which interval ensures convergence?

a)

[0,3]

b)

[0,1]

c)

[1,3]

d)

Any real number

17.

A Manning equation is rearranged as x = (0.02x3+1)(1/4)(0.02x^3 + 1)^{(1/4)} The convergence is MOST sensitive to:

a)

Channel slope

b)

Initial guess

c)

Roughness coefficient

d)

Number of iterations

18.

Given x = 4/(1+x), compute x3 for x0 = 1.

a)

1.60

b)

1.33

c)

1.50

d)

1.43

19.

Fixed-point iteration fails for x24x^2 - 4 because:

a)

No real root exists

b)

|g'(x)| > 1

c)

Function is discontinuous

d)

Root is complex

20.

A geotechnical equation gives x = ln(10x) Convergence requires:

a)

x > 0

b)

x < 0

c)

x = 1

d)

Any real x

21.

If |g'(x)|=0.95, the method will converge:

a)

Slowly

b)

Rapidly

c)

Quadratically

d)

Not at all

22.

In seepage analysis, the equation is x=(152x)1/2x = (15 - 2x)^{1/2} . What is the risk?

a)

Guaranteed divergence

b)

Oscillatory convergence

c)

No real root

d)

Complex iteration

23.

For x= exe^{-x} , which is TRUE?

a)

Always diverges

b)

Converges for small x₀

c)

Requires bracketing

d)

Has no root

24.

Structural analysis yields x=10x2x = \frac{10}{x^2} Why is this unstable?

a)

A. Division by zero

b)

B. High curvature near root

c)

C. |g'(x)|>1

d)

D. Root multiplicity

25.

Which transformation improves convergence for x35x+1=0x^3 - 5x + 1 = 0 ?

a)

x=1x25x = \frac{1}{x^2 - 5}

b)

(5x1)1/3(5x - 1)^{1/3}

c)

x=x3+15x = \frac{x^3 + 1}{5}

d)

x = sqrt(5x - 1)

26.

If iteration oscillates with increasing amplitude, then:

a)

g'(x) > 1

b)

g'(x) < -1

c)

g'(x) = 0

d)

g'(x) = 1

27.

A drainage problem leads to x = (6 + x)/4 What type of convergence occurs?

a)

Divergence

b)

Linear convergence

c)

Quadratic convergence

d)

Oscillation

28.

Fixed-point iteration stops when:

a)

Root is exact

b)

Relative error is small

c)

xₙ₊₁=0

d)

g(x)=0

29.

If g′(r)=0, convergence is:

a)

Linear

b)

Sublinear

c)

Quadratic

d)

Impossible

30.

A foundation settlement equation yields slow convergence. Best remedy?

a)

Increase iterations

b)

Change tolerance

c)

Reformulate g(x)

d)

Use same initial guess

31.

Which method is MOST reliable if fixed-point diverges?

a)

Secant

b)

Bisection

c)

Newton–Raphson

d)

Fixed-slope

32.

Fixed-point iteration is NOT ideal when:

a)

Derivatives are unavailable

b)

Function is smooth

33.

For x=ln(5/x), the major limitation is:

a)

Logarithmic instability

b)

Domain restriction

c)

Infinite roots

d)

Zero derivative

34.

A soil bearing equation converges slowly because:

a)

Multiple roots

b)

Flat slope near root

c)

Discontinuity

d)

Wrong tolerance

35.

Fixed-point iteration is equivalent to Newton–Raphson when:

a)

g'(x)=1

b)

Linear functions only

c)

Tangent slope is constant

d)

Iteration function is linearized

36.

What ensures monotonic convergence?

a)

0 < g'(x) < 1

b)

g'(x) < -1

c)

g'(x) = 0

d)

g'(x) > 1

37.

If x_{n+1} = g(x_n) overshoots alternately, then:

a)

g'(x) > 0

b)

g'(x) < 0

c)

g'(x) = 0

d)

g'(x) = 1

38.

A beam equation requires stable convergence. Best practice is to:

a)

Use trial-and-error

b)

Use graphical method

c)

Check derivative condition

d)

Increase iterations

39.

Which CE problem is LEAST suitable for fixed-point iteration?

a)

Flow depth

b)

Soil settlement

c)

Linear truss analysis

d)

Pipe friction factor

40.

If convergence is conditional, it means:

a)

Always convergent

b)

Convergent only for some x_0

c)

No real solution

d)

Quadratic order

41.

A uniform flow analysis leads to the equation: x=(120.5x)(1/2)x = (12 - 0.5x)^{(1/2)} Using fixed-point iteration with x₀ = 3.0, determine x₂.

a)

2.82

b)

2.90

c)

2.96

d)

3.04

42.

The settlement equation is transformed to: x = ln(8 + 2x). Using x₀ = 1.5, compute x₁.

a)

2.08

b)

2.12

c)

2.18

d)

2.23

43.

The Colebrook-type equation is simplified to: x = 1 / sqrt(2.5 + ln(x + 1)). Using x₀ = 0.40, determine x₁.

a)

0.48

b)

0.51

c)

0.54

d)

0.58

44.

A nonlinear deflection equation is rearranged as: x = 15 / (x + 5) Using x₀ = 2.0, compute x₃.

a)

2.11

b)

2.19

c)

2.27

d)

2.33

45.

The iteration function is: x = √(20 - 3x) Which condition MOST threatens convergence?

a)

Negative root

b)

Large initial guess

c)

Oscillatory behavior due to g'(x)<0

d)

Multiple roots

46.

The head equation becomes: x = ln(10x). Using x₀ = 1.8, compute x₁.

a)

A. 2.79

b)

B. 2.83

c)

C. 2.89

d)

D. 2.94

47.

For a fixed-point function with g'(r) = -0.92 The convergence behavior is best described as:

a)

Divergent

b)

Monotonic convergence

c)

Oscillatory convergence with decreasing error

d)

Oscillatory divergence

48.

The equation governing flow net spacing is: x = (5 + x^2)/6 Evaluate x2 using x0 = 1.0.

a)

1.17

b)

1.20

c)

1.25

d)

1.29

49.

A fixed-point iteration converges extremely slowly in a settlement problem. Which modification MOST improves convergence?

a)

Increasing iteration count

b)

Tightening tolerance

50.

For a nonlinear CE equation where |g'(x)|≈1 near the root, the MOST appropriate numerical approach is to:

a)

Continue fixed-point iteration

b)

Switch to bisection method

c)

Increase initial guess magnitude

d)

Reduce iteration step size