Solution: The closest point is the projection of $(4, 3)$ onto the line. The formula for the projection of a point $(x_0, y_0)$ onto $ax + by + c = 0$ is used. Rewriting the line as $\frac12x + y - 5 = 0$, we compute the projection. Alternatively, parametrize the line and minimize distance. Let $x = t$, then $y = -\frac12t + 5$. The squared distance to $(4, 3)$ is $(t - 4)^2 + \left(-\frac12t + 5 - 3\right)^2 = (t - 4)^2 + \left(-\frac12t + 2\right)^2$. Expanding: $t^2 - 8t + 16 + \frac14t^2 - 2t + 4 = \frac54t^2 - 10t + 20$. Taking derivative and setting to zero: $\frac52t - 10 = 0 \Rightarrow t = 4$. Substituting back, $y = -\frac12(4) + 5 = 3$. Thus, the closest point is $(4, 3)$, which lies on the line. $\boxed(4, 3)$ - Nelissen Grade advocaten
Mar 01, 2026
Content is being prepared. Please check back later.