Consider the following cubic equation:
\begin{align} \alpha ^3-2 \alpha ^2- \alpha(6+4x^2) +8 x^3-4x&=0 \end{align} Where $x\in \mathbb{R}$.
The solutions $\alpha_1,\alpha_2,\alpha_3$ will depend on $x$. Solving this equation on Mathematica or Wolfram Alpha gives me complicated third roots.
I am not interested in the actual value of the roots, I am only looking for the value of $\frac{\mathrm{d}\alpha}{\mathrm{d}x}$. Does a method exist to obtain a "nice" expression for $\frac{\mathrm{d}\alpha}{\mathrm{d}x}$ without having to actually solve the cubic equation?
Edit: Applying the advice from the answer, I obtain: $$\frac{\mathrm{d}\alpha}{\mathrm{d}x}=\frac{(4 + 8 \alpha x - 24 x^2)}{(-6 - 4 \alpha + 3 \alpha^2 - 4 x^2)}$$ Is there a way to eliminate the $\alpha$ terms and have an expression $\frac{\mathrm{d}\alpha}{\mathrm{d}x}$ uniquely depending on $x$?
Implicit function theorem to the resccue!
We have :
$$ F(x, \alpha) = 0$$
Say that $\alpha(x)$ that is alpha is some function of x around some nice local interval which keeps us on the zero set of F.. and then take derivative
$$ \frac{dF}{dx} = \frac{\partial F}{\partial x} + \frac{\partial F}{\partial \alpha} \frac{d \alpha}{dx}$$
Hence,
$$ \frac{d \alpha}{dx} = \frac{-\frac{\partial F}{\partial x} }{ \frac{\partial F}{\partial \alpha}}$$
With,
$$ F(x, \alpha) = \alpha ^3-2 \alpha ^2- \alpha(6+4x^2) +8 x^3-4x$$
I'll leave the computation up to you :-)
Going further, suppose we have a point on the curve $(x_o,\alpha_o)$ , then we can write a taylor expansion of $\alpha$ locally as:
$$ \alpha(x) = \alpha_o + \frac{d \alpha}{dx}|_{x_o,\alpha_o} (x-x_o) + \frac{1}{2!} \frac{ d^2 \alpha}{dx^2}|_{x_o,\alpha_o} (x-x_o)^2 + O \left( (x-x_o)^3 \right)$$
The catch is that this polynomial only behaves like a curve for some small segment of it (geometrically thinking). Also note that taking derivative of above polynomial yields $\frac{d \alpha}{dx}$ as a polnyomial in terms $(x-x_o)$