I'm trying to understand finding root questions and I do not quite understand how you should approach them. I've searched online and I've come across posts suggesting to use substitution where you take the values within the specified interval and plug them in and the answer you get, you should plug back in and see if the equation is $0$, if so, you have a root. Also came across a technique called graphical analysis which I could not find much on but I assume its similar in that you plug in values from the interval and the answers you get you plot and eyeball the where the $x$ intersection and consider it a root? I'm not sure if this is correct or how you should approach this and would appreciate any insight insight into how I should. I'm not strong in math and I am usually bullied away by my teachers ego when asking for help so I thought I'd ask the maths community so I can learn something. Thanks in advance.
Interval $[-4,1]$ $$f(x)=\sin(x)+x^{3}+2x^{2}+1 = 0$$
Graphing or using inspection, you probably notice that the solution is very close to $x_0=-2$.
So, in the same spirit as Newton, let $x=-2-t$ and expand the sine to obtain $$-t^3-4 t^2-4 t+1-\cos (2) \sin (t)-\sin (2) \cos (t)=0$$ Use the well known Taylor series or approximants $$0=(1-\sin (2))- (4+\cos (2))\,t+O\left(t^2\right)$$ So, a very first approximation is $$t=\frac{1-\sin (2)}{4+\cos (2)}=0.0253\quad \implies \quad x=-2.0253$$ while the exact solution is $-2.0247$.
If you want to improve, add the next term of the series; it is $$- \left(\frac{4-\sin (2)}{2}\right)\, t^2$$ and solve the quadratic equation (retaining the closest root) $$t=\frac{4+\cos (2)-\sqrt{33+\sin ^2(2)-18 \sin (2)+8 \cos (2)}}{\sin (2)-8}=0.0247$$ which gives the solution for four exact decimal places.