Photo AI

Last Updated Sep 27, 2025

Parametric Equations - Sketching Graphs Simplified Revision Notes

Revision notes with simplified explanations to understand Parametric Equations - Sketching Graphs quickly and effectively.

user avatar
user avatar
user avatar
user avatar
user avatar

374+ students studying

9.1.3 Parametric Equations - Sketching Graphs

Sketching graphs of parametric equations involves plotting points that are defined by two separate equations—one for xx and one for yy—both in terms of a third variable, usually denoted as tt. The process is different from sketching a graph using Cartesian coordinates directly, where yy is expressed as a function of xx.

1. Understanding Parametric Equations

infoNote

Parametric equations define both xx and yy as functions of a parameter tt:

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

Here, tt is the parameter, and as it varies, the pair (x(t),y(t)x(t), y(t)) traces out a curve in the xyxy-plane.

2. Steps to Sketching the Graph

infoNote

a) Choose a Range for tt

  • Determine an appropriate range for the parameter tt, based on the problem or context.
  • Sometimes the problem specifies a range, but if not, start with a range that covers typical values (e.g., t[0,2π]t \in [0, 2\pi] for trigonometric functions).

b) Calculate Corresponding xx and yy Values

  • For several values of tt within the chosen range, calculate the corresponding values of x(t)x(t) and y(t)y(t).
  • Create a table of values if needed to help organize your points.

c) Plot the Points

  • On a Cartesian coordinate system, plot the points (x(t),y(t)x(t), y(t)) for each value of tt.
  • Pay attention to the order of plotting as tt increases, since this will show the direction of the curve.

d) Draw the Curve

  • Connect the plotted points smoothly, considering the nature of the functions involved (e.g., whether they are linear, quadratic, sinusoidal).
  • Indicate the direction of increasing tt with an arrow on the curve.

e) Identify Key Features

  • Identify and mark any important features such as intercepts, maxima, minima, or points where the curve changes direction.
  • If applicable, find where the curve crosses the axes by setting x(t)=0x(t) = 0 or y(t)=0y(t) = 0 and solving for tt.

3. Example: Sketching a Circle

infoNote

Example : Let's sketch the graph of the following parametric equations:

x=cost,y=sintx = \cos t, \quad y = \sin t

where tt ranges from 00 to 2π2\pi.

