Coordinate Geometry Transformations, Conics, and 3D Analytic Geometry Notes

Change of Origin and Rotation of Axes in 2D Geometry

  • Change of Origin (Translation of Axes):

    • The origin is shifted from (0,0)(0,0) to a new point (\text{\alpha, \beta}) while keeping the axes parallel to the original axes.

    • Relationship between old coordinates (x,y)(x, y) and new coordinates (x,y)(x', y'):

      • x=x+αx = x' + \alpha

      • y=y+βy = y' + \beta

      • x=xαx' = x - \alpha

      • y=yβy' = y - \beta

  • Rotation of Axes:

    • The origin remains fixed, but the axes are rotated through an angle θ\theta in the counter-clockwise direction.

    • From geometric derivation (using triangles OQNOQN and PQQPQQ'):

      • x=xcos(θ)ysin(θ)x = x' \cos(\theta) - y' \sin(\theta)

      • y=xsin(θ)+ycos(θ)y = x' \sin(\theta) + y' \cos(\theta)

    • Matrix Representation:         (xy)=(cos(θ)amp;sin(θ)sin(θ)amp;cos(θ))(xy)\begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} \cos(\theta) & -\sin(\theta) \\ \sin(\theta) & \cos(\theta) \end{pmatrix} \begin{pmatrix} x' \\ y' \end{pmatrix}

      • The matrix A=(cos(θ)amp;sin(θ)sin(θ)amp;cos(θ))A = \begin{pmatrix} \cos(\theta) & -\sin(\theta) \\ \sin(\theta) & \cos(\theta) \end{pmatrix} is an orthogonal matrix, satisfying AAT=IAA^T = I.

  • Origin and Axis Shift Combined:

    • If the origin is shifted to (α,β)(\alpha, \beta) and the axes are rotated by value θ\theta, the equations become:

      • x=xcos(θ)ysin(θ)+αx = x' \cos(\theta) - y' \sin(\theta) + \alpha

      • y=xsin(θ)+ycos(θ)+βy = x' \sin(\theta) + y' \cos(\theta) + \beta

Removal of Terms in Quadratic Equations

  • Removal of First-Degree Terms:

    • To remove the terms involving xx and yy from an equation like ax2+2hxy+by2+2gx+2fy+c=0ax^2 + 2hxy + by^2 + 2gx + 2fy + c = 0, the origin is shifted to the center of the conic (α,β)(\alpha, \beta).

    • Example Case: Remove first-degree terms in 3x2+4y212x+4y+13=03x^2 + 4y^2 - 12x + 4y + 13 = 0.

      • Substitute x=x+αx = x' + \alpha and y=y+βy = y' + \beta.

      • Expand: 3(x+α)2+4(y+β)212(x+α)+4(y+β)+13=03(x' + \alpha)^2 + 4(y' + \beta)^2 - 12(x' + \alpha) + 4(y' + \beta) + 13 = 0.

      • Collect coefficients of xx' and yy':

        • Coeff of xx': 6α12=0    α=26\alpha - 12 = 0 \implies \alpha = 2

        • Coeff of yy': 8β+4=0    β=128\beta + 4 = 0 \implies \beta = -\frac{1}{2}

      • New equation: 3(x)2+4(y)2+(3(2)2+4(12)212(2)+4(12)+13)=03(x')^2 + 4(y')^2 + (3(2)^2 + 4(-\frac{1}{2})^2 - 12(2) + 4(-\frac{1}{2}) + 13) = 0

      • Final result: 3(x)2+4(y)2=03(x')^2 + 4(y')^2= 0.

  • Removal of the xyxy Term:

    • To remove the product term xyxy from the general equation ax2+2hxy+by2ax^2 + 2hxy + by^2, the axes are rotated by an angle θ\theta.

    • Substitution: x=x1cos(θ)y1sin(θ)x = x_1 \cos(\theta) - y_1 \sin(\theta) and y=x1sin(θ)+y1cos(θ)y = x_1 \sin(\theta) + y_1 \cos(\theta).

    • The angle θ\theta is chosen such that the coefficient of x1y1x_1 y_1 is zero:

      • Coefficient: (ba)sin(2θ)+2hcos(2θ)=0(b - a) \sin(2\theta) + 2h \cos(2\theta) = 0

      • tan(2θ)=2hab\tan(2\theta) = \frac{2h}{a - b}

      • θ=12tan1(2hab)\theta = \frac{1}{2} \tan^{-1}\left(\frac{2h}{a - b}\right)

