Animated Solution for Mathematics - Three Dimensional Geometry: Match the following :
List-I
(P)
Two rays x+y=∣a∣ and ax−y=1 intersects each other in the first quadrant in the interval a∈(a0,∞), the value of a0 is
(Q)
Point (α,β,γ) lies on the plane x+y+z=2. Let a=αi^+βj^+γk^, k^×(k^×a)=0, then γ=
(R)
∫01(1−y2)dy+∫10(y2−1)dy
(S)
If sinAsinBsinC+cosAcosB=1, then the value of sinC=
List-II
(1)
2
(2)
4/3
(3)
∫011−xdx+∫−101+xdx
(4)
1
Select Matching Pairs:
* Multiple Allowed
PMatches
QMatches
RMatches
SMatches
Visualized Solution
Intersection of Lines in Part (A)
Given equations: x+y=∣a∣ and ax−y=1
We need to find their intersection point in the first quadrant.
Solving for x and y
Adding the equations: (a+1)x=1+∣a∣⟹x=a+11+∣a∣
Substituting x to find y: y=a+1a∣a∣−1
Applying First Quadrant Constraints
For first quadrant: x>0 and y>0
From x>0: a+1>0⟹a>−1
From y>0: a∣a∣−1>0⟹a>1
Thus, a0=1.
Vector Triple Product in Part (B)
Given: k^×(k^×a)=0
Using vector triple product identity: (k^⋅a)k^−(k^⋅k^)a=0
Simplifying Vector a
Let a=αi^+βj^+γk^
Substitute into identity: γk^−(αi^+βj^+γk^)=0
Result: −αi^−βj^=0⟹α=0,β=0
Finding γ on the Plane
Point (α,β,γ) lies on the plane x+y+z=2
Substitute α=0,β=0: 0+0+γ=2
Final value: γ=2
Evaluating Integrals in Part (C)
Expression: ∫01(1−y2)dy+∫10(y2−1)dy
Using property: ∫abf(x)dx=−∫baf(x)dx
Simplified: 2∫01(1−y2)dy
Calculating the Definite Integral
Integral: 2[y−3y3]01
Substitute limits: 2(1−31)=2(32)=34
Matching with Option (r)
Option (r): ∫011−xdx+∫−101+xdx
Let 1−x=t and 1+x=u
Calculation: ∫01t1/2dt+∫01u1/2du=32+32=34
Trigonometric Analysis in Part (D)
Equation: sinAsinBsinC+cosAcosB=1
Rearrange: sinAsinBsinC=1−cosAcosB
Applying Bounding Arguments
We know that sinC≤1
Therefore: sinAsinB≥1−cosAcosB
Rearranging gives: cosAcosB+sinAsinB≥1
Using identity: cos(A−B)≥1
Final Conclusion for Part (D)
Since cos(A−B)≤1, we must have cos(A−B)=1⟹A=B
Substitute A=B back: sin2AsinC+cos2A=1
sin2AsinC=1−cos2A=sin2A⟹sinC=1
Summary of Matches
(A)→ (s) : a0=1
(B)→ (p) : γ=2
(C)→ (q, r) : Value =34
(D)→ (s) : sinC=1
00:00 / 00:00
The Sigma Insight: Equation of a Plane
The Symphony of JEE Mathematics
A Journey Through Complexity
Welcome, future engineer. Today, we are not just solving a 'Match the Following' problem; we are conducting an orchestra of mathematical concepts. We will traverse coordinate geometry, vector algebra, integral calculus, and trigonometric identities.
Take a deep breath, clear your workspace, and let us dive into the elegance of these solutions.
Phase 1
The Geometry of Intersection
We begin with Part A. We are presented with two lines: x+y=∣a∣ and ax−y=1. The problem asks us to find the condition for a such that these lines intersect in the first quadrant.
Imagine these lines on a Cartesian plane. The first line, x+y=∣a∣, is a line with a negative slope, shifting its distance from the origin based on the parameter a. The second line, ax−y=1, is a line with a positive slope a.
To find the intersection, we add the two equations:
(a+1)x=1+∣a∣
This yields:
x=a+11+∣a∣
Substituting this back, we find:
y=a+1a∣a∣−1
Now, here is the crucial realization: the 'first quadrant' constraint is not a suggestion; it is a strict boundary. We require x>0 and y>0.
For x>0, we need a>−1. But for y>0, we need a∣a∣−1>0, which simplifies to a2>1, or a>1. Thus, the intersection is only guaranteed in the first quadrant when a>1. The threshold a0=1 is our first victory.
Phase 2
The Elegance of Vectors
Next, we move to Part B. We are given k^×(k^×a)=0. This looks intimidating, but it is a classic application of the vector triple product identity:
A×(B×C)=(A⋅C)B−(A⋅B)C
Applying this to our equation, where A=k^, B=k^, and C=a, we get:
(k^⋅a)k^−(k^⋅k^)a=0
Since k^⋅a=γ and k^⋅k^=1, the equation simplifies to γk^−a=0. Substituting a=αi^+βj^+γk^, we see the γk^ terms vanish, leaving −αi^−βj^=0. This forces α=0 and β=0.
Since the point (α,β,γ) lies on the plane x+y+z=2, we substitute 0+0+γ=2, giving us γ=2. The geometry here is beautiful: the vector a is forced to lie entirely along the z-axis, resulting in a=2k^.
Phase 3
The Beauty of Integrals
Part C invites us to evaluate:
∫01(1−y2)dy+∫10(y2−1)dy
Many students panic at the sight of integrals, but look closely at the limits. The second integral is flipped! By the fundamental property ∫abf(x)dx=−∫baf(x)dx, we can rewrite the second integral as −∫01(y2−1)dy, which is ∫01(1−y2)dy.
Now, we have:
2∫01(1−y2)dy
Integrating 1−y2 gives y−3y3. Evaluating from 0 to 1, we get:
2(1−31)=2(32)=34
This matches perfectly with the integral ∫011−xdx+∫−101+xdx, which also evaluates to 4/3. It is a perfect symmetry.
Phase 4
The Trigonometric Trap
Finally, Part D. The equation sinAsinBsinC+cosAcosB=1 seems unsolvable at first glance. But let us rearrange it:
sinAsinBsinC=1−cosAcosB
We know that sinC≤1. If we replace sinC with its maximum value of 1, the inequality becomes sinAsinB≥1−cosAcosB. Rearranging gives:
cosAcosB+sinAsinB≥1
This is the expansion of cos(A−B)≥1. Since the cosine function can never exceed 1, the only way this inequality holds is if cos(A−B)=1, which implies A=B.
Substituting A=B back into the original equation, we get sin2AsinC+cos2A=1, which simplifies to sin2AsinC=sin2A. Assuming $\sin A
eq 0$, we get sinC=1.
You have successfully navigated through coordinate geometry, vector identities, integral properties, and trigonometric bounding. This is the essence of JEE Advanced—not just calculation, but insight. Keep this momentum going!