Step-by-Step Solution:


  1. Range of tt:
  • tt ranges from 00 to 2π2\pi.

  1. Calculate x(t)x(t) and y(t)y(t) Values:
  • For t=0t = 0: x(0)=cos0=:highlight[1]x(0) = \cos 0 = :highlight[1], y(0)=sin0=:highlight[0]y(0) = \sin 0 = :highlight[0].
  • For t=π2t = \frac{\pi}{2}:  x(π2)=cos(π2)=:highlight[0])\ x\left( \frac{\pi}{2}\right) = \cos\left ( \frac{\pi}{2}\right) = :highlight[0]),  y(π2)=sin(π2)=:highlight[1]\ y\left(\frac{\pi}{2}\right) = \sin\left(\frac{\pi}{2}\right) = :highlight[1].
  • For t=πt = \pi: x(πx(\pi) = cosπ=:highlight[1]\cos \pi = :highlight[-1], y(πy(\pi) = sinπ=:highlight[0]\sin \pi = :highlight[0].
  • For t=3π2t = \frac{3\pi}{2}: xx(3π2\frac{3\pi}{2}) =cos(3π2= \cos(\frac{3\pi}{2}) = 0, y(3π2)=sin(3π2)=:highlight[1]y\left(\frac{3\pi}{2}\right) = \sin\left(\frac{3\pi}{2}\right) = :highlight[-1].
  • For t=2πt = 2\pi: x(2πx(2\pi) =cos2π=:highlight[1] \cos 2\pi = :highlight[1], y(2π)y(2\pi) = sin2π=:highlight[0]\sin 2\pi = :highlight[0].

  1. Plot the Points:
  • Plot the points (1,0)(1, 0), (0,1)(0, 1), (1,0)(-1, 0), (0,1)(0, -1), and back to (1,0)(1, 0) on the Cartesian plane.

  1. Draw the Curve:
  • Connect the points smoothly, forming a circle.
  • Indicate the direction of increasing tt (counter clockwise in this case).

  1. Identify Key Features:
  • The curve is a circle with radius 1, centred at the origin (0,0)(0, 0). Graph:

  • The circle is traced counter clockwise as tt increases from 00 to 2π2\pi.

4. Example: Sketching an Ellipse

infoNote

Example : Consider the parametric equations:

x=2cost,y=sintx = 2\cos t, \quad y = \sin t

where tt ranges from 00 to 2π2\pi.

Step-by-Step Solution:


  1. Range of tt:
  • tt ranges from 00 to 2π2\pi.

  1. Calculate x(t)x(t) and y(t)y(t) Values:
  • For t=0t = 0: x(0)=2cos0=:highlight[2]x(0) = 2\cos 0 = :highlight[2], y(0)=sin0=:highlight[0]y(0) = \sin 0 = :highlight[0].
  • For t=π2t = \frac{\pi}{2}: x(π2x( \frac{\pi}{2}) = 2cos(π22\cos( \frac{\pi}{2}) =:highlight[0]= :highlight[0], y(π2y( \frac{\pi}{2}) =sin(π2 \sin(\frac{\pi}{2}) =:highlight[1]= :highlight[1].
  • For t=πt = \pi: x(π)=2cosπ=:highlight[2]x(\pi) = 2\cos \pi = :highlight[-2], y(π)=sinπ=:highlight[0]y(\pi) = \sin \pi = :highlight[0].
  • For t=3π2t = \frac{3\pi}{2}: x(3π2)=2cos(3π2)=:highlight[0]x\left(\frac{3\pi}{2}\right) = 2\cos\left(\frac{3\pi}{2}\right) = :highlight[0], y(3π2)=sin(3π2)=:highlight[1]y\left(\frac{3\pi}{2}\right) = \sin\left(\frac{3\pi}{2}\right) = :highlight[-1].
  • For t=2πt = 2\pi: x(2π)=2cos2π=:highlight[2]x(2\pi) = 2\cos 2\pi = :highlight[2], y(2π)=sin2π=:highlight[0]y(2\pi) = \sin 2\pi = :highlight[0].

  1. Plot the Points:
  • Plot the points (2,0)(2, 0), (0,1)(0, 1), (2,0)(-2, 0), (0,1)(0, -1), and back to (2,0)(2, 0).

  1. Draw the Curve:
  • Connect the points smoothly, forming an ellipse.
  • Indicate the direction of increasing tt (again, counter clockwise).

  1. Identify Key Features:
  • The ellipse is centred at the origin, with a horizontal axis of length 4 (from 2-2 to 22) and a vertical axis of length 2 (from 1-1 to 11). Graph:

  • The ellipse is wider along the xx-axis than the yy-axis.


Summary

infoNote
  • Parametric equations provide a flexible way to describe curves that might be difficult to express with a single Cartesian equation.
  • Sketching parametric curves involves calculating specific points for given values of t, plotting them, and smoothly connecting them while indicating the direction of motion.
  • Understanding the nature of the functions f(t)f(t) and g(t)g(t) is crucial for anticipating the shape of the curve and its behaviour as tt varies.

Books

Only available for registered users.

Sign up now to view the full note, or log in if you already have an account!

500K+ Students Use These Powerful Tools to Master Parametric Equations - Sketching Graphs

Enhance your understanding with flashcards, quizzes, and exams—designed to help you grasp key concepts, reinforce learning, and master any topic with confidence!

40 flashcards

Flashcards on Parametric Equations - Sketching Graphs

Revise key concepts with interactive flashcards.

Try Maths Pure Flashcards

4 quizzes

Quizzes on Parametric Equations - Sketching Graphs

Test your knowledge with fun and engaging quizzes.

Try Maths Pure Quizzes

7 questions

Exam questions on Parametric Equations - Sketching Graphs

Boost your confidence with real exam questions.

Try Maths Pure Questions

1 exams created

Exam Builder on Parametric Equations - Sketching Graphs

Create custom exams across topics for better practice!

Try Maths Pure exam builder

18 papers

Past Papers on Parametric Equations - Sketching Graphs

Practice past papers to reinforce exam experience.

Try Maths Pure Past Papers

Other Revision Notes related to Parametric Equations - Sketching Graphs you should explore

Discover More Revision Notes Related to Parametric Equations - Sketching Graphs to Deepen Your Understanding and Improve Your Mastery

96%

114 rated

Parametric Equations

Parametric Equations - Eliminating the Parameter

user avatar
user avatar
user avatar
user avatar
user avatar

295+ studying

195KViews

96%

114 rated

Parametric Equations

Parametric Differentiation

user avatar
user avatar
user avatar
user avatar
user avatar

263+ studying

185KViews
Load more notes

Join 500,000+ A-Level students using SimpleStudy...

Join Thousands of A-Level Students Using SimpleStudy to Learn Smarter, Stay Organized, and Boost Their Grades with Confidence!

97% of Students

Report Improved Results

98% of Students

Recommend to friends

500,000+

Students Supported

50 Million+

Questions answered