Let the co-ordinates of one vertex of ΔABC be A(0,2,α) and the other two vertices lie on the line 5x+α=2y−1=3z+4. For α∈Z, if the area of ΔABC is 21 sq. units and the line segment BC has length 221 units, then α2 is equal to ___________.
Answer: 1
Solution
This problem requires us to combine concepts from 3D geometry, specifically the area of a triangle and the perpendicular distance from a point to a line. We are given the coordinates of one vertex, the line containing the other two vertices, the area of the triangle, and the length of its base. Our goal is to find the value of α2, where α is an integer.
1. Key Concepts and Formulas
Area of a Triangle: The area of a triangle can be calculated using the formula:
Area=21×base×height
In △ABC, if BC is considered the base, then the height is the perpendicular distance from vertex A to the line containing BC.
Perpendicular Distance from a Point to a Line in 3D: For a point PA(x0,y0,z0) and a line passing through a point P0(x1,y1,z1) with a direction vector d=(a,b,c), the perpendicular distance h from PA to the line is given by:
h=∣d∣∣P0PA×d∣
Here, P0PA is the vector from any point P0 on the line to the point PA.
2. Step-by-Step Solution
Step 1: Calculate the Height of the Triangle
We are given the area of △ABC as 21 square units and the length of the base BC as 221 units.
We use the area formula to find the height (h) from vertex A to the line containing BC:
Area=21×base×height21=21×(221)×h21=21×h
To find h, we divide both sides by 21:
h=2121=21
Thus, the perpendicular distance from vertex A to the line containing BC is 21 units.
Step 2: Identify a Point and Direction Vector of the Line
The line containing vertices B and C is given in symmetric form:
5x+α=2y−1=3z+4
To use the perpendicular distance formula, we need a point on the line (P0) and its direction vector (d).
Point on the line (P0): We can find a point on the line by setting the numerators to zero.
x+α=0⟹x=−αy−1=0⟹y=1z+4=0⟹z=−4
So, a point on the line is P0(−α,1,−4).
Direction vector of the line (d): The denominators of the symmetric form give the direction ratios.
So, d=(5,2,3).
Step 3: Calculate the Vector from a Point on the Line to Vertex A
The vertex A is given as A(0,2,α).
We need the vector P0A (vector from P0 to A):
P0A=A−P0=(0−(−α),2−1,α−(−4))=(α,1,α+4)
Step 4: Calculate the Cross Product P0A×d
Now we compute the cross product of P0A=(α,1,α+4) and d=(5,2,3):
P0A×d=iα5j12kα+43
Expanding the determinant:
k-component:(α)(2)−(1)(5)=2α−5
So, P0A×d=(−2α−5,2α+20,2α−5).
Step 5: Calculate the Magnitudes of the Vectors
We need ∣P0A×d∣ and ∣d∣.
Magnitude of the direction vector ∣d∣:∣d∣=52+22+32=25+4+9=38
Magnitude of the cross product ∣P0A×d∣:∣P0A×d∣2=(−2α−5)2+(2α+20)2+(2α−5)2
Since (−x)2=x2, we can write (−2α−5)2=(2α+5)2.
∣P0A×d∣2=(2α+5)2+(2α+20)2+(2α−5)2
Expand each term:
(4α2+20α+25)+(4α2+80α+400)+(4α2−20α+25)
Combine like terms:
∣P0A×d∣2=(4α2+4α2+4α2)+(20α+80α−20α)+(25+400+25)∣P0A×d∣2=12α2+80α+450
Therefore, ∣P0A×d∣=12α2+80α+450.
Step 6: Apply the Perpendicular Distance Formula and Solve for α
We know that the height h=21. Using the formula h=∣d∣∣P0A×d∣:
21=3812α2+80α+450
Square both sides of the equation to eliminate the square roots:
21=3812α2+80α+450
Multiply both sides by 38:
21×38=12α2+80α+450798=12α2+80α+450
Rearrange into a quadratic equation:
12α2+80α+450−798=012α2+80α−348=0
Divide the entire equation by 4 to simplify:
3α2+20α−87=0
Now, solve this quadratic equation for α using the quadratic formula α=2a−b±b2−4ac:
α=2(3)−20±202−4(3)(−87)α=6−20±400+1044α=6−20±1444
Calculate the square root of 1444: 1444=38.
α=6−20±38
This gives two possible values for α:
α1=6−20+38=618=3
α2=6−20−38=6−58=−329
Step 7: Determine the Integer Value of α
The problem states that α∈Z (α is an integer).
Comparing our two solutions:
α=3 is an integer.
α=−329 is not an integer.
Therefore, the valid value for α is 3.
Step 8: Calculate α2
Finally, we need to find α2:
α2=32=9
3. Common Mistakes & Tips
Arithmetic Errors: Be extremely careful with calculations, especially when expanding squared terms in the magnitude of the cross product. Sign errors are common.
Vector Direction: Ensure consistency when forming the vector from a point on the line to vertex A (e.g., P0A or AP0). While the magnitude will be the same, the components will be negated.
Quadratic Formula: Double-check the values of a,b,c and the calculation of the discriminant in the quadratic formula.
4. Summary
The problem was solved by first utilizing the given area and base length to determine the height of the triangle. This height represents the perpendicular distance from vertex A to the line containing BC. We then extracted a point and direction vector from the given line equation. Using the 3D formula for the perpendicular distance from a point to a line, which involves a cross product and magnitudes, we set up an equation in terms of α. Solving this quadratic equation yielded two values for α, from which the integer value was selected based on the problem's constraint. Finally, we calculated α2.