General Equation of the Second Degree and Conic Identification

  • The Invariants:

    • When axes are rotated, certain combinations of coefficients remain constant:

      • a+b=A+Ba + b = A + B

      • abh2=ABH2ab - h^2 = AB - H^2

  • Condition for a Pair of Straight Lines:

    • The general equation ax2+by2+2hxy+2gx+2fy+c=0ax^2 + by^2 + 2hxy + 2gx + 2fy + c = 0 represents a pair of straight lines if the discriminant Δ=0\Delta = 0:         aamp;hamp;ghamp;bamp;fgamp;famp;c=0\begin{vmatrix} a & h & g \\ h & b & f \\ g & f & c \end{vmatrix} = 0

      • Expanded as: abc+2fghaf2bg2ch2=0abc + 2fgh - af^2 - bg^2 - ch^2 = 0.

  • Center of a Conic:

    • Determined by partial derivatives: fx=0\frac{\partial f}{\partial x} = 0 and fy=0\frac{\partial f}{\partial y} = 0.

    • ax+hy+g=0ax + hy + g = 0

    • hx+by+f=0hx + by + f = 0

    • Solving these gives the center (α,β)(\alpha, \beta):

      • α=hfbgabh2\alpha = \frac{hf - bg}{ab - h^2}

      • β=ghafabh2\beta = \frac{gh - af}{ab - h^2}

  • Standard Form Reduction Steps:

    1. Find the center (α,β)(\alpha, \beta) and shift the origin.

    2. Calculate the new constant C1=gα+fβ+cC_1 = g\alpha + f\beta + c.

    3. Rotate axes to eliminate the xyxy term using survivors a1,b1a_1, b_1 where a1+b1=a+ba_1 + b_1 = a + b and a1b1=abh2a_1 b_1 = ab - h^2.

  • Classification by Discriminant (abh2ab - h^2):

    • If ab - h^2 > 0: The conic is an Ellipse.

    • If ab - h^2 < 0: The conic is a Hyperbola.

    • If abh2=0ab - h^2 = 0: The conic is a Parabola.

3D Coordinate Geometry: Direction Cosines and Direction Ratios

  • Direction Cosines (DC):

    • If α,β,γ\alpha, \beta, \gamma are angles made by a line with positive x,y,zx, y, z axes:

      • l=cos(α)l = \cos(\alpha), m=cos(β)m = \cos(\beta), n=cos(γ)n = \cos(\gamma)

    • Property: l2+m2+n2=1l^2 + m^2 + n^2 = 1.

    • For a point P(x,y,z)P(x, y, z) with distance rr from the origin:

      • x=rlx = rl, y=rmy = rm, z=rnz = rn

  • Direction Ratios (DR):

    • Any three numbers a,b,ca, b, c proportional to l,m,nl, m, n.

    • Relationship: l=±aa2+b2+c2l = \frac{\pm a}{\sqrt{a^2 + b^2 + c^2}}, m=±ba2+b2+c2m = \frac{\pm b}{\sqrt{a^2 + b^2 + c^2}}, n=±ca2+b2+c2n = \frac{\pm c}{\sqrt{a^2 + b^2 + c^2}}.

  • Angle Between Two Lines:

    • If lines have DCs (l1,m1,n1)(l_1, m_1, n_1) and (l2,m2,n2)(l_2, m_2, n_2), the angle θ\theta is:

      • cos(θ)=l1l2+m1m2+n1n2\cos(\theta) = l_1 l_2 + m_1 m_2 + n_1 n_2

    • Perpendicular Lines: l1l2+m1m2+n1n2=0l_1 l_2 + m_1 m_2 + n_1 n_2 = 0.

    • Parallel Lines: l1l2=m1m2=n1n2\frac{l_1}{l_2} = \frac{m_1}{m_2} = \frac{n_1}{n_2}.

The Plane and Straight Lines in 3D

  • Equation of a Plane:

    • General Form: ax+by+cz+d=0ax + by + cz + d = 0

    • Passing through point (x1,y1,z1)(x_1, y_1, z_1): a(xx1)+b(yy1)+c(zz1)=0a(x - x_1) + b(y - y_1) + c(z - z_1) = 0

    • Intercept Form: xa+yb+zc=1\frac{x}{a} + \frac{y}{b} + \frac{z}{c} = 1.

    • Normal Form: lx+my+nz=plx + my + nz = p.

  • Angle between a Line and a Plane:

    • If line has DRs (l,m,n)(l, m, n) and plane has normal DRs (a,b,c)(a, b, c), the angle θ\theta is given by:

      • sin(θ)=al+bm+cna2+b2+c2l2+m2+n2\sin(\theta) = \frac{al + bm + cn}{\sqrt{a^2 + b^2 + c^2}\sqrt{l^2 + m^2 + n^2}}

  • Shortest Distance (SD) between two lines:

    • Calculated as the projection of the line segment joining points on the two lines onto the common perpendicular.

The Sphere

  • Equation of a Sphere:

    • General Form: x2+y2+z2+2ux+2vy+2wz+d=0x^2 + y^2 + z^2 + 2ux + 2vy + 2wz + d = 0

    • Center: (u,v,w)(-u, -v, -w).

    • Radius: r=u2+v2+w2dr = \sqrt{u^2 + v^2 + w^2 - d}.

  • Orthogonal Spheres:

    • Two spheres are orthogonal if they intersect such that their tangent planes at the point of intersection are perpendicular.

    • Condition: 2u1u2+2v1v2+2w1w2=d1+d22u_1 u_2 + 2v_1 v_2 + 2w_1 w_2 = d_1 + d_2.