The Core Idea: Second Derivatives of Parametric Equations
In the study of parametrically defined curves, the first derivative, , provides the slope of the tangent line at any point on the curve. Building upon this, the second derivative, , describes the concavity of the curve. It measures how the slope of the tangent line is changing with respect to . However, since the curve is defined by a parameter , we cannot simply differentiate a second time with respect to directly.
The core idea of this topic is to establish a method for finding by leveraging the chain rule in the context of the parameter . The process involves finding the rate of change of the first derivative () with respect to , and then relating this back to the rate of change with respect to . This is accomplished by dividing the derivative of the first derivative (with respect to ) by .
Key Formulas
The calculation of the second derivative of a parametrically defined function relies on a two-step process, using the formula for the first derivative as a starting point.
First Derivative: The first derivative of with respect to is given by the ratio of the derivatives of and with respect to .
Second Derivative: The second derivative of with respect to is found by taking the derivative of the first derivative () with respect to , and then dividing that result by .
Understanding the Process
The formula for the second derivative is a direct consequence of the chain rule. A common point of confusion is the structure of the numerator, . This step requires careful execution.
First, you must compute the first derivative, , which will result in an expression that is a function of . Let's call this expression . So, .
The numerator of the second derivative formula is then the derivative of this new function with respect to , which is . This often requires using the quotient rule or other differentiation rules.
Finally, you must divide this result, , by the original that was calculated in the first step. It is critical to remember this final division. The second derivative is not simply the derivative of the first derivative with respect to . It must be scaled by dividing by to properly account for the change with respect to .
Core Concepts & Rules
The second derivative of a parametrically defined curve, , is used to determine the concavity of the curve in the -plane.
The calculation of is a multi-step process that begins with finding the first derivative, .
The formula for the second derivative is .
The numerator of the formula, , requires you to differentiate the expression for the first derivative with respect to the parameter .
The denominator of the formula is , the same expression used to calculate the first derivative.
A positive value for at a point indicates the curve is concave up at that point. A negative value indicates the curve is concave down.
Step-by-Step Example 1: Basic Application
Problem: A curve is defined by the parametric equations and . Find and determine the concavity of the curve at .
Step 1: Find and .
Step 2: Find the first derivative, .
Step 3: Find the derivative of with respect to .
We need to calculate . We use the quotient rule:
Step 4: Apply the second derivative formula.
Step 5: Evaluate at and determine concavity.
Since , the curve is concave up at the point corresponding to .
Step-by-Step Example 2: Exam-Style Application
Problem: A particle moves in the -plane with position given by and for . Find an expression for in terms of .
Step 1: Find and .
Step 2: Find the first derivative, .
Step 3: Find the derivative of with respect to .
We must differentiate with respect to . Using the quotient rule:
Factor out from the numerator:
Simplify the expression:
Step 4: Apply the second derivative formula.
Now, we divide the result from Step 3 by the original from Step 1.
This is the final expression for the second derivative in terms of .
Using Your Calculator
This topic is primarily tested analytically, and you are expected to compute the second derivative by hand. A calculator cannot compute for a parametric curve with a single built-in function.
However, a calculator can be useful for finding the numerical value of the second derivative at a specific point, which can help check an analytical answer. This is an advanced, multi-step process.
To find the value of at :
Enter
x(t)intoY1and intoY2.The first derivative is . You can define this in
Y3:Y3 = nDeriv(Y2, T, T) / nDeriv(Y1, T, T)(Note:
nDerivis often found in the MATH menu. The syntax is typicallynDeriv(expression, variable, value)).The second derivative is . To calculate this at , you would compute:
nDeriv(Y3, T, C) / nDeriv(Y1, T, C)This command calculates the numerical derivative of your first derivative expression (
Y3) at and divides it by the numerical derivative of your expression (Y1) at .
This process is complex and prone to entry errors, reinforcing that the primary skill being tested is the analytical application of the formula.
AP Exam Quick Hit
Common Question Types
Find the Expression: Given and , find a simplified expression for in terms of . This is a direct test of the formula and your differentiation skills (quotient rule, chain rule, etc.).
- Example: For the curve given by and , find .
Determine Concavity at a Point: Given and , find the value of at a specific value of and state whether the curve is concave up or concave down at that point.
- Example: Is the curve given by , concave up or concave down at ?
Use Given Derivative Values: You are given the values of , , and at a specific time and asked to find . This is a pure test of knowing the formula's structure.
- Example: At , a particle's motion is described by and . Find the value of at .
Common Mistakes
The Incorrect Formula: The most frequent mistake is to calculate . This is fundamentally incorrect and will always result in a wrong answer.
Forgetting the Final Division: Students correctly calculate but then forget to divide this result by .
Quotient Rule Errors: The expression for is often a quotient. Students frequently make algebraic or sign errors when applying the quotient rule to find its derivative with respect to .
Using the Wrong Denominator: Accidentally dividing by , , or some other term instead of the correct . Remember that the denominator in the second derivative formula is the same used for the first derivative.