Question

Difficulty: Very hardLinear Equations in Two Variables

In the xyxy-plane, a line with a positive slope mm and a yy-intercept of (0,b)(0, b) passes through the point (b,12)(b, 12), where b>0b > 0. If the area of the triangle bounded by the line, the xx-axis, and the yy-axis is 44, what is the value of mm?

Answer: 2

Answer

2
The line equation is y=mx+by = mx + b. Substituting the point (b,12)(b, 12) gives 12=b(m+1)12 = b(m + 1). The xx-intercept of the line is at (bm,0)(-\frac{b}{m}, 0), which gives a base length of bm\frac{b}{m} for the right triangle, while the height is bb. The area of the triangle is b22m=4    b2=8m\frac{b^2}{2m} = 4 \implies b^2 = 8m. Substituting b=12m+1b = \frac{12}{m + 1} into this equation yields 144(m+1)2=8m    m(m+1)2=18\frac{144}{(m + 1)^2} = 8m \implies m(m + 1)^2 = 18. Solving this for positive values of mm gives the unique solution m=2m = 2.

Step-by-Step Solution

1
Express the line equation and substitute the given point (b,12)(b, 12).
b(m+1)=12b(m + 1) = 12
Since the line has a yy-intercept of (0,b)(0, b) and a slope of mm, its equation is y=mx+by = mx + b. Substituting the point (b,12)(b, 12) yields 12=m(b)+b=b(m+1)12 = m(b) + b = b(m + 1).
2
Determine the lengths of the base and height of the triangle formed by the line and the coordinate axes.
Base =bm= \frac{b}{m}, Height =b= b
The yy-intercept is at (0,b)(0, b) and the xx-intercept is at (bm,0)(-\frac{b}{m}, 0). Since b>0b > 0 and m>0m > 0, the height is bb and the base is the absolute value of the xx-intercept, which is bm\frac{b}{m}.
3
Write the area equation of the triangle and simplify it.
b2=8mb^2 = 8m
The area of the right triangle is 12×base×height=12(bm)b=b22m\frac{1}{2} \times \text{base} \times \text{height} = \frac{1}{2} \left(\frac{b}{m}\right)b = \frac{b^2}{2m}. Setting this equal to the given area of 44 gives b22m=4    b2=8m\frac{b^2}{2m} = 4 \implies b^2 = 8m.
4
Solve the system of equations for mm.
m=2m = 2
Substituting b=12m+1b = \frac{12}{m + 1} into b2=8mb^2 = 8m yields (12m+1)2=8m    144(m+1)2=8m    m(m+1)2=18\left(\frac{12}{m + 1}\right)^2 = 8m \implies \frac{144}{(m + 1)^2} = 8m \implies m(m + 1)^2 = 18. Since m(m+1)2m(m + 1)^2 is strictly increasing for positive mm, testing small integers shows 2(3)2=182(3)^2 = 18, so m=2m = 2 is the unique positive real solution.

Key Concept

Formulating linear equations in slope-intercept form and solving non-linear systems of equations derived from geometric constraints.

Alternative Method

Instead of algebraically expanding the cubic equation, one can test small positive integers for mm in the equation m(m+1)2=18m(m + 1)^2 = 18. Testing m=1m = 1 yields 1(2)2=41(2)^2 = 4 (too small), and testing m=2m = 2 yields 2(3)2=182(3)^2 = 18 (correct). Because m(m+1)2m(m + 1)^2 is strictly increasing for m>0m > 0, m=2m = 2 is the only positive real root.
Estimated Time:3m 0s
Rate this question