Introduction to Board Exam Practice Questions

This section contains 30 board-exam style questions aligned with the Class XII Mathematics pattern. In board exams, presentation is as important as the final answer. Always write the relevant formula first, then substitute the values carefully, and finally simplify the result in a neat step-by-step manner.

For vector questions, common formulas you should clearly state are:

  • Magnitude: a=x2+y2+z2|\vec{a}| = \sqrt{x^2+y^2+z^2}
  • Projection of a\vec{a} on b\vec{b}: abb\dfrac{\vec{a}\cdot\vec{b}}{|\vec{b}|}
  • Angle between vectors: cosθ=abab\cos\theta = \dfrac{\vec{a}\cdot\vec{b}}{|\vec{a}||\vec{b}|}
  • Cross product magnitude: a×b=absinθ|\vec{a}\times\vec{b}| = |\vec{a}||\vec{b}|\sin\theta
  • Internal division formula: r=mb+nam+n\vec{r} = \dfrac{m\vec{b}+n\vec{a}}{m+n}
  • External division formula: r=mbnamn\vec{r} = \dfrac{m\vec{b}-n\vec{a}}{m-n}

Question 1

Find the magnitude of the vector a=2i^3j^+6k^\vec{a} = 2\hat{i} - 3\hat{j} + 6\hat{k}.

Solution: Step 1: The scalar components of a\vec{a} are x=2x = 2, y=3y = -3, and z=6z = 6.

Step 2: Use the formula for the magnitude of a vector: a=x2+y2+z2|\vec{a}| = \sqrt{x^2 + y^2 + z^2}

Step 3: Substitute the values: a=(2)2+(3)2+(6)2|\vec{a}| = \sqrt{(2)^2 + (-3)^2 + (6)^2}

Step 4: Evaluate: a=4+9+36=49=7|\vec{a}| = \sqrt{4 + 9 + 36} = \sqrt{49} = 7

Answer: 7

Question 2

Write a unit vector in the direction of the vector a=i^+j^+2k^\vec{a} = \hat{i} + \hat{j} + 2\hat{k}.

Solution: Step 1: Find the magnitude of a\vec{a}: a=12+12+22=1+1+4=6|\vec{a}| = \sqrt{1^2 + 1^2 + 2^2} = \sqrt{1 + 1 + 4} = \sqrt{6}

Step 2: The unit vector in the direction of a\vec{a} is a^=aa\hat{a} = \frac{\vec{a}}{|\vec{a}|}

Step 3: Therefore, a^=i^+j^+2k^6=16i^+16j^+26k^\hat{a} = \frac{\hat{i} + \hat{j} + 2\hat{k}}{\sqrt{6}} = \frac{1}{\sqrt{6}}\hat{i} + \frac{1}{\sqrt{6}}\hat{j} + \frac{2}{\sqrt{6}}\hat{k}

Answer: 16i^+16j^+26k^\frac{1}{\sqrt{6}}\hat{i} + \frac{1}{\sqrt{6}}\hat{j} + \frac{2}{\sqrt{6}}\hat{k}

Question 3

Find the direction cosines of the vector joining the points A(1,2,3)A(1, 2, -3) and B(1,2,1)B(-1, -2, 1), directed from AA to BB.

Solution: Step 1: Find the vector AB\vec{AB}: AB=(11)i^+(22)j^+(1(3))k^=2i^4j^+4k^\vec{AB} = (-1 - 1)\hat{i} + (-2 - 2)\hat{j} + (1 - (-3))\hat{k} = -2\hat{i} - 4\hat{j} + 4\hat{k}

Step 2: Find the magnitude of AB\vec{AB}: AB=(2)2+(4)2+42=4+16+16=36=6|\vec{AB}| = \sqrt{(-2)^2 + (-4)^2 + 4^2} = \sqrt{4 + 16 + 16} = \sqrt{36} = 6

Step 3: Direction cosines are given by l=xr,m=yr,n=zrl = \frac{x}{r}, \quad m = \frac{y}{r}, \quad n = \frac{z}{r}

Step 4: Hence, l=26=13,m=46=23,n=46=23l = \frac{-2}{6} = -\frac{1}{3}, \quad m = \frac{-4}{6} = -\frac{2}{3}, \quad n = \frac{4}{6} = \frac{2}{3}

Answer: 1/3,2/3,2/3-1/3, -2/3, 2/3

Question 4

Find the projection of the vector i^j^\hat{i} - \hat{j} on the vector i^+j^\hat{i} + \hat{j}.

Solution: Step 1: Let a=i^j^,b=i^+j^\vec{a} = \hat{i} - \hat{j}, \qquad \vec{b} = \hat{i} + \hat{j}

Step 2: Projection of a\vec{a} on b\vec{b} is abb\frac{\vec{a} \cdot \vec{b}}{|\vec{b}|}

Step 3: Compute the dot product: ab=(1)(1)+(1)(1)=11=0\vec{a} \cdot \vec{b} = (1)(1) + (-1)(1) = 1 - 1 = 0

