Math Problem Statement

방정식 x^2 - ke^x = 0이 두 개의 서로 다른 실근을 가질 때, k의 범위를 구하여라.

Solution

Problem Analysis

The given equation is:

x2kex=0x^2 - ke^x = 0

The problem asks us to determine the range of kk such that the equation has two distinct real roots.


Step-by-Step Solution

1. Rearranging the Equation

Rewriting the equation:

x2=kexx^2 = ke^x

This represents a relationship between xx and kk. For the equation to have two distinct real roots, the two curves y=x2y = x^2 (a parabola) and y=kexy = ke^x (an exponential function scaled by kk) must intersect exactly at two points.


2. Properties of Intersection

The number of intersections depends on the behavior of the two curves:

  • y=x2y = x^2: A parabola symmetric about the yy-axis.
  • y=kexy = ke^x: An exponential curve that increases for x>0x > 0 and approaches 00 as xx \to -\infty.

The key is to analyze the conditions for the two curves to intersect at two distinct points:

  1. The exponential curve must "rise quickly enough" relative to the parabola for there to be two intersections.
  2. This means kk must control the steepness of the exponential curve.

3. Differentiating to Find Turning Points

To analyze the intersections, consider the function:

f(x)=x2kexf(x) = x^2 - ke^x

The roots of this function correspond to the intersections. To ensure two distinct roots, we investigate its critical points:

f(x)=2xkexf'(x) = 2x - ke^x

Setting f(x)=0f'(x) = 0:

2x=kex    k=2xex2x = ke^x \quad \implies \quad k = \frac{2x}{e^x}

Define g(x)=2xexg(x) = \frac{2x}{e^x}, which determines the values of kk where f(x)=0f'(x) = 0.


4. Behavior of g(x)g(x)

The function g(x)=2xexg(x) = \frac{2x}{e^x}:

  1. Is defined for x>0x > 0.
  2. Has a maximum at some x=x0>0x = x_0 > 0, where g(x)=0g'(x) = 0.

Differentiating g(x)g(x):

g(x)=(2)(ex)(2x)(ex)(ex)2=2(exxex)e2xg'(x) = \frac{(2)(e^x) - (2x)(e^x)}{(e^x)^2} = \frac{2(e^x - x \cdot e^x)}{e^{2x}}

g(x)=2ex(1x)e2x=2(1x)exg'(x) = \frac{2e^x(1 - x)}{e^{2x}} = \frac{2(1 - x)}{e^x}

Setting g(x)=0g'(x) = 0:

1x=0    x=11 - x = 0 \quad \implies \quad x = 1

Thus, g(x)g(x) has a maximum at x=1x = 1. Substituting x=1x = 1 into g(x)g(x):

g(1)=2(1)e1=2eg(1) = \frac{2(1)}{e^1} = \frac{2}{e}


5. Range of kk

For the function f(x)f(x) to have two distinct roots:

  1. The value of kk must be less than the maximum value of g(x)g(x), i.e., k<2ek < \frac{2}{e}.
  2. Additionally, k>0k > 0 because kk must scale the exponential function.

Thus, the range of kk is:

0<k<2e0 < k < \frac{2}{e}


Final Answer

The range of kk for which the equation x2kex=0x^2 - ke^x = 0 has two distinct real roots is:

0<k<2e\boxed{0 < k < \frac{2}{e}}


Do you have any questions about the solution or would you like further clarification? Below are five related questions for further exploration.


Related Questions

  1. What happens to the number of roots when k=2ek = \frac{2}{e}?
  2. How does the intersection behavior change if k>2ek > \frac{2}{e}?
  3. Can the equation have exactly one real root? If so, for which value of kk?
  4. How does the symmetry of y=x2y = x^2 affect the root distribution for negative kk?
  5. What are the implications of this result for practical applications involving exponential and quadratic functions?

Tip

When analyzing intersections of curves, consider plotting both functions to visually verify the number of solutions. This can provide intuition for critical points and parameter ranges.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Exponential Functions
Quadratic Functions
Curve Intersection Analysis

Formulas

x^2 = ke^x
Derivative of exponential functions: f'(x) = ke^x
g(x) = 2x / e^x

Theorems

Analysis of critical points using first derivatives
Behavior of exponential growth and parabolic functions

Suitable Grade Level

Grades 10-12