A plane containing the Y-axis is constrained by the fact that its normal vector must be perpendicular to the direction of that axis, which is defined by the vector (0,1,0). Using the general point-normal form for a plane passing through (1,2,3), we write the equation as a(x−1)+b(y−2)+c(z−3)=0
Since the normal vector (a,b,c) is orthogonal to (0,1,0), the dot product calculation a(0)+b(1)+c(0)=0 immediately confirms that b=0.
With the equation reduced to a(x−1)+c(z−3)=0, we identify another point on the plane to determine the relationship between the coefficients. Because the Y-axis passes through the origin (0,0,0), this coordinate must satisfy the equation. Substituting these values leads to a(0−1)+c(0−3)=0, which simplifies to a=−3c. Replacing a in the simplified equation with −3c yields −3c(x−1)+c(z−3)=0. After dividing by the non-zero constant c, the expression becomes −3x+3+z−3=0, which resolves to 3x−z=0.
Q202JEE Main 2021MCQ
A plane P contains the line x+2y+3z+1=0=x−y−z−6 and is perpendicular to the plane −2x+y+z+8=0 . Then which of the following points lies on P?
Any plane passing through the intersection of the two given planes belongs to a family defined by the equation (x+2y+3z+1)+λ(x−y−z−6)=0. By grouping the coefficients of x, y, and z, we can rewrite this as (1+λ)x+(2−λ)y+(3−λ)z+(1−6λ)=0, where the coefficients define the normal vector of the target plane. Because the plane is perpendicular to −2x+y+z+8=0, the dot product of their respective normal vectors must equal zero, leading to the condition −2(1+λ)+1(2−λ)+1(3−λ)=0. Simplifying this expression results in −2−2λ+2−λ+3−λ=0, which yields 3−4λ=0 and fixes the value of λ at 43. Substituting this value back into the general family equation results in the final plane equation 7x+5y+9z=14. Substituting the coordinates of the options into this equation reveals that the point (0,1,1) satisfies the requirement since 0+5+9 equals 14.
Q203JEE Main 2021MCQ
The equation of the line through the point (0,1,2) and perpendicular to the line 2x−1=3y+1=−2z−1 is
The condition of perpendicularity for two lines is that the dot product of their direction vectors must be zero. Given the line 2x−1=3y+1=−2z−1, we can represent an arbitrary point on this line by setting it equal to a parameter λ, yielding coordinates B(2λ+1,3λ−1,−2λ+1).
Since the target line passes through A(0,1,2) and B, its direction vector AB is (2λ+1,3λ−2,−2λ−1). Applying the perpendicular condition with the direction vector (2,3,−2) gives: 2(2λ+1)+3(3λ−2)−2(−2λ−1)=0
This simplifies to 17λ−2=0, which solves to λ=172.
Substituting λ=172 into the vector components produces (21/17,−28/17,−21/17), which simplifies to the proportional direction ratios (−3,4,3). With the point (0,1,2) and these ratios, the line equation is expressed as: −3x=4y−1=3z−2
Q204JEE Main 2021NAT
If the equation of the plane passing through the line of intersection of the planes 2x−7y+4z−3=0,3x−5y+4z+11=0 and the point (−2,1,3) is ax+by+cz−7=0, then the value of 2a+b+c−7 is ......... .
Any plane passing through the line of intersection of two given planes can be represented by the family of planes equation P1+λP2=0, where P1 and P2 are the expressions for the two initial planes and λ is a scalar parameter. Applying this to the provided equations, we write the expression as (2x−7y+4z−3)+λ(3x−5y+4z+11)=0. Because the required plane must pass through the specific point (−2,1,3), we substitute these coordinates for x, y, and z into the equation to determine the value of λ, which yields (−4−7+12−3)+λ(−6−5+12+11)=0. Simplifying the arithmetic, we find −2+12λ=0, leading to λ=61.
Substituting this value back into the family equation gives (2x−7y+4z−3)+61(3x−5y+4z+11)=0. To simplify, we multiply the entire equation by 6 to remove the fraction, resulting in 6(2x−7y+4z−3)+(3x−5y+4z+11)=0, which expands to 12x−42y+24z−18+3x−5y+4z+11=0. Combining the like terms produces the final equation of the plane, 15x−47y+28z−7=0. Comparing this result with the given form ax+by+cz−7=0, we identify the coefficients as a=15, b=−47, and c=28. Evaluating the final expression 2a+b+c−7 involves calculating 2(15)−47+28−7, which simplifies to 30−47+28−7 and equals 4.
Q205JEE Main 2021NAT
Let a plane P pass through the point (3,7,−7) and contain the line, −3x−2=2y−3=1z+2. If distance of the plane P from the origin is d, then d2 is equal to _________.
To determine the equation of a plane containing a line and a given point, identify the plane's normal vector by taking the cross product of the line's direction vector and a vector connecting any point on the line to the external point. Once the standard equation of the plane is established, the distance from the origin is calculated using the perpendicular distance formula for a plane.
Using the line −3x−2=2y−3=1z+2, we identify a point B(2,3,−2) and direction vector l=−3i^+2j^+k^. Connecting B to the point A(3,7,−7) yields the vector BA=(3−2)i^+(7−3)j^+(−7−(−2))k^=i^+4j^−5k^. Computing the cross product l×BA results in the normal vector n=−14i^−14j^−14k^, which scales to i^+j^+k^. Substituting these components into the plane equation (x−2)+(y−3)+(z+2)=0 simplifies to x+y+z−3=0. The perpendicular distance d from the origin (0,0,0) is 12+12+12∣−3∣=3, which implies d2=3.
Q206JEE Main 2021NAT
Let λ be an integer. If the shortest distance between the lines x−λ=2y−1=−2z and x=y+2λ=z−λ is 227, then the value of ∣λ∣ is ......... .
The shortest distance between two skew lines in space is derived by calculating the scalar projection of the vector connecting arbitrary points on the lines onto the common perpendicular vector, which is defined by the cross product of the two direction vectors of the lines. We first convert the equations of the given lines into symmetric form to easily identify their points and direction vectors. The first line x−λ=2y−1=−2z rearranges to 2x−λ=1y−1/2=−1z, passing through point P1=(λ,1/2,0) with direction vector b1=⟨2,1,−1⟩. The second line x=y+2λ=z−λ becomes 1x=1y−(−2λ)=1z−λ, which passes through point P2=(0,−2λ,λ) with direction vector b2=⟨1,1,1⟩.
The common perpendicular vector is the cross product b1×b2=⟨2,−3,1⟩, which has a magnitude of 14. Substituting these components into the distance formula ∣b1×b2∣∣(P2−P1)⋅(b1×b2)∣ using the displacement vector P2−P1=⟨−λ,−2λ−1/2,λ⟩ results in the expression 14∣5λ+3/2∣. Equating this to the given shortest distance 227=2147 yields the equation ∣5λ+3/2∣=7/2, or equivalently ∣10λ+3∣=7. This absolute value equation gives two possible values for λ, specifically λ=0.4 and λ=−1. Given that λ must be an integer, we conclude that λ=−1, and therefore ∣λ∣=1.
Q207JEE Main 2021NAT
Let the mirror image of the point (1,3,a) with respect to the plane r⋅(2i^−j^+k^)−b=0 be (−3,5,2). Then the value of ∣a+b∣ is equal to
The mirror image of a point across a plane relies on two fundamental geometric properties: the line segment connecting the point and its image must be perpendicular to the plane, and the midpoint of this segment must lie directly on the plane. For the point P(1,3,a) and its image Q(−3,5,2), the midpoint R is calculated as (21−3,23+5,2a+2), which simplifies to (−1,4,2a+2). Because this midpoint sits on the plane defined by 2x−y+z=b, we substitute these coordinates into the plane equation to get 2(−1)−4+2a+2=b, which rearranges to the relationship a=2b+10.
Simultaneously, the vector connecting the point and its image, PQ=(1−(−3),3−5,a−2)=(4,−2,a−2), must be parallel to the plane's normal vector, (2,−1,1). This proportionality implies that 24=−1−2=1a−2, which simplifies to 1a−2=2, identifying that a=4. Substituting this value back into the earlier linear relationship gives 4=2b+10, resulting in 2b=−6 or b=−3. Finally, the value of ∣a+b∣ is calculated as ∣4+(−3)∣, which equals 1.
Q208JEE Main 2021MCQ
The vector equation of the plane passing through the intersection of the planes r⋅(i^+j+k^)=1 and r⋅(i^−2j^)=−2 and the point (1,0,2) is
The family of planes passing through the intersection of two planes, defined by P1=0 and P2=0, is expressed by the equation P1+λP2=0, where λ is a scalar. For the given planes r⋅(i^+j^+k^)=1 and r⋅(i^−2j^)=−2, we first express them as r⋅(i^+j^+k^)−1=0 and r⋅(i^−2j^)+2=0. Combining these into the general equation for the required plane gives [r⋅(i^+j^+k^)−1]+λ[r⋅(i^−2j^)+2]=0.
Since the plane passes through the point (1,0,2), we substitute r=i^+2k^ into this equation to solve for λ. This yields [(i^+2k^)⋅(i^+j^+k^)−1]+λ[(i^+2k^)⋅(i^−2j^)+2]=0. Calculating the dot products, we get (1+0+2−1)+λ(1+0+0+2)=0, which simplifies to 2+3λ=0, or λ=−32.
Substituting λ=−32 back into the family equation, we obtain [r⋅(i^+j^+k^)−1]−32[r⋅(i^−2j^)+2]=0. To clear the fraction, we multiply the entire equation by 3, resulting in 3[r⋅(i^+j^+k^)−1]−2[r⋅(i^−2j^)+2]=0. Expanding the terms gives r⋅(3i^+3j^+3k^−2i^+4j^)=3+4, which simplifies to the final vector equation:
r⋅(i^+7j^+3k^)=7
Q209JEE Main 2021NAT
Let Q be the foot of the perpendicular from the point P(7,−2,13) on the plane containing the lines 6x+1=7y−1=8z−3 and 3x+1=5y−2=7z−3. Then (PQ)2 is equal to
The shortest distance from a point to a plane is the length of the perpendicular segment PQ, which requires first establishing the equation of the plane containing the given lines. The plane's normal vector is the cross product of the direction vectors of the lines, ⟨6,7,8⟩ and ⟨3,5,7⟩, which results in ⟨9,−18,9⟩ and simplifies to the proportional vector ⟨1,−2,1⟩, yielding the plane equation x−2y+z=0. Substituting the coordinates of P(7,−2,13) into the distance formula d=A2+B2+C2∣Ax0+By0+Cz0+D∣ gives PQ=12+(−2)2+12∣1(7)−2(−2)+1(13)∣=624. Squaring this result provides PQ2=96.
Q210JEE Main 2021NAT
Let S be the mirror image of the point Q (1,3,4) with respect to the plane2x−y+z+3=0 and let R(3,5,γ) be a point of this plane. Then the square of the length of the line segment SR is
The reflection of a point across a plane lies on a line perpendicular to the plane, following the relationship ax−x1=by−y1=cz−z1=−2a2+b2+c2ax1+by1+cz1+d. Applying this to the point Q(1,3,4) and the plane 2x−y+z+3=0, we find the ratios 2x−1=−1y−3=1z−4=−222+(−1)2+122(1)−3+4+3. Simplifying the right side of this equation to −2 identifies the coordinates of the mirror image S as (−3,5,2).
Since R(3,5,γ) lies on the plane, substituting these values into the plane equation 2x−y+z+3=0 gives 2(3)−5+γ+3=0. Solving this simplifies to 4+γ=0, confirming γ=−4, so R is positioned at (3,5,−4). To find the square of the length of segment SR, we use the squared distance formula (x2−x1)2+(y2−y1)2+(z2−z1)2 with points S(−3,5,2) and R(3,5,−4). This calculation (3−(−3))2+(5−5)2+(−4−2)2 simplifies to 62+02+(−6)2, which totals 72.
Q211JEE Main 2021NAT
Let P be a plane passing through the points (1,0,1),(1,−2,1) and (0,1,−2). Let a vector a=αi^+βj^+γk^ be such that a is parallel to theplane P, perpendicular to (i^+2j^+3k^) anda⋅(i^+j^+2k^)=2, then (α−β+γ)2 equals _______.
The equation of the plane containing the points (1,0,1), (1,−2,1), and (0,1,−2) is determined by finding the normal vector through the cross product of two vectors lying within the plane. Subtracting the points yields vectors (0,−2,0) and (−1,1,−3), whose cross product is 6i^−2k^. Simplifying this normal vector to 3i^−k^, we construct the plane equation as 3(x−1)−1(z−1)=0, which simplifies to 3x−z−2=0.
Since the vector a=αi^+βj^+γk^ is parallel to this plane, its dot product with the normal vector (3,0,−1) must equal zero, establishing the relation 3α−γ=0, or γ=3α. The condition that a is perpendicular to i^+2j^+3k^ implies α+2β+3γ=0. Substituting γ=3α into this expression gives α+2β+9α=0, which simplifies to β=−5α.
Utilizing the third condition, a⋅(i^+j^+2k^)=2, we arrive at the equation α+β+2γ=2. By substituting the relationships β=−5α and γ=3α into this equation, we get α−5α+2(3α)=2, which reduces to 2α=2, revealing that α=1. With α determined, we find β=−5 and γ=3. Evaluating the required expression (α−β+γ)2 with these values results in (1−(−5)+3)2=92, which equals 81.
Q212JEE Main 2021MCQ
Let the foot of perpendicular from a pointP(1,2,−1) to the straight line L:1x=0y=−1z be N. Let a line be drawn from P parallel to the plane x+y+2z=0 which meets L at point Q. If α is the acute angle between the lines PN and PQ, then cosα is equal to _________.
The geometry of this problem relies on finding the coordinates of points N and Q by applying vector orthogonality conditions. Since point N lies on the line L given by 1x=0y=−1z, we denote its coordinates as (k,0,−k). For N to be the foot of the perpendicular from P(1,2,−1), the vector PN=(k−1,−2,−k+1) must be perpendicular to the line's direction vector i^−k^. Solving the dot product (k−1,−2,−k+1)⋅(1,0,−1)=0 yields k=1, identifying N as (1,0,−1) and resulting in a magnitude of 2 for the vector segment PN.
Point Q also lies on line L, so its coordinates are (μ,0,−μ). Given that the line PQ is parallel to the plane x+y+2z=0, the vector PQ=(μ−1,−2,−μ+1) must be orthogonal to the plane's normal vector i^+j^+2k^. Setting the dot product (μ−1,−2,−μ+1)⋅(1,1,2)=0 results in μ−1−2−2μ+2=0, giving μ=−1. This identifies point Q as (−1,0,1), which corresponds to the vector PQ=(−2,−2,2).
With these vectors established, the acute angle α between the lines PN and PQ is determined using the cosine formula cosα=∣PN∣∣PQ∣∣PN⋅PQ∣. Using PN=(0,−2,0) and PQ=(−2,−2,2), the dot product magnitude is ∣(0)(−2)+(−2)(−2)+(0)(2)∣=4. Given the magnitudes ∣PN∣=2 and ∣PQ∣=(−2)2+(−2)2+22=12=23, the value of cosα is 2(23)4, which simplifies to 31.
Q213JEE Main 2021MCQ
The distance of the point (−1,2,−2) from the line of intersection of the planes 2x+3y+2z=0 and x−2y+z=0 is
Finding the distance between a point and the intersection of two planes begins by determining the direction vector of the line formed by that intersection. Because this line must be perpendicular to the normals of both planes, taking the cross product of n1=(2,3,2) and n2=(1,−2,1) yields the vector (7,0,−7), which simplifies to the direction vector (1,0,−1). This allows any point on the line to be expressed in parametric form as Q=(λ,0,−λ).
The shortest distance from the point P=(−1,2,−2) to the line occurs when the vector PQ=(λ+1,−2,2−λ) is orthogonal to the line's direction vector (1,0,−1). By setting their dot product equal to zero, we solve (λ+1)(1)+(−2)(0)+(2−λ)(−1)=0 to find λ=21, which establishes the coordinates of Q as (21,0,−21).
Calculating the magnitude of PQ using the coordinates P and Q results in PQ=(21−(−1),0−2,−21−(−2)), which simplifies to the vector (23,−2,23). The distance is then determined by (23)2+(−2)2+(23)2, which equals 49+4+49, ultimately simplifying to 234.
Q214JEE Main 2021MCQ
If (x,y,z) be an arbitrary point lying on a plane P, which passes through the points (42,0,0),(0,42,0) and (0,0,42), then the value of expression 3+(y−19)2(z−12)2x−11+(x−11)2(z−12)2y−19+(x−11)2(y−19)2z−12−14(x−11)(y−19)(z−12)x+y+z is equal to
The plane passing through (42,0,0), (0,42,0), and (0,0,42) follows the linear equation 42x+42y+42z=1, which simplifies to x+y+z=42. By introducing substitution variables a=x−11, b=y−19, and c=z−12, the constraint x+y+z=42 transforms into a+b+c=0. This observation is critical because the algebraic identity a3+b3+c3=3abc holds true whenever the sum of three terms is zero.
The expression can be written in terms of these new variables as 3+b2c2a+a2c2b+a2b2c−14abc42. Combining the three fractional terms using the common denominator a2b2c2 results in the numerator a3+b3+c3. Since a+b+c=0, this numerator is equal to 3abc, which transforms the combined fraction into a2b2c23abc, simplifying further to abc3. Simultaneously, the final term of the original expression, 14abc42, reduces to abc3. Subtracting this term from the combined fraction nullifies both components, leaving 3 as the final result.
Q215JEE Main 2021NAT
Suppose the line αx−2+−5y−2=2z+2 lies on the plane x+3y−2z+β=0. Then, (α+β) is equal to
Since the line αx−2=−5y−2=2z+2 is entirely contained within the plane x+3y−2z+β=0, any point on the line must also satisfy the equation of the plane. By inspecting the symmetric form of the line, we can see that it passes through the point (2,2,−2). Substituting these coordinates into the plane equation yields 2+3(2)−2(−2)+β=0, which simplifies to 12+β=0, meaning β=−12.
Additionally, because the line lies within the plane, its direction vector (α,−5,2) must be perpendicular to the normal vector of the plane, which is (1,3,−2). For two vectors to be perpendicular, their dot product must equal zero, leading to the equation α(1)+(−5)(3)+2(−2)=0. Solving this provides α−15−4=0, which confirms α=19. Combining these results gives the final value α+β=19+(−12)=7.
Q216JEE Main 2021MCQ
The equation of the plane passing through the line of intersection of the planes r⋅(i^+j^+k^)=1 and r⋅(2i^+3j^−k^)+4=0 and parallel to the X-axis is
Any plane passing through the line of intersection of two given planes P1=0 and P2=0 can be represented by the family equation P1+λP2=0. Given the planes x+y+z−1=0 and 2x+3y−z+4=0, their intersection is represented by (x+y+z−1)+λ(2x+3y−z+4)=0. We can rewrite this expression by grouping the variables as x(1+2λ)+y(1+3λ)+z(1−λ)+(4λ−1)=0.
Since the resulting plane is parallel to the X-axis, its normal vector must be perpendicular to the X-axis, which means the coefficient of x in the equation must be zero. Setting 1+2λ=0 allows us to determine the constant λ=−1/2. Substituting this value back into the combined equation, we get y(1−3/2)+z(1+1/2)+(4(−1/2)−1)=0, which simplifies to −(1/2)y+(3/2)z−3=0. Multiplying the entire equation by −2 results in y−3z+6=0, which is equivalent to the vector form r⋅(j^−3k^)+6=0.
Q217JEE Main 2021MCQ
The distance of line 3y−2z−1=0=3x−z+4 from the piont (2,−1,6) is
The shortest distance from the point (2,−1,6) to a line is determined by finding the perpendicular distance from the point to the line. First, rewrite the system of planes 3y−2z−1=0 and 3x−z+4=0 in symmetric form to identify a point Q and the line's direction vector d. Rearranging the equations gives 1/3x+4/3=2/3y−1/3=1z−0, which reveals a point Q=(−4/3,1/3,0) and a direction vector d=(1/3,2/3,1).
Define vector QP as (2−(−4/3),−1−1/3,6−0)=(10/3,−4/3,6). The length of the projection of QP onto the line, PR, is calculated using the dot product formula PR=∣d∣∣QP⋅d∣. Since ∣d∣=(1/3)2+(2/3)2+12=14/3 and QP⋅d=(10/3)(1/3)+(−4/3)(2/3)+6(1)=56/9, we obtain PR=14/356/9=3414. Applying the Pythagorean theorem where the perpendicular distance QR=∣QP∣2−PR2, we find ∣QP∣2=(10/3)2+(−4/3)2+62=100/9+16/9+324/9=440/9. Substituting the values yields QR=440/9−224/9=216/9=24, which simplifies to 26.
Q218JEE Main 2021NAT
If the distance of the point (1,−2,3) from the plane x+2y−3z+10=0 measured parallel to the line, 3x−1=m2−y=1z+3 is 27, then the value of ∣m∣ is equal to.........
Finding the distance from the point (1,−2,3) to the plane x+2y−3z+10=0 along a path parallel to a given line requires us to treat the path as a parametric line. The direction vector of the line is determined by the denominators in the line equation 3x−1=m2−y=1z+3, which is (3,−m,1). We can construct a line passing through our starting point (1,−2,3) with this same direction, represented by the parametric coordinates (1+3λ,−2−mλ,3+λ) for some scalar λ.
Since the measurement ends when this path hits the plane, the point (1+3λ,−2−mλ,3+λ) must satisfy the plane equation x+2y−3z+10=0. Substituting these parametric values leads to (1+3λ)+2(−2−mλ)−3(3+λ)+10=0. Simplifying this expression results in 1+3λ−4−2mλ−9−3λ+10=0, which reduces to −2mλ−2=0, or mλ=−1.
The distance between the starting point and the point of intersection on the plane is the magnitude of the displacement vector (3λ,−mλ,λ). Squaring this distance gives the value 9λ2+(−mλ)2+λ2. Equating this to the square of the given distance, (27)2=27, we obtain 9λ2+(−mλ)2+λ2=27. Substituting mλ=−1 into the squared distance formula, we get 10λ2+1=27, which simplifies to 10λ2=25, or λ2=41. Since m2λ2=(−1)2=1, we substitute λ2=41 to find that m2(41)=1, implying m2=4 and therefore ∣m∣=2.
Q219JEE Main 2021MCQ
The lines x=ay−1=z−2 and x=3y−2=bz−2,(ab=0) are coplanar, if :
Two lines in three-dimensional space are coplanar if the scalar triple product of the vector connecting a point on each line and the direction vectors of both lines is zero, a condition represented by the following determinant:
a3−1110ab3−1=0
Expanding this determinant along the third row yields −1(b3−a)−0+(−1)(a−3)=0, which simplifies to −b3+a−a+3=0. Combining these terms leads to 3−b3=0, which implies that b3=3, resulting in b=1. Since the condition ab=0 is given, the variable a can be any real number excluding zero, leaving b=1 as the definitive requirement for the lines to be coplanar.
Q220JEE Main 2021MCQ
Let the plane passing through the point (−1,0,−2) and perpendicular to each of the planes 2x+y−z=2 and x−y−z=3 be ax+by+cz+8=0. Then the value of a+b+c is equal to:
A plane that is perpendicular to two other planes possesses a normal vector orthogonal to the normals of those two planes, which is found by taking the cross product of the two given normal vectors. The normals of the planes 2x+y−z=2 and x−y−z=3 are (2,1,−1) and (1,−1,−1), respectively. Calculating the cross product yields the normal vector for our required plane: (2i^+j^−k^)×(i^−j^−k^)=−2i^+j^−3k^
Using the point-normal form of a plane equation, a(x−x0)+b(y−y0)+c(z−z0)=0, with the point (−1,0,−2) and the normal components a=−2,b=1,c=−3, we set up the equation: −2(x+1)+1(y−0)−3(z+2)=0
Expanding this gives −2x−2+y−3z−6=0, which simplifies to −2x+y−3z−8=0. To match the requested form ax+by+cz+8=0, we multiply the entire expression by −1, resulting in 2x−y+3z+8=0. Comparing this to the target form, we identify the coefficients as a=2,b=−1, and c=3. Therefore, the value of a+b+c is 2−1+3=4.
Want unlimited AI-generated Three Dimensional Geometry questions?
Sign up free and practice with adaptive difficulty — Easy, Medium, Hard. New questions every session.