Maths Olympiad Prep

Library / /356 of 520

Algebra Difficulty 3.5 AMC 10/12 Find the answer

Given the quadratic equation in xx: x2+(m+3)x+m+1=0x^{2}+\left(m+3\right)x+m+1=0.
(1)(1) Prove that regardless of the value of mm, the original equation always has two distinct real roots.
(2)(2) If x1x_{1} and x2x_{2} are the two roots of the original equation, and x1x2=22|x_{1}-x_{2}|=2\sqrt{2}, find the value of mm and determine the roots of the equation in this case.

A number or a short expression. Spacing and $ signs are ignored.

Solution

### Solution:

#### Part (1): Proving the equation always has two distinct real roots

Given the quadratic equation x2+(m+3)x+m+1=0x^{2}+\left(m+3\right)x+m+1=0, we need to examine the discriminant Δ\Delta to determine the nature of its roots. The discriminant Δ\Delta is given by:

Δ=b24ac \Delta = b^{2}-4ac

For our equation, a=1a=1, b=m+3b=m+3, and c=m+1c=m+1. Substituting these values into the formula for Δ\Delta, we get:

Δ=(m+3)24(m+1)=m2+6m+94m4=m2+2m+5=(m+1)2+4 \begin{align*} \Delta &= (m+3)^{2}-4(m+1) \\ &= m^{2} + 6m + 9 - 4m - 4 \\ &= m^{2} + 2m + 5 \\ &= (m+1)^{2} + 4 \end{align*}

Since (m+1)20(m+1)^{2} \geq 0 for all real mm, and adding 44 to any non-negative number keeps it positive, we have (m+1)2+4>0(m+1)^{2} + 4 > 0 for all mm. This means Δ>0\Delta > 0, which implies the original equation always has two distinct real roots.

The equation always has two distinct real roots.\boxed{\text{The equation always has two distinct real roots.}}

#### Part (2): Finding the value of mm and determining the roots

Given x1x2=22|x_{1}-x_{2}|=2\sqrt{2}, we can square both sides to eliminate the absolute value and simplify the equation:

(x1x2)2=(22)2(x1+x2)24x1x2=8 \begin{align*} (x_{1}-x_{2})^{2} &= (2\sqrt{2})^{2} \\ (x_{1}+x_{2})^{2} - 4x_{1}x_{2} &= 8 \end{align*}

Using the relationships x1+x2=b/a=(m+3)x_{1}+x_{2}=-b/a=-\left(m+3\right) and x1x2=c/a=m+1x_{1}x_{2}=c/a=m+1, we substitute these into the equation:

[(m+3)]24(m+1)=8(m+3)24(m+1)=8m2+6m+94m4=8m2+2m3=0 \begin{align*} \left[-\left(m+3\right)\right]^{2} - 4(m+1) &= 8 \\ (m+3)^{2} - 4(m+1) &= 8 \\ m^{2} + 6m + 9 - 4m - 4 &= 8 \\ m^{2} + 2m - 3 &= 0 \end{align*}

Solving this quadratic equation for mm, we find:

m1=3,m2=1 m_{1}=-3, \quad m_{2}=1

- When m=3m=-3, the original equation becomes x22=0x^{2}-2=0. Solving this gives x1=2,x2=2x_{1}=\sqrt{2}, x_{2}=-\sqrt{2}.
- When m=1m=1, the original equation becomes x2+4x+2=0x^{2}+4x+2=0. Solving this gives x1=2+2,x2=22x_{1}=-2+\sqrt{2}, x_{2}=-2-\sqrt{2}.

m=3 or m=1\boxed{m=-3 \text{ or } m=1}

For m=3m=-3, the roots are x1=2,x2=2\boxed{x_{1}=\sqrt{2}, x_{2}=-\sqrt{2}}.

For m=1m=1, the roots are x1=2+2,x2=22\boxed{x_{1}=-2+\sqrt{2}, x_{2}=-2-\sqrt{2}}.

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic and difficulty added by this site.