Distance from point to line (Shortest distance from (x0,y0) to line ax+by+c=0.)
jee-mainjee-advanced
Shortest distance from (x0,y0) to line ax+by+c=0.
What each symbol means
| Symbol | What it stands for |
|---|---|
| a,b,c | Coefficients of line ax+by+c=0 |
| (x0,y0) | Point |
When to use this
a,b not both zero.