How can I show, that if $u:= ax + b$ and $v:= x^2 + cx + d$ , $(a, b, c, d ∈ \mathbb{R})$ polinoms have common root, if and only if $det(A[u, v]) = 0$, where $A[u, v] = \begin{bmatrix} a & b & 0\\ 0 & a & b\\ 1 & c & d \end{bmatrix}$ .
Should I do this with resultant? And how? I'm looking for guidance, not the exact solution.
$\det A[u,v]=0$ if and only if there exists a nonzero vector $X$ such that $$\begin{pmatrix} a & b & 0\\ 0 & a & b\\ 1 & c & d \end{pmatrix} X =0.$$ If $\alpha$ is a common root, then $X=\begin{pmatrix} \alpha^2\\ \alpha \\ 1\\ \end{pmatrix}$ works. Now if such an $X$ exists can you prove that there is a common root?