zuai-logo

Defining and Differentiating Parametric Equations

Benjamin Wright

Benjamin Wright

7 min read

Listen to this study note

Study Guide Overview

This study guide covers parametric equations, polar coordinates, and vector-valued functions. It focuses on parametric equations and their differentiation. Key concepts include understanding parametric equations as functions of a dummy variable (like time), calculating the derivative (dy/dx) as (dy/dt)/(dx/dt), and finding the slope of tangent lines to parametric curves at specific points.

9.1 Defining and Differentiating Parametric Equations

🪐 Unit 9 of AP Calculus BC deals with three major topics:

  1. Parametric equations
  2. Polar coordinates - a two-dimensional coordinate system dealing with a line’s distance from the origin (rr) and the angle said line makes with the positive x-axis (θθ).
  3. Vector-valued functions - functions that returns a vector after taking one or more variables.

We’ll dive deeper into the second and third topics in future sections; for now, we’ll focus on parametric functions as they actually tell us a lot of information about real-world phenomena like projectile and circular motion.

💭 What is a Parametric Function?

Parametric functions are a set of related functions where x and y are independent from each other, but they are connected using the dummy variable t, which represents time. When we use the Cartesian graph, we assume that we are moving along the x-axis in only one direction at a constant rate. However, parametric equations give us more freedom to manipulate horizontal motion. 🗺️

A parametric equation would look something like this:

x(t)=t21,y(t)=3tx(t)=t^2-1, y(t)=3t

In this equation, your x-coordinate would be determined by t21t² - 1 and your y-coordinate would be determined by 3t. So, when t = 1, you would plot the point (0, 3). In a parametric equation, t isn’t actually on the graph; we just use t as our constant so that our points are independent from one another.

There are several methods for calculating derivatives of real-valued functions, such as the limit definition, the power rule, the product rule, and the quotient rule. These methods can be extended to parametric functions, which are func...

Question 1 of 9

Which of the following represents a set of parametric equations? 🤔

y=2x+3y = 2x + 3

x2+y2=9x^2 + y^2 = 9

x(t)=t2x(t) = t^2, y(t)=4t1y(t) = 4t - 1

f(x)=x32xf(x) = x^3 - 2x