I've recently been reading about rational normal curves and how they may be represented and have come to the following question: (for simplicity's sake, the problem is stated in terms of the RNC in $\mathbb{P}^3$, i.e., the twisted cubic)
The twisted cubic is the image of the map
$$ v : \mathbb{P}^1 \to \mathbb{P}^3 $$
which sends
$$[X_0 : X_1] \mapsto [X_0^3 : X_0^2 X_1 : X_0 X_1 ^2 : X_1 ^3]$$
In Harris' book on Algebraic Geometry it is stated that the twisted cubic is also the set of common zeros of the three homogeneous quadratic polynomials
$$ F_0 (Z) = Z_0 Z_2 - Z_1 ^2$$
$$F_1 (Z) = Z_0 Z_3 - Z_1 Z_2$$
$$ F_2 (Z) = Z_1 Z_3 - Z_2 ^2 $$
I have filled in the blanks as Harris (implicitly) suggests: that is, I have verified that any point on the twisted cubic is a point on each of the quadrics $F_i$ and that any common zero of the quadrics lies on the twisted cubic. What continues to mystify me is the question: where do these quadratic polynomials come from? When they are given to me, I can certainly verify that they have the prescribed properties, but given the first description of the twisted cubic, how does one arrive at the quadrics defining it as a variety?
Any guidance will be greatly appreciated!
EDIT: I have found the quadrics simply by "playing around:"
Denote by $C$ the twisted cubic in $\mathbb{P}^3$. Let $P = [Z_0 : Z_1 : Z_2 : Z_3] \in C$ be any point. Then we know that
$$Z_0 = X_0^3, \ Z_1 = X_0^2 X_1, \ Z_2 = X_0 X_1^2, \ Z_3 = X_1 ^3 $$
Observing, for example, that
$$(X_0 ^3)(X_1^3) - (X_0 ^2 X_1)(X_0 X_1^2) = 0 $$
Implies that
$$ Z_0 Z_3 - Z_1 Z_2 = 0$$
and yields the quadratic polynomial $F_1 (Z)$. The same sort of trick yields the other two polynomials $F_0 (Z)$ and $F_2 (Z)$.
Now I've come to (perhaps) a more sophisticated set of questions:
(1) How did we know to search for quadratic polynomials?
(2) How did we know to search for three of them?
I suppose we could proceed in a very ad hoc way: Well, it wasn't that bad to come up with the polynomial equations, and they happened to be quadratic (how fortuitous!) Supposing I stopped after only finding two of the quadratics I could have manually checked "are these enough to get all the points of the twisted cubic?" If yes, great. If no, search for more polynomials and repeat.
Sure. The above procedure would have worked just fine. But what about when we try to generalize to the rational normal curve in $\mathbb{P}^n$? Certainly we can (and should) be smarter about things...