Difficulty: Medium
Correct Answer: 2CD2
Explanation:
Introduction / Context:This identity leverages coordinate geometry in a right isosceles setup (legs equal, right angle at C). Placing the triangle conveniently on axes makes it easy to parametrize any point D on the hypotenuse AB and compute squared distances to A and B, then compare to CD².
Given Data / Assumptions:
Concept / Approach:Parametrize D as A + u(B − A) = (t(1 − u), tu). Then compute AD², BD², CD². Simplify each in terms of u and t. Compare AD² + BD² with CD² to find the constant factor independent of u.
Step-by-Step Solution:
AD² = u²|AB|² = u²(2t²).BD² = (1 − u)²|AB|² = (1 − u)²(2t²).Sum: AD² + BD² = 2t²(u² + (1 − u)²) = 4t²(u² − u + 1/2).CD² = (t(1 − u))² + (tu)² = 2t²(u² − u + 1/2).Hence AD² + BD² = 2 * CD².Verification / Alternative check:Pick u = 1/2 (midpoint) to sanity check: then AD = BD, and AD² + BD² clearly doubles CD² by computation.
Why Other Options Are Wrong:CD², 3CD², 4CD² contradict the derived identity valid for any D on AB.
Common Pitfalls:Placing the triangle incorrectly or assuming D is a special point; the relation holds for any D on AB.
Final Answer:2CD2
Discussion & Comments