$$ \dfrac{4n^4 -18n^3 +3n^2 -660}{n^2 +560n -1024} = Θ(n^2) $$
It's been quite a while since I've one this as a ratio and I'm a bit lost on what steps to take for this. I know we'll need to prove both big O and big Omega but simplifying the ratio has me stuck.
HINT: Divide it out to get
$$f(n)=\frac{4n^4-18n^3+3n^2-660}{n^2+560n-1024}=4n^2+an+b+\frac{cn+d}{n^2+560n-1024}$$
for some $a,b,c,d\in\Bbb R$. Show that
$$\left\vert an+b+\frac{cn+d}{n^2+560n-1024}\right\vert\le n^2$$
for sufficiently large $n$ and conclude that $n^2\le f(n)$ and $f(n)\le 5n^2$ for sufficiently large $n$.