Animated Solution for Mathematics - Three Dimensional Geometry: Let the plane ax+by+cz=d pass through (2,3,−5) and is perpendicular to the planes 2x+y−5z=10 and 3x+5y−7z=12. If a,b,c,d are integers d>0 and gcd(∣a∣,∣b∣,∣c∣,d)=1, then the value of a+7b+c+20d is equal to
Select Answer:
Visualized Solution
Identify Plane Normals
Given planes: P1:2x+y−5z=10 and P2:3x+5y−7z=12
Normal vector of P1: n1=(2,1,−5)
Normal vector of P2: n2=(3,5,−7)
Condition for Perpendicularity
The required plane is perpendicular to both P1 and P2.
Therefore, its normal vector n must be perpendicular to both n1 and n2.
The required plane passes through the point (x1,y1,z1)=(2,3,−5).
The Point-Normal Form
Equation of a plane passing through (x1,y1,z1) with normal (a,b,c) is a(x−x1)+b(y−y1)+c(z−z1)=0.
Substituting Values
Point: (2,3,−5), Normal: (18,−1,7)
Equation: 18(x−2)−1(y−3)+7(z−(−5))=0
Expanding the Equation
18x−36−y+3+7(z+5)=0
18x−36−y+3+7z+35=0
Standard Form ax+by+cz=d
Grouping terms: 18x−y+7z+(−36+3+35)=0
18x−y+7z+2=0
18x−y+7z=−2
Applying the Constraint d>0
The problem requires the form ax+by+cz=d where d>0.
Currently, d=−2, which is negative.
Multiply the entire equation by −1:
−18x+y−7z=2
Identifying Parameters
Comparing −18x+y−7z=2 with ax+by+cz=d:
a=−18,b=1,c=−7,d=2
Check GCD: gcd(∣−18∣,∣1∣,∣−7∣,2)=gcd(18,1,7,2)=1. The condition is satisfied.
Setting up the Final Expression
We need to find the value of a+7b+c+20d.
Substitute the values:
(−18)+7(1)+(−7)+20(2)
Calculating the Final Answer
(−18)+7−7+40
=−18+0+40
=22
Final Answer: 22
00:00 / 00:00
The Sigma Insight: Equation of a Plane
Solution Diagram
The Geometry of Planes
A 3D Adventure
Welcome, fellow explorer of the mathematical universe! Today, we are not just solving a problem; we are constructing a plane in 3D space.
Imagine you are standing in a room, and you are given two walls (planes) that intersect. You need to find a third wall that is perpendicular to both of them. This is the essence of our challenge.
Phase 1
The Normal Vector - Our Compass
Every plane has a 'normal vector'—a vector that points straight out from its surface, defining its orientation.
For the planes P1:2x+y−5z=10 and P2:3x+5y−7z=12, the coefficients of x,y, and z are our keys. They give us the normal vectors directly: n1=(2,1,−5) and n2=(3,5,−7).
These vectors are the 'DNA' of our planes.
Phase 2
The Magic of the Cross Product
We need a new plane that is perpendicular to both P1 and P2. Geometrically, this means the normal vector of our new plane, n, must be perpendicular to both n1 and n2.
How do we find a vector perpendicular to two others? The cross product is our magic wand! We calculate n=n1×n2 using a determinant:
n=i^23j^15k^−5−7
Expanding this, we get n=i^(1(−7)−(−5)(5))−j^(2(−7)−(−5)(3))+k^(2(5)−1(3)).
Simplifying this, we find n=18i^−1j^+7k^. This vector (18,−1,7) is the normal to our required plane.
Phase 3
Anchoring the Plane
A normal vector tells us the orientation, but not the position. To fix the plane in space, we need a point. We are given the point (2,3,−5).
Using the point-normal form, a(x−x1)+b(y−y1)+c(z−z1)=0, we substitute our values:
18(x−2)−1(y−3)+7(z−(−5))=0
Expanding this, we get 18x−36−y+3+7z+35=0, which simplifies to 18x−y+7z+2=0, or 18x−y+7z=−2.
Phase 4
The Final Polish
The problem demands d>0. Currently, d=−2.
We simply multiply the entire equation by −1 to get −18x+y−7z=2. Now, a=−18,b=1,c=−7, and d=2.
The GCD condition gcd(18,1,7,2)=1 is satisfied. Finally, we calculate a+7b+c+20d:
a+7b+c+20d=(−18)+7(1)+(−7)+20(2)
=−18+7−7+40=22
We have arrived at our destination! The elegance of this result, 22, is a testament to the beauty of 3D geometry.