Quadratic Polynomial Problem: Proving Equality with Real Numbers

  • Context: High School 
  • Thread starter Thread starter anemone
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 replies · 2K views
anemone
Gold Member
MHB
POTW Director
Messages
3,851
Reaction score
115
Here is this week's POTW:

-----

Let $P_1(x)=ax^2-bx-c,\,P_2(x)=bx^2-cx-a,\,P_3(x)=cx^2-ax-b$ be three quadratic polynomials where $a,\,b$ and $c$ are non-zero real numbers. Suppose there exists a real number $k$ such that $P_1(k)=P_2(k)=P_3(k)$, prove that $a=b=c$.

-----

 
on Phys.org
No one answered last week's POTW.(Sadface) However, you can find the suggested solution below:

We have three relations:

$ak^2-bk-c=m\\ bk^2-ck-a=m\\ ck^2-ak-b=m$
where $m$ is the common value.

Eliminating $k^2$ from these, taking these equations pair-wise, we get:

$(ca-b^2)k-(bc-a^2)=m(b-a)\\(ab-c^2)k-(ca-b^2)=m(c-b)\\(bc-a^2)k-(ab-c^2)=m(a-c)$

Adding these three we get

$(ab+bc+ca-a^2-b^2-c^2)(k-1)=0$

Thus, either $ab+bc+ca-a^2-b^2-c^2=0$ or $k=1$.

In the first case

$ab+bc+ca-a^2-b^2-c^2=0\\ \dfrac{1}{2}((a-b)^2+(b-c)^2+(c-a)^2)=0$
shows that $a=b=c$.

If $k=1$, then we obtain $a-b-c=b-c-a=c-a-b$, once again we obtain $a=b=c$.