In the book Algorithms by Sanjoy Dasgupta in 1st chapter exercise
Q.1. In each of the following situation, indicate whether $f = \mathcal{O}(g)$ , or $f = \Omega(g) $, or both (in which case $ f = \Theta(g) $
(c) $f(n) = 100 n + \log\,n $ , $g(n) = n + (\log\, n)^2$
I have plotted it in Desmos. I have no idea why $f(n)$ is growing faster even though $g(n)$ has square in it. I might be wrong. Please explain which one is larger and why?