Final answer:
By equating the equations y = 4x² + 13x + 12 and y = x + 3 and finding the discriminant, which is zero, we prove that there is only one real solution. Thus, the line and the curve intersect at exactly one point, which is (-1.5, 1.5).
Step-by-step explanation:
To prove that the curve y = 4x² + 13x + 12 and the line y = x + 3 intersect at exactly one point without using a graphical method, we must equate the two equations and find the roots of the resultant quadratic equation. If the quadratic has only one real root, then the line and the curve intersect at only one point.
Equating the two equations:
Rearranging the terms gives us:
Now, we calculate the discriminant (Δ) of this quadratic equation:
- Δ = b² - 4ac
- Δ = (12)² - 4(4)(9)
- Δ = 144 - 144
- Δ = 0
Since the discriminant is zero, there is exactly one real solution to this equation, meaning the line and the curve intersect at a single point.
To find the coordinates of the intersection point, we solve for x:
- x = -b/2a
- x = -12/(2*4)
- x = -12/8
- x = -1.5
Plugging x back into the equation of the line to find y:
- y = x + 3
- y = -1.5 + 3
- y = 1.5
Therefore, the point of intersection is (-1.5, 1.5).