Prove: if $ax^2-bx+c$ and $dx^3-bx+c$ have a common factor, then $a^3-abd+cd^2=0$.
Not really sure how to proceed. I know that first I have to find the common factor. I guess it is $x-c$ because both expressions end with the constant $c$. Then plug in $x=c$ to get $ac^2-bc+c=0, c^3d-bc+c=0$. Hence:
$ac^2=c(b-1) $
$c^3d=c(b-1)$
$ac^2=c^3d \Rightarrow a =cd $
Plug into the original third expression:
$(cd)^3-(cd)bd+cd^2=0 \Rightarrow c^3d^3-bcd^2+cd^2=0 \Rightarrow c^3d^3=cd^2(b-1) \Rightarrow c^2d=b-1$
This is greatly simplified, but it doesn't prove it is equal to $0$. I think it would be helpful to know the proper way to first find the common factor instead of just guessing. Thanks!
Let $t$ be the common root. Then
$dt^3-bt+c=at^2-bt+c$
$dt^3-at^2=0$
$t^2(dt-a)=0$
$t=0$ or $t=\frac{a}{d}$
But $t=0$ is not a common root of the equations for $c\neq 0$. If $c=0$, $t$ is a common root but it does not satisfy the condition of the question.
For $t=\frac{a}{d}$
$a (\frac{a}{d})^2-b(\frac{a}{d})+c=0$
$a^3-abd+cd^2=0$.