For a,b∈Z and ∣a−b∣≤10, let the angle between the plane P:ax+y−z=b and the line l:x−1=a−y=z+1 be cos−1(31). If the distance of the point (6,−6,4) from the plane P is 36, then a4+b2 is equal to :
Options
Solution
1. Key Concepts and Formulas
This problem involves concepts from 3D Geometry:
Angle between a Plane and a Line: If a plane has a normal vector n=(A,B,C) and a line has a direction vector d=(l,m,n), the angle θ between the plane and the line is given by:
sinθ=∣∣n∣∣⋅∣∣d∣∣∣n⋅d∣
where n⋅d is the dot product, ∣∣n∣∣=A2+B2+C2 is the magnitude of the normal vector, and ∣∣d∣∣=l2+m2+n2 is the magnitude of the direction vector.
Distance of a Point from a Plane: The distance D of a point (x1,y1,z1) from a plane Ax+By+Cz+D′=0 is given by:
D=A2+B2+C2∣Ax1+By1+Cz1+D′∣
2. Step-by-Step Solution
Step 1: Determine sinθ from the given angle.
The angle between the plane P and the line l is given as θ=cos−1(31).
This means cosθ=31.
To use the angle formula for a plane and a line, we need sinθ. We use the identity sin2θ+cos2θ=1. Since θ is an angle between a line and a plane, 0≤θ≤2π, so sinθ must be positive.
sinθ=1−cos2θ=1−(31)2=1−91=98=322
Step 2: Extract the normal vector of the plane and the direction vector of the line.
The equation of the plane P is ax+y−z=b.
The normal vector to the plane P, n, is obtained from the coefficients of x,y,z:
n=(a,1,−1)
The equation of the line l is x−1=a−y=z+1.
To find its direction vector, we must write the line in its standard symmetric form, lx−x0=my−y0=nz−z0:
x−1=−1y−a=1z−(−1)
From this form, the direction vector of the line l, d, is:
d=(1,−1,1)
Step 3: Apply the angle formula and solve for 'a'.
Using the formula for the angle between a plane and a line:
sinθ=∣∣n∣∣⋅∣∣d∣∣∣n⋅d∣
First, calculate the dot product n⋅d:
n⋅d=(a)(1)+(1)(−1)+(−1)(1)=a−1−1=a−2
Next, calculate the magnitudes of the vectors:
∣∣n∣∣=a2+12+(−1)2=a2+1+1=a2+2∣∣d∣∣=12+(−1)2+12=1+1+1=3
Substitute these values into the sinθ formula from Step 1:
322=a2+2⋅3∣a−2∣
To solve for a, we rearrange and square both sides:
223a2+2=3∣a−2∣26a2+2=3∣a−2∣
Squaring both sides (recall ∣X∣2=X2):
(26)2(a2+2)2=(3(a−2))2(4⋅6)(a2+2)=9(a−2)224(a2+2)=9(a2−4a+4)
Divide by 3 to simplify:
8(a2+2)=3(a2−4a+4)8a2+16=3a2−12a+12
Rearrange into a quadratic equation:
5a2+12a+4=0
Factor the quadratic equation:
5a2+10a+2a+4=05a(a+2)+2(a+2)=0(5a+2)(a+2)=0
This yields two possible values for a:
a=−52ora=−2
The problem states that a∈Z (a is an integer). Therefore, we must choose a=−2.
Step 4: Use the distance formula to find 'b'.
With a=−2, the equation of the plane P becomes:
−2x+y−z=bor−2x+y−z−b=0
The distance of the point (6,−6,4) from this plane is given as 36.
Using the distance formula D=A2+B2+C2∣Ax1+By1+Cz1+D′∣:
Here, (x1,y1,z1)=(6,−6,4), and from the plane equation, A=−2,B=1,C=−1,D′=−b.
36=(−2)2+12+(−1)2∣(−2)(6)+(1)(−6)+(−1)(4)−b∣36=4+1+1∣−12−6−4−b∣36=6∣−22−b∣
Multiply both sides by 6:
36⋅6=∣−22−b∣3⋅6=∣−(22+b)∣18=∣22+b∣
This absolute value equation gives two possibilities for 22+b:
22+b=18or22+b=−18
Solving for b:
b=18−22⟹b=−4b=−18−22⟹b=−40
Step 5: Apply the condition ∣a−b∣≤10 to choose the correct 'b'.
We have a=−2. We check which value of b satisfies the condition ∣a−b∣≤10.
Case 1: b=−4∣a−b∣=∣−2−(−4)∣=∣−2+4∣=∣2∣=2
Since 2≤10, this value of b=−4 is valid.
Case 2: b=−40∣a−b∣=∣−2−(−40)∣=∣−2+40∣=∣38∣=38
Since 38≤10, this value of b=−40 is not valid.
Therefore, the unique correct values are a=−2 and b=−4.
Step 6: Calculate a4+b2.
Substitute the determined values of a and b into the expression a4+b2:
a4+b2=(−2)4+(−4)2=16+16=32
3. Common Mistakes & Tips
Angle Formula: Remember to use sinθ for the angle between a plane and a line, not cosθ. The angle between the normal vector and the line's direction vector is complementary to the angle between the plane and the line.
Line Equation Form: Always convert the line equation into the standard symmetric form to correctly identify the direction vector. Pay close attention to signs, especially for terms like a−y.
Absolute Values: Absolute value equations always lead to two cases. Make sure to consider both and use all given conditions (like ∣a−b∣≤10 and a,b∈Z) to filter for the correct solution.
Integer Constraints: Do not forget to apply integer constraints (a,b∈Z) to filter out non-integer solutions at each relevant step.
4. Summary
This problem required a systematic application of 3D geometry formulas. We first converted the given angle cos−1(1/3) to sinθ=322, which is needed for the angle between a plane and a line. We then extracted the normal vector of the plane and the direction vector of the line, being careful with the line's symmetric form. Applying the angle formula led to a quadratic equation for a, from which we found a=−2 (since a must be an integer). Next, using the distance formula from a point to the plane, we found two possible integer values for b. Finally, the condition ∣a−b∣≤10 uniquely determined b=−4. Substituting these values into a4+b2 gave the final result.
The final answer is 48, which corresponds to option (A).