Step 4: Compute the magnitude of b\vec{b}: b=12+12=2|\vec{b}| = \sqrt{1^2 + 1^2} = \sqrt{2}

Step 5: Therefore, Projection=02=0\text{Projection} = \frac{0}{\sqrt{2}} = 0

Answer: 0

Question 5

Find the angle between two vectors a\vec{a} and b\vec{b} with magnitudes 3\sqrt{3} and 22, respectively, having ab=6\vec{a} \cdot \vec{b} = \sqrt{6}.

Solution: Step 1: Use the formula cosθ=abab\cos\theta = \frac{\vec{a} \cdot \vec{b}}{|\vec{a}||\vec{b}|}

Step 2: Substitute the values: cosθ=63×2\cos\theta = \frac{\sqrt{6}}{\sqrt{3} \times 2}

Step 3: Simplify: cosθ=2323=22\cos\theta = \frac{\sqrt{2}\sqrt{3}}{2\sqrt{3}} = \frac{\sqrt{2}}{2}

Step 4: Therefore, θ=cos1(22)=π4\theta = \cos^{-1}\left(\frac{\sqrt{2}}{2}\right) = \frac{\pi}{4}

So the angle is 4545^\circ or π4\frac{\pi}{4}.

Answer: π/4\pi/4

Question 6

For what value of λ\lambda are the vectors a=2i^+λj^+k^\vec{a} = 2\hat{i} + \lambda\hat{j} + \hat{k} and b=i^2j^+3k^\vec{b} = \hat{i} - 2\hat{j} + 3\hat{k} perpendicular to each other?

Solution: Step 1: Two vectors are perpendicular if their dot product is zero: ab=0\vec{a} \cdot \vec{b} = 0

Step 2: Compute the dot product: (2i^+λj^+k^)(i^2j^+3k^)=0(2\hat{i} + \lambda\hat{j} + \hat{k}) \cdot (\hat{i} - 2\hat{j} + 3\hat{k}) = 0 (2)(1)+(λ)(2)+(1)(3)=0(2)(1) + (\lambda)(-2) + (1)(3) = 0

Step 3: Simplify: 22λ+3=02 - 2\lambda + 3 = 0 52λ=05 - 2\lambda = 0 2λ=52\lambda = 5 λ=52\lambda = \frac{5}{2}

Answer: 5/25/2

Question 7

Find the area of a parallelogram whose adjacent sides are determined by the vectors a=i^j^+3k^\vec{a} = \hat{i} - \hat{j} + 3\hat{k} and b=2i^7j^+k^\vec{b} = 2\hat{i} - 7\hat{j} + \hat{k}.

Solution: Step 1: Area of the parallelogram is a×b|\vec{a} \times \vec{b}|

Step 2: Compute the cross product: a×b=i^j^k^113271\vec{a} \times \vec{b} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 1 & -1 & 3 \\ 2 & -7 & 1 \end{vmatrix}

Expanding, =i^[(1)(1)3(7)]j^[(1)(1)3(2)]+k^[(1)(7)(1)(2)]= \hat{i}[(-1)(1) - 3(-7)] - \hat{j}[(1)(1) - 3(2)] + \hat{k}[(1)(-7) - (-1)(2)] =i^(1+21)j^(16)+k^(7+2)= \hat{i}(-1 + 21) - \hat{j}(1 - 6) + \hat{k}(-7 + 2) =20i^+5j^5k^= 20\hat{i} + 5\hat{j} - 5\hat{k}

Step 3: Find the magnitude: a×b=202+52+(5)2=400+25+25=450|\vec{a} \times \vec{b}| = \sqrt{20^2 + 5^2 + (-5)^2} = \sqrt{400 + 25 + 25} = \sqrt{450}

Step 4: Simplify: 450=2252=152\sqrt{450} = \sqrt{225\cdot 2} = 15\sqrt{2}

Answer: 15215\sqrt{2} square units.

Question 8

Find the area of a triangle having the points A(1,1,1)A(1, 1, 1), B(1,2,3)B(1, 2, 3), and C(2,3,1)C(2, 3, 1) as its vertices.

Solution: Step 1: Find two adjacent side vectors: AB=(11)i^+(21)j^+(31)k^=j^+2k^\vec{AB} = (1-1)\hat{i} + (2-1)\hat{j} + (3-1)\hat{k} = \hat{j} + 2\hat{k} AC=(21)i^+(31)j^+(11)k^=i^+2j^\vec{AC} = (2-1)\hat{i} + (3-1)\hat{j} + (1-1)\hat{k} = \hat{i} + 2\hat{j}

Step 2: Area of the triangle is 12AB×AC\frac{1}{2}|\vec{AB} \times \vec{AC}|

