Skip to main content

Section 1.3 Analytic geometry

Subsection 1.3.1 Things to know

  • Lines:
    • Given two points P1(x1,y1) and P2(x2,y2) in the xy-plane,
      Ξ”x=x2βˆ’x1is called the change in x, or the ``run'',Ξ”y=y2βˆ’y1is called the change in y, or the ``rise''.
      If x1β‰ x2, the line passing through the points P1 and P2 is non-vertical, and its slope is
      m=y2βˆ’y1x2βˆ’x1=Ξ”yΞ”x=riserun
    • If P1β‰ P2 but Ξ”y=0 then m=0 and the line is horizontal. If P1β‰ P2 but Ξ”x=0 then the line is vertical, and its slope is undefined. A vertical line is not the graph of a function, since it does not pass the vertical line test.
    • The equation of a line has the form y=mx+b, where m is the slope and b is the y-intercept.
    • Two lines y=m1x+b1 and y=m2x+b2 are parallel if m1=m2. They are perpendicular if m1=βˆ’1/m2.
    • To find the equation of the line with a given slope m=a passing through a point P(x1,y1), we can use the point-slope formula:
      yβˆ’y1=m(xβˆ’x1).
      We expand and gather terms to get an equation of the form y=mx+b.
    • To find the equation of the line passing through two points P1(x1,y1) and P2(x2,y2), we first determine that the slope of the line is
      m=y2βˆ’y1x2βˆ’x1,
      and then substitute into the point-slope formula to get
      yβˆ’y1=y2βˆ’y1x2βˆ’x1(xβˆ’x1).
      We expand and gather terms to get an equation of the form y=mx+b.
    • The distance between two points P1(x1,y1) and P2(x2,y2) is
      d=√(x2βˆ’x1)2+(y2βˆ’y1)2.
  • Triangles: The area of a triangle is A=12bh, where b is the base and h the height.
  • Circles:
    • The equation of a circle with centre (h,k) and radius r is
      (xβˆ’h)2+(yβˆ’k)2=r2.
    • The area of a circle is A=Ο€r2.
    • The circumference of a circle is C=2Ο€r.
    • The area of a sector of a circle is A=12ΞΈr2 where ΞΈ is the angle in radians.
    • The length of an arc is L=ΞΈr.
  • Parabolas: A parabola is the graph of a function of the form y=ax2+bx+c.
  • Ellipses: The equation of an ellipse with centre (h,k) is
    (xβˆ’h)2a2+(yβˆ’k)2b2=1.
  • Hyperbolas: The equation of a hyperbola with β€œcentre” (h,k) is
    (xβˆ’h)2a2βˆ’(yβˆ’k)2b2=1.
  • Three-dimensional objects:
    • The volume of a sphere of radius r is V=43Ο€r3.
    • The surface area of a sphere is A=4Ο€r2.
    • The volume of a cylinder is V=Ο€r2h where r is the radius and h the height.
    • The volume of a right circular cone is V=13Ο€r2h.