• NEET
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • Class 6-10
      • Class 6th
      • Class 7th
      • Class 8th
      • Class 9th
      • Class 10th
    • View All Options
      • Online Courses
      • Distance Learning
      • Hindi Medium Courses
      • International Olympiad
    • NEET
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE (Main+Advanced)
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE Main
      • Class 11th
      • Class 12th
      • Class 12th Plus
  • Classroom
  • NEW
    • NEET
      • 2025
      • 2024
      • 2023
      • 2022
    • JEE
      • 2025
      • 2024
      • 2023
      • 2022
    • Class 6-10
    • JEE Main
      • Previous Year Papers
      • Sample Papers
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • JEE Advanced
      • Previous Year Papers
      • Sample Papers
      • Mock Test
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • NEET
      • Previous Year Papers
      • Sample Papers
      • Mock Test
      • Result
      • Analysis
      • Syllabus
      • Exam Date
      • College Predictor
      • Counselling
    • NCERT Solutions
      • Class 6
      • Class 7
      • Class 8
      • Class 9
      • Class 10
      • Class 11
      • Class 12
    • CBSE
      • Notes
      • Sample Papers
      • Question Papers
    • Olympiad
      • NSO
      • IMO
      • NMTC
    • TALLENTEX
    • AOSAT
  • ALLEN E-Store
    • ALLEN for Schools
    • About ALLEN
    • Blogs
    • News
    • Careers
    • Request a call back
    • Book home demo
JEE PhysicsJEE Chemistry
Home
JEE Maths
Parametric Equations

Parametric Equations 

In traditional Cartesian equations, a relationship is expressed between two variables—typically x and y. However, in many real-world scenarios, both variables depend on a third variable, often time. This is where parametric equations come in. Instead of one equation, we use two or more to define the coordinates as functions of an independent parameter.

1.0Parametric Equations Definition

A parametric equation defines a group of quantities as functions of one or more independent variables, called parameters. In two dimensions, parametric equations typically take the form:

x=f(t),y=g(t) 

Here, t is the parameter, and f, g are parametric functions describing how x and y change over time.

2.0What are Parametric Equations with Examples?

Example 1:

Let: x=cos(t),y=sin(t),0≤t≤2π

This defines a unit circle. As t varies from 0 to 2π, the coordinates (x, y) trace a circular path.

Example 2:

Projectile motion in physics is described by:

x(t)=v0​cos(θ)t,y(t)=v0​sin(θ)t−21​gt2

This pair of parametric equations models the position of a projectile over time.

3.0Parametric Equations and Curves

When you graph the ordered pairs (x(t), y(t)), the resulting plot is called a parametric curve. These curves are useful for:

  • Describing motion and direction over time
  • Modeling loops, spirals, and other shapes difficult to describe using y = f(x)
  • Representing multi-variable systems

4.0Parametric Equations Formula

Standard Parametric Form (2D): x = f(t), y = g(t)   

Standard Parametric Equation of a Circle: x=rcos(t),y=rsin(t)

Parametric Equation of a Line:

If a line passes through point (x0​,y0​) and has direction vector ⟨a, b⟩, then the parametric form is:

x=x0​+at,y=y0​+bt

This is extremely useful in 2D and 3D geometry for describing the trajectory of points, particles, or lines in space.

5.0What is the Purpose of a Parametric Equation?

The purpose of a parametric equation is to:

  • Represent complex curves and motions that are hard or impossible to express with Cartesian equations
  • Track position over time (especially in physics and engineering)
  • Describe paths with direction, orientation, or constraints
  • Model real-world systems involving multiple dependent variables

In short, parametric equations extend the power of mathematics to describe dynamic systems with elegance and precision.

6.0Eliminating the Parameter

Sometimes, it's useful to convert parametric equations back to Cartesian form by eliminating the parameter.

Example:

Given: x = 2t + 1, y = 3t - 4 

Solve for t from the first equation: t=2x−1​

Substitute into the second: y=3(2x−1​)−4=23x−3​−4=23x−11​

This gives the Cartesian form: y=23x−11​

