Card: 2 / 36 |
The coordinates of a point in three-dimensional space are represented as (x, y, z), where x is the distance along the x-axis, y is the distance along the y-axis, and z is the distance along the z-axis. |
Card: 3 / 36 |
How do you find the distance between two points A(x1, y1, z1) and B(x2, y2, z2) in 3D space? |
Card: 4 / 36 |
The distance d can be calculated using the formula: d = √((x2 - x1)² + (y2 - y1)² + (z2 - z1)²). |
Card: 5 / 36 |
What is the formula for the midpoint of the segment joining the points A(x1, y1, z1) and B(x2, y2, z2)? |
Card: 7 / 36 |
How do you represent a line in 3D that passes through point A and is parallel to vector B? |
Card: 8 / 36 |
The equation of the line can be represented as r = A + λB, where A is the position vector of point A, B is the direction vector, and λ is a scalar parameter. |
Card: 10 / 36 |
The section formula is used to find the coordinates of a point that divides the line segment joining points A(x1, y1, z1) and B(x2, y2, z2) in the ratio m:n. The coordinates of the dividing point P are given by P = ((mx2 + nx1)/(m+n), (my2 + ny1)/(m+n), (mz2 + nz1)/(m+n)). |
Card: 12 / 36 |
Direction cosines are the cosines of the angles that a line makes with the coordinate axes. If α, β, and γ are the angles, then the direction cosines are l = cos(α), m = cos(β), n = cos(γ). They satisfy the relation l² + m² + n² = 1. |
Card: 13 / 36 |
If a line has direction cosines l = 1/√3, m = 1/√3, and n = 1/√3, what does it indicate about the angles with the axes? |
Card: 14 / 36 |
It indicates that the line makes equal angles with the x-axis, y-axis, and z-axis, specifically angles of 45 degrees, since cos(45°) = 1/√2. |
Card: 15 / 36 |
How do you find the volume of a rectangular prism with length l, width w, and height h? |
Card: 16 / 36 |
The volume V of the rectangular prism is calculated using the formula V = l × w × h. |
Card: 18 / 36 |
The surface area A of a cylinder is given by A = 2πr(h + r), where r is the radius and h is the height of the cylinder. |
Card: 20 / 36 |
Three points A, B, and C are collinear if the vectors AB and AC are parallel, which can be checked by seeing if the cross product of AB and AC is the zero vector. |
Card: 21 / 36 |
If a point P(1, 2, 3) is reflected across the plane x + y + z = 6, what are the coordinates of the reflected point? |
Card: 22 / 36 |
The reflected point P' can be found using the formula for reflection across a plane. The coordinates are P' = (5, 4, 3). |
Card: 23 / 36 |
What is the equation of a plane defined by the normal vector (a, b, c) and passing through the point (x₀, y₀, z₀)? |
Card: 25 / 36 |
What are the coordinates of the centroid of a triangle with vertices at A(x1, y1, z1), B(x2, y2, z2), and C(x3, y3, z3)? |
Card: 26 / 36 |
The coordinates of the centroid G are given by G = ((x1 + x2 + x3)/3, (y1 + y2 + y3)/3, (z1 + z2 + z3)/3). |
Card: 27 / 36 |
Calculate the volume of a sphere with radius r. Hint: Use the formula V = (4/3)πr³. |
Card: 28 / 36 |
The volume V of a sphere is V = (4/3)πr³. For example, if r = 3, then V = (4/3)π(3)³ = 36π. |
Card: 29 / 36 |
If a line passes through points A(1, 1, 1) and B(4, 5, 6), what are the direction ratios of the line? |
Card: 30 / 36 |
The direction ratios can be found by subtracting the coordinates: (4 - 1, 5 - 1, 6 - 1) = (3, 4, 5). |
Card: 32 / 36 |
The distance d from a point (x₀, y₀, z₀) to the plane Ax + By + Cz + D = 0 is given by d = |Ax₀ + By₀ + Cz₀ + D| / √(A² + B² + C²). |
Card: 33 / 36 |
What is the equation of a line joining points A(0, 0, 0) and B(1, 2, 3)? Hint: Use parametric equations. |
Card: 34 / 36 |
The parametric equations of the line are x = t, y = 2t, z = 3t, where t is a scalar. |
Card: 36 / 36 |
Direction ratios are proportional to direction cosines. If l, m, n are direction cosines, then the direction ratios a, b, c can be expressed as a = kl, b = km, c = kn for some constant k. |