JEE MainMathematicsDefinite IntegrationNumerical+4 / −1
If the shortest distance between the lines and is , and , where denotes the greatest integer function, then is equal to .
Numerical answer
View written solutionFree
Correct answer: 48
- Write the two lines in vector form
The lines are and
So we can identify:
- A point on the first line:
- Direction vector of the first line:
And:
- A point on the second line:
- Direction vector of the second line:
- Use shortest distance formula between two skew lines
Shortest distance between two lines is
First,
Now compute cross product:
\begin{vmatrix} \hat i & \hat j & \hat k\\ 2&3&4\\ 1&-3&2 \end{vmatrix}.$$ So, $$\vec{d_1}\times \vec{d_2}= \hat i(3\cdot 2-4\cdot(-3))- \hat j(2\cdot 2-4\cdot 1)+ \hat k(2\cdot(-3)-3\cdot 1).$$ $$=\hat i(6+12)-\hat j(4-4)+\hat k(-6-3) =(18,0,-9).$$ Hence, $$|\vec{d_1}\times \vec{d_2}|=\sqrt{18^2+0^2+(-9)^2}=\sqrt{324+81}=\sqrt{405}=9\sqrt{5}.$$ Now, $$(\vec{B}-\vec{A})\cdot(\vec{d_1}\times \vec{d_2})=(5,5,-9)\cdot(18,0,-9)=90+0+81=171.$$ Therefore, $$D=\frac{171}{9\sqrt{5}}=\frac{19}{\sqrt{5}}=\frac{19\sqrt{5}}{5}.$$ Given that $$D=\frac{38}{3\sqrt{5}}\,k.$$ So, $$\frac{19}{\sqrt{5}}=\frac{38}{3\sqrt{5}}k.$$ Multiplying by $\sqrt{5}$: $$19=\frac{38}{3}k$$ $$k=\frac{19\cdot 3}{38}=\frac{3}{2}.$$ --- 3. **Evaluate** $\int_0^k [x^2]dx$ Since $k=\frac32$, $$I=\int_0^{3/2}[x^2]dx.$$ Now $[x^2]$ changes value when $x^2$ crosses integers. For $x\ge 0$: - $[x^2]=0$ for $0\le x<1$ - $[x^2]=1$ for $1\le x<\sqrt2$ - $[x^2]=2$ for $\sqrt2\le x<\sqrt3$ But $\frac32<\sqrt3$, so only these intervals matter. Thus, $$I=\int_0^1 0\,dx+\int_1^{\sqrt2}1\,dx+\int_{\sqrt2}^{3/2}2\,dx.$$ $$I=0+(\sqrt2-1)+2\left(\frac32-\sqrt2\right).$$ $$I=\sqrt2-1+3-2\sqrt2=2-\sqrt2.$$ Given $$\int_0^k [x^2]dx=\alpha-\sqrt{\alpha}.$$ So, $$\alpha-\sqrt{\alpha}=2-\sqrt2.$$ This matches for $$\alpha=2,$$ since $$2-\sqrt2=2-\sqrt2.$$ --- 4. **Find** $6\alpha^3$ $$6\alpha^3=6(2^3)=6\cdot 8=48.$$ --- 5. **Comparison with stored answer** Derived answer = $48$ Stored correct answer = $48$ So the answer agrees.