I came across the following asymptotic problem in my reseach, however I don't know how to answer it.
Let $C_0,C_1,C_2,C_3$ be absolute constant (do not depend on $n$), and $p(n)$ is a function of $n$.
We need to find $p(n)$ such that the following two conditions hold:
(1) $p(n)$ that is larger than the following function, i.e., $$\tiny p(n)>\frac{-(4+(n-2)(2C_1+C_2))+\sqrt{((4+(n-2)(2C_1+C_2)))^2-4\cdot (-(n-2)(C_1+C_2-C_3))\cdot(-2C_0-(n-2)C_1)}}{2(-(n-2)(C_1+C_2-C_3))}$$ It is okay if this only holds for sufficiently large $n$.
(2) Let $$\tiny E(p(n),n):=(-2C_0-(n-2)C_1+(4+(n-2)(2C_1+C_2))\cdot p-(n-2)(C_1+C_2-C_3)p^2)^2$$ and $$\tiny F(p(n),n):= 4C_0^2\cdot (-4p^2+4p)+C_1^2\cdot \frac{1}{8}(n-2)4(-p+1)p+(n-1)(1-(1-2p)^4)+C_2\cdot \frac{1}{4}(n-1)\big(1-(1-2p)^4\big)+C_3^2 \frac{1}{8}(n-2)4(-p+1)p+(n-1)(1-(1-2p)^4)$$
we need $$E\succ F$$ for sufficiently large $n$. In other words, $$\lim_{n\rightarrow+\infty}\frac{E}{F}=+\infty$$
What I tried
Should I assume the following and then plug it into $\frac{E}{F}$?
$$\tiny p(n)=\frac{-(4+(n-2)(2C_1+C_2))+\sqrt{((4+(n-2)(2C_1+C_2)))^2-4\cdot (-(n-2)(C_1+C_2-C_3))\cdot(-2C_0-(n-2)C_1)}}{2(-(n-2)(C_1+C_2-C_3))}+g(n)$$