Step 3: Compute the cross product: AB×AC=i^j^k^012120\vec{AB} \times \vec{AC} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 0 & 1 & 2 \\ 1 & 2 & 0 \end{vmatrix} =i^(04)j^(02)+k^(01)=4i^+2j^k^= \hat{i}(0 - 4) - \hat{j}(0 - 2) + \hat{k}(0 - 1) = -4\hat{i} + 2\hat{j} - \hat{k}

Step 4: Find the magnitude: AB×AC=(4)2+22+(1)2=16+4+1=21|\vec{AB} \times \vec{AC}| = \sqrt{(-4)^2 + 2^2 + (-1)^2} = \sqrt{16 + 4 + 1} = \sqrt{21}

Step 5: Hence, Area=212\text{Area} = \frac{\sqrt{21}}{2}

Answer: 21/2\sqrt{21}/2 square units.

Question 9

If a=2|\vec{a}| = 2, b=7|\vec{b}| = 7, and a×b=3i^+2j^+6k^\vec{a} \times \vec{b} = 3\hat{i} + 2\hat{j} + 6\hat{k}, find the angle between a\vec{a} and b\vec{b}.

Solution: Step 1: Use a×b=absinθ|\vec{a} \times \vec{b}| = |\vec{a}||\vec{b}|\sin\theta

Step 2: Find the magnitude of the given cross product: a×b=32+22+62=9+4+36=49=7|\vec{a} \times \vec{b}| = \sqrt{3^2 + 2^2 + 6^2} = \sqrt{9 + 4 + 36} = \sqrt{49} = 7

Step 3: Substitute: 7=(2)(7)sinθ7 = (2)(7)\sin\theta 7=14sinθ7 = 14\sin\theta sinθ=12\sin\theta = \frac{1}{2}

Step 4: Therefore the angle between the vectors may be θ=30 or 150\theta = 30^\circ \text{ or } 150^\circ that is, θ=π6 or 5π6\theta = \frac{\pi}{6} \text{ or } \frac{5\pi}{6}

Since the sine alone is known, both angles are possible.

Answer: π/6\pi/6 or 5π/65\pi/6

Question 10

Find a unit vector perpendicular to both the vectors a=3i^+j^2k^\vec{a} = 3\hat{i} + \hat{j} - 2\hat{k} and b=2i^+3j^k^\vec{b} = 2\hat{i} + 3\hat{j} - \hat{k}.

Solution: Step 1: A vector perpendicular to both is given by the cross product: a×b=i^j^k^312231\vec{a} \times \vec{b} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 3 & 1 & -2 \\ 2 & 3 & -1 \end{vmatrix}

Step 2: Expand: =i^[1(1)(2)(3)]j^[3(1)(2)(2)]+k^[3(3)1(2)]= \hat{i}[1(-1) - (-2)(3)] - \hat{j}[3(-1) - (-2)(2)] + \hat{k}[3(3) - 1(2)] =i^(1+6)j^(3+4)+k^(92)= \hat{i}(-1 + 6) - \hat{j}(-3 + 4) + \hat{k}(9 - 2) =5i^j^+7k^= 5\hat{i} - \hat{j} + 7\hat{k}

Step 3: Find its magnitude: a×b=52+(1)2+72=25+1+49=75=53|\vec{a} \times \vec{b}| = \sqrt{5^2 + (-1)^2 + 7^2} = \sqrt{25 + 1 + 49} = \sqrt{75} = 5\sqrt{3}

Step 4: Therefore, a unit vector perpendicular to both is ±a×ba×b=±5i^j^+7k^53\pm \frac{\vec{a} \times \vec{b}}{|\vec{a} \times \vec{b}|} = \pm \frac{5\hat{i} - \hat{j} + 7\hat{k}}{5\sqrt{3}}

Answer: ±153(5i^j^+7k^)\pm \frac{1}{5\sqrt{3}}(5\hat{i} - \hat{j} + 7\hat{k})

Question 11

Show that the points with position vectors 2i^j^+k^2\hat{i} - \hat{j} + \hat{k}, i^3j^5k^\hat{i} - 3\hat{j} - 5\hat{k}, and 3i^4j^4k^3\hat{i} - 4\hat{j} - 4\hat{k} are the vertices of a right-angled triangle.

Solution: Step 1: Let the points be A(2,1,1),B(1,3,5),C(3,4,4)A(2,-1,1), \quad B(1,-3,-5), \quad C(3,-4,-4)

Step 2: Find two side vectors meeting at BB: BA=(21)i^+(1+3)j^+(1+5)k^=i^+2j^+6k^\vec{BA} = (2-1)\hat{i} + (-1+3)\hat{j} + (1+5)\hat{k} = \hat{i} + 2\hat{j} + 6\hat{k} BC=(31)i^+(4+3)j^+(4+5)k^=2i^j^+k^\vec{BC} = (3-1)\hat{i} + (-4+3)\hat{j} + (-4+5)\hat{k} = 2\hat{i} - \hat{j} + \hat{k}

