I'm trying to solve how to roots of this polynomial depend on $k$:
$$ x^3 + (c_2 + a_1 k^2) x^2 + (c_1 + a_2 k^2 + a_3 k^4) x + (c_0 + a_4 k^2 + a_5 k^4 + a_6 k^6) = 0 $$
I could put this into the cubic formula, and I've tried doing this, but it's a brutal slog. I'm thinking of a general strategy of I was wondering if there are any general properties of polynomial roots that could help me with this? Or is this problem just analytically intractable?
For what it's worth, I'm only interested in $k>1$.