Question

Difficulty: MediumSystems of Linear and Non-Linear Equations

A line is defined by the equation y=2x+ky = 2x + k, where kk is a constant. A parabola is defined by the equation y=x24x+14y = x^2 - 4x + 14. If the line and the parabola intersect at exactly one point in the standard (x,y)(x, y) coordinate plane, what is the value of kk?

Answer: 5

Answer

The value of the constant kk must be 5.
To find the intersection of the line and the parabola, set their equations equal to each other: x24x+14=2x+kx^2 - 4x + 14 = 2x + k. Rearranging this into standard quadratic form gives x26x+(14k)=0x^2 - 6x + (14 - k) = 0. For the system to have exactly one solution, the discriminant of this quadratic equation must be zero. The discriminant is b24ac=(6)24(1)(14k)=3656+4k=4k20b^2 - 4ac = (-6)^2 - 4(1)(14 - k) = 36 - 56 + 4k = 4k - 20. Setting 4k20=04k - 20 = 0 yields k=5k = 5.

Step-by-Step Solution

1
Equate the linear and quadratic expressions to find their intersection.
x24x+14=2x+kx^2 - 4x + 14 = 2x + k
Setting the two equations equal to each other allows us to find the xx-coordinates of any intersection points.
2
Rearrange the terms to write the equation in standard quadratic form, ax2+bx+c=0ax^2 + bx + c = 0.
x26x+(14k)=0x^2 - 6x + (14 - k) = 0
Subtracting 2x2x and kk from both sides simplifies the equation into a quadratic form where a=1a = 1, b=6b = -6, and c=14kc = 14 - k.
3
Apply the condition for exactly one intersection point by setting the discriminant to zero.
(6)24(1)(14k)=0(-6)^2 - 4(1)(14 - k) = 0
A quadratic equation has exactly one real root if and only if its discriminant, b24acb^2 - 4ac, is equal to zero.
4
Solve the linear equation for kk.
k=5k = 5
Expanding the equation yields 3656+4k=036 - 56 + 4k = 0, which simplifies to 4k20=04k - 20 = 0, leading to k=5k = 5.

Key Concept

Determining the condition for a linear equation to be tangent to a quadratic equation by setting the discriminant of their intersection equation to zero.
Rate this question