Analyzing the Setup
We start by anchoring our line. A line passing through
A(1,2) with an unknown slope
m is defined by the point-slope form:
y−2=m(x−1)
To form a triangle with the axes, this line must intersect the x-axis at point
P and the y-axis at point
Q. To find
P, we set
y=0:
0−2=m(x−1)⇒x=1−m2
Thus, the x-intercept is
P=(1−m2,0).
Similarly, for
Q, we set
x=0:
y−2=m(0−1)⇒y=2−m
Thus, the y-intercept is
Q=(0,2−m). We have successfully translated the geometric constraint into algebraic coordinates.
The Area Function
The area
A of the right-angled triangle
△OPQ is given by
A=21×base×height. Substituting our intercepts, we get:
A=21(1−m2)(2−m)
Let's expand this expression to analyze the function:
A=21[2−m−m4+2]=21[4−m−m4]
This is the function we need to minimize. Note that for the triangle to exist in the first quadrant, the intercepts must be positive, which implies we must choose a negative slope m.
The Calculus Approach
To find the minimum, we differentiate
A with respect to
m:
dmdA=21[0−1−4(−1)m−2]=21[−1+m24]
Setting
dmdA=0 gives us:
−1+m24=0⇒m2=4⇒m=±2
Since m=2 would not form a triangle in the first quadrant, we must choose m=−2. The negative slope confirms that the line must tilt downwards to enclose a region in the first quadrant.
The Elegant Shortcut
The Midpoint Trick
There is a powerful theorem in coordinate geometry: for a line passing through a fixed point (x0,y0) to minimize the area of the triangle formed with the axes, the fixed point must be the midpoint of the segment PQ.
If
(1,2) is the midpoint of
PQ, then the intercepts must be
P(2,0) and
Q(0,4). The slope is then calculated as:
m=0−24−0=−2
This confirms our previous result using a much faster method. Understanding these underlying structures allows you to solve complex problems with maximum efficiency.