Step 3: Take their dot product: BABC=(1)(2)+(2)(1)+(6)(1)=22+6=6\vec{BA} \cdot \vec{BC} = (1)(2) + (2)(-1) + (6)(1) = 2 - 2 + 6 = 6 This is not zero, so angle at BB is not a right angle.

Step 4: Now check angle at CC using CB=(13)i^+(3+4)j^+(5+4)k^=2i^+j^k^\vec{CB} = (1-3)\hat{i} + (-3+4)\hat{j} + (-5+4)\hat{k} = -2\hat{i} + \hat{j} - \hat{k} CA=(23)i^+(1+4)j^+(1+4)k^=i^+3j^+5k^\vec{CA} = (2-3)\hat{i} + (-1+4)\hat{j} + (1+4)\hat{k} = -\hat{i} + 3\hat{j} + 5\hat{k}

Then, CBCA=(2)(1)+(1)(3)+(1)(5)=2+35=0\vec{CB} \cdot \vec{CA} = (-2)(-1) + (1)(3) + (-1)(5) = 2 + 3 - 5 = 0

Step 5: Since the dot product is zero, the sides through CC are perpendicular. Hence the triangle is right-angled at CC.

Answer: Proved.

Question 12

Find the position vector of a point RR which divides the line joining two points PP and QQ whose position vectors are a+2b\vec{a} + 2\vec{b} and ab\vec{a} - \vec{b} respectively, internally in the ratio 2:1.

Solution: Step 1: Let p=a+2b,q=ab\vec{p} = \vec{a} + 2\vec{b}, \qquad \vec{q} = \vec{a} - \vec{b}

Step 2: Since RR divides PQPQ internally in the ratio 2:12:1, use r=2q+1p2+1\vec{r} = \frac{2\vec{q} + 1\vec{p}}{2+1}

Step 3: Substitute: r=2(ab)+(a+2b)3\vec{r} = \frac{2(\vec{a}-\vec{b}) + (\vec{a}+2\vec{b})}{3}

Step 4: Simplify: r=2a2b+a+2b3=3a3=a\vec{r} = \frac{2\vec{a}-2\vec{b}+\vec{a}+2\vec{b}}{3} = \frac{3\vec{a}}{3} = \vec{a}

Answer: a\vec{a}

Question 13

Find the position vector of a point RR which divides the line joining two points PP and QQ whose position vectors are a+2b\vec{a} + 2\vec{b} and ab\vec{a} - \vec{b} respectively, externally in the ratio 2:1.

Solution: Step 1: Use the external division formula: r=2q1p21\vec{r} = \frac{2\vec{q} - 1\vec{p}}{2-1}

Step 2: Substitute p=a+2b,q=ab\vec{p} = \vec{a} + 2\vec{b}, \qquad \vec{q} = \vec{a} - \vec{b}

Step 3: Then r=2(ab)(a+2b)1\vec{r} = \frac{2(\vec{a}-\vec{b}) - (\vec{a}+2\vec{b})}{1}

Step 4: Simplify: r=2a2ba2b=a4b\vec{r} = 2\vec{a} - 2\vec{b} - \vec{a} - 2\vec{b} = \vec{a} - 4\vec{b}

Answer: a4b\vec{a} - 4\vec{b}

Question 14

Find the position vector of the midpoint of the vector joining the points P(2,3,4)P(2, 3, 4) and Q(4,1,2)Q(4, 1, -2).

Solution: Step 1: The position vectors are p=2i^+3j^+4k^,q=4i^+j^2k^\vec{p} = 2\hat{i} + 3\hat{j} + 4\hat{k}, \qquad \vec{q} = 4\hat{i} + \hat{j} - 2\hat{k}

Step 2: Midpoint formula: r=p+q2\vec{r} = \frac{\vec{p}+\vec{q}}{2}

Step 3: Add: p+q=(2+4)i^+(3+1)j^+(42)k^=6i^+4j^+2k^\vec{p}+\vec{q} = (2+4)\hat{i} + (3+1)\hat{j} + (4-2)\hat{k} = 6\hat{i} + 4\hat{j} + 2\hat{k}

Step 4: Divide by 2: r=3i^+2j^+k^\vec{r} = 3\hat{i} + 2\hat{j} + \hat{k}

Answer: 3i^+2j^+k^3\hat{i} + 2\hat{j} + \hat{k}

Question 15

If the vectors a=2i^+3j^6k^\vec{a} = 2\hat{i} + 3\hat{j} - 6\hat{k} and b=pi^j^+2k^\vec{b} = p\hat{i} - \hat{j} + 2\hat{k} are parallel, find the value of pp.

Solution: Step 1: If two vectors are parallel, then their corresponding components are proportional: 2p=31=62\frac{2}{p} = \frac{3}{-1} = \frac{-6}{2}

Step 2: Simplify the known ratios: 31=3,62=3\frac{3}{-1} = -3, \qquad \frac{-6}{2} = -3 So the common ratio is 3-3.

Step 3: Therefore, 2p=3\frac{2}{p} = -3 2=3p2 = -3p p=23p = -\frac{2}{3}

