Skip to content
🚨 This site is a work in progress. Exciting updates are coming soon!

1.1 Q-7

Question Statement

We are given the following parametric equations and need to show that they represent specific conic sections:

i. x=at2x = a t^2, y=2aty = 2 a t represents the equation of a parabola y2=4axy^2 = 4 a x.

ii. x=acosθx = a \cos \theta, y=bsinθy = b \sin \theta represents the equation of an ellipse x2a2+y2b2=1\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1.

iii. x=asecθx = a \sec \theta, y=btanθy = b \tan \theta represents the equation of a hyperbola x2a2y2b2=1\frac{x^2}{a^2} - \frac{y^2}{b^2} = 1.


Background and Explanation

These parametric equations describe different conic sections:

  • A parabola is a curve defined by the equation y2=4axy^2 = 4 a x, which can be derived from a specific set of parametric equations.
  • An ellipse is a curve that satisfies the equation x2a2+y2b2=1\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1.
  • A hyperbola is defined by the equation x2a2y2b2=1\frac{x^2}{a^2} - \frac{y^2}{b^2} = 1.

We will Learn more about Conic sections in Chapter 6

Our goal is to manipulate the parametric equations given and show that they reduce to the standard forms of these conic sections.


Solution

i. Parabola

We are given the parametric equations:

x=at2(1)x = a t^2 \tag{1} y=2at(2)y = 2 a t \tag{2}

To find the equation of the parabola, we eliminate the parameter tt.

From equation (2), solve for tt:

t=y2at = \frac{y}{2a}

Now substitute this expression for tt into equation (1):

x=a(y2a)2=ay24a2=y24ax = a \left(\frac{y}{2a}\right)^2 = a \cdot \frac{y^2}{4a^2} = \frac{y^2}{4a}

This simplifies to:

y2=4axy^2 = 4 a x

Which is the equation of a parabola.


ii. Ellipse

We are given the parametric equations:

x=acosθ(1)x = a \cos \theta \tag{1} y=bsinθ(2)y = b \sin \theta \tag{2}

To find the equation of the ellipse, we use trigonometric identities. First, solve for cosθ\cos \theta and sinθ\sin \theta from the parametric equations:

cosθ=xa(3)\cos \theta = \frac{x}{a} \tag{3} sinθ=yb(4)\sin \theta = \frac{y}{b} \tag{4}

Now square both equations (3) and (4):

(xa)2+(yb)2=1\left(\frac{x}{a}\right)^2 + \left(\frac{y}{b}\right)^2 = 1

This is the standard equation of an ellipse:

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

iii. Hyperbola

We are given the parametric equations:

x=asecθ(1)x = a \sec \theta \tag{1} y=btanθ(2)y = b \tan \theta \tag{2}

To find the equation of the hyperbola, we use trigonometric identities. First, solve for secθ\sec \theta and tanθ\tan \theta:

secθ=xa(3)\sec \theta = \frac{x}{a} \tag{3} tanθ=yb(4)\tan \theta = \frac{y}{b} \tag{4}

Now square both equations (3) and (4):

(xa)2(yb)2=sec2θtan2θ\left(\frac{x}{a}\right)^2 - \left(\frac{y}{b}\right)^2 = \sec^2 \theta - \tan^2 \theta

Using the identity sec2θtan2θ=1\sec^2 \theta - \tan^2 \theta = 1, we get:

x2a2y2b2=1\frac{x^2}{a^2} - \frac{y^2}{b^2} = 1

This is the standard equation of a hyperbola.


Key Formulas or Methods Used

  • To eliminate the parameter tt or θ\theta, use substitution and algebraic manipulation.
  • For the parabola, use the relationships between xx and yy expressed in terms of tt.
  • For the ellipse, use the identity cos2θ+sin2θ=1\cos^2 \theta + \sin^2 \theta = 1.
  • For the hyperbola, use the identity sec2θtan2θ=1\sec^2 \theta - \tan^2 \theta = 1.

Summary of Steps

  1. For the parabola: Eliminate tt from the parametric equations and simplify to get y2=4axy^2 = 4 a x.
  2. For the ellipse: Use trigonometric identities to square and add the parametric equations to get x2a2+y2b2=1\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1.
  3. For the hyperbola: Use trigonometric identities to square and subtract the parametric equations to get x2a2y2b2=1\frac{x^2}{a^2} - \frac{y^2}{b^2} = 1.