Given the quadratic equation in x: x2+(m+3)x+m+1=0. (1) Prove that regardless of the value of m, the original equation always has two distinct real roots. (2) If x1 and x2 are the two roots of the original equation, and ∣x1−x2∣=22, find the value of m 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=0, we need to examine the discriminant Δ to determine the nature of its roots. The discriminant Δ is given by:
Δ=b2−4ac
For our equation, a=1, b=m+3, and c=m+1. Substituting these values into the formula for Δ, we get:
Δ=(m+3)2−4(m+1)=m2+6m+9−4m−4=m2+2m+5=(m+1)2+4
Since (m+1)2≥0 for all real m, and adding 4 to any non-negative number keeps it positive, we have (m+1)2+4>0 for all m. This means Δ>0, which implies the original equation always has two distinct real roots.
The equation always has two distinct real roots.
#### Part (2): Finding the value of m and determining the roots
Given ∣x1−x2∣=22, we can square both sides to eliminate the absolute value and simplify the equation:
(x1−x2)2(x1+x2)2−4x1x2=(22)2=8
Using the relationships x1+x2=−b/a=−(m+3) and x1x2=c/a=m+1, we substitute these into the equation:
- When m=−3, the original equation becomes x2−2=0. Solving this gives x1=2,x2=−2. - When m=1, the original equation becomes x2+4x+2=0. Solving this gives x1=−2+2,x2=−2−2.
m=−3 or m=1
For m=−3, the roots are x1=2,x2=−2.
For m=1, the roots are x1=−2+2,x2=−2−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.