Given is transfer function: $G(s)=\frac{s(s^2+4s+100)}{s+1} $ I have to draw bode magnitude plot.
What I did:
$G(s)=100\frac{s(\frac{s^2}{100} +\frac{s}{25} +1)}{s+1} $
$Zeros: s_1=0, s_2=10 $
$Pole: s_3=-1$
So for zeros, slopes are: $+20dB$ for $s_1$, $+40dB$ for $s_2$.
For pole, slope is: $-20dB$ for $s_3$.
But I dont understand how to draw it now. Here is the solution. Can some explain me how to use my calculations to draw this plot?

Well, you need to use:
$$\text{s}=\omega\text{j}\tag1$$
Where $\text{j}^2=-1$
So, for the magnitude plot you need to plot:
$$20\log_{10}\left(\color{red}{\left|\frac{\omega\text{j}\left(\left(\omega\text{j}\right)^2+4\omega\text{j}+100\right)}{1+\omega\text{j}}\right|}\right)\tag2$$
Now, for the red part:
$$\left|\frac{\omega\text{j}\left(\left(\omega\text{j}\right)^2+4\omega\text{j}+100\right)}{1+\omega\text{j}}\right|=\frac{\left|\omega\text{j}\right|\left|\left(\omega\text{j}\right)^2+4\omega\text{j}+100\right|}{\left|1+\omega\text{j}\right|}=\frac{\omega\sqrt{16\omega^2+\left(100-\omega^2\right)^2}}{\sqrt{1+\omega^2}}\tag3$$
Using Mathematica to plot, it gives me: