Scalar (Dot) Product
NCERT EXERCISE 10.3 • FULL SOLUTIONS Q1-Q18
💡 Key Formulas
- Dot Product: $\vec{a} \cdot \vec{b} = |\vec{a}| |\vec{b}| \cos \theta$
- Angle $\theta$: $\cos \theta = \frac{\vec{a} \cdot \vec{b}}{|\vec{a}| |\vec{b}|}$
- Projection of $\vec{a}$ on $\vec{b}$: $\frac{\vec{a} \cdot \vec{b}}{|\vec{b}|}$
- Perpendicular Vectors: $\vec{a} \cdot \vec{b} = 0$
Question 01
Find the angle between two vectors with magnitudes $\sqrt{3}$ and $2$, having $\vec{a} \cdot \vec{b} = \sqrt{6}$.
Angle: $\pi/4$
Question 02
Find angle between vectors $\hat{i} – 2\hat{j} + 3\hat{k}$ and $3\hat{i} – 2\hat{j} + \hat{k}$.
Angle: $\cos^{-1}(5/7)$
Question 03
Find projection of $\hat{i} – \hat{j}$ on $\hat{i} + \hat{j}$.
Projection: 0
Question 04
Find projection of $\hat{i} + 3\hat{j} + 7\hat{k}$ on $7\hat{i} – \hat{j} + 8\hat{k}$.
Question 05
Show given vectors are unit vectors and mutually perpendicular.
Verified
Question 06
Find $|\vec{a}|$ and $|\vec{b}|$ if $(\vec{a}+\vec{b})\cdot(\vec{a}-\vec{b}) = 8$ and $|\vec{a}| = 8|\vec{b}|$.
Question 07
Evaluate $(3\vec{a} – 5\vec{b}) \cdot (2\vec{a} + 7\vec{b})$.
Question 08
Find magnitude of two vectors having same magnitude, angle $60^\circ$, scalar product $1/2$.
Magnitude: 1
Question 09
Find $|\vec{x}|$ if for unit vector $\vec{a}$, $(\vec{x}-\vec{a})\cdot(\vec{x}+\vec{a}) = 12$.
Question 10
Find $\lambda$ if $\vec{a} + \lambda\vec{b}$ is perpendicular to $\vec{c}$.
Question 11
Show $|\vec{a}|\vec{b} + |\vec{b}|\vec{a}$ is perpendicular to $|\vec{a}|\vec{b} – |\vec{b}|\vec{a}$.
Verified
Question 12
If $\vec{a}\cdot\vec{a}=0$ and $\vec{a}\cdot\vec{b}=0$, conclude about $\vec{b}$.
$\vec{a}\cdot\vec{a}=0 \implies |\vec{a}|^2=0 \implies |\vec{a}|=0 \implies \vec{a}=\vec{0}$.
If $\vec{a}$ is the zero vector, then $\vec{a}\cdot\vec{b}=0$ is true for any vector $\vec{b}$.
Question 13
If $\vec{a}, \vec{b}, \vec{c}$ are unit vectors and $\vec{a}+\vec{b}+\vec{c}=\vec{0}$, find $\vec{a}\cdot\vec{b} + \vec{b}\cdot\vec{c} + \vec{c}\cdot\vec{a}$.
Question 14
If $\vec{a}=0$ or $\vec{b}=0 \implies \vec{a}\cdot\vec{b}=0$. Is converse true?
Converse is False.
Example: Let $\vec{a} = \hat{i}$ and $\vec{b} = \hat{j}$. Both are non-zero.
However, $\vec{a} \cdot \vec{b} = 1(0) + 0(1) = 0$.
Dot product is zero because they are perpendicular, not because one is zero.
Question 15
Vertices A(1,2,3), B(-1,0,0), C(0,1,2). Find $\angle ABC$.
Question 16
Show points A(1, 2, 7), B(2, 6, 3), C(3, 10, -1) are collinear.
Question 17
Show vectors form vertices of right angled triangle.
Question 18
If $\vec{a}$ is non-zero magnitude ‘a’, $\lambda$ non-zero scalar, then $\lambda \vec{a}$ is unit vector if:
Correct Option: (D)