Solveeit Logo

Question

Question: The value of \(\sqrt{12}\) correct to 3 decimal places by Newton -Raphson method is given by...

The value of 12\sqrt{12} correct to 3 decimal places by Newton -Raphson method is given by

A

3.463

B

3.462

C

3.467

D

None of these

Answer

3.463

Explanation

Solution

Let x=12x212=0x = \sqrt{12} \Rightarrow x^{2} - 12 = 0 f(x)=x212,f(x)=2x\Rightarrow f(x) = x^{2} - 12,f'(x) = 2x

\therefore f(3)=3f(3) = - 3 i.e.ive and f(4)=+4f(4) = + 4 i.e. +ive

Hence roots lie between 3 and 4. \because f(3)6mu<6muf(4)|f(3)|\mspace{6mu} < \mspace{6mu}|f(4)|, 6mu6mu6mux0=3\therefore\mspace{6mu}\mspace{6mu}\mspace{6mu} x_{0} = 3

First iteration ,x1=x0f(x0)f(x0)=336=3.5x_{1} = x_{0} - \frac{f(x_{0})}{f'(x_{0})} = 3 - \frac{- 3}{6} = 3.5

Now second iteration, f(3.5)=0.25,f(3.5)=7f(3.5) = 0.25,f'(3.5) = 7,

x2=3.50.257=3.463x_{2} = 3.5 - \frac{0.25}{7} = 3.463