Solution to Quadratic Expression with Three Distinct Real Numbers

  • Context: High School 
  • Thread starter Thread starter anemone
  • Start date Start date
  • Tags Tags
    2017
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 reply · 2K views
anemone
Gold Member
MHB
POTW Director
Messages
3,851
Reaction score
115
Here is this week's POTW:

-----

Fill in the blank:

If $a,\,b$ and $c$ are three distinct real numbers, then the quadratic expression $$\frac{(x-b)(x-c)}{(a-b)(a-c)}+\frac{(x-c)(x-a)}{(b-c)(b-a)}+\frac{(x-a)(x-b)}{(c-a)(c-b)}$$ is identically equal to _____.

-----

Remember to read the http://www.mathhelpboards.com/showthread.php?772-Problem-of-the-Week-%28POTW%29-Procedure-and-Guidelines to find out how to http://www.mathhelpboards.com/forms.php?do=form&fid=2!
 
Physics news on Phys.org
Congratulations to the following members for their correct solution: (Smile)

1. kaliprasad
2. castor28
3. MarkFL
4. Opalg
5. lfdahlSolution from castor28:
If $f(x)$ is the expression, we have $f(a)=f(b)=f(c)=1$, which means that the quadratic polynomial $f(x)-1$ has three roots. As a non-zero polynomial cannot have more roots than its degree, we have $f(x)-1=0$ and $f(x)=1$.
Solution from MarkFL:
Let's begin by writing:

$$\frac{(x-b)(x-c)}{(a-b)(a-c)}+\frac{(x-c)(x-a)}{(b-c)(b-a)}+\frac{(x-a)(x-b)}{(c-a)(c-b)}=k$$

As $a,\,b,\,c$ are distinct, we may multiply through by $(a-b)(a-c)(b-c)$:

$$(x-b)(x-c)(b-c)-(x-c)(x-a)(a-c)+(x-a)(x-b)(a-b)=k(a-b)(a-c)(b-c)$$

Expand factors involving $x$ on the LHS:

$$(b-c)\left(x^2-(b+c)x+bc\right)-(a-c)\left(x^2-(a+c)x+ac\right)+(a-b)\left(x^2-(a+b)x+ab\right)=k(a-b)(a-c)(b-c)$$

Distribute and combine like terms:

$$a^2b-a^2c-ab^2+ac^2+b^2c-bc^2=k(a-b)(a-c)(b-c)$$

Factor the LHS:

$$(a-b)(a-c)(b-c)=k(a-b)(a-c)(b-c)$$

As $a,\,b,\,c$ are distinct, we may divide through by $(a-b)(a-c)(b-c)$ to obtain:

$$k=1$$

Thus, the given quadratic expression is identically equal to $1$.

The following member managed to find the intermediate but not the simplest result, so he gets partial credit:
1. topsquark