π 1. Introduction
In 3D geometry, every point is represented by three coordinates:(x,y,z)
- x β distance along x-axis
- y β distance along y-axis
- z β distance along z-axis
π 2. Coordinate Axes and Planes
- X-axis, Y-axis, Z-axis
- XY-plane, YZ-plane, ZX-plane
These divide space into 8 octants.
π 3. Distance Between Two Points
If points are:P(x1β,y1β,z1β),Q(x2β,y2β,z2β)
Distance:
PQ=(x2ββx1β)2+(y2ββy1β)2+(z2ββz1β)2β
π 4. Section Formula
If a point divides the line joining two points in ratio m:n:
r=m+nmb+naβ
r=m+nmb+naβ
πΉ Coordinates Form:
x=m+nmx2β+nx1ββ,y=m+nmy2β+ny1ββ,z=m+nmz2β+nz1ββ
π 5. Direction Cosines and Ratios
πΉ Direction Cosines (l, m, n)
l2+m2+n2=1
l2+m2+n2=1
πΉ Direction Ratios
Any proportional values to direction cosines.
π 6. Equation of a Line in Space
πΉ Vector Form:
r=a+Ξ»b
r=a+Ξ»b
πΉ Cartesian Form:
lxβx1ββ=myβy1ββ=nzβz1ββ
lxβx1ββ=myβy1ββ=nzβz1ββ
π 7. Angle Between Two Lines
cosΞΈ=l12β+m12β+n12βββ l22β+m22β+n22ββl1βl2β+m1βm2β+n1βn2ββ
cosΞΈ=l12β+m12β+n12βββ l22β+m22β+n22ββl1βl2β+m1βm2β+n1βn2ββ
π Special Cases
- If ΞΈ=0β β parallel
- If ΞΈ=90β β perpendicular
π 8. Shortest Distance Between Two Lines
d=β£b1ββΓb2βββ£β£(a2βββa1ββ)β (b1ββΓb2ββ)β£β
d=β£b1ββΓb2βββ£β£(a2βββa1ββ)β (b1ββΓb2ββ)β£β
π 9. Equation of a Plane
πΉ General Form:
ax+by+cz+d=0
ax+by+cz+d=0
πΉ Vector Form:
rβ n=d
rβ n=d
π 10. Angle Between Two Planes
cosΞΈ=a12β+b12β+c12βββ a22β+b22β+c22ββa1βa2β+b1βb2β+c1βc2ββ
cosΞΈ=a12β+b12β+c12βββ a22β+b22β+c22ββa1βa2β+b1βb2β+c1βc2ββ
π 11. Distance of Point from Plane
d=a2+b2+c2ββ£ax1β+by1β+cz1β+dβ£β
d=a2+b2+c2ββ£ax1β+by1β+cz1β+dβ£β
π 12. Applications of 3D Geometry
- Navigation systems
- Computer graphics
- Robotics
- Architecture
- Physics
β Common Mistakes
- Sign errors in formulas
- Confusing direction ratios
- Mistakes in distance formula
- Wrong substitution
π§ Exam Tips
- Learn all formulas
- Practice diagrams
- Solve NCERT problems
- Focus on vectors
π Practice Questions
- Find distance between two points
- Equation of line
- Angle between lines/planes
- Shortest distance problems
π― Conclusion
Three Dimensional Geometry helps us understand spatial relationships and solve real-world problems involving space. Mastering formulas and concepts is essential for scoring high in exams.