Question

Difficulty: EasySystems of Linear and Non-Linear Equations

A system of equations consists of a parabola with the equation y=x2y = x^2 and a line with the equation y=3x2y = 3x - 2. The line and the parabola intersect at two points, (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2). What is the product of the yy-coordinates, y1y2y_1 \cdot y_2, of these two points?

Answer: 4

Answer

The product of the y-coordinates of the intersection points is 4.
Solving the system of equations by setting x2=3x2x^2 = 3x - 2 leads to the quadratic equation x23x+2=0x^2 - 3x + 2 = 0, which factors as (x1)(x2)=0(x - 1)(x - 2) = 0. The x-coordinates of the intersection points are x=1x = 1 and x=2x = 2. Substituting these into y=x2y = x^2 gives the corresponding y-coordinates as y=12=1y = 1^2 = 1 and y=22=4y = 2^2 = 4. The product of these y-coordinates is 14=41 \cdot 4 = 4.

Step-by-Step Solution

1
Equate the two equations to find the x-coordinates of the intersection points.
x2=3x2x^2 = 3x - 2
Since both equations are solved for y, setting them equal to each other allows us to find the x-coordinates where they intersect.
2
Move all terms to one side to set the quadratic equation to zero.
x23x+2=0x^2 - 3x + 2 = 0
This puts the equation in the standard form ax2+bx+c=0ax^2 + bx + c = 0, which can be solved by factoring.
3
Factor the quadratic equation.
(x1)(x2)=0(x - 1)(x - 2) = 0, so x1=1x_1 = 1 and x2=2x_2 = 2
Factoring shows that the values of x that satisfy the equation are the roots of the quadratic.
4
Substitute the x-coordinates back into the equation of the parabola to find the y-coordinates.
For x1=1x_1 = 1, y1=12=1y_1 = 1^2 = 1. For x2=2x_2 = 2, y2=22=4y_2 = 2^2 = 4.
Substituting x into either of the original equations gives the corresponding y-coordinates of the intersection points.
5
Calculate the product of the y-coordinates.
14=41 \cdot 4 = 4
The question asks for the product of the y-coordinates, so we multiply y1y_1 and y2y_2.

Key Concept

Solving systems of linear and quadratic equations by substitution.
Rate this question