Question
Question: Let the shortest distance between the line y=x-3 and the parabola y=x²+3x+2 is d, then d² is _______...
Let the shortest distance between the line y=x-3 and the parabola y=x²+3x+2 is d, then d² is ________.

8
Solution
To find the shortest distance between the line y = x - 3
and the parabola y = x² + 3x + 2
, we follow these steps:
-
Identify the slope of the given line:
The equation of the line isy = x - 3
.
The slope of this line (m_L
) is1
. -
Find the derivative of the parabola equation:
The equation of the parabola isy = x² + 3x + 2
.
Differentiating with respect tox
gives the slope of the tangent to the parabola at any point(x, y)
:
dy/dx = d/dx (x² + 3x + 2)
dy/dx = 2x + 3
-
Find the point on the parabola where the tangent is parallel to the given line:
For the shortest distance, the tangent to the parabola at the closest point must be parallel to the given line. This means their slopes must be equal.
Set the derivative equal to the slope of the line:
2x + 3 = 1
2x = 1 - 3
2x = -2
x = -1
-
Find the y-coordinate of this point on the parabola:
Substitutex = -1
back into the parabola equation:
y = (-1)² + 3(-1) + 2
y = 1 - 3 + 2
y = 0
So, the point on the parabola closest to the line isP(-1, 0)
. -
Calculate the perpendicular distance from the point
P(-1, 0)
to the linex - y - 3 = 0
:
The formula for the perpendicular distanced
from a point(x₁, y₁)
to a lineAx + By + C = 0
is:
d = |Ax₁ + By₁ + C| / sqrt(A² + B²)
Here,(x₁, y₁) = (-1, 0)
,A = 1
,B = -1
, andC = -3
.
d = |(1)(-1) + (-1)(0) - 3| / sqrt(1² + (-1)²)
d = |-1 + 0 - 3| / sqrt(1 + 1)
d = |-4| / sqrt(2)
d = 4 / sqrt(2)
-
Calculate
d²
:
The question asks ford²
.
d² = (4 / sqrt(2))²
d² = 16 / 2
d² = 8
The final answer is 8.
Explanation of the solution:
The shortest distance between a line and a parabola (or any curve) occurs at a point on the curve where the tangent to the curve is parallel to the given line. We find this point by setting the derivative of the parabola's equation equal to the slope of the line. Once this point is found, the shortest distance is simply the perpendicular distance from this point to the given line.