Q
MCQ
Straight Lines
A rectangle is formed by the lines $x = 0, y = 0, x = 3$ and $y = 4$. Let the line $L$ be perpendicular to $3x + y + 6 = 0$ and divide the area of the rectangle into two equal parts. Then the distance of the point $(\frac{1}{2}, -5)$ from the line $L$ is equal to :
A) $\sqrt{10}$ B) $2\sqrt{5}$ C) $2\sqrt{10}$ D) $3\sqrt{10}$
1. Centroidal Property of Area Bisectors
A fundamental principle in Euclidean geometry is that any line passing through the geometric center (centroid) of a centrally symmetric figure, such as a circle, square, or rectangle, will divide the area of that figure into two equal parts. For a rectangle with vertices $(x_1, y_1)$ and $(x_2, y_2)$ at opposite ends of a diagonal, the center is always $( \frac{x_1+x_2}{2}, \frac{y_1+y_2}{2} )$. This property simplifies area-bisecting problems by converting an integration-based area problem into a simple point-on-line coordinate geometry problem.
2. Perpendicularity and Slope Relations
Two lines in a 2D plane are perpendicular if the product of their slopes is $-1$ (given the slopes are defined). If the equation of a line is provided in general form $Ax + By + C = 0$, its slope is $-A/B$. Consequently, any line perpendicular to it will have a slope of $B/A$. This relationship is a cornerstone of coordinate geometry, allowing us to find the orientation of a secondary line based solely on the coefficients of a primary reference line.
3. Point-Line Distance Derivation
The perpendicular distance $d$ from a point $(x_0, y_0)$ to a line $Ax + By + C = 0$ represents the shortest path between them. The formula $d = \frac{|Ax_0 + By_0 + C|}{\sqrt{A^2 + B^2}}$ is derived using the vector projection of a segment connecting the point to any arbitrary point on the line onto the line’s normal vector $\vec{n} = (A, B)$. In JEE problems, this formula often acts as the final “valuation” step after determining the equation of a specific line through other geometric constraints.
4. Geometry of Rectilinear Regions
Rectangles formed by axes-parallel lines (like $x=a$ and $y=b$) are common in introductory and intermediate calculus and geometry. Because the sides are vertical and horizontal, the calculation of the area ($Area = length \times width$) and the coordinates of the center become trivial. However, the complexity increases when these shapes interact with general linear equations, requiring a bridge between simple geometric properties and algebraic manipulation of linear functions.
1
Why must the line pass through the center to bisect the area?
⌄
Because a rectangle has point symmetry about its center. Any line through the center creates two congruent shapes (usually two trapezoids or two triangles), which naturally have equal areas.
2
Does this property apply to triangles?
⌄
No. For a triangle, a line bisecting the area does not necessarily pass through the centroid. Area bisection in triangles is more complex and depends on the base and height ratios.
3
How do I find the slope of 3x + y + 6 = 0?
⌄
Rewrite it in y = mx + c form: y = -3x – 6. The coefficient of x, which is -3, is the slope.
4
What if the line was parallel instead of perpendicular?
⌄
If line L was parallel to 3x + y + 6 = 0, its slope would have been exactly -3.
5
How do you simplify 40/√40?
⌄
Rationalize the denominator: (40 × √40) / (√40 × √40) = 40√40 / 40 = √40.
6
Can I use 1.5 instead of 3/2 in calculations?
⌄
Yes, but using fractions (3/2) often makes it easier to keep the coefficients as integers, which is safer for long calculations.
7
Is the area bisector line unique?
⌄
No, there are infinitely many lines that can bisect the area (any line through the center). However, once the slope is fixed (by the perpendicular condition), the line becomes unique.
8
What is the distance formula for the origin?
⌄
For the origin (0,0), the distance is simply |C| / √(A² + B²).
9
What does perpendicular distance represent?
⌄
It represents the shortest possible distance between a point and a line.
10
Why did we multiply the equation by 2?
⌄
To convert x – 3y + 4.5 = 0 into 2x – 6y + 9 = 0. Using integer coefficients makes applying the distance formula easier and less prone to arithmetic errors.