Analyzing the Setup
Imagine you are walking along a path in the first quadrant, a curve defined by y=f(x). At any point R(b,f(b)) on this path, you decide to draw a tangent line.
This line, like a straight arrow shot from the curve, continues until it pierces the y-axis at a point S(0,c). The problem gives us a beautiful, simple constraint: the product of the x-coordinate of the point of tangency and the y-intercept of the tangent is always three, or bc=3.
To begin, we must translate this geometric description into the language of calculus. The slope of the tangent at R(b,f(b)) is given by the derivative f′(b).
Using the point-slope form, the equation of this tangent line is Y−f(b)=f′(b)(X−b). We want to find where this line hits the y-axis, so we set the capital X coordinate to zero.
This gives us c−f(b)=f′(b)(0−b), which simplifies to c=f(b)−bf′(b). This expression for c is our key.
The Bridge to Calculus
Now, we invoke the condition bc=3. Substituting our expression for c, we get b(f(b)−bf′(b))=3.
Since this must hold for any point on the curve, we can generalize this by replacing b with x and f(b) with y. We arrive at the differential equation:
Let us expand this: xy−x2dxdy=3. To make this look like a standard linear differential equation, we divide by −x2, yielding:
This is the standard form dxdy+Py=Q, where P=−x1 and Q=−x23.
The Integrating Factor
A Magical Tool
We need an Integrating Factor (IF) to unravel the derivative. The IF is defined as e∫Pdx.
Here, that is e∫−x1dx, which simplifies to e−lnx, or simply x1. Multiplying our entire differential equation by this factor, we get:
Notice the left side? It is the derivative of the product xy with respect to x. Integrating both sides, we get:
xy=∫−x33dx=−3∫x−3dx=−3(−2x−2)+C=2x23+C
The Final Reveal
We have the family of curves xy=2x23+C. We know the curve passes through P(1,23).
Substituting these values, we find 13/2=2(1)23+C, which leads to C=0. The equation of our curve is y=2x3, or 2xy=3.
Finally, we find point Q(a,21) on this curve. Substituting x=a and y=21 into 2xy=3, we get 2(a)(21)=3, so a=3. Thus, Q is (3,21).
The square of the distance PQ is:
(3−1)2+(21−23)2=22+(−1)2=4+1=5
We have successfully decoded the geometry and arrived at the final answer of 5.