Math Problem Statement

두 곡선 y = x^3, y = 3x^2 - 4가 x = t에서 접선 y = ax + b를 공통으로 가질 때, 상수 a, b의 합 a + b의 값은?

Solution

We are asked to find the sum of constants a+ba + b for a line y=ax+by = ax + b that is tangent to two curves y=x3y = x^3 and y=3x24y = 3x^2 - 4 at the same point x=tx = t.

Step 1: Condition for Tangency

For the line y=ax+by = ax + b to be tangent to both curves at x=tx = t, it must satisfy two conditions:

  1. The point of tangency: The line should pass through the points on both curves at x=tx = t, meaning the yy-values should match.

    • t3=at+bt^3 = at + b (from y=x3y = x^3)
    • 3t24=at+b3t^2 - 4 = at + b (from y=3x24y = 3x^2 - 4)
  2. Matching the slopes: The derivative of the curves at x=tx = t should equal the slope of the line, which is aa.

    • Slope of y=x3y = x^3 at x=tx = t: 3t23t^2
    • Slope of y=3x24y = 3x^2 - 4 at x=tx = t: 6t6t

Thus, the following system of equations emerges: 3t2=a3t^2 = a 6t=a6t = a From this, we see a=3t2=6ta = 3t^2 = 6t.

Step 2: Solve for tt

Equating the expressions for aa: 3t2=6t3t^2 = 6t Dividing through by tt (assuming t0t \neq 0): 3t=6t=23t = 6 \quad \Rightarrow \quad t = 2

Step 3: Find aa and bb

Now that we know t=2t = 2, we can substitute it back into the expressions for aa and solve for bb: a=3t2=3(2)2=12a = 3t^2 = 3(2)^2 = 12

Next, substitute t=2t = 2 into either of the original point equations (say, t3=at+bt^3 = at + b) to find bb: 23=12(2)+b2^3 = 12(2) + b 8=24+bb=168 = 24 + b \quad \Rightarrow \quad b = -16

Step 4: Calculate a+ba + b

a+b=12+(16)=4a + b = 12 + (-16) = -4

Thus, the value of a+ba + b is 4\boxed{-4}.

Would you like more details on any step, or further clarifications?

Here are 5 related questions for further practice:

  1. What happens if the two curves have different slopes at the same point?
  2. How do you find the point of tangency for a quadratic curve?
  3. What is the general condition for a line to be tangent to a curve at a given point?
  4. Can you find the value of tt if the curves are y=x3y = x^3 and y=5x22y = 5x^2 - 2?
  5. How would the answer change if the curve was y=x4y = x^4 instead of y=x3y = x^3?

Tip: Always verify the slopes when solving tangency problems involving multiple curves to ensure the tangency condition is met.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Calculus
Tangency Conditions
Derivatives
System of Equations

Formulas

y = ax + b
Derivative: f'(x) = lim (f(x+h) - f(x)) / h
Tangency Condition: Matching Slopes and Points

Theorems

Tangency Condition Theorem

Suitable Grade Level

Grades 10-12