Answer: 2/3-2/3

Question 16

Prove that (ab)×(a+b)=2(a×b)(\vec{a} - \vec{b}) \times (\vec{a} + \vec{b}) = 2(\vec{a} \times \vec{b}).

Solution: Step 1: Expand using distributive law: (ab)×(a+b)=a×a+a×bb×ab×b(\vec{a} - \vec{b}) \times (\vec{a} + \vec{b}) = \vec{a} \times \vec{a} + \vec{a} \times \vec{b} - \vec{b} \times \vec{a} - \vec{b} \times \vec{b}

Step 2: Use the facts a×a=0,b×b=0,b×a=(a×b)\vec{a} \times \vec{a} = \vec{0}, \qquad \vec{b} \times \vec{b} = \vec{0}, \qquad \vec{b} \times \vec{a} = -(\vec{a} \times \vec{b})

Step 3: Therefore, =0+a×b[(a×b)]0= \vec{0} + \vec{a} \times \vec{b} - [-(\vec{a} \times \vec{b})] - \vec{0} =a×b+a×b= \vec{a} \times \vec{b} + \vec{a} \times \vec{b} =2(a×b)= 2(\vec{a} \times \vec{b})

Hence proved.

Answer: Proved.

Question 17

Prove the parallelogram identity: a+b2+ab2=2(a2+b2)|\vec{a} + \vec{b}|^2 + |\vec{a} - \vec{b}|^2 = 2(|\vec{a}|^2 + |\vec{b}|^2).

Solution: Step 1: Expand the first term: a+b2=(a+b)(a+b)=a2+b2+2ab|\vec{a} + \vec{b}|^2 = (\vec{a}+\vec{b})\cdot(\vec{a}+\vec{b}) = |\vec{a}|^2 + |\vec{b}|^2 + 2\vec{a}\cdot\vec{b}

Step 2: Expand the second term: ab2=(ab)(ab)=a2+b22ab|\vec{a} - \vec{b}|^2 = (\vec{a}-\vec{b})\cdot(\vec{a}-\vec{b}) = |\vec{a}|^2 + |\vec{b}|^2 - 2\vec{a}\cdot\vec{b}

Step 3: Add the two equations: a+b2+ab2=2a2+2b2|\vec{a} + \vec{b}|^2 + |\vec{a} - \vec{b}|^2 = 2|\vec{a}|^2 + 2|\vec{b}|^2

Step 4: Factor out 2: =2(a2+b2)= 2(|\vec{a}|^2 + |\vec{b}|^2)

Hence proved.

Answer: Proved.

Question 18

If a=2|\vec{a}| = 2, b=3|\vec{b}| = 3, and ab=4\vec{a} \cdot \vec{b} = 4, find ab|\vec{a} - \vec{b}|.

Solution: Step 1: Use the identity ab2=a2+b22(ab)|\vec{a} - \vec{b}|^2 = |\vec{a}|^2 + |\vec{b}|^2 - 2(\vec{a} \cdot \vec{b})

Step 2: Substitute the values: ab2=22+322(4)=4+98=5|\vec{a} - \vec{b}|^2 = 2^2 + 3^2 - 2(4) = 4 + 9 - 8 = 5

Step 3: Take positive square root: ab=5|\vec{a} - \vec{b}| = \sqrt{5}

Answer: 5\sqrt{5}

Question 19

Find a vector in the direction of vector a=i^2j^\vec{a} = \hat{i} - 2\hat{j} that has magnitude 7 units.

Solution: Step 1: Find the magnitude of a\vec{a}: a=12+(2)2=5|\vec{a}| = \sqrt{1^2 + (-2)^2} = \sqrt{5}

Step 2: Unit vector in the direction of a\vec{a} is a^=aa=15i^25j^\hat{a} = \frac{\vec{a}}{|\vec{a}|} = \frac{1}{\sqrt{5}}\hat{i} - \frac{2}{\sqrt{5}}\hat{j}

Step 3: Multiply by the required magnitude 7: v=7a^=7(15i^25j^)=75i^145j^\vec{v} = 7\hat{a} = 7\left(\frac{1}{\sqrt{5}}\hat{i} - \frac{2}{\sqrt{5}}\hat{j}\right) = \frac{7}{\sqrt{5}}\hat{i} - \frac{14}{\sqrt{5}}\hat{j}

Answer: 75i^145j^\frac{7}{\sqrt{5}}\hat{i} - \frac{14}{\sqrt{5}}\hat{j}

Question 20

If a=10|\vec{a}| = 10, b=2|\vec{b}| = 2, and ab=12\vec{a} \cdot \vec{b} = 12, find a×b|\vec{a} \times \vec{b}|.

Solution: Step 1: Use Lagrange's identity: a×b2+(ab)2=a2b2|\vec{a} \times \vec{b}|^2 + (\vec{a} \cdot \vec{b})^2 = |\vec{a}|^2 |\vec{b}|^2

