Question: The equation kx2+(k+1)x+k=0 has real roots. Find the range of k. (Treat k as a real parameter, allowing k=0 as the degenerate linear case.)
Step 1. Two cases:
Case 1: k=0. Equation becomes x=0. Real root exists.
Case 2: k=0. Quadratic with real roots: discriminant ≥0.
Δ=(k+1)2−4k2≥0
k2+2k+1−4k2≥0
−3k2+2k+1≥0
3k2−2k−1≤0
(3k+1)(k−1)≤0
Step 2. Sign analysis: (3k+1)(k−1)≤0 when −31≤k≤1.
Step 3. Combine cases: k=0 (covered by Case 1) and k∈[−31,1]∖{0} (Case 2). Total: k∈[−31,1].
Answer: k∈[−31,1].
Tip: Multi-condition problems often need:
- Special case (e.g. k=0 degenerates the quadratic).
- Main case with discriminant condition.
- Combine the answer sets.