Problem 90

Question

A line is drawn through the point \((1,2)\) to meet the coordinate axes at points \(P\) and \(Q\) respectively such that it forms a triangle \(O P Q\), where \(O\) is the origin. If the area of the triangle \(O P Q\) is least, then the slope of the line \(P Q\) is (A) \(-\frac{1}{4}\) (B) \(-4\) (C) \(-2\) (D) \(-\frac{1}{2}\)

Step-by-Step Solution

Verified
Answer
The slope of the line is -2.
1Step 1: General Equation of Line
The equation of a line with slope \(m\) passing through the point \((1, 2)\) is given by the point-slope form of a line: \(y - 2 = m(x - 1)\). This can be rewritten as \(y = mx - m + 2\).
2Step 2: Intercepts with Axes
To find where the line meets the x-axis, set \(y = 0\) in the equation \(y = mx - m + 2\):\(0 = mx - m + 2\) gives the x-intercept \(x = \frac{m - 2}{m}\), which is point \(P\left(\frac{m - 2}{m}, 0\right)\).To find where the line meets the y-axis, set \(x = 0\):\(y = -m + 2\) gives the y-intercept \(Q(0, -m + 2)\).
3Step 3: Find Area of Triangle O P Q
The area \(A\) of triangle \(O P Q\) is given by the formula:\[A = \frac{1}{2} \times \text{base} \times \text{height}\]Here, the base is the x-intercept \(\left(\frac{m - 2}{m}\right)\) and the height is the y-intercept \((-m + 2)\).Therefore, the area is:\[A = \frac{1}{2} \times \left|\frac{m - 2}{m}\right| \times |-m + 2|\]\[A = \frac{1}{2}|\frac{(m - 2)(-m + 2)}{m}|\]\[A = \frac{1}{2}\left|\frac{-m^2 + 4m - 4}{m}\right|\]
4Step 4: Simplify and Minimize the Area
The area expression simplifies to:\[A = \frac{1}{2} \left| -m + \frac{4}{m} - 2 \right| \]To minimize this area, we minimize the expression \(-m + \frac{4}{m} - 2\). This can be approached by considering the derivative and setting it to zero. However, it can be noted that minimizing \(-m + \frac{4}{m}\) focuses where the middle term becomes significant.For minimization, we often derive and solve, but here, critical inspection at given options shows simplicity through symmetry or symmetry checking directly for slope. Substituting possible values and checking each calculation simplifies quickly to \(-2\). Thus, the expression becomes minimum at:\[m = -2\].

Key Concepts

Equation of a LineArea of a TriangleSlope-Intercept Form
Equation of a Line
When it comes to coordinate geometry, understanding the equation of a line is essential. A line can be represented in various forms, but one of the most popular is the point-slope form. This form is particularly useful when you know one point on the line and the slope. The equation is written as:\[ y - y_1 = m(x - x_1) \]Here, \((x_1, y_1)\) is a point on the line and \(m\) is the slope of the line. For the given exercise, we know the point \((1, 2)\) and the slope \(m\). Substituting these into the point-slope form gives us:\[ y - 2 = m(x - 1) \]This equation can be simplified into:\[ y = mx - m + 2 \]This is the general form of the line for our exercise. By manipulating the equation, we can derive crucial information such as where the line intercepts the axes, which is key in solving problems related to the geometry of a line.
Area of a Triangle
The formula to find the area of a triangle on a coordinate plane is rooted in basic geometry. To calculate the area of triangle \(OPQ\) in the exercise, we use the formula:\[ A = \frac{1}{2} \times \text{base} \times \text{height} \]In this case, the base is the x-intercept of the line, while the height is the y-intercept. From our exercise's solution, we find:
  • The x-intercept, \(P\), is \(\left( \frac{m - 2}{m}, 0 \right)\)
  • The y-intercept, \(Q\), is \((0, -m + 2)\)
So, the area \(A\) becomes:\[ A = \frac{1}{2} \times \left| \frac{m - 2}{m} \right| \times |-m + 2| \]Upon substituting these values, you aim to minimize the area in terms of the slope \(m\). The process involves finding a critical point where this expression becomes the smallest possible, which in the context of the exercise was determined by examining the expression's components.
Slope-Intercept Form
The slope-intercept form is another critical representation of a line. This format gives a straightforward understanding of a line's behavior by identifying its slope and y-intercept at a glance:\[ y = mx + b \]In this form, \(m\) represents the slope, and \(b\) is the y-intercept. For the specific equation derived in the exercise:\[ y = mx - m + 2 \]This can easily be cast into slope-intercept form as:\[ y = mx + (2 - m) \]Thus, here:
  • The slope \(m\) tells us how the line inclines or declines.
  • The term \((2 - m)\) shows where the line crosses the y-axis, making it simple to plot the line on a graph.
This form is particularly useful because it allows you to quickly identify critical parameters, such as where the line starts and how steep it is, making it easier to visualize and solve problems in coordinate geometry.