Distance Between Two Parallel Lines

Distance between two parallel lines

graph TD A[Distance between two parallel lines] A --> B["Formula: |A-B|/sqrt(1+m^2)"] B --> C[Where A and B are slopes] B --> D[And m is the slope of the lines] A --> E[Assumptions] E --> F[Lines are in the form y = mx + c] E --> G[Lines are not coincident] E --> H[Lines are not intersecting]