Math Problem Statement

解题

已知函数 f(x) = x^3 - x, g(x) = x^2 + a, 曲线 y = f(x) 在点 (x_1, f(x_1)) 处的切线也是曲线 y = g(x) 的切线。(1) 若 x_1 = -1, 求 a; (2) 求 a 的取值范围。

Solution

The problem involves the functions f(x)=x3xf(x) = x^3 - x and g(x)=x2+ag(x) = x^2 + a, where the tangent line of y=f(x)y = f(x) at point (x1,f(x1))(x_1, f(x_1)) is also the tangent line of y=g(x)y = g(x). We need to solve the two parts of the problem:

1. When x1=1x_1 = -1, find aa.

The slope of the tangent line of y=f(x)y = f(x) at x=x1x = x_1 is given by the derivative f(x)f'(x). So, calculate f(x)f'(x): f(x)=3x21.f'(x) = 3x^2 - 1. At x1=1x_1 = -1: f(1)=3(1)21=31=2.f'(-1) = 3(-1)^2 - 1 = 3 - 1 = 2. Thus, the slope of the tangent line at x=1x = -1 is k=2k = 2.

The tangent line passes through (1,f(1))(-1, f(-1)), so calculate f(1)f(-1): f(1)=(1)3(1)=1+1=0.f(-1) = (-1)^3 - (-1) = -1 + 1 = 0. The equation of the tangent line is: yf(1)=k(xx1),y - f(-1) = k(x - x_1), which simplifies to: y0=2(x+1)y=2x+2.y - 0 = 2(x + 1) \quad \Rightarrow \quad y = 2x + 2.

Now, this tangent line must also be the tangent line of g(x)g(x). Calculate g(x)g'(x): g(x)=2x.g'(x) = 2x. At the point of tangency, the slope g(x1)g'(x_1) must equal k=2k = 2: 2x1=2x1=1.2x_1 = 2 \quad \Rightarrow \quad x_1 = 1.

However, for consistency with x1=1x_1 = -1, substitute x=1x = -1 into g(x)g(x): g(1)=(1)2+a=1+a.g(-1) = (-1)^2 + a = 1 + a. Since g(1)g(-1) must equal the yy-intercept of the tangent line (22): 1+a=2a=1.1 + a = 2 \quad \Rightarrow \quad a = 1.

2. Find the range of aa.

For the tangent line of f(x)f(x) at any point x1x_1 to also be a tangent line of g(x)g(x), the slopes and yy-coordinates must match. This requires solving the following equations:

  1. Slopes: f(x1)=g(x1)f'(x_1) = g'(x_1),
  2. Tangency: f(x1)=g(x1)f(x_1) = g(x_1).

From f(x1)=g(x1)f'(x_1) = g'(x_1): 3x121=2x13x122x11=0.3x_1^2 - 1 = 2x_1 \quad \Rightarrow \quad 3x_1^2 - 2x_1 - 1 = 0. Factorize: (3x1+1)(x11)=0.(3x_1 + 1)(x_1 - 1) = 0. Thus, x1=13x_1 = -\frac{1}{3} or x1=1x_1 = 1.

For each x1x_1, solve f(x1)=g(x1)f(x_1) = g(x_1):

  • At x1=1x_1 = 1: f(1)=131=0,g(1)=12+a=1+a.f(1) = 1^3 - 1 = 0, \quad g(1) = 1^2 + a = 1 + a. Equating: 1+a=0a=1.1 + a = 0 \quad \Rightarrow \quad a = -1.

  • At x1=13x_1 = -\frac{1}{3}: f(13)=(13)3(13)=127+13=827.f\left(-\frac{1}{3}\right) = \left(-\frac{1}{3}\right)^3 - \left(-\frac{1}{3}\right) = -\frac{1}{27} + \frac{1}{3} = \frac{8}{27}. g(13)=(13)2+a=19+a.g\left(-\frac{1}{3}\right) = \left(-\frac{1}{3}\right)^2 + a = \frac{1}{9} + a. Equating: 19+a=827.\frac{1}{9} + a = \frac{8}{27}. Simplify: a=827327=527.a = \frac{8}{27} - \frac{3}{27} = \frac{5}{27}.

Thus, the range of aa is: a[527,1].a \in \left[\frac{5}{27}, -1\right].


Final Answer:

  1. a=1a = 1 when x1=1x_1 = -1,
  2. a[527,1]a \in \left[\frac{5}{27}, -1\right].

Would you like further clarification or details?


  1. How is the tangent line equation derived from a point and slope?
  2. Why is solving f(x)=g(x)f'(x) = g'(x) important for tangency?
  3. Can you confirm the consistency of slopes at x1=13x_1 = -\frac{1}{3}?
  4. How is the range of aa linked to different x1x_1 values?
  5. What role does the quadratic factorization play in finding x1x_1?

Tip: Always double-check derivatives and substitutions to avoid minor calculation errors.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Differentiation
Tangent Lines
Function Analysis

Formulas

f'(x) = 3x^2 - 1
g'(x) = 2x
Tangent line equation y - f(x_1) = k(x - x_1)

Theorems

Derivative as slope of a tangent line
Equality of slopes for tangent lines

Suitable Grade Level

Grade 11-12