Conic Sections
Conic Sections
ANALYTIC
GEOMETRY
1
Outline
• Lines
• Area of a Polygon by Coordinates
• Conics Sections
Lines
• Two-Dimensional Cartesian Coordinate System
• Distance Between Two Points
• Angle Between Two Lines
• Distance Between a Point and a Line
• Distance Between Two Parallel Lines
• Midpoint of a Line Segment
• Partition of a Line Segment
Two-Dimensional Cartesian
Coordinate System
Two-Dimensional Cartesian
Coordinate System
Distance Between Two Points
• Given two points (𝑥1 , 𝑦1 ) and (𝑥2 , 𝑦2 ), recall that their
horizontal distance from one another is Δ𝑥 = 𝑥2 − 𝑥1 and
their vertical distance from one another is Δ𝑦 = 𝑦2 − 𝑦1 .
• The actual (positive) distance from one point to the other
is the length of the hypotenuse of a right triangle with legs
|Δ𝑥| and |Δ𝑦|, as shown in the figure.
• The Pythagorean theorem then says that the distance
between the two points is the square root of the sum of
the squares of the horizontal and vertical sides:
𝑑 = Δ𝑥 2 + Δ𝑦 2 = 𝑥2 − 𝑥1 2 + 𝑦2 − 𝑦1 2
Distance Between Two Points
• Example: Find the distance between the
following pairs of points:
1. 3,2 , (5,7)
2. 1,4 , (4,0)
3. −3,2 , (2, −3)
Angle Between Two Lines
• Inclination of a Line (𝛼) – the positive angle to
the right of the line and above the 𝑥-axis, when a
straight line crosses the 𝑥-axis.
• If the coordinates of two points (𝑥1 , 𝑦1 ) and
(𝑥2 , 𝑦2 ) in a line are given
𝑦2 − 𝑦1
tan 𝛼 = =𝑚
𝑥2 − 𝑥1
𝛼 = tan−1 𝑚
• If 0° < 𝛼 < 90°: 𝑚 is positive
• If 90° < 𝛼 < 180°: 𝑚 is negative
• If 𝛼 = 0°: 𝑚 = 0 and the line is parallel to the 𝑥-axis (horizontal)
• If 𝛼 = 90°: 𝑚 is undefined and the line is parallel to the 𝑦-axis (vertical)
Angle Between Two Lines
𝜃 • Angle Between Two Lines (𝜃, 𝜙) – the positive
𝜙 angle formed by the intersection of two lines. By
default, we usually take the smaller one among
𝛼2 𝛼1
the angles (𝜃).
𝜃 = |𝛼1 − 𝛼2 |
𝑚2 − 𝑚1
tan 𝜃 =
1 + 𝑚1 𝑚2
−1
𝑚2 − 𝑚1
𝜃 = tan
1 + 𝑚1 𝑚2
𝜙 = 180° − 𝜃
Angle Between Two Lines
𝜃 • Example: Find the angle between the lines with
𝜙 the following pairs of points:
1. Line 1: 3,2 , (5,7); Line 2: 1,4 , (4,0)
𝛼2 𝛼1 2. Line 1: 1,4 , (4,0); Line 2: −3,2 , (2, −3)
3. Line 1: −3,2 , (2, −3); Line 2: 3,2 , (5,7)
Angle Between Two Lines
𝜃 • Example: Find the angle between the lines with
𝜙 the following pairs of points:
1. Line 1: 3,2 , (5,7); Line 2: 1,4 , (4,0)
𝛼2 𝛼1 2. Line 1: 1,4 , (4,0); Line 2: −3,2 , (2, −3)
3. Line 1: −3,2 , (2, −3); Line 2: 3,2 , (5,7)
Distance Between a Point and
a Line
• The distance between a point (𝑥0 , 𝑦0 ) and a line
𝑎𝑥 + 𝑏𝑦 + 𝑐 = 0 is
|𝑎𝑥0 + 𝑏𝑦0 + 𝑐|
𝑑=
𝑎2 + 𝑏 2
Distance Between Two Parallel
Lines
• To calculate the distance between two parallel
lines, pick a point (𝑥0 , 𝑦0 ) on one of the lines and
use the equation of the other line then apply the
formula for the distance between a point and a
line.
• The distance between a point (𝑥0 , 𝑦0 ) and a line
𝑎𝑥 + 𝑏𝑦 + 𝑐 = 0 is
|𝑎𝑥0 + 𝑏𝑦0 + 𝑐|
𝑑=
𝑎2 + 𝑏 2
Distance Between Two Parallel
Lines
• Example: Find the distance between a point and
a line or two parallel lines:
1. Point: 3,2 ; Line: 1,4 , (4,0)
2. Line 1: 1,4 , (4,0); Line 2: −3,2 , (−6,6)
Distance Between Two Parallel
Lines
• Example: Find the distance between a point and
a line or two parallel lines:
1. Point: 3,2 ; Line: 1,4 , (4,0)
2. Line 1: 1,4 , (4,0); Line 2: −3,2 , (−6,6)
Midpoint of a Line Segment
• The midpoint of a line segment is a point in the line
segment that is of equal distance from the endpoints.
• The midpoint divides a line segment into two segments of
equal lengths or 1: 1 ratio.
• The midpoint of the line segment with endpoints (𝑥1 , 𝑦1 )
and (𝑥2 , 𝑦2 ) is:
𝑥1 + 𝑥2 𝑦1 + 𝑦2
,
2 2
Midpoint of a Line Segment
• Example: Find the midpoint of the following pairs
of points:
1. 3,2 , (5,7)
2. 1,4 , (4,0)
3. −3,2 , (2, −3)
Partition of a Line Segment
• A line segment can be divided into unequal sections, as
opposed to how a midpoint divides a line segment into
𝑏 equal sections.
• We can divide the line segment, say with an 𝑎: 𝑏 ratio
(𝑥3 , 𝑦3 ) starting from point (𝑥1 , 𝑦1 ).
𝑎
• The coordinates for point (𝑥3 , 𝑦3 ) is:
𝑨𝒙𝟐 + 𝑪𝒚𝟐 + 𝑫𝒙 + 𝑬𝒚 + 𝑭 = 𝟎
Conic Sections
𝑨𝒙𝟐 + 𝑩𝒙𝒚 + 𝑪𝒚𝟐 + 𝑫𝒙 + 𝑬𝒚 + 𝑭 = 𝟎
𝑨𝒙𝟐 + 𝑪𝒚𝟐 + 𝑫𝒙 + 𝑬𝒚 + 𝑭 = 𝟎