7.0Solved Examples on Parametric Equations 

Example 1: Given the parametric equations: x=t2,y=2t

Eliminate the parameter t to find the Cartesian equation.

Solution: 

From y = 2t, solve for t:

t=2y​ 

Substitute into : x=t2

 x=(2y​)2=4y2​

Answer: x=4y2​


Example 2: Find the parametric equations of a line passing through point (2, -1) and having direction vector ⟨3, 4⟩.

Solution:

The general form is:

 x=x0​+at,y=y0​+bt

Substitute:

x = 2 + 3t, y = –1 + 4t 

Answer: x = 2 + 3t, y = -1 + 4t


Example 3: Given x=t2+1,y+t3, find dxdy​.

Solution:

First, compute derivatives:

 dtdx​=2t,dtdy​=3t2

Then use:

 dxdy​=dtdx​dtdy​​=2t3t2​=23t​

Answer: dxdy​=23t​


Example 4: Given: x=cos(t),y=sin(t) for 0 ≤ t ≤ 2π, identify the curve.

Solution:

Use the identity:

cos2(t)+sin2(t)=1⇒x2+y2=1

Answer: The curve is a circle of radius 1 centered at the origin.


Example 5: Write the parametric equations for a circle of radius 4 centered at (2, -3).

Solution:

The general form:

x=h+rcos(t),y=k+rsin(t)

Substitute h = 2, k = –3, r = 4:

x=2+4cos(t),y=−3+4sin(t)

Answer: x=2+4cos(t),y=−3+4sin(t)

8.0Practice Questions on Parametric Equations

  1. Find the Cartesian equation by eliminating the parameter: x=t2,y=2t
  2. Graph the parametric equations: x=cos(t),y=sin(2t),0≤t≤2π
  3. Write the parametric equation of a line through (1, 2) with direction vector ⟨3, −1⟩
  4. What shape is traced by: x=2cos(t),y=2sin(t) for 0≤t≤2π?
  5. A particle moves along a curve given by x=t3,y=t2. Find dxdy​ in terms of t

Table of Contents


  • 1.0Parametric Equations Definition
  • 2.0What are Parametric Equations with Examples?
  • 3.0Parametric Equations and Curves
  • 4.0Parametric Equations Formula
  • 5.0What is the Purpose of a Parametric Equation?
  • 6.0Eliminating the Parameter
  • 7.0Solved Examples on Parametric Equations 
  • 8.0Practice Questions on Parametric Equations

Frequently Asked Questions

A parametric function expresses variables like x and y in terms of one or more independent parameters, often time.

A parametric equation is a pair or set of equations where each variable is expressed as a function of a common parameter.

They allow for a more flexible and dynamic description of curves, especially when direction, time, or multiple outputs are involved.

If a line passes through point (x0, y0) with direction vector ⟨a, b⟩, then: x=x0+at, y=y0+bt

Join ALLEN!

(Session 2025 - 26)


Choose class
Choose your goal
Preferred Mode
Choose State
  • About
    • About us
    • Blog
    • News
    • MyExam EduBlogs
    • Privacy policy
    • Public notice
    • Careers
    • Dhoni Inspires NEET Aspirants
    • Dhoni Inspires JEE Aspirants
  • Help & Support
    • Refund policy
    • Transfer policy
    • Terms & Conditions
    • Contact us
  • Popular goals
    • NEET Coaching
    • JEE Coaching
    • 6th to 10th
  • Courses
    • Online Courses
    • Distance Learning
    • Online Test Series
    • International Olympiads Online Course
    • NEET Test Series
    • JEE Test Series
    • JEE Main Test Series
  • Centers
    • Kota
    • Bangalore
    • Indore
    • Delhi
    • More centres
  • Exam information
    • JEE Main
    • JEE Advanced
    • NEET UG
    • CBSE
    • NCERT Solutions
    • Olympiad
    • NEET 2025 Results
    • NEET 2025 Answer Key
    • NEET College Predictor
    • NEET 2025 Counselling

ALLEN Career Institute Pvt. Ltd. © All Rights Reserved.

ISO