Math Problem Statement

Let k be a real number. If the equation x^2 − 2x = k|x| has exactly three different real roots, find the value range of k.

Let k be a real number. If the equation x^2 − 2x = k|x| has exactly three different real roots, find the value range of k.

Solution

We are given the equation:

x22x=kxx^2 - 2x = k |x|

where kk is a real number, and the equation has exactly three different real roots. We are tasked with finding the value range of kk.

Step 1: Analyze the Equation

We need to solve the equation by considering two cases due to the presence of the absolute value term x|x|:

  • Case 1: x0x \geq 0 implies x=x|x| = x.
  • Case 2: x<0x < 0 implies x=x|x| = -x.

Case 1: x0x \geq 0

In this case, the equation becomes:

x22x=kxx^2 - 2x = kx

Rearranging terms:

x2(2+k)x=0x^2 - (2 + k)x = 0

Factoring out xx:

x(x(2+k))=0x(x - (2 + k)) = 0

Thus, the solutions for x0x \geq 0 are:

x=0orx=2+kx = 0 \quad \text{or} \quad x = 2 + k

Case 2: x<0x < 0

In this case, the equation becomes:

x22x=kxx^2 - 2x = -kx

Rearranging terms:

x2(2k)x=0x^2 - (2 - k)x = 0

Factoring out xx:

x(x(2k))=0x(x - (2 - k)) = 0

Since x0x \neq 0 in this case (we are only considering x<0x < 0), the solution is:

x=2kx = 2 - k

Step 2: Roots Analysis

Now, we have the potential roots:

  • From Case 1, x=0x = 0 and x=2+kx = 2 + k.
  • From Case 2, x=2kx = 2 - k.

We are given that there are exactly three different real roots. This means that:

  • 2+k2 + k must be positive (since it belongs to x0x \geq 0),
  • 2k2 - k must be negative (since it belongs to x<0x < 0),
  • And 00 is a root.

Thus, the three roots are 00, 2+k2 + k, and 2k2 - k.

For the roots to be distinct:

  • 2+k>02 + k > 0, implying k>2k > -2,
  • 2k<02 - k < 0, implying k>2k > 2.

However, k>2k > 2 already satisfies both conditions.

Step 3: Conclusion

The range of kk is:

k>2k > 2

Would you like more details or explanations? Here are some related questions for further exploration:

  1. How do we determine the behavior of absolute value functions in equations?
  2. Can we verify that exactly three real roots occur by testing specific values of kk?
  3. What is the significance of root multiplicity in polynomial equations?
  4. How does the inequality k>2k > 2 ensure distinct roots?
  5. How do factorization techniques help solve absolute value equations?

Tip: When solving equations with absolute values, always consider splitting the equation into different cases based on the definition of the absolute value.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Algebra
Quadratic Equations
Absolute Value Functions

Formulas

Quadratic equation: ax^2 + bx + c = 0
Factorization: x(x - c) = 0
Analysis of cases: x >= 0 and x < 0 for absolute value equations

Theorems

Root Analysis for Quadratic Equations
Properties of Absolute Value Functions

Suitable Grade Level

Grades 11-12