Step 2: Substitute the values: a×b2+122=10222|\vec{a} \times \vec{b}|^2 + 12^2 = 10^2 \cdot 2^2 a×b2+144=400|\vec{a} \times \vec{b}|^2 + 144 = 400

Step 3: Solve: a×b2=256|\vec{a} \times \vec{b}|^2 = 256 a×b=16|\vec{a} \times \vec{b}| = 16

Answer: 16

Question 21

Write the value of (i^×j^)k^+i^j^(\hat{i} \times \hat{j}) \cdot \hat{k} + \hat{i} \cdot \hat{j}.

Solution: Step 1: Evaluate the cross product: i^×j^=k^\hat{i} \times \hat{j} = \hat{k}

Step 2: Substitute: (k^)k^+i^j^(\hat{k}) \cdot \hat{k} + \hat{i} \cdot \hat{j}

Step 3: Now, k^k^=1,i^j^=0\hat{k} \cdot \hat{k} = 1, \qquad \hat{i} \cdot \hat{j} = 0

Step 4: Therefore, 1+0=11 + 0 = 1

Answer: 1

Question 22

Find a vector x\vec{x} which is perpendicular to both a=4i^+5j^k^\vec{a} = 4\hat{i} + 5\hat{j} - \hat{k} and b=i^4j^+5k^\vec{b} = \hat{i} - 4\hat{j} + 5\hat{k} such that xc=21\vec{x} \cdot \vec{c} = 21, where c=3i^+j^k^\vec{c} = 3\hat{i} + \hat{j} - \hat{k}.

Solution: Step 1: A vector perpendicular to both a\vec{a} and b\vec{b} must be parallel to their cross product. Compute: a×b=i^j^k^451145\vec{a} \times \vec{b} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 4 & 5 & -1 \\ 1 & -4 & 5 \end{vmatrix}

Expanding, =i^[5(5)(1)(4)]j^[4(5)(1)(1)]+k^[4(4)5(1)]= \hat{i}[5(5) - (-1)(-4)] - \hat{j}[4(5) - (-1)(1)] + \hat{k}[4(-4) - 5(1)] =21i^21j^21k^= 21\hat{i} - 21\hat{j} - 21\hat{k}

Step 2: So let x=λ(21i^21j^21k^)=21λ(i^j^k^)\vec{x} = \lambda(21\hat{i} - 21\hat{j} - 21\hat{k}) = 21\lambda(\hat{i} - \hat{j} - \hat{k})

Step 3: Use the condition xc=21\vec{x} \cdot \vec{c} = 21: 21λ(i^j^k^)(3i^+j^k^)=2121\lambda(\hat{i} - \hat{j} - \hat{k}) \cdot (3\hat{i} + \hat{j} - \hat{k}) = 21

Step 4: Compute the dot product inside: (1)(3)+(1)(1)+(1)(1)=31+1=3(1)(3) + (-1)(1) + (-1)(-1) = 3 - 1 + 1 = 3 So, 21λ3=2121\lambda \cdot 3 = 21 63λ=2163\lambda = 21 λ=13\lambda = \frac{1}{3}

Step 5: Therefore, x=21(13)(i^j^k^)=7i^7j^7k^\vec{x} = 21\left(\frac{1}{3}\right)(\hat{i} - \hat{j} - \hat{k}) = 7\hat{i} - 7\hat{j} - 7\hat{k}

Answer: 7i^7j^7k^7\hat{i} - 7\hat{j} - 7\hat{k}

Question 23

Find the projection of the vector a+b\vec{a} + \vec{b} on the vector ab\vec{a} - \vec{b}, where a=2i^2j^+k^\vec{a} = 2\hat{i} - 2\hat{j} + \hat{k} and b=i^+2j^2k^\vec{b} = \hat{i} + 2\hat{j} - 2\hat{k}.

Solution: Step 1: Find u=a+b,v=ab\vec{u} = \vec{a} + \vec{b}, \qquad \vec{v} = \vec{a} - \vec{b}

Step 2: Compute them: u=(2+1)i^+(2+2)j^+(12)k^=3i^k^\vec{u} = (2+1)\hat{i} + (-2+2)\hat{j} + (1-2)\hat{k} = 3\hat{i} - \hat{k} v=(21)i^+(22)j^+(1(2))k^=i^4j^+3k^\vec{v} = (2-1)\hat{i} + (-2-2)\hat{j} + (1-(-2))\hat{k} = \hat{i} - 4\hat{j} + 3\hat{k}

Step 3: Projection of u\vec{u} on v\vec{v} is uvv\frac{\vec{u} \cdot \vec{v}}{|\vec{v}|}

Step 4: Compute the dot product: uv=(3)(1)+(0)(4)+(1)(3)=33=0\vec{u} \cdot \vec{v} = (3)(1) + (0)(-4) + (-1)(3) = 3 - 3 = 0

Step 5: Hence the projection is zero.

Answer: 0

