연습 이미지

Amanita, let's focus on the problem inside the green rectangle, which is problem 12. Here’s what it says:

We are given the curve y=x36x2+9xy = x^3 - 6x^2 + 9x and the line y=ay = a. We are asked: For how many integer values of aa do the curve and the line intersect at three distinct points?

Let's break down the steps to solve this:

Step-by-Step Plan

  1. Set the Equations Equal:
    To find the intersection points, set x36x2+9x=ax^3 - 6x^2 + 9x = a.

  2. Form a Cubic Equation:
    Rearrange to x36x2+9xa=0x^3 - 6x^2 + 9x - a = 0.
    The number of real solutions to this equation tells us how many intersection points there are.

  3. Find When There Are Three Distinct Real Roots:
    We need to determine for which integer values of aa this cubic equation has three distinct real roots.

  4. Analyze the Cubic Function:

    • Find the critical points (where the slope is zero) by taking the derivative and setting it to zero.
    • Use these points to find the local maximum and minimum values of the cubic function.
    • The line y=ay = a will intersect the cubic at three points if aa is strictly between the local maximum and minimum values.
  5. Count the Integer Values:

    • Find the integer values of aa that are strictly between the maximum and minimum values.

Now, let's execute each step in detail.


Step 1: Set the Equations Equal

Set x36x2+9x=ax^3 - 6x^2 + 9x = a.


Step 2: Find the Critical Points

Take the derivative of f(x)=x36x2+9xf(x) = x^3 - 6x^2 + 9x:

f(x)=3x212x+9f'(x) = 3x^2 - 12x + 9

Set f(x)=0f'(x) = 0 to find the critical points.

Let's solve 3x212x+9=03x^2 - 12x + 9 = 0 for xx. The critical points are x=1x = 1 and x=3x = 3.


Step 3: Find the Local Maximum and Minimum Values

Let's substitute x=1x = 1 and x=3x = 3 into the original cubic function to find the local maximum and minimum values.

  • For x=1x = 1: f(1)=(1)36(1)2+9(1)f(1) = (1)^3 - 6(1)^2 + 9(1)
  • For x=3x = 3: f(3)=(3)36(3)2+9(3)f(3) = (3)^3 - 6(3)^2 + 9(3)

Let's calculate these values. At x=1x = 1, the value is f(1)=4f(1) = 4.
At x=3x = 3, the value is f(3)=0f(3) = 0.


Step 4: Determine the Range for aa

The cubic function will intersect the line y=ay = a at three distinct points if aa is strictly between the local maximum and minimum values.
Since f(1)=4f(1) = 4 and f(3)=0f(3) = 0, the possible values for aa are those strictly between 0 and 4.

So, 0<a<40 < a < 4.


Step 5: Count the Integer Values

The integer values of aa that satisfy 0<a<40 < a < 4 are 1,2,31, 2, 3.

So, there are 3 integer values.


Final Answer:
Amanita, the number of integer values of aa for which the curve and the line intersect at three distinct points is 3\boxed{3}.