Exams › GATE › Engineering Mathematics
Newton–Raphson method is used to compute a root of the equation $x^3 - 13 = 0$ with $3.5$ as the initial value. The approximation after one iteration is
- 3.575
- 3.677
- 3.667
- 3.607
Correct answer: 3.667
Solution
Newton-Raphson iteration is $x_{1}=x_0-\frac{f(x_0)}{f'(x_0)}$. With $x_0=3.5$, $f(3.5)=3.5^3-13=29.875$ and $f'(3.5)=3(3.5)^2=36.75$. Thus $x_1=3.5-\frac{29.875}{36.75}\approx 3.667$.
Related GATE Engineering Mathematics questions
- The smallest positive root of the equation $x^5 - 5x^4 - 10x^3 + 50x^2 + 9x - 45 = 0$ lies in the range
- The second derivative of a function \(f\) is computed using the fourth-order central finite-difference method with step length \(h\). The correct expression for the second derivative is
- In the IEEE floating point representation the hexadecimal value 0x00000000 corresponds to
- The Newton-Raphson iteration $x_{n+1}=\frac{1}{2}\left(x_n+\frac{R}{x_n}\right)$ can be used to compute the
- Function $f$ is known at the following points: $x$: 0, 0.3, 0.6, 0.9, 1.2, 1.5, 1.8, 2.1, 2.4, 2.7, 3.0 $f(x)$: 0, 0.36, 0.81, 1.44, 2.25, 3.24, 4.41, 5.76, 7.29, 9.00 The value of $\int_0^3 f(x)\,dx$ computed using the trapezoidal rule is
- With respect to the numerical evaluation of the definite integral, \(K = \int_a^b x^2\,dx\), where \(a\) and \(b\) are given, which of the following statements is/are TRUE? I. The value of \(K\) obtained using the trapezoidal rule is always greater than or equal to the exact value of the definite integral. II. The value of \(K\) obtained using Simpson’s rule is always equal to the exact value of the definite integral.
⚔️ Practice GATE Engineering Mathematics free + battle 1v1 →