Question 24

Write the vector component of a=2i^+3j^\vec{a} = 2\hat{i} + 3\hat{j} along the direction of b=i^+j^\vec{b} = \hat{i} + \hat{j}.

Solution: Step 1: The vector component of a\vec{a} along b\vec{b} is the vector projection: (abb2)b\left(\frac{\vec{a} \cdot \vec{b}}{|\vec{b}|^2}\right)\vec{b}

Step 2: Compute the dot product: ab=(2)(1)+(3)(1)=5\vec{a} \cdot \vec{b} = (2)(1) + (3)(1) = 5

Step 3: Compute b2|\vec{b}|^2: b2=12+12=2|\vec{b}|^2 = 1^2 + 1^2 = 2

Step 4: Therefore, Vector component=52(i^+j^)=52i^+52j^\text{Vector component} = \frac{5}{2}(\hat{i} + \hat{j}) = \frac{5}{2}\hat{i} + \frac{5}{2}\hat{j}

Answer: 52i^+52j^\frac{5}{2}\hat{i} + \frac{5}{2}\hat{j}

Question 25

Show that the vector i^+j^+k^\hat{i} + \hat{j} + \hat{k} is equally inclined to the axes OX,OYOX, OY, and OZOZ.

Solution: Step 1: Let a=i^+j^+k^\vec{a} = \hat{i} + \hat{j} + \hat{k} Its magnitude is a=12+12+12=3|\vec{a}| = \sqrt{1^2+1^2+1^2} = \sqrt{3}

Step 2: Find its direction cosines: l=13,m=13,n=13l = \frac{1}{\sqrt{3}}, \quad m = \frac{1}{\sqrt{3}}, \quad n = \frac{1}{\sqrt{3}}

Step 3: Since direction cosines are the cosines of the angles with the coordinate axes, cosα=cosβ=cosγ=13\cos\alpha = \cos\beta = \cos\gamma = \frac{1}{\sqrt{3}}

Step 4: Therefore, α=β=γ\alpha = \beta = \gamma So the vector is equally inclined to all three axes.

Answer: Proved.

Question 26

If a,b,c\vec{a}, \vec{b}, \vec{c} are mutually perpendicular vectors of equal magnitudes, show that the vector a+b+c\vec{a} + \vec{b} + \vec{c} is equally inclined to a,b,\vec{a}, \vec{b}, and c\vec{c}.

Solution: Step 1: Let a=b=c=λ|\vec{a}| = |\vec{b}| = |\vec{c}| = \lambda and since they are mutually perpendicular, ab=bc=ca=0\vec{a} \cdot \vec{b} = \vec{b} \cdot \vec{c} = \vec{c} \cdot \vec{a} = 0

Step 2: Let r=a+b+c\vec{r} = \vec{a} + \vec{b} + \vec{c} Then r2=a2+b2+c2=3λ2|\vec{r}|^2 = |\vec{a}|^2 + |\vec{b}|^2 + |\vec{c}|^2 = 3\lambda^2 Hence, r=λ3|\vec{r}| = \lambda\sqrt{3}

Step 3: Find the angle θ1\theta_1 between r\vec{r} and a\vec{a}: cosθ1=rara=(a+b+c)aλ3λ=λ2λ23=13\cos\theta_1 = \frac{\vec{r} \cdot \vec{a}}{|\vec{r}||\vec{a}|} = \frac{(\vec{a}+\vec{b}+\vec{c})\cdot\vec{a}}{\lambda\sqrt{3}\cdot\lambda} = \frac{\lambda^2}{\lambda^2\sqrt{3}} = \frac{1}{\sqrt{3}}

Step 4: Similarly, cosθ2=13,cosθ3=13\cos\theta_2 = \frac{1}{\sqrt{3}}, \qquad \cos\theta_3 = \frac{1}{\sqrt{3}} Thus all three angles are equal.

Answer: Proved.

Question 27

Find the area of a parallelogram whose diagonals are d1=3i^+j^2k^\vec{d}_1 = 3\hat{i} + \hat{j} - 2\hat{k} and d2=i^3j^+4k^\vec{d}_2 = \hat{i} - 3\hat{j} + 4\hat{k}.

Solution: Step 1: Area in terms of diagonals is Area=12d1×d2\text{Area} = \frac{1}{2}|\vec{d}_1 \times \vec{d}_2|

Step 2: Compute the cross product: d1×d2=i^j^k^312134\vec{d}_1 \times \vec{d}_2 = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 3 & 1 & -2 \\ 1 & -3 & 4 \end{vmatrix} =i^(46)j^(12(2))+k^(91)=2i^14j^10k^= \hat{i}(4-6) - \hat{j}(12-(-2)) + \hat{k}(-9-1) = -2\hat{i} - 14\hat{j} - 10\hat{k}

Step 3: Find the magnitude: d1×d2=(2)2+(14)2+(10)2=4+196+100=300=103|\vec{d}_1 \times \vec{d}_2| = \sqrt{(-2)^2 + (-14)^2 + (-10)^2} = \sqrt{4+196+100} = \sqrt{300} = 10\sqrt{3}

