#1. Use 2 steps of Newton's Method to estimate the solution to the equation. Use the given starting value. \(\sqrt{-x-3}=0,\quad x_0=-5,\quad x_2=\)
#2. Use 3 steps of Newton's Method to estimate the solution to the equation. Use the given starting value. \(x^2-3x-4=0,\quad x_0=-6,\quad x_3=\)
#3. Use 1 steps of Newton's Method to estimate the solution to the equation. Use the given starting value. \(21x^4-145x^3-17x^2+21x=0,\quad x_0=5,\quad x_1=\)
#4. Use 1 steps of Newton's Method to estimate the solution to the equation. Use the given starting value. \(-2\ln\left(-x-1\right)=0,\quad x_0=-5,\quad x_1=\)
#5. Use 2 steps of Newton's Method to estimate the solution to the equation. Use the given starting value. \(\sqrt{2x-5}=0,\quad x_0=4,\quad x_2=\)
#6. Use 3 steps of Newton's Method to estimate the solution to the equation. Use the given starting value. \(\sqrt{x}=0,\quad x_0=6,\quad x_3=\)