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

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...
#236 Fill in the Blanks
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...
#421 Fill in the Blanks
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...
#599 MCQ

Related Topics

Newton-Raphson method e^-x GATE 2026 GATE Civil 2026 Set-1 Q48 Newton-Raphson second approximation 0.57 GATE f(x)=e^(-x)-x root Newton-Raphson GATE civil numerical methods root finding GATE 2026 Newton-Raphson x=0.5 initial approximation GATE

Unique Visitor Count

Total Unique Visitors

Loading......