Chapter Summary: Introduction to 3D Geometry

  • Coordinates in 3D: A point in space is uniquely located by an ordered triplet P(x, y, z). The three mutually perpendicular coordinate planes (xy-plane, yz-plane, xz-plane) divide the space into eight octants, and the sign of the coordinates determines the octant.

  • Distance Formula: The distance between two points P(x1,y1,z1)P(x_1, y_1, z_1) and Q(x2,y2,z2)Q(x_2, y_2, z_2) is a direct extension of the 2D Pythagorean theorem.

PQ=(x2x1)2+(y2y1)2+(z2z1)2PQ = \sqrt{(x_2-x_1)^2 + (y_2-y_1)^2 + (z_2-z_1)^2}

  • Section Formula: This formula finds the coordinates of a point R that divides the line segment joining P and Q in a specific ratio m:n.

    • Internally (R is between P and Q): R=(mx2+nx1m+n,my2+ny1m+n,mz2+nz1m+n)R = \left( \frac{mx_2+nx_1}{m+n}, \frac{my_2+ny_1}{m+n}, \frac{mz_2+nz_1}{m+n} \right)
    • Externally (R is outside the segment PQ): R=(mx2nx1mn,my2ny1mn,mz2nz1mn)R = \left( \frac{mx_2-nx_1}{m-n}, \frac{my_2-ny_1}{m-n}, \frac{mz_2-nz_1}{m-n} \right)
  • Centroid: The centroid is the 'center of mass' of a geometric figure.

    • Triangle with vertices (x1,y1,z1)(x_1, y_1, z_1), (x2,y2,z2)(x_2, y_2, z_2), and (x3,y3,z3)(x_3, y_3, z_3): G=(x1+x2+x33,y1+y2+y33,z1+z2+z33)G = \left(\frac{x_1+x_2+x_3}{3}, \frac{y_1+y_2+y_3}{3}, \frac{z_1+z_2+z_3}{3}\right)
    • Tetrahedron with four vertices: G=(x1+x2+x3+x44,y1+y2+y3+y44,z1+z2+z3+z44)G = \left(\frac{x_1+x_2+x_3+x_4}{4}, \frac{y_1+y_2+y_3+y_4}{4}, \frac{z_1+z_2+z_3+z_4}{4}\right)

🎯 Strategic Tips for JEE Main & Advanced

  • Visualize in 3D: While drawing complex 3D figures can be hard, always try to form a mental picture. Understand what it means for a point to be on an axis or a plane. For example, any point on the xy-plane must have z=0, and any point on the y-axis must have x=0 and z=0. This is a simple but powerful way to reduce the number of variables in a problem.

  • Extend 2D Concepts: Most formulas in this chapter are direct extensions of their 2D counterparts. If you know the 2D formula, you can confidently write down the 3D version by adding the z-component. This applies to the Distance, Section, Midpoint, and Centroid formulas. Don't learn them as new; see them as extensions.

  • Locus Problems: A common question asks for the locus of a point P that satisfies a geometric condition. The general strategy is to let P be (x,y,z), translate the condition into an algebraic equation using the distance formula, and simplify.

    • Key Locus Trick: The locus of a point equidistant from two fixed points, A and B, is the perpendicular bisector plane of the segment AB. Setting PA2=PB2PA^2=PB^2 is the fastest way to find its equation.
  • This is a Foundational Chapter: Don't underestimate this chapter! 🏗️ It is the bedrock for the more extensive and high-weightage 3D Geometry topics in Class 12, which include Direction Ratios & Cosines, Lines, and Planes. Mastering these basics now will make the advanced concepts much more intuitive.

  • Properties of Geometric Figures: The distance formula is your primary tool for classifying geometric shapes.

    • Triangle: Calculate the squares of the three side lengths (a2,b2,c2a^2, b^2, c^2).
      • If two are equal, it's isosceles.
      • If all three are equal, it's equilateral.
      • If the sum of two squares equals the third (e.g., a2+b2=c2a^2+b^2=c^2), it's right-angled.
    • Quadrilateral: Check for a parallelogram by showing that the midpoints of the two diagonals are the same. From there, you can further classify it:
      • If diagonals are equal, it's a rectangle.
      • If sides are equal, it's a rhombus.
      • If both conditions are met, it's a square.