Understanding Shortest Distance between a Point and a Circle
Choose your learning level
Watch & Learn
Video explanation of this concept
concept. Use space or enter to play video.
Beginner
Start here! Easy to understand
Now showing Beginner level explanation.
Beginner Explanation
The shortest distance from a point $(x_1,y_1)$ to a circle with center $(h,k)$ and radius $r$ is found by first measuring the straight-line distance to the center using $\sqrt{(x_1-h)^2+(y_1-k)^2}$, then subtracting $r$, and finally taking the absolute value: $|\sqrt{(x_1-h)^2+(y_1-k)^2}-r|$.
Practice Problems
Test your understanding with practice problems
1
Quick Quiz
Single Choice Quiz
Beginner
What is the shortest distance from the point $(3, 4)$ to the circle $x^2 + y^2 = 9$?
Please select an answer for all 1 questions before checking your answers. 1 question remaining.
2
Real-World Problem
Question Exercise
Intermediate
Teenager Scenario
Imagine you are plotting a map where a circle represents a park with center $(1, 2)$ and radius $4$, and a point represents your home at $(5, 6)$. Calculate the shortest path from your home to the park's boundary using the distance formula.
Click to reveal the detailed solution for this question exercise.
3
Thinking Challenge
Thinking Exercise
Intermediate
Think About This
Given a circle with center $(2, -1)$ and radius $5$, find the shortest distance to the point $(6, 3)$.
Click to reveal the detailed explanation for this thinking exercise.
4
Challenge Quiz
Single Choice Quiz
Advanced
Find the shortest distance between the circle $(x - 1)^2 + (y + 2)^2 = 16$ and the point $(5, -6)$.
Please select an answer for all 1 questions before checking your answers. 1 question remaining.
Recap
Watch & Learn
Review key concepts and takeaways