Vector Algebra Test Questions
Vector Algebra Test Questions
The components of a unit vector along x, y, and z axes are given by cosines of angles made with axes. Given angles α=π/3 with x-axis, β=π/4 with y-axis, and acute angle θ with z-axis, solve for θ using sin²θ and cos²θ constraints in the equation cos²α + cos²β + cos²θ = 1 to find the components a = ⟨cosα, cosβ, cosθ⟩ .
A vector can be resolved into components using its magnitude and direction cosines along axes. If a vector makes angles α, β, and γ with axes, its components are given as v = v(cosα i + cosβ j + cosγ k) for magnitude v .
The area of a parallelogram is determined by the magnitude of the cross product of its adjacent side vectors. For vectors a = 3i + j + k and b = 2i - 7j + k, the cross product a × b gives a new vector. The magnitude of this vector equals the area .
Two unit vectors adding to produce a unit vector means they are equilateral. The difference's magnitude is √3 by subtracting resultant magnitude from 2 (representing initial magnitudes).
To determine collinearity, check if the vector from one point through the others are scalar multiples. For points A, B, and C with respective vectors a, b, and c, vectors AB and BC must be scalar multiples: b-a = k(c-b) for some scalar k, proving collinearity if true .
To show coplanarity, check that the scalar triple product of vectors formed is zero. For given points A, B, C, and D, calculate vectors AB, AC, and AD. Their scalar triple product, (AB × AC)·AD = 0, proves coplanarity if zero .
Three points form a right-angled triangle if the Pythagorean theorem holds for the vectors representing the sides. For points A, B, and C with position vectors a, b, and c, calculate vectors AB, BC, and CA. Verify if any two squared sums equal the third, indicating a right angle: (b-a)·(b-a) + (c-b)·(c-b) = (c-a)·(c-a) must hold true .
For a vector making angles α, β, γ with OX, OY, OZ, the sum form sin² derives from geometry of unit circle in three dimensions. If directional cosines satisfy cos²α + cos²β + cos²γ = 1, then both alternative trigonometric expressions sum to 2 given identity manipulation and vector rotation integrity .
The angle θ between vectors a and b is determined using the formula sinθ = |a × b| / (|a||b|). Using magnitudes a, b, and |a × b|, solve for θ: sinθ = |a × b| / (|a||b|) and use arc cosine or sine to find angle .
To find a vector in the same direction as another but with a specific magnitude, divide the original vector by its magnitude and then multiply by the desired magnitude. For example, for vector 2a = i - j, its magnitude is √2. Thus, the unit vector is (1/√2)i - (1/√2)j. To have it in 7 units magnitude, multiply by 7: 7/√2 i - 7/√2 j .