Analyzing the Setup
Imagine you are standing on a coordinate plane. You have a fixed point P at (3,5). A line passes through this point, but it is not static; it is a variable line, meaning it can rotate around P.
However, it is constrained by a beautiful condition: it must intersect the positive x-axis and the positive y-axis. This creates a triangle △OAB with the origin O(0,0). Our goal is to find the minimum area this triangle can possibly have as the line rotates.
The Intercept Form
To tackle this, we need to define our line mathematically. Let the line intersect the x-axis at A(a,0) and the y-axis at B(0,b). Since the intercepts are on the positive axes, we know a>0 and b>0.
The most powerful tool for a line defined by its intercepts is the intercept form of the linear equation:
This equation is the heartbeat of our problem. It tells us exactly how the line behaves relative to the axes.
The Constraint of the Fixed Point
We know the line must pass through the fixed point P(3,5). This means that the coordinates (3,5) must satisfy our intercept equation. By substituting x=3 and y=5 into the equation, we get:
This is our constraint. It links the two variables a and b together. No matter how the line rotates, this relationship must hold true.
The Optimization Challenge
We want to minimize the area of the right-angled triangle △OAB. The area is given by the classic formula:
Area=21×base×height=21ab
We have a sum constraint, a3+b5=1, and we want to minimize the product ab. This is a classic setup for the Arithmetic Mean-Geometric Mean (AM-GM) inequality.
The AM-GM inequality states that for any positive real numbers x1 and x2, the arithmetic mean is greater than or equal to the geometric mean:
Applying the AM-GM Magic
Let us apply this to our terms a3 and b5:
We know that a3+b5=1. Substituting this into our inequality, we get:
To solve for ab, we square both sides. Since both sides are positive, the inequality sign remains unchanged:
Cross-multiplying, we find:
The Final Result
We have found that the product ab must be at least 60. Since the area of our triangle is 21ab, the minimum area is:
And there we have it! The minimum area of the triangle is 30.
As a parting gift, remember this shortcut for your exams: for a line passing through (h,k) in the first quadrant, the minimum area of the triangle formed with the axes is always 2hk. Here, 2×3×5=30. Keep this in your toolkit, and you will be ready for any similar challenge!