Question
A line passes through and makes an angle of 45° with the positive x-axis. Write its equation in slope-intercept form, point-slope form, and normal form.
Solution — Step by Step
Slope . Point: .
From :
So slope and y-intercept :
Normal form: where is the perpendicular distance from origin and is the angle the normal makes with x-axis.
From : divide by .
But we need the RHS to be positive, so write as … Actually, let us rewrite: , divide by :
, → (or , or equivalently ).
. Normal form:
Why This Works
graph TD
A["Which line equation form to use?"] --> B["Given slope and y-intercept?"]
B -->|Yes| C["Slope-intercept: y = mx + c"]
A --> D["Given slope and a point?"]
D -->|Yes| E["Point-slope: y - y₁ = m x - x₁"]
A --> F["Given two intercepts?"]
F -->|Yes| G["Intercept form: x/a + y/b = 1"]
A --> H["Need perpendicular distance from origin?"]
H -->|Yes| I["Normal form: x cos α + y sin α = p"]
A --> J["Given two points?"]
J -->|Yes| K["Two-point: y-y₁ / y₂-y₁ = x-x₁ / x₂-x₁"]
Each form of the line equation is suited to different given information. The point-slope form is the most versatile — it works whenever you have any point on the line and the slope. The intercept form is elegant when both intercepts are known. The normal form is essential for distance calculations.
All forms ultimately represent the same line — converting between them is just algebra. The general form is the most compact and is used for distance formulas: distance from to line is .
Alternative Method
For JEE, the parametric form (also called symmetric form) is extremely useful: , where is the distance from along the line. Any point on the line is .
This form is a JEE Advanced favourite because it lets you express points on a line in terms of a single parameter (the distance), making optimization problems on lines much easier.
Common Mistake
Using the intercept form when the line passes through the origin. The intercept form requires non-zero intercepts. If the line passes through the origin, both intercepts are 0, and the form breaks down (division by zero). Use the slope form instead. Similarly, the intercept form fails for vertical lines () and horizontal lines through origin (). Always check applicability before using a specific form.