Properties of Vectors MCQ Quiz in मराठी - Objective Question with Answer for Properties of Vectors - मोफत PDF डाउनलोड करा
Last updated on Mar 18, 2025
Latest Properties of Vectors MCQ Objective Questions
Top Properties of Vectors MCQ Objective Questions
Properties of Vectors Question 1:
If the magnitude of the sum of two non-zero vectors is equal to the magnitude of their difference, then which one of the following is correct?
Answer (Detailed Solution Below)
Properties of Vectors Question 1 Detailed Solution
Concept:
Let
Calculation:
Let
Given: The magnitude of the sum of two non-zero vectors is equal to the magnitude of their difference.
As we know that, if
∵
⇒ cos θ = 0 ⇒ θ = 90°
Hence,
Properties of Vectors Question 2:
If the points (-1, -1, 2), (2, k, 5) and (3, 3, 6) are collinear, then find the value of k.
Answer (Detailed Solution Below)
Properties of Vectors Question 2 Detailed Solution
Concept:
Conditions of collinear vector:
- Three points with position vectors
are collinear if and only if the vectors and are parallel. ⇔ - If the points (x1, y1, z1), (x2, y2, z2) and (x3, y3, z3) be collinear then
Calculation:
Let the given points be A (−1, −1, 2), B (2, K, 5), C (3, 11, 6).
Then
And
Now, if A, B and C are collinear, then
Comparing the coefficient of vector i, we get
⇒ 3 = 4 λ
∴ λ = 3/4
Now, comparing the coefficient of vector j, we get
⇒ (k + 1) = 4 λ
⇒ k + 1 = 4 × (3/4)
⇒ k + 1 = 3
∴ k = 2
Alternate solution:
We know that, If the points (x1, y1, z1), (x2, y2, z2) and (x3, y3, z3) be collinear then
Given (-1, -1, 2), (2, k, 5) and (3, 3, 6) are collinear
∴
⇒ -1 (6k – 15) – (-1) (12 – 15) + 2 (6 – 3k) = 0
⇒ -6k + 15 – 3 + 12 – 6k = 0
⇒ 12k = 24
∴ k = 2
Properties of Vectors Question 3:
If
Answer (Detailed Solution Below)
Properties of Vectors Question 3 Detailed Solution
Dot product of two vectors
If
Cos α = 0
α = 90°
Properties of Vectors Question 4:
The area of the parallelogram determined by the vectors î + 2ĵ +3k̂ and 3î - 2ĵ + k̂ is
Answer (Detailed Solution Below)
Properties of Vectors Question 4 Detailed Solution
Concept:
Area of parallelogram determined by the the vectors
Explanation:
Given
So,
= î(2 + 6) + ĵ(9 - 1) + k̂(-2 - 6) = 8î + 8ĵ - 8k̂
Hence area of the parallelogram
= |
Option (1) is true.
Properties of Vectors Question 5:
The position vector of the point which divides the join of points
Answer (Detailed Solution Below)
Properties of Vectors Question 5 Detailed Solution
Concept:
The position vector of the point that divides the line joining position vectors
Calculation:
Given position vectors are
∴ The position vector of the point which divides the line joining the above points in the ratio 3: 1 is,
=
=
The position vector of the point which divides the join of points
The correct answer is option 4.
Properties of Vectors Question 6:
If three vectors 2î - ĵ + k̂, î + 2ĵ - 3k̂ and 3î + λĵ + 5k̂ are co-planar, then λ is:
Answer (Detailed Solution Below)
Properties of Vectors Question 6 Detailed Solution
Concept:
For three vectors
Triple Scalar Product (Box Product): is defined as:
Calculation:
Let the three vectors be
⇒
⇒
⇒ 2[(2)(5) - (-3)(λ)] - (-1)[(5)(1) - (3)(-3)] + 1[(1)(λ) - (2)(3)] = 0
⇒ 2(10 + 3λ) + 1(5 + 9) + 1(λ - 6) = 0
⇒ 20 + 6λ + 14 + λ - 6 = 0
⇒ 7λ = -28
⇒ λ = -4.
Additional Information
For two vectors
- Dot Product is defined as
. - Cross Product is defined as
where is the unit vector perpendicular to the plane containing and .
Volume of a parallelepiped, with vectors
- Volume =
.
For three vectors
- Triple Cross Product: is defined as:
.
Properties of Vectors Question 7:
The position vectors of three consecutive vertices of a parallelogram are i + j + k, i + 3j + 5k and 7i + 9j + 11k the position vector of the fourth vertex is
Answer (Detailed Solution Below)
Properties of Vectors Question 7 Detailed Solution
Concept:
Diagonals of a parallelogram bisect each other
Calculation:
Given:
Let A(1,1,1), B(1,3,5), C(7,9,11) and D(x,y,z) be the vertices of a parallelogram
As we know,
Diagonals of a parallelogram bisect each other
∴ midpoint of AC = midpoint of BD
Comparing both sides, we get
1 + 7 = 1 + x
x = 7
And, 1 + 9 = 3 + y
y = 7
And, 1 + 11 = 5 + z
z = 7
∴ Position vector of fourth vertex is 7(i + j + k)
Properties of Vectors Question 8:
Let
Holds if and only if
Answer (Detailed Solution Below)
Properties of Vectors Question 8 Detailed Solution
Concept:
and are two vectors perpendicular to each other - ∴
and are two vectors parallel to each other - ∴
Calculation:
Given:
∴
Properties of Vectors Question 9:
Consider the following statements :
1. Dot product over vector addition is distributive
2. Cross product over vector addition is distributive
3. Cross product of vectors is associative
Which of the above statements is/are correct ?
Answer (Detailed Solution Below)
Properties of Vectors Question 9 Detailed Solution
Concept:
One algebraic property of real numbers is the distributive law. The distributive law for the real numbers says: "For all real numbers x, y, and z,
The vector dot product is distributive over addition. In general:
The vector cross product is distributive over addition. In general:
Associative property: (p × q) × r = p × (q × r) (where p, q, and r are any three natural/whole numbers)
Calculation:
Let
Statement I: Dot product over vector addition is distributive
We have to prove
ax (bx + cx) + ay (by + cy) + az (bz + cz) ax bx + ax cx + ay by + ay cy + az bz + az cz................................... (1) ax bx + ax cx + ay by + ay cy + az bz + az cz................................... (2) - From equation (1) and (2)
- ∴
Statement II: Cross product over vector addition is distributive
We have to prove
-
̂̂î [ay (bz + cz) - az (by + cy)] - ĵ [ax (bz + cz) - az (bx + cx)] + k̂ [ax (by + cy) - ay (bx + cx)] ............(3) ̂̂î [aybz - azby)] - ĵ (axbz - azbx)] + k̂ [ax by - aybx] + î [aycz - azcy)] - ĵ (axcz - azcx)] + k̂ [ax cy - aycx] î [ay (bz + cz) - az (by + cy)] - ĵ [ax (bz + cz) - az (bx + cx)] + k̂ [ax (by + cy) - ay (bx + cx)] ..............(4) - ∴
Statement III: Cross product of vectors is associative
- Consider two non-zero perpendicular vectors, a and b.
- We have (a × a) × b = 0 × b = 0
- However, a × b is perpendicular to a and is not the zero vector, so
- a × (a × b) ≠ 0
- (a × a) × b ≠ a × (a × b)
- Cross product of vectors is not associative
∴ Only Statements I and II are correct.
Properties of Vectors Question 10:
For
1. If
2. If
3. A cross product is commutative
Select the correct answer using code given below:
Answer (Detailed Solution Below)
Properties of Vectors Question 10 Detailed Solution
Concept:
Properties of vectors:
- If
are two vectors parallel to each other then - If
are two vectors perpendicular to each other then - A cross product is not commutative
Hence option 1 is the correct answer.