Condition for common roots of two Quadratic equations: $px^2+qx+r=0$ and $qx^2+rx+p=0$

2k Views Asked by At

The question is:

Show that the equation $px^2+qx+r=0$ and $qx^2+rx+p=0$ will have a common root if $p+q+r=0$ or $p=q=r$.

How should I approach the problem? Should I assume three roots $\alpha$, $\beta$ and $\gamma$ (where $\alpha$ is the common root)? Or should I try combining these two and try to get a value for the Discriminant? Or should I do something else altogether?

4

There are 4 best solutions below

1
On BEST ANSWER

The "if" part is clear, so we'll deal with the "only if". Moreover, we take the polynomials to be "true" quadratics ---that is, $p$ and $q$ are non-zero--- since otherwise the proposition is false (as @Winther mentions in a comment to the OP).


First, note that quadratics with a common root could have both roots in common, in which case they are equivalent. This means that multiplying-through by some $k$ turns one quadratic equation into the other, coefficient-wise: $$q = k p, \quad r = k q, \quad p = k r \quad\to\quad p = k^3 p \quad\to\quad p(k^3-1) = 0 \quad\to\quad k^3 = 1$$

Thus, since $k=1$, we have $p = q = r$.

If the quadratics don't (necessarily) have both roots in common, but do have root $s$ in common, then $$\left.\begin{align} p s^2 + q s + r &= 0 \quad\to\quad p s^3 + q s^2 + r s \phantom{+p\;} = 0 \\ q s^2 + r s + p &= 0 \quad\to\quad \phantom{p s^3 +\, } q s^2 + r s + p = 0 \end{align} \quad\right\}\quad\to\quad p(s^3-1) = 0 \quad\to\quad s^3 = 1$$

Thus, since $s = 1$, substituting back into either polynomial gives $p+q+r=0$.

Easy-peasy!


But wait ... The equations $k^3 = 1$ and $s^3 = 1$ have fully three solutions: namely, $\omega^{0}$, $\omega^{+1}$, $\omega^{-1}$, where $\omega = \exp(2i\pi/3) = (-1+i\sqrt{3})/2$. Nobody said coefficients $p$, $q$, $r$, or common root $s$, were real, did they?

If $k = \omega^n$, then we have in general that

$$q = p \omega^n \qquad r = p \omega^{-n}$$

If $s = \omega^n$, then substituting back into either quadratic, and multiplying-through by an appropriate power of $\omega^{n}$ for balance, gives

$$p\omega^{n} + q + r \omega^{-n} = 0$$

Just-slightly-less-easy-but-nonetheless-peasy!

5
On

If $p + q + r = 0 \to 1 $ is a root, otherwise both become one equation and so they surely have the same roots.

0
On

If the two quadratic polynomials $f(x) = px^2 + qx + r$ and $g(x) = qx^2 + rx + p$ have a common root then this is also a root of the linear polynomial

$$h(x) = qf(x) - pg(x) = (q^2-pr)x - (p^2-qr)$$

which means that either $q^2-pr=0$ and $p^2-qr=0$ for which $p=q=r$ or that $x = \frac{p^2-qr}{q^2-pr}$ is the common root. Inserting this into either $f(x)$ of $g(x)$ gives us

$$p^3 + q^3 + r^3 = 3pqr$$

Now

$$p^3+q^3 + r^2 - 3pqr = (p+q+r)\left[\frac{3(p^2+q^2+r^2) - (p+q+r)^2}{2}\right]$$

so $p+q+r = 0$ or $(p+q+r)^2 = 3(p^2+q^2+r^2)$.

By Cauchy-Schwarz we have $(p+q+r)^2 \leq 3(p^2+q^2+r^2)$ with equality only when $p=q=r$ so the two polynomials have a common root if and only if $p+q+r=0$ or $p=q=r$.


${\bf Assumptions}$: This answer assumes $p,q\not=0$ and real polynomials; $p,q,r\in\mathbb{R}$. The first condition is assumed since the polynomials is said to be quadratic and otherwise the only-if statement is not true since $p=0\implies x = -\frac{r}{q}$ is a common root for all $q,r$ and if $q=0$ we need $p=r=0$ to have a common root. If the second condition is relaxed allowing for complex coefficients then there are other solutions as shown in the answer by Blue.

0
On

HINT:

If $a$ is a common root,

$$pa^2+qa+r=0\ \ \ \ (1)$$

$$qa^2+ra+p=0\ \ \ \ (2)$$

Solve $(1),(2)$ for $a^2,a$ and use $a^2=(a)^2$