Step 4: Hence, Area=12(103)=53\text{Area} = \frac{1}{2}(10\sqrt{3}) = 5\sqrt{3}

Answer: 535\sqrt{3} square units.

Question 28

Find the sine of the angle between the vectors a=3i^+j^+2k^\vec{a} = 3\hat{i} + \hat{j} + 2\hat{k} and b=2i^2j^+4k^\vec{b} = 2\hat{i} - 2\hat{j} + 4\hat{k}.

Solution: Step 1: Use sinθ=a×bab\sin\theta = \frac{|\vec{a} \times \vec{b}|}{|\vec{a}||\vec{b}|}

Step 2: Compute the cross product: a×b=i^j^k^312224\vec{a} \times \vec{b} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 3 & 1 & 2 \\ 2 & -2 & 4 \end{vmatrix} =i^(4(4))j^(124)+k^(62)=8i^8j^8k^= \hat{i}(4-(-4)) - \hat{j}(12-4) + \hat{k}(-6-2) = 8\hat{i} - 8\hat{j} - 8\hat{k}

Step 3: Magnitude of cross product: a×b=82+(8)2+(8)2=192=83|\vec{a} \times \vec{b}| = \sqrt{8^2 + (-8)^2 + (-8)^2} = \sqrt{192} = 8\sqrt{3}

Step 4: Magnitudes of the vectors: a=32+12+22=14|\vec{a}| = \sqrt{3^2+1^2+2^2} = \sqrt{14} b=22+(2)2+42=24=26|\vec{b}| = \sqrt{2^2+(-2)^2+4^2} = \sqrt{24} = 2\sqrt{6}

Step 5: Therefore, sinθ=831426=27\sin\theta = \frac{8\sqrt{3}}{\sqrt{14} \cdot 2\sqrt{6}} = \frac{2}{\sqrt{7}}

Answer: 2/72/\sqrt{7}

Question 29

Find a vector of magnitude 6 which is perpendicular to both the vectors a=4i^j^+3k^\vec{a} = 4\hat{i} - \hat{j} + 3\hat{k} and b=2i^+j^2k^\vec{b} = -2\hat{i} + \hat{j} - 2\hat{k}.

Solution: Step 1: Find a vector perpendicular to both using cross product: a×b=i^j^k^413212\vec{a} \times \vec{b} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 4 & -1 & 3 \\ -2 & 1 & -2 \end{vmatrix}

Step 2: Expand: =i^[(1)(2)3(1)]j^[4(2)3(2)]+k^[4(1)(1)(2)]= \hat{i}[(-1)(-2) - 3(1)] - \hat{j}[4(-2) - 3(-2)] + \hat{k}[4(1) - (-1)(-2)] =i^+2j^+2k^= -\hat{i} + 2\hat{j} + 2\hat{k}

Step 3: Magnitude of this perpendicular vector: a×b=(1)2+22+22=9=3|\vec{a} \times \vec{b}| = \sqrt{(-1)^2 + 2^2 + 2^2} = \sqrt{9} = 3

Step 4: Unit vector in that direction is n^=i^+2j^+2k^3\hat{n} = \frac{-\hat{i} + 2\hat{j} + 2\hat{k}}{3}

Step 5: Multiply by 6 to get a vector of magnitude 6: v=6n^=6(i^+2j^+2k^3)=2i^+4j^+4k^\vec{v} = 6\hat{n} = 6\left(\frac{-\hat{i} + 2\hat{j} + 2\hat{k}}{3}\right) = -2\hat{i} + 4\hat{j} + 4\hat{k}

The opposite vector is also valid.

Answer: 2i^+4j^+4k^-2\hat{i} + 4\hat{j} + 4\hat{k}

Question 30

A force F=2i^+j^k^\vec{F} = 2\hat{i} + \hat{j} - \hat{k} acts on a particle and displaces it from point A(1,2,3)A(1, 2, 3) to point B(5,4,1)B(5, 4, 1). Find the work done by the force.

Solution: Step 1: Find the displacement vector: d=AB=(51)i^+(42)j^+(13)k^=4i^+2j^2k^\vec{d} = \vec{AB} = (5-1)\hat{i} + (4-2)\hat{j} + (1-3)\hat{k} = 4\hat{i} + 2\hat{j} - 2\hat{k}

Step 2: Work done is W=FdW = \vec{F} \cdot \vec{d}

Step 3: Compute the dot product: W=(2i^+j^k^)(4i^+2j^2k^)W = (2\hat{i} + \hat{j} - \hat{k}) \cdot (4\hat{i} + 2\hat{j} - 2\hat{k}) =(2)(4)+(1)(2)+(1)(2)=8+2+2=12= (2)(4) + (1)(2) + (-1)(-2) = 8 + 2 + 2 = 12

Answer: 12 units.