In cryptography, it seems to be a common choice to use the so-called Jacobian coordinates to represent a point of an elliptic curve (see e.g. Elliptic Curves: Number Theory and Cryptography, L. C. Washington).
These coordinates differ from the standard projective coordinates in that we have $(x : y : z) ∼ (λ^2x : λ^3y : λz)$ instead of $(x : y : z) ∼ (λx : λy : λz)$.
As explained in this MIT course, using these coordinates, the multiplication-by-$n$ map has an expression in terms of polynomials: $nP = (φ_n : ω_n : ψ_n)$ where $φ_n, ω_n, ψ_n$ are polynomial expressions in the coordinates of a point $P$ which can be defined by induction.
Translating to the standard coordinates, that gives us the so-called division polynomials.
My questions are:
- What is the motivation for using Jacobian coordinates to derive an expression for the multiplication-by-$n$ map? (compared, for instance, to using the projective coordinates)
- Is this construction (Jacobian coordinates) part of a more general mechanism (e.g. in the study of Abelian varieties)?