aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • Mechanical Engg. (GATE) 2005
  • Starting from x0 = 1, one step of Newton-Raphson method i...
Multiple choice

Starting from x0 = 1, one step of Newton-Raphson method in solving the equation x3 + 3x - 7 = 0 gives the next value (x1) as

  1. x1 = 0.5

  2. x1 = 1.406

  3. x1 = 1.5

  4. x1 = 2

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

$\text{Than,}\hspace{2cm}x_1=1-\frac{(-3)}{6}=1+\frac{3}{6}=1+\frac{1}{2}=\frac{3}{2}=1.5$

Keep practicing — related questions

  • A numerical solution of the equation f(x) = x + $\sqrt{x - 3}$ = 0 can be obtained using Newton Raphson met...
  • The equation x3 -x2 + 4x - 4 = 0 is to be solved using the Newton-Raphson method. If x = 2 is taken as th...
  • Newton-Raphson method is used to compute a root of the equation x2 − 13 = 0 with 3.5 as the initial value. ...
  • The following equation needs to be numerically solved using the Newton-Raphson method. x3 + 4x - 9 = 0 The ...
  • The recursion relative to solve x = e-x using Newton-Raphson method is
  • Which three are methods of the Object class? 1. notify(); 2. notifyAll(); 3. isInterrupted(); 4. synchroniz...
  • Which three are valid method signatures in an interface? 1. private int getArea(); 2. public float getVol(f...
  • What will be the result of the given code snippet in C language? main() { int x=1; clrscr(); for(;x++;x%10?...
Play the full quiz 🎤 Practise this topic out loud
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy