Skip to content

FP3 Chapter 2: Further Coordinate Systems

FP3 Lecture Notes: Ellipses and Hyperbolas

Section titled “FP3 Lecture Notes: Ellipses and Hyperbolas”

Having explored parabolas and rectangular hyperbolas in the previous modules, we now turn our attention to their cousins: ellipses and general hyperbolas. These curves appear frequently in nature and have fascinating applications, from planetary orbits to satellite dishes. We’ll discover how these curves are unified through the concept of eccentricity and explore their geometric properties.

Ellipse diagram

Example: Deriving Tangent and Normal Equations

Section titled “Example: Deriving Tangent and Normal Equations”

Let’s derive the equation of the tangent to the ellipse x2a2+y2b2=1\dfrac{x^2}{a^2} + \dfrac{y^2}{b^2} = 1 at point P(x1,y1)P(x_1, y_1) using two different methods.

Finding Tangent using Implicit Differentiation

  1. Differentiate both sides with respect to xx:

2xa2+2yb2dydx=0\frac{2x}{a^2} + \frac{2y}{b^2}\frac{dy}{dx} = 0

  1. Solve for dydx\dfrac{dy}{dx}:

dydx=b2xa2y\frac{dy}{dx} = -\frac{b^2x}{a^2y}

  1. At point P(x1,y1)P(x_1, y_1), the gradient is:

m=b2x1a2y1m = -\frac{b^2x_1}{a^2y_1}

  1. Use point-gradient form yy1=m(xx1)y - y_1 = m(x - x_1):

yy1=b2x1a2y1(xx1)y - y_1 = -\frac{b^2x_1}{a^2y_1}(x - x_1)

  1. Multiply throughout by a2y1a^2y_1:

a2y1ya2y12=b2x1x+b2x12a^2y_1y - a^2y_1^2 = -b^2x_1x + b^2x_1^2

  1. Since (x1,y1)(x_1, y_1) lies on the ellipse: x12a2+y12b2=1\dfrac{x_1^2}{a^2} + \dfrac{y_1^2}{b^2} = 1

  2. After simplification:

xx1a2+yy1b2=1\frac{xx_1}{a^2} + \frac{yy_1}{b^2} = 1

Finding Tangent using Parametric Differentiation

  1. Use parametric equations: x=acostx = a\cos t, y=bsinty = b\sin t

  2. Find dydx\dfrac{dy}{dx}:

dydx=dydtdxdt=bcostasint=bcostasint\frac{dy}{dx} = \frac{\frac{dy}{dt}}{\frac{dx}{dt}} = \frac{b\cos t}{-a\sin t} = -\frac{b\cos t}{a\sin t}

  1. Use point-gradient form:

ybsint=bcostasint(xacost)y - b\sin t = -\frac{b\cos t}{a\sin t}(x - a\cos t)

  1. Simplify to:

bxcost+aysint=abbx\cos t + ay\sin t = ab

Finding Normal using Parametric Form

  1. At point P(acost,bsint)P(a\cos t, b\sin t)
  2. Normal gradient: asintbcost\dfrac{a\sin t}{b\cos t}
  3. Form equation:

ybsint=asintbcost(xacost)y - b\sin t = \frac{a\sin t}{b\cos t}(x - a\cos t)

  1. Simplify to:

axsintbycost=(a2b2)costsintax\sin t - by\cos t = (a^2 - b^2)\cos t\sin t

Find the normal to the ellipse x225+y29=1\dfrac{x^2}{25} + \dfrac{y^2}{9} = 1 at P(5cosθ,3sinθ)P(5\cos\theta, 3\sin\theta).

Step 1: Find dydx\dfrac{dy}{dx} using parametric differentiation

dydx=3cosθ5sinθ=3cosθ5sinθ\frac{dy}{dx} = \frac{3\cos\theta}{-5\sin\theta} = -\frac{3\cos\theta}{5\sin\theta}

Step 2: Use perpendicular gradient rule for normal

Normal gradient=5sinθ3cosθ\text{Normal gradient} = \frac{5\sin\theta}{3\cos\theta}

Step 3: Form equation using point-gradient form

y3sinθ=5sinθ3cosθ(x5cosθ)y - 3\sin\theta = \frac{5\sin\theta}{3\cos\theta}(x - 5\cos\theta)

Step 4: Simplify to standard form

5xsinθ3ycosθ=16sinθcosθ5x\sin\theta - 3y\cos\theta = 16\sin\theta\cos\theta

Hyperbola diagram

Deriving Tangent and Normal Equations for Hyperbolas

Section titled “Deriving Tangent and Normal Equations for Hyperbolas”

Let’s derive the standard form of an ellipse using the eccentricity definition.

Given:

  • Focus F(c,0)F(c,0)
  • Directrix x=aex = \dfrac{a}{e}
  • Point P(x,y)P(x,y) on the curve
  • PFPM=e\dfrac{PF}{PM} = e where 0<e<10 < e < 1

Step 1: Express PFPF using distance formula

PF=(xc)2+y2PF = \sqrt{(x-c)^2 + y^2}

Step 2: Express PMPM

PM=aexPM = \frac{a}{e} - x

Step 3: Apply the definition

(xc)2+y2aex=e\frac{\sqrt{(x-c)^2 + y^2}}{\frac{a}{e} - x} = e

Step 4: Square both sides and simplify

(xc)2+y2=e2 ⁣(a2e22axe+x2)(x-c)^2 + y^2 = e^2\!\left(\frac{a^2}{e^2} - \frac{2ax}{e} + x^2\right)

Step 5: Show that this reduces to

x2a2+y2b2=1\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1

where b2=a2(1e2)b^2 = a^2(1-e^2).

Comprehensive Exercise: Hyperbola and Eccentricity

Section titled “Comprehensive Exercise: Hyperbola and Eccentricity”

Consider a hyperbola HH with equation x2a2y225=1\dfrac{x^2}{a^2} - \dfrac{y^2}{25} = 1 where aa is a positive constant. Let ee be its eccentricity.

Part A: Find e2e^2 in terms of aa.

Part B: The line ll is the directrix of HH for which x>0x > 0. Points AA and AA' are where ll intersects the asymptotes. Find AA|AA'| in terms of ee.

Part C: Point FF is the focus of HH for which x<0x < 0. Given that the area of triangle AFAAFA' is 1643\dfrac{164}{3}, show that:

30a3164a2+375a4100=030a^3 - 164a^2 + 375a - 4100 = 0

Part D: Using algebra, show that a=203a = \dfrac{20}{3} is the only possible value.

Key Learning Points:

  • Relationship between eccentricity and the constants aa and bb
  • Using asymptotes to find intersections with directrix
  • Area calculations involving focus and directrix

Consider an ellipse EE with equation x29+y24=1\dfrac{x^2}{9} + \dfrac{y^2}{4} = 1 and a line l:y=kx3l: y = kx - 3 where kk is a constant. Let’s explore how to find the locus of the midpoint of the chord formed by the intersection of EE and ll.

Step-by-Step Investigation:

1. Finding Intersection Points

  • Substitute y=kx3y = kx - 3 into the ellipse equation
  • Show that xx satisfies: (9k2+4)x254kx+45=0(9k^2 + 4)x^2 - 54kx + 45 = 0
  • What does this tell us about the number of intersection points?

2. Locating the Midpoint

  • If P(x1,y1)P(x_1,y_1) and Q(x2,y2)Q(x_2,y_2) are intersection points
  • Midpoint MM has coordinates (x1+x22,y1+y22)\left(\dfrac{x_1+x_2}{2}, \dfrac{y_1+y_2}{2}\right)
  • For a quadratic ax2+bx+c=0ax^2 + bx + c = 0, sum of roots =ba= -\dfrac{b}{a}

3. Finding the Locus

  • Express xx-coordinate of MM: x=27k9k2+4x = \dfrac{27k}{9k^2+4}
  • Express yy-coordinate of MM: y=129k2+4y = -\dfrac{12}{9k^2+4}
  • Eliminate parameter kk to find the equation of the locus

Key Insights:

  • The quadratic equation helps us find intersection points without solving explicitly
  • The sum and product of roots give us information about the midpoint
  • The final locus has form x2+py2=qyx^2 + py^2 = qy where pp and qq are constants

Solution: The locus is x2+94y2=274yx^2 + \dfrac{9}{4}y^2 = -\dfrac{27}{4}y.

Consider a parabola y2=4axy^2 = 4ax. Let P(ap2,2ap)P(ap^2, 2ap) and Q(aq2,2aq)Q(aq^2, 2aq) be two points on the parabola, and let RR be the intersection of their normals. The chord PQPQ passes through the focus (a,0)(a,0).

(a) Find the coordinates of point RR in terms of pp and qq.

(b) Prove that pq=1pq = -1.

(c) Prove that the locus of RR is a parabola with equation y2=a(x3a)y^2 = a(x-3a).

Solution:

(a) To find coordinates of RR:

  • Normal at PP: y+px=2ap+ap3y + px = 2ap + ap^3
  • Normal at QQ: y+qx=2aq+aq3y + qx = 2aq + aq^3
  • Solving these equations simultaneously:

(pq)x=2a(pq)+a(p3q3)(p-q)x = 2a(p-q) + a(p^3-q^3)

x=2a+a(p2+pq+q2)x = 2a + a(p^2 + pq + q^2)

y=apq(p+q)y = -apq(p+q)

(b) To prove pq=1pq = -1:

Since PP, QQ, and F(a,0)F(a,0) are collinear:

2ap0ap2a=2aq0aq2a\frac{2ap-0}{ap^2-a} = \frac{2aq-0}{aq^2-a}

2pp21=2qq21\frac{2p}{p^2-1} = \frac{2q}{q^2-1}

p(q21)=q(p21)p(q^2-1) = q(p^2-1)

pq2p=qp2qpq^2 - p = qp^2 - q

pq2qp2=pqpq^2 - qp^2 = p - q

pq(qp)=pqpq(q-p) = p - q

pq=1pq = -1

(c) To find the locus of RR:

Using pq=1pq = -1:

x=3a+a(p+q)2x = 3a + a(p+q)^2

y=a(p+q)y = a(p+q)

Let k=p+qk = p+q, then:

x=3a+ak2x = 3a + ak^2

y=aky = ak

Eliminating parameter kk:

y2=a(x3a)y^2 = a(x-3a)

Therefore, the locus of RR is a parabola with equation y2=a(x3a)y^2 = a(x-3a).

The ellipse EE has equation x249+y2b2=1\dfrac{x^2}{49} + \dfrac{y^2}{b^2} = 1 where bb is a constant and 0<b<70 < b < 7. The eccentricity of the ellipse is ee.

(a) Write down, in terms of ee only:

  • The coordinates of the foci
  • The equations of the directrices

Given that:

  • the point P(x,y)P(x, y) lies on EE where x>0x > 0
  • the point SS is the focus of EE on the positive xx-axis
  • the line ll is the directrix of EE which crosses the positive xx-axis
  • the point MM lies on ll such that the line through PP and MM is parallel to the xx-axis

(b) For point P(x,y)P(x,y) on EE where x>0x > 0, find expressions for:

  • PS2PS^2 in terms of ee, xx, and yy
  • PM2PM^2 in terms of ee and xx

(c) Hence show that b2=49(1e2)b^2 = 49(1-e^2).

(d) Given that EE crosses the yy-axis at (0,±43)(0,\pm 4\sqrt{3}), determine the value of ee.

(e) Given that the xx-coordinate of PP is 72\dfrac{7}{2}, determine the area of triangle OPMOPM where OO is the origin.

The hyperbola HH has equation x2a2y2b2=1\dfrac{x^2}{a^2} - \dfrac{y^2}{b^2} = 1.

(a) Use calculus to show that the equation of the tangent to HH at the point (acoshθ,bsinhθ)(a\cosh \theta, b\sinh \theta) may be written in the form:

xbcoshθyasinhθ=abxb\cosh \theta - ya\sinh \theta = ab

(b) The line l1l_1 is the tangent to HH at the point (acoshθ,bsinhθ)(a\cosh \theta, b\sinh \theta), θ0\theta \neq 0. Given that l1l_1 meets the xx-axis at point PP, find, in terms of aa and θ\theta, the coordinates of PP.

(c) The line l2l_2 is the tangent to HH at the point (a,0)(a,0). Given that l1l_1 and l2l_2 meet at the point QQ, find, in terms of aa, bb and θ\theta, the coordinates of QQ.

(d) Show that, as θ\theta varies, the locus of the mid-point of PQPQ has equation:

x(4y2+b2)=ab2x(4y^2 + b^2) = ab^2

Challenge Problem (Optional): Coordinate Transformation and Conics

Section titled “Challenge Problem (Optional): Coordinate Transformation and Conics”

Consider the hyperbola with equation xy=1xy = 1. We will prove this is equivalent to a standard form hyperbola through coordinate transformation.

Part 1: Matrix Representation

(a) Show that xy=1xy = 1 can be written as a quadratic form:

[xy][012120][xy]=1\begin{bmatrix} x & y \end{bmatrix} \begin{bmatrix} 0 & \frac{1}{2} \\ \frac{1}{2} & 0 \end{bmatrix} \begin{bmatrix} x \\ y \end{bmatrix} = 1

(b) Explain why this matrix is not in diagonal form.

Part 2: Coordinate Transformation

(a) Given that:

[xy]=[12121212][XY]\begin{bmatrix} x \\ y \end{bmatrix} = \begin{bmatrix} \frac{1}{\sqrt{2}} & -\frac{1}{\sqrt{2}} \\ \frac{1}{\sqrt{2}} & \frac{1}{\sqrt{2}} \end{bmatrix} \begin{bmatrix} X \\ Y \end{bmatrix}

Show that:

[xy]=[XY][12121212]\begin{bmatrix} x & y \end{bmatrix} = \begin{bmatrix} X & Y \end{bmatrix} \begin{bmatrix} \frac{1}{\sqrt{2}} & \frac{1}{\sqrt{2}} \\ -\frac{1}{\sqrt{2}} & \frac{1}{\sqrt{2}} \end{bmatrix}

(b) Under this transformation, prove that the equation becomes:

X22Y22=1\frac{X^2}{2} - \frac{Y^2}{2} = 1

Extension Question: What happens if we consider the curve xy=kxy = k where k0k \neq 0? How does the value of kk affect the shape of the hyperbola?