Civil Engineering > GATE 2026 SET-1 > Numerical Methods
Starting with the first approximation as x = 0.5, the second approximation for the root of the following function by the Newton-Raphson method is ______ (rounded off to two decimal places).
f(x) = e−x − x
f(x) = e−x − x
Correct : 0.57
f(x) = e−x − x and f′(x) = −e−x − 1.
The Newton-Raphson update formula is x₁ = x₀ − f(x₀)/f′(x₀).
Starting with x₀ = 0.5:
f(0.5) = e−0.5 − 0.5 = 0.6065 − 0.5 = 0.1065
f′(0.5) = −e−0.5 − 1 = −0.6065 − 1 = −1.6065
x₁ = 0.5 − (0.1065)/(−1.6065) = 0.5 + 0.0663 = 0.5663 ≈ 0.57
Correct answer: 0.57 ✓
Similar Questions
Consider the equation du/dt = 3t2 + 1 with u = 0 at t = 0. This is numerically solved by using the forward Euler method with a step size, Δt = 2. The absolute e...
The quadratic equation 2x2 - 3x + 3 = 0 is to be solved numerically starting with an initial guess as x0 = 2. The new estimate of x after the first iteration us...
The true value of ln(2) is 0.69. If the value of ln(2) is obtained by linear interpolation between ln(1) and ln(6), the percentage of absolute error (round off...
Total Unique Visitors
Loading......