Animated Solution for Mathematics - Straight Lines: Let a point A lie between the parallel lines L1 and L2 such that its distances from L1 and L2 are 6 and 3 units, respectively. Then the area (in sq. units) of the equilateral triangle ABC, where the points B and C lie on the lines L1 and L2, respectively, is :
Select Answer:
Visualized Solution
Visualizing the Setup
Parallel lines L1 and L2.
Point A lies between them.
Distance from L1=6 units.
Distance from L2=3 units.
Setting the Coordinate System
Let L2 be the x-axis: y=0.
Total distance between L1 and L2=6+3=9.
Equation of L1: y=9.
Point A is at (0,3).
Coordinates of B and C
Let B=(xB,9) on L1.
Let C=(xC,0) on L2.
Triangle ABC is equilateral.
Distance AB2 and AC2
AB2=(xB−0)2+(9−3)2=xB2+36
AC2=(xC−0)2+(0−3)2=xC2+9
Distance BC2
BC2=(xB−xC)2+(9−0)2
BC2=(xB−xC)2+81
Equating AB2 and AC2
Since ABC is equilateral, AB2=AC2.
xB2+36=xC2+9
xB2=xC2−27
Equating AC2 and BC2
AC2=BC2
xC2+9=(xB−xC)2+81
xC2+9=xB2+xC2−2xBxC+81
Substituting xB2
Cancel xC2: 9=xB2−2xBxC+81
Substitute xB2=xC2−27:
9=(xC2−27)−2xBxC+81
2xBxC=xC2+45
Squaring the Relation
Square both sides: (2xBxC)2=(xC2+45)2
4xB2xC2=(xC2+45)2
Substitute xB2=xC2−27:
4(xC2−27)xC2=(xC2+45)2
Forming the Quartic Equation
Expand left: 4xC4−108xC2
Expand right: xC4+90xC2+2025
3xC4−198xC2−2025=0
Divide by 3: xC4−66xC2−675=0
Solving for xC2
Let u=xC2. Then u2−66u−675=0.
Factorize: (u−75)(u+9)=0
Since u=xC2≥0, we get u=75.
Therefore, xC2=75.
Calculating the Area
Side length squared a2=AC2=xC2+9
a2=75+9=84
Area =43a2=43(84)=213
00:00 / 00:00
The Sigma Insight: Various Forms of Equations of a Line
Solution Diagram
The Geometry of Elegance
Solving the Equilateral Triangle Problem
Welcome, fellow traveler on the JEE journey. Today, we are going to dissect a problem that, at first glance, feels like a spatial puzzle.
We have two parallel lines, L1 and L2, and a point A floating between them. We need to construct an equilateral triangle ABC with B on L1 and C on L2.
It sounds simple, but the beauty lies in how we translate this physical reality into the language of mathematics.
Phase 1
The Coordinate Setup
Imagine you are standing on a vast, flat plane. We have two parallel lines, L1 and L2.
We know the distance from A to L1 is 6 and to L2 is 3. This means the total distance between the lines is 6+3=9.
To make our lives easier, let us define our coordinate system. Let L2 be the x-axis, so its equation is y=0. Consequently, L1 becomes the line y=9.
Now, where do we place point A? Let us place it on the y-axis at (0,3). This choice is strategic; it centers our problem and simplifies our distance calculations significantly.
Phase 2
The Equilateral Constraint
We need to find the coordinates of B and C. Since B lies on L1, its coordinates are (xB,9). Since C lies on L2, its coordinates are (xC,0).
The core of this problem is the equilateral triangle ABC. In an equilateral triangle, all sides are equal, which means the squares of the sides must also be equal: AB2=AC2=BC2. This is our golden key.
Let us calculate these squares using the distance formula. For AB2, we have:
AB2=(xB−0)2+(9−3)2=xB2+36
For AC2, we have:
AC2=(xC−0)2+(0−3)2=xC2+9
And for the third side, BC2:
BC2=(xB−xC)2+(9−0)2=(xB−xC)2+81
Phase 3
The Algebraic Dance
Now, we equate these expressions. First, AB2=AC2 gives us:
xB2+36=xC2+9⇒xB2=xC2−27
This is a powerful relation. It allows us to express xB2 in terms of xC2. Next, we equate AC2=BC2:
xC2+9=(xB−xC)2+81
Expanding the right side, we get:
xC2+9=xB2+xC2−2xBxC+81
Notice the xC2 terms on both sides? They cancel out, leaving us with a much simpler equation:
9=xB2−2xBxC+81
Now, substitute our earlier relation xB2=xC2−27 into this equation:
9=(xC2−27)−2xBxC+81
Rearranging to isolate the product term 2xBxC, we find:
2xBxC=xC2+45
Phase 4
The Final Calculation
To eliminate xB completely, we square both sides:
4xB2xC2=(xC2+45)2
Substituting xB2=xC2−27 again, we get a quartic equation in terms of xC2:
4(xC2−27)xC2=(xC2+45)2
Expanding both sides leads us to:
4xC4−108xC2=xC4+90xC2+2025
3xC4−198xC2−2025=0
Dividing by 3, we get the quadratic form u2−66u−675=0, where u=xC2. Factoring this, we find (u−75)(u+9)=0. Since xC2 cannot be negative, we have xC2=75.
Finally, the side length squared a2=AC2=xC2+9=75+9=84. The area of an equilateral triangle is 43a2. Plugging in our value:
Area=43×84=213
And there you have it! Through the systematic application of coordinate geometry, we have tamed the problem. Remember, every complex equation is just a story waiting to be told. Keep practicing, and keep falling in love with the process.