Let us consider $\beta, k_1,k_2,k_3,k_4,k_5,k_6\in\mathbb R$ and define the equation: $$(\beta k_1+k_2)x^4+(\beta k_3+k_4)x^3+\beta k_5 x+k_6=0$$ I would like to approximate the solution of this equation when $\beta\to+\infty$. I proceeded in this way: $$(\beta k_1+k_2)x^4+(\beta k_3+k_4)x^3+\beta k_5 x+k_6 \approx \beta k_1 x^4+\beta k_3 x^3+\beta k_5 x=0$$ Hence a solution is $x=0$ and the equation $$k_1 x^3+k_3 x^2+ k_5=0$$ remain to be solved.
What do you think of my solution? Would anyone else have done differently?
Thank you!