FAQs on Vectors and 3D Geometry in One Shot Video Lecture - One-Shot Videos for JEE
| 1. What are vectors in three-dimensional geometry? | ![]() |
Ans. Vectors in three-dimensional geometry are quantities that have both magnitude and direction. They can be represented as ordered triples (x, y, z), where x, y, and z are the components of the vector along the respective axes in a Cartesian coordinate system. Vectors can be added, subtracted, and multiplied by scalars, and they are fundamental in representing physical quantities such as force, velocity, and displacement.
| 2. How do you find the distance between two points in 3D space? | ![]() |
Ans. The distance between two points P₁(x₁, y₁, z₁) and P₂(x₂, y₂, z₂) in 3D space can be calculated using the distance formula: Distance = √[(x₂ - x₁)² + (y₂ - y₁)² + (z₂ - z₁)²]. This formula is derived from the Pythagorean theorem, extended to three dimensions, and provides the straight-line distance between the two points.
| 3. What is the scalar product (dot product) of two vectors? | ![]() |
Ans. The scalar product, or dot product, of two vectors A(a₁, a₂, a₃) and B(b₁, b₂, b₃) is a scalar quantity calculated as A · B = a₁b₁ + a₂b₂ + a₃b₃. The dot product measures the extent to which two vectors point in the same direction. If the dot product is zero, the vectors are orthogonal (perpendicular) to each other.
| 4. What is a cross product of two vectors and how is it calculated? | ![]() |
Ans. The cross product of two vectors A(a₁, a₂, a₃) and B(b₁, b₂, b₃) results in a vector that is perpendicular to both A and B. It is calculated using the determinant of a matrix formed by the unit vectors i, j, k and the components of vectors A and B: A × B = |i j k| |a₁ a₂ a₃| |b₁ b₂ b₃|. The resultant vector has a direction given by the right-hand rule and its magnitude is equal to the area of the parallelogram formed by the two vectors.
| 5. What is the equation of a line in 3D space? | ![]() |
Ans. The equation of a line in 3D space can be expressed in parametric form as x = x₀ + at, y = y₀ + bt, z = z₀ + ct, where (x₀, y₀, z₀) is a point on the line, (a, b, c) is the direction vector of the line, and t is a parameter. This representation allows for the calculation of any point on the line by varying the parameter t.