📖 Explanation
The core of this problem lies in translating the geometric property of the tangent line into a differential equation. Any tangent to the curve y=f(x) at a point (b,f(b)) follows the linear equation y−f(b)=f′(b)(x−b). Setting x=0 allows us to determine the y-intercept c as c=f(b)−bf′(b). By incorporating the given condition bc=3, which implies c=3/b, we equate these expressions to obtain 3/b=f(b)−bf′(b), which rearranges into the form bf′(b)−f(b)=−3/b. Dividing the entire equation by b2 reveals the derivative of a quotient, specifically b2bf′(b)−f(b)=−b33, which simplifies to dbd(bf(b))=−3b−3. Integrating both sides with respect to b yields bf(b)=2b23+λ. Because the curve passes through P(1,3/2), substituting these coordinates results in 13/2=2(1)23+λ, confirming that λ=0. Consequently, the function simplifies to f(b)=2b3. Given that the curve also passes through Q(a,1/2), we solve the equation 21=2a3 to find a=3, placing point Q at (3,1/2). With P(1,3/2) and Q(3,1/2), the squared distance (PQ)2 is calculated using the distance formula as (3−1)2+(1/2−3/2)2, which results in 22+(−1)2=4+1=5.