StemCET Logo

Maths Question 14 – JEE-MAIN 2025

If the shortest distance between the lines x12=y23=z34 and x1=yα=z51 is 56, then the sum of all possible values of α is

Extract the position vectors and direction vectors for both lines from their given Cartesian equations.

🥷
Ninja StrategyVieta's Formulas for Sum of Roots

After setting up the shortest distance equation and simplifying it to a quadratic equation of the form aα2+bα+c=0, directly use Vieta's formula for the sum of roots (b/a) without solving for individual α values.

Step 1: Extract Line Parameters✦ Active

The first line L1:x12=y23=z34 passes through point a1=i^+2j^+3k^ and has direction vector b1=2i^+3j^+4k^. The second line L2:x1=yα=z51 passes through point a2=0i^+0j^+5k^ and has direction vector b2=i^+αj^+k^.

a2a1=(01)i^+(02)j^+(53)k^=i^2j^+2k^
Step 2: Apply Shortest Distance Formula○ Expand

Calculate the cross product of the direction vectors and the scalar triple product. The shortest distance D is given by D=|(a2a1)(b1×b2)||b1×b2|. Given D=56.

b1×b2=|i^j^k^2341α1|=(34α)i^+2j^+(2α3)k^ (a2a1)(b1×b2)=(1)(34α)+(2)(2)+(2)(2α3)=3+4α4+4α6=8α13 |b1×b2|=(34α)2+22+(2α3)2=924α+16α2+4+4α212α+9=20α236α+22

Substitute these into the distance formula:

|8α13|20α236α+22=56
💡 Teacher's Secret Hint

Be careful with algebraic signs during the cross product and dot product calculations.

Step 3: Solve for α and Sum the Values○ Expand

Square both sides of the equation to eliminate the absolute value and square root:

(8α13)220α236α+22=256 6(64α2208α+169)=25(20α236α+22) 384α21248α+1014=500α2900α+550 116α2+348α464=0

Divide the quadratic equation by 116:

α2+3α4=0

This quadratic equation can be factored as (α+4)(α1)=0. The possible values for α are α=1 and α=4. The sum of all possible values of α is 1+(4)=3.

💡 Teacher's Secret Hint

Remember that squaring both sides can introduce extraneous solutions, but in this case, both solutions are valid. For a quadratic equation ax2+bx+c=0, the sum of roots is b/a.

✦ STEM Console utilizes AI models to generate step-by-step explanations and math clues. AI can make mistakes.