Analyzing the Geometry of the Line and the Circle
Welcome, future engineer. Today, we are going to peel back the layers of a problem that beautifully marries coordinate geometry with the art of optimization. It is not just about finding a number; it is about understanding how a line, constrained by a circle, dances across the axes.
Phase 1
Decoding the Circle
We begin with the equation x2+y2−16x−4y=0. To understand the circle, we must find its heart—the center.
By comparing this to the standard form x2+y2+2gx+2fy+c=0, we identify the center C at (8,2). Imagine this point (8,2) as a fixed anchor in the first quadrant. Our variable line is tethered to this anchor, pivoting around it while slicing through the coordinate axes.
Phase 2
The Variable Line
When a line cuts the axes at A(a,0) and B(0,b), the most powerful tool in our arsenal is the intercept form:
This equation is elegant because it directly relates the intercepts a and b to the line's position. Since the line passes through the center C(8,2), we substitute these coordinates into our equation:
This is the constraint that binds our variables together.
Phase 3
The Constraint and the Objective
We want to minimize the sum of the distances OA+OB, which is simply S=a+b. To minimize this, we need S in terms of a single variable.
From our constraint, we isolate b:
Before we proceed, pause and look at the denominator. For b to be positive (as the line hits the positive axes), a−8 must be positive. Thus, we have a vital domain constraint: a>8.
Phase 4
The Calculus of Optimization
Now, we define our objective function:
To find the minimum, we take the derivative with respect to a:
Applying the quotient rule, we get:
Setting S′(a)=0 leads us to (a−8)2=16, which yields a−8=±4. This gives us a=12 or a=4.
Recalling our constraint a>8, we immediately reject a=4. The only valid critical point is a=12.
The Final Verdict
With a=12, we find:
The minimum sum OA+OB is 12+6=18. We have successfully navigated the constraints and optimized the function.
The minimum value of the sum OA+OB is 18.