Animated Solution for Mathematics - Three Dimensional Geometry: The largest value of a, for which the perpendicular distance of the plane containing the lines r=(i^+j^)+λ(i^+aj^−k^) and r=(i^+j^)+μ(−i^+j^−ak^) from the point (2,1,4) is 3, is ______.
Enter Numerical Value:
Visualized Solution
Visualizing the Setup
Given lines: r=(i^+j^)+λ(i^+aj^−k^) and r=(i^+j^)+μ(−i^+j^−ak^)
Point from which distance is measured: Q(2,1,4)
Perpendicular distance: d=3
Objective: Find the largest value of a.
Identifying the Common Point
Both lines pass through the point (1,1,0). Let's call it P.
Point P(1,1,0) lies on the required plane.
The Normal Vector Concept
Direction vector of Line 1: d1=i^+aj^−k^
Direction vector of Line 2: d2=−i^+j^−ak^
The normal vector n is given by d1×d2.
Calculating the Normal Vector
n=i^1−1j^a1k^−1−a
n=(1−a2)i^+(a+1)j^+(a+1)k^
Dividing by (a+1), the direction ratios of the normal are: (1−a,1,1)
Equation of the Plane
Using point P(1,1,0) and normal (1−a,1,1):
(1−a)(x−1)+1(y−1)+1(z−0)=0
Simplified Plane Equation: (1−a)x+y+z+a−2=0
Setting up the Distance Formula
Distance d from point (x1,y1,z1) to plane Ax+By+Cz+D=0 is:
d=A2+B2+C2∣Ax1+By1+Cz1+D∣
Substituting Values
Substitute Q(2,1,4) into the distance formula:
(1−a)2+12+12∣(1−a)(2)+1+4+a−2∣=3
Simplifying the Equation
Numerator: ∣2−2a+5+a−2∣=∣5−a∣
Denominator: 1−2a+a2+1+1=a2−2a+3
Equation: a2−2a+3∣5−a∣=3
Squaring and Forming Quadratic
Square both sides: a2−2a+3(5−a)2=3
(5−a)2=3(a2−2a+3)
25−10a+a2=3a2−6a+9
2a2+4a−16=0⇒a2+2a−8=0
Solving for a and Conclusion
Factorize the quadratic: a2+4a−2a−8=0
(a+4)(a−2)=0
Possible values: a=−4 or a=2
The largest value is 2.
00:00 / 00:00
The Sigma Insight: Equation of a Plane
Solution Diagram
Analyzing the Setup
My dear student, welcome to the fascinating world of 3D geometry. Today, we are not just solving a problem; we are building a bridge between algebraic equations and the physical reality of a plane in space.
Imagine you are standing in a room, and you have two lines drawn on a flat sheet of paper. This sheet of paper is our plane. We have a point Q(2,1,4) hovering above this sheet, and we want to know how far it is from the paper. The problem gives us the distance, 3, and asks us to find the parameter a.
The Anchor
First, we must anchor our plane. Look at the equations of the lines:
r=(i^+j^)+λ(i^+aj^−k^)
r=(i^+j^)+μ(−i^+j^−ak^)
Do you see it? Both lines share the same position vector, i^+j^. This means they both pass through the point P(1,1,0). This is our anchor!
Since both lines lie on the plane, this point P must also lie on the plane. We have our point; now we need the orientation.
The Normal Vector
To define a plane, we need a normal vector n that is perpendicular to it. We have the direction vectors of our lines: d1=i^+aj^−k^ and d2=−i^+j^−ak^.
If we take the cross product n=d1×d2, we get a vector perpendicular to both lines, and thus, perpendicular to the plane. Let's calculate this:
This results in n=(1−a2)i^+(a+1)j^+(a+1)k^. Notice the common factor (a+1). We can simplify our normal vector to n′=(1−a,1,1). This is the beauty of geometry; we can scale our normal vector without changing the plane's orientation.
The Plane Equation
Now, we use the point-normal form of the plane equation: A(x−x0)+B(y−y0)+C(z−z0)=0. Substituting our point P(1,1,0) and normal (1−a,1,1), we get:
(1−a)(x−1)+1(y−1)+1(z−0)=0
Expanding this, we get (1−a)x−(1−a)+y−1+z=0, which simplifies to:
(1−a)x+y+z+a−2=0
This is the equation of our plane.
The Distance Formula
The perpendicular distance from a point (x1,y1,z1) to a plane Ax+By+Cz+D=0 is given by:
d=A2+B2+C2∣Ax1+By1+Cz1+D∣
Substituting our point Q(2,1,4) and our plane equation, we get:
(1−a)2+12+12∣(1−a)(2)+1+4+a−2∣=3
Simplifying the numerator, we get ∣2−2a+5+a−2∣=∣5−a∣. The denominator becomes 1−2a+a2+2=a2−2a+3. So:
a2−2a+3∣5−a∣=3
The Quadratic Finale
To solve for a, we square both sides:
a2−2a+3(5−a)2=3
This gives (5−a)2=3(a2−2a+3), which expands to 25−10a+a2=3a2−6a+9. Rearranging, we get:
2a2+4a−16=0⇒a2+2a−8=0
Factoring this, we find (a+4)(a−2)=0. The roots are a=−4 and a=2. The question asks for the largest value, which is 2.