Let $\alpha_1,\alpha_2,\alpha_3$ be the roots of $f = X^3 - 135 X - 270 \in \mathbb{Q}_5[X]$ over its splitting field $L$.
Because $$g = f/(X-\alpha_1) = X^2 + \alpha_1 X + \alpha_1^2 - 135$$ and $$g = (X-\alpha_2) (X - \alpha_3) = X^2 - (\alpha_2 + \alpha_3) X + \alpha_2 \alpha_3,$$ we obtain the relations $$\alpha_2 \alpha_3 = \alpha_1^2 -135 \quad \text{and} \quad \alpha_2 + \alpha_3 = - \alpha_1.$$
Now let $\lambda = \frac{\alpha_3 - \alpha_1}{\alpha_2 - \alpha_1} \in L$.
Question What is the reduction $\bar{\lambda}$ of $\lambda$?
Why do I need this?
I have an elliptic curve
$$ Y^2 = X (X-1)(X-\bar{\lambda}) $$ over $\mathbb{F}_5$ (the residue field of $L$) and need to count points over $\mathbb{F}_5$. Therefore, I need to know what exactly $\bar{\lambda}$ is.
What did I do to approach my problem?
By computing the Newton polygons of $F$ and $h := g(X+\alpha_1) = (X - (\alpha_2 - \alpha_1))(X - (\alpha_3 - \alpha_1))$, I was able to compute the valuations of their roots $\alpha_1,\alpha_2,\alpha_3$ (roots of $f$) and $n := \alpha_2 - \alpha_1, z := \alpha_3 - \alpha_1$ (roots of $h$) which are all $1/3$ (assuming $v(5) = 1$). This implies that the valuation of $\lambda$ is $0$, so $\bar{\lambda} \neq 0$.
Another approach was using $\alpha_2 = \alpha_1 - \alpha_3$ (follows from the observation above) which gives $$ \lambda = \frac{\alpha_3-\alpha_1}{-\alpha_3} = -1 + \frac{\alpha_1}{\alpha_3}. $$ Here, we also have a fraction where both enumerator and denominator have valuations $1/3$, respectively, but maybe this is better to work with.
Also, similarly as for $g$, we obtain the relations
$$ z + n = -3 \alpha_1 \quad \text{and} \quad zn = 3\alpha_1^2 - 135. $$
But I do not know how to make the transition to $\lambda = z/n$.
Also, I tried to compute the roots of $h$ in terms of $\alpha_1$ with the formula to compute roots of quadratic polynomials. But there, I cannot get rid of denominators which all seems to have valuations greater than $0$.
Thank you!