All Exams Test series for 1 year @ ₹349 only
Question

Let PQR be a triangle such that $\vec{PQ} = -2\hat{i} - \hat{j} + 2\hat{k}$ and $\vec{PR} = a\hat{i} + b\hat{j} - 4\hat{k}$, $a, b \in \mathbb{Z}$. Let S be the point on QR, which is equidistant from the lines PQ and PR. If $|\vec{PR}| = 9$ and $\vec{PS} = \hat{i} - 7\hat{j} + 2\hat{k}$, then the value of $3a - 4b$ is ________

Problem Analysis: We are given a triangle PQR with vectors $\vec{PQ}$ and $\vec{PR}$. A point S on QR is equidistant from lines PQ and PR. We are given $|\vec{PR}| = 9$ and $\vec{PS}$. We need to find $3a - 4b$, where $\vec{PR} = a\hat{i} + b\hat{j} - 4\hat{k}$ and $a, b \in \mathbb{Z}$.

Step 1: Calculate Magnitude of $\vec{PQ}$

Given $\vec{PQ} = -2\hat{i} - \hat{j} + 2\hat{k}$.

The magnitude is:

$|\vec{PQ}| = \sqrt{(-2)^2 + (-1)^2 + 2^2} = \sqrt{4 + 1 + 4} = \sqrt{9} = 3$

Step 2: Use Magnitude of $\vec{PR}$

Given $\vec{PR} = a\hat{i} + b\hat{j} - 4\hat{k}$ and $|\vec{PR}| = 9$.

Squaring the magnitude:

$|\vec{PR}|^2 = a^2 + b^2 + (-4)^2 = 9^2$

$a^2 + b^2 + 16 = 81$

$a^2 + b^2 = 65$

Since $a, b$ are integers, possible pairs $(a, b)$ are $(\pm 1, \pm 8)$, $(\pm 8, \pm 1)$, $(\pm 4, \pm 7)$, $(\pm 7, \pm 4)$.

Step 3: Apply Equidistant Condition

The condition that S is equidistant from lines PQ and PR means the distance from S to line PQ equals the distance from S to line PR.

The distance from point S to a line passing through P with direction vector $\vec{D}$ is given by $\frac{|\vec{PS} \times \vec{D}|}{|\vec{D}|}$.

So, $\frac{|\vec{PS} \times \vec{PQ}|}{|\vec{PQ}|} = \frac{|\vec{PS} \times \vec{PR}|}{|\vec{PR}|}$.

Substituting the known magnitudes:

$\frac{|\vec{PS} \times \vec{PQ}|}{3} = \frac{|\vec{PS} \times \vec{PR}|}{9}$

Multiplying by 9 gives:

$3 |\vec{PS} \times \vec{PQ}| = |\vec{PS} \times \vec{PR}|$

Step 4: Calculate Cross Products

Calculate $\vec{PS} \times \vec{PQ}$:

$\vec{PS} \times \vec{PQ} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 1 & -7 & 2 \\ -2 & -1 & 2 \end{vmatrix}$

$= \hat{i}((-7)(2) - (2)(-1)) - \hat{j}((1)(2) - (2)(-2)) + \hat{k}((1)(-1) - (-7)(-2))$

$= \hat{i}(-14 + 2) - \hat{j}(2 + 4) + \hat{k}(-1 - 14)$

$= -12\hat{i} - 6\hat{j} - 15\hat{k}$

$|\vec{PS} \times \vec{PQ}| = \sqrt{(-12)^2 + (-6)^2 + (-15)^2} = \sqrt{144 + 36 + 225} = \sqrt{405} = 9\sqrt{5}$

Calculate $\vec{PS} \times \vec{PR}$:

$\vec{PS} \times \vec{PR} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 1 & -7 & 2 \\ a & b & -4 \end{vmatrix}$

$= \hat{i}((-7)(-4) - (2)(b)) - \hat{j}((1)(-4) - (2)(a)) + \hat{k}((1)(b) - (-7)(a))$

$= \hat{i}(28 - 2b) - \hat{j}(-4 - 2a) + \hat{k}(b + 7a)$

$= (28 - 2b)\hat{i} + (4 + 2a)\hat{j} + (b + 7a)\hat{k}$

$|\vec{PS} \times \vec{PR}|^2 = (28 - 2b)^2 + (4 + 2a)^2 + (b + 7a)^2$

$|\vec{PS} \times \vec{PR}|^2 = 4(14 - b)^2 + 4(2 + a)^2 + (7a + b)^2$

Step 5: Substitute and Solve for $a, b$

Substitute the magnitudes back into the equation from Step 3:

$3 (9\sqrt{5}) = |\vec{PS} \times \vec{PR}|$

$27\sqrt{5} = |\vec{PS} \times \vec{PR}|$

Squaring both sides:

$(27\sqrt{5})^2 = |\vec{PS} \times \vec{PR}|^2$

$729 \times 5 = 4(14 - b)^2 + 4(2 + a)^2 + (7a + b)^2$

$3645 = 4(196 - 28b + b^2) + 4(4 + 4a + a^2) + (49a^2 + 14ab + b^2)$

$3645 = 784 - 112b + 4b^2 + 16 + 16a + 4a^2 + 49a^2 + 14ab + b^2$

$3645 = 53a^2 + 5b^2 + 16a - 112b + 14ab + 800$

$2845 = 53a^2 + 5b^2 + 16a - 112b + 14ab$

Step 6: Test Integer Pairs

We use the condition $a^2 + b^2 = 65$ and test the integer pairs.

Let's test the pair $(a, b) = (7, -4)$:

Check $a^2 + b^2 = 7^2 + (-4)^2 = 49 + 16 = 65$. (Satisfied)

Substitute into the equation from Step 5:

$53(7)^2 + 5(-4)^2 + 16(7) - 112(-4) + 14(7)(-4)$

$= 53(49) + 5(16) + 112 + 448 - 392$

$= 2597 + 80 + 112 + 448 - 392$

$= 3237 - 392 = 2845$

This pair satisfies the equation. Thus, $a = 7$ and $b = -4$.

Step 7: Calculate the Final Value

We need to find $3a - 4b$.

$3a - 4b = 3(7) - 4(-4)$

$= 21 + 16 = 37$

Was this answer helpful?

Similar Questions

  1. A quantity $Q$ is formulated as $X^{-2} Y^{\frac{3}{2}} Z^{\frac{-2}{5}}$. $X, Y$ and $Z$ are independent parameters which have fractional errors of $0.1, 0.2$ and $0.5$, respectively in measurement. The maximum fractional error of $Q$ is

  2. The characteristic distance at which quantum gravitational effects are significant, the Planck length, can be determined from a suitable combination of the fundamental physical constants G, $\hbar$ and c. Which of the following correctly gives the Planck length ?
  3. A man in a car at location Q on a straight highway is moving with speed v. He decides to reach a point P in qa field at a distance d from the highway (point m) as shown in the figure. Speed of the car in the field is half to that on the highway. What should be the distance RM, so that the time taken to reach P is minimum ?

  4. Given a charge $q$, current $I$ and permeability of vacuum $\mu_o$. Which of the following quantity has the dimension of momentum ?
  5. Three particles P, Q and R are moving along the vectors $\vec{A} = \hat{i} + \hat{j}$, $\vec{B} = \hat{j} + \hat{k}$ and $\vec{C} = -\hat{i} + \hat{j}$ respectively. They strike on a point and start to move in different directions.<br>Now particle P is moving normal to the plane which contains vector $\vec{A}$ and $\vec{B}$. Similarly particle Q is moving normal to the plane which contains vector $\vec{A}$ and $\vec{C}$. The angle between the direction of motion of P and Q is $\cos^{-1}\left(\frac{1}{\sqrt{x}}\right)$. Then the value of x is __________.
  6. Three students $S_1$, $S_2$ and $S_3$ perform an experiment for determining the acceleration due to gravity (g) using a simple pendulum. They use different lengths of pendulum and record time for different number of oscillations. The observations are as shown in the table.

    (least count of length =0.1 cm

    least count for time =0.1s ) 

    If $E_1$, $E_2$ and $E_3$ are the percentage errors in 'g' for students 1, 2 and 3 respectively, then the minimum percentage error is obtained by student no. __________.

  7. Keeping the significant figures in view, the sum of the physical quantities $52.01\text{ m}$, $153.2\text{ m}$ and $0.123\text{ m}$ is :
  8. When the position vector $\overrightarrow{r} = x\hat{i} + y\hat{j} + z\hat{k}$ changes sign as $-\overrightarrow{r}$, which one of the following vector will not flip under sign change ?
  9. For three unit vectors $\vec{a}, \vec{b}, \vec{c}$ satisfying $|\vec{a}-\vec{b}|^2 + |\vec{b}-\vec{c}|^2 + |\vec{c}-\vec{a}|^2 = 9$ and $|2\vec{a}+k\vec{b}+k\vec{c}| = 3$, the positive value of k is
  10. The diameter of a wire measured by a screw gauge of least count $0.001\text{ cm}$ is $0.08\text{ cm}$. The length measured by a scale of least count $0.1\text{ cm}$ is $150\text{ cm}$. When a weight of $100\text{ N}$ is applied to the wire, the extension in length is $0.5\text{ cm}$, measured by a micrometer of least count $0.001\text{ cm}$. The error in the measured Young's modulus is $\alpha \times 10^9\text{ N/m}^2$. The value of $\alpha$ is ________. 
    (Ignore the contribution of the load to Young's modulus error calculation)


Important Questions from General Physics

  1. A quantity $Q$ is formulated as $X^{-2} Y^{\frac{3}{2}} Z^{\frac{-2}{5}}$. $X, Y$ and $Z$ are independent parameters which have fractional errors of $0.1, 0.2$ and $0.5$, respectively in measurement. The maximum fractional error of $Q$ is

  2. The characteristic distance at which quantum gravitational effects are significant, the Planck length, can be determined from a suitable combination of the fundamental physical constants G, $\hbar$ and c. Which of the following correctly gives the Planck length ?
  3. A man in a car at location Q on a straight highway is moving with speed v. He decides to reach a point P in qa field at a distance d from the highway (point m) as shown in the figure. Speed of the car in the field is half to that on the highway. What should be the distance RM, so that the time taken to reach P is minimum ?

  4. Given a charge $q$, current $I$ and permeability of vacuum $\mu_o$. Which of the following quantity has the dimension of momentum ?
  5. Three particles P, Q and R are moving along the vectors $\vec{A} = \hat{i} + \hat{j}$, $\vec{B} = \hat{j} + \hat{k}$ and $\vec{C} = -\hat{i} + \hat{j}$ respectively. They strike on a point and start to move in different directions.<br>Now particle P is moving normal to the plane which contains vector $\vec{A}$ and $\vec{B}$. Similarly particle Q is moving normal to the plane which contains vector $\vec{A}$ and $\vec{C}$. The angle between the direction of motion of P and Q is $\cos^{-1}\left(\frac{1}{\sqrt{x}}\right)$. Then the value of x is __________.
Need Expert Advice?
More Questions from JEE Main

Start Your Preparation with Prepp Mobile App

Download the app from Google Play & App Store
Download the app from Google Play & App Store
Prepp Mobile App