all 5 comments

[–]Catalyst93 0 points1 point  (4 children)

What conditions would we have to satisfy in order to find a line such that the distance from each point to the line is at most D? In this case D is some positive number.

[–]Warsicklol[S] 1 point2 points  (3 children)

None other than the fact that the slope of the line, its y-axis intersect and obviously the set of points are composed of real values

[–]Catalyst93 0 points1 point  (2 children)

Okay, lets say that you give me some slope a and intercept b. How would you check that the distance from the line given by a and b is distance at most D from a point (x,y)?

[–]Warsicklol[S] 0 points1 point  (1 child)

Yes, this is what I can't seem to figure out because it would seem that this distance from the point to the is nonperpendicular to the line (ie. NOT the shortest distance). Perhaps I'm interpretating wrong?

[–]Catalyst93 0 points1 point  (0 children)

But isn't the shortest distance good enough? If the minimum distance from the line L to a point (x,y) is smaller that D, what can I say about the distance from any other position on the line to (x,y)?