zuai-logo
zuai-logo
  1. AP Calculus
FlashcardFlashcard
Study GuideStudy GuideQuestion BankQuestion BankGlossaryGlossary

What is a parametric equation?

An equation where x and y are defined in terms of a third variable, usually time (t).

Flip to see [answer/question]
Flip to see [answer/question]
Revise later
SpaceTo flip
If confident

All Flashcards

What is a parametric equation?

An equation where x and y are defined in terms of a third variable, usually time (t).

Define a vector-valued function.

A function that maps a real number to a vector in a vector space, often representing position, velocity, or acceleration.

What are polar coordinates?

A two-dimensional coordinate system where a point is located by its distance (r) from the origin and angle (θ) from the positive x-axis.

What is arc length?

The distance along a curve defined by a function between two points.

Define a polar function.

A function of the form r = f(θ), where r is the distance from the origin and θ is the angle.

What is a polar plane?

A two-dimensional coordinate system in which the position of a point is determined by the distance from the origin (r) and the angle (theta θ) between the positive x-axis and the line connecting the point to the origin, counterclockwise.

What is the independent variable in a parametric equation?

Time (t).

What are the dependent variables in a parametric equation?

x and y.

What is the Cartesian plane?

The xy-plane, also known as ℝ^2.

What do vector-valued functions represent?

Position, velocity, and acceleration of an object moving in space.

What is the formula for the derivative of a parametric function, dydx\frac{dy}{dx}dxdy​?

dydx=dy/dtdx/dt\frac{dy}{dx} = \frac{dy/dt}{dx/dt}dxdy​=dx/dtdy/dt​

What is the formula for the second derivative of a parametric function, d2ydx2\frac{d^2y}{dx^2}dx2d2y​?

d2ydx2=ddt(dydx)dxdt\frac{d^2y}{dx^2} = \frac{\frac{d}{dt}(\frac{dy}{dx})}{\frac{dx}{dt}}dx2d2y​=dtdx​dtd​(dxdy​)​

What is the formula for arc length of a parametric curve?

L=∫ab(dxdt)2+(dydt)2dtL = \int_{a}^{b} \sqrt{(\frac{dx}{dt})^2 + (\frac{dy}{dt})^2} dtL=∫ab​(dtdx​)2+(dtdy​)2​dt

What is the formula to find the area of a polar region?

A=12∫abr2dθA = \frac{1}{2} \int_{a}^{b} r^2 d\thetaA=21​∫ab​r2dθ

What is the formula to find the area between two polar curves?

A=12∫ab(R2−r2)dθA = \frac{1}{2} \int_{a}^{b} (R^2 - r^2) d\thetaA=21​∫ab​(R2−r2)dθ

How do you convert from polar to Cartesian coordinates?

x=rcos⁡(θ),y=rsin⁡(θ)x = r \cos(\theta), y = r \sin(\theta)x=rcos(θ),y=rsin(θ)

How do you convert from Cartesian to polar coordinates?

r=x2+y2r = \sqrt{x^2 + y^2}r=x2+y2​

What is the formula for dydx\frac{dy}{dx}dxdy​ in polar coordinates?

dydx=drdθsin⁡(θ)+rcos⁡(θ)drdθcos⁡(θ)−rsin⁡(θ)\frac{dy}{dx} = \frac{\frac{dr}{d\theta} \sin(\theta) + r \cos(\theta)}{\frac{dr}{d\theta} \cos(\theta) - r \sin(\theta)}dxdy​=dθdr​cos(θ)−rsin(θ)dθdr​sin(θ)+rcos(θ)​

If r(t) = <f(t), g(t)>, what is r'(t)?

r'(t) = <f'(t), g'(t)>

If v(t) = <f(t), g(t)>, what is ∫v(t) dt?

∫v(t) dt = <∫f(t) dt, ∫g(t) dt>

Explain how to find the velocity and acceleration from a position vector.

Velocity is the first derivative of the position vector with respect to time. Acceleration is the second derivative of the position vector with respect to time.

Explain how to integrate a vector-valued function.

Integrate each component of the vector-valued function separately.

Explain how to find the slope of a tangent line to a parametric curve.

Find dydx\frac{dy}{dx}dxdy​ by calculating dy/dtdx/dt\frac{dy/dt}{dx/dt}dx/dtdy/dt​. Evaluate at the given t-value.

What does the derivative of a vector-valued function represent?

The velocity vector of the particle at that point.

How do you find the points where a parametric curve has a horizontal tangent?

Find where dydt=0\frac{dy}{dt} = 0dtdy​=0 and dxdt≠0\frac{dx}{dt} \neq 0dtdx​=0.

How do you find the points where a parametric curve has a vertical tangent?

Find where dxdt=0\frac{dx}{dt} = 0dtdx​=0 and dydt≠0\frac{dy}{dt} \neq 0dtdy​=0.

How do you find the area enclosed by a single polar curve?

Use the formula A=12∫abr2dθA = \frac{1}{2} \int_{a}^{b} r^2 d\thetaA=21​∫ab​r2dθ, where r is the polar function and a and b are the limits of integration.

How do you find the area enclosed by two polar curves?

Use the formula A=12∫ab(R2−r2)dθA = \frac{1}{2} \int_{a}^{b} (R^2 - r^2) d\thetaA=21​∫ab​(R2−r2)dθ, where R is the outer curve and r is the inner curve.

Explain the relationship between position, velocity, and acceleration in vector-valued functions.

Velocity is the derivative of position, and acceleration is the derivative of velocity (or the second derivative of position).

How do you determine the direction of motion of a particle described by parametric equations?

Analyze the signs of dxdt\frac{dx}{dt}dtdx​ and dydt\frac{dy}{dt}dtdy​. Positive dxdt\frac{dx}{dt}dtdx​ means moving right, negative means moving left. Positive dydt\frac{dy}{dt}dtdy​ means moving up, negative means moving down.