

InterviewSolution
Saved Bookmarks
1. |
A part of the locus of a point P, which is equidstant from two intersecting line as + by + c = 0 and px + qy + r = 0 |
Answer» `(a - p) x + (b - q) y + (c - x) = 0` `(|px_(1) + qy_(1) + r|)/(sqrt(p^(2) + q^(2)))`, (ii) PERPENDICUALR distance of the point `(x_(1), y_(1))` to the line `ax + by + c = 0` is `(|ax_(1) + qy_(1) + c|)/(sqrt(a^(2) + b^(2)))`, |
|