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