Question

Difficulty: Very hardSlope of a Line

In the standard (x,y)(x, y) coordinate plane, line L1L_1 has a negative slope and passes through the point (1,4)(1, 4). Line L2L_2 has a positive slope and passes through the point (7,3)(7, 3). Both lines intersect the xx-axis at the same point PP. If the product of the slopes of L1L_1 and L2L_2 is 43-\frac{4}{3}, and line L3L_3 is perpendicular to L1L_1 and passes through the point (2,2)(2, -2), what is the yy-intercept of L3L_3?

Answer: -3.5

Answer

The yy-intercept of line L3L_3 is 3.5-3.5.
By writing the slope of the first line as 4xp1\frac{-4}{x_p - 1} and the slope of the second line as 3xp7\frac{-3}{x_p - 7}, their product is set to 43-\frac{4}{3}. Solving the resulting quadratic equation (xp4)2=0(x_p - 4)^2 = 0 yields xp=4x_p = 4. Substituting this back gives a slope of 43-\frac{4}{3} for the first line. The perpendicular line must have a slope of 34\frac{3}{4}. Using the point-slope formula with point (2,2)(2, -2) and slope 34\frac{3}{4} gives the line y=34x3.5y = \frac{3}{4}x - 3.5, which crosses the yy-axis at 3.5-3.5.

Step-by-Step Solution

1
Express the slopes of L1L_1 and L2L_2 in terms of the unknown xx-coordinate of point PP.
m1=04xp1=4xp1m_1 = \frac{0 - 4}{x_p - 1} = \frac{-4}{x_p - 1} and m2=03xp7=3xp7m_2 = \frac{0 - 3}{x_p - 7} = \frac{-3}{x_p - 7}
Since PP lies on the xx-axis, its coordinates are (xp,0)(x_p, 0). We apply the slope formula m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1} to the points on each line.
2
Set up the equation for the product of the slopes.
(4xp1)(3xp7)=43    12(xp1)(xp7)=43\left(\frac{-4}{x_p - 1}\right)\left(\frac{-3}{x_p - 7}\right) = -\frac{4}{3} \implies \frac{12}{(x_p - 1)(x_p - 7)} = -\frac{4}{3}
The problem states that the product of the slopes of L1L_1 and L2L_2 is 43-\frac{4}{3}.
3
Solve the equation for xpx_p.
xp=4x_p = 4
Cross-multiplying gives 36=4(xp28xp+7)36 = -4(x_p^2 - 8x_p + 7), which simplifies to 9=xp28xp+7    xp28xp+16=0    (xp4)2=0-9 = x_p^2 - 8x_p + 7 \implies x_p^2 - 8x_p + 16 = 0 \implies (x_p - 4)^2 = 0.
4
Find the slope of L1L_1.
m1=441=43m_1 = \frac{-4}{4 - 1} = -\frac{4}{3}
Substituting xp=4x_p = 4 back into the expression for m1m_1 yields the slope of L1L_1.
5
Find the slope of L3L_3.
m3=34m_3 = \frac{3}{4}
Since L3L_3 is perpendicular to L1L_1, its slope is the negative reciprocal of m1m_1.
6
Write the linear equation for L3L_3 and determine its yy-intercept.
y=34x3.5y = \frac{3}{4}x - 3.5, so the yy-intercept is 3.5-3.5.
Using the point-slope form with point (2,2)(2, -2) and slope m3=34m_3 = \frac{3}{4}, we get y(2)=34(x2)    y+2=34x1.5    y=34x3.5y - (-2) = \frac{3}{4}(x - 2) \implies y + 2 = \frac{3}{4}x - 1.5 \implies y = \frac{3}{4}x - 3.5.

Key Concept

The slope of a line is defined as m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1}. Perpendicular lines have slopes that are negative reciprocals of each other, satisfying m1m2=1m_1 \cdot m_2 = -1. The yy-intercept of a line is the value of yy when x=0x = 0.
Rate this question