Study Guide

Behaviors of implicit relations

AP Calculus BCΒ· AP Calculus BC CED β€” Analytical Applications of DifferentiationΒ· 14 min read

1. Implicit Differentiation for First and Second Derivativesβ˜…β˜…β˜†β˜†β˜†β± 4 min

Implicit relations are equations relating and that cannot be rearranged to write explicitly as a function of . Even though they are often multi-valued (one maps to multiple values), we can still analyze their geometric behavior using derivatives via the technique of implicit differentiation.

πŸ“˜ Definition

Implicit Differentiation

A technique to find for implicit relations that relies entirely on the chain rule: any term containing is differentiated with respect to first, then multiplied by to account for being a function of .

For any implicit equation (constant), differentiate every term on both sides with respect to . For terms containing both and , apply product/quotient rule first, then chain rule to any derivative of . Collect all terms with on one side, factor out , and solve to get as an expression in both and . For the second derivative, differentiate again, then substitute the known expression for back into the result.

πŸ“ Worked Example

Find and for the relation at the point .

  1. 1

    Differentiate both sides with respect to , applying product rule to and chain rule to y-terms:

  2. 2
    2x+3(xdydx+y)+2ydydx=02x + 3\left(x \frac{dy}{dx} + y\right) + 2y \frac{dy}{dx} = 0
  3. 3

    Collect terms with and solve:

  4. 4
    dydx(3x+2y)=βˆ’2xβˆ’3yβ€…β€ŠβŸΉβ€…β€Šdydx=βˆ’2xβˆ’3y3x+2y\frac{dy}{dx}(3x + 2y) = -2x - 3y \implies \frac{dy}{dx} = \frac{-2x - 3y}{3x + 2y}
  5. 5

    Evaluate at :

  6. 6
    dydx=βˆ’4βˆ’36+2=βˆ’78\frac{dy}{dx} = \frac{-4 - 3}{6 + 2} = -\frac{7}{8}
  7. 7

    Differentiate with the quotient rule to get the second derivative:

  8. 8
    d2ydx2=(3x+2y)(βˆ’2βˆ’3dydx)βˆ’(βˆ’2xβˆ’3y)(3+2dydx)(3x+2y)2\frac{d^2y}{dx^2} = \frac{(3x + 2y)(-2 - 3\frac{dy}{dx}) - (-2x - 3y)(3 + 2\frac{dy}{dx})}{(3x + 2y)^2}
  9. 9

    Substitute : numerator simplifies to , denominator is , so final result:

  10. 10
    d2ydx2=55256β‰ˆ0.215\frac{d^2y}{dx^2} = \frac{55}{256} \approx 0.215

Exam tip:

Always evaluate at the given point before finding the second derivative, rather than substituting the point at the end. This drastically simplifies arithmetic and reduces algebra errors on the AP exam.

2. Tangent and Normal Lines, Horizontal and Vertical Tangentsβ˜…β˜…β˜†β˜†β˜†β± 4 min

Once you have at a point on an implicit curve, is exactly the slope of the tangent line at that point, just like for explicit functions. The normal line is perpendicular to the tangent line, so its slope is the negative reciprocal of the tangent slope (when tangent slope is non-zero and defined). We use point-slope form to write the equation of either line.

AP exam questions very frequently ask for all points on an implicit curve that have horizontal or vertical tangents. A horizontal tangent has slope zero, so this occurs when (numerator of is zero, denominator is non-zero). A vertical tangent has undefined slope, so this occurs when the denominator of is zero, and the numerator is non-zero.

πŸ“ Worked Example

Find the equations of the tangent line and normal line to the ellipse at the point .

  1. 1

    Differentiate implicitly with respect to :

  2. 2
    4x+2ydydx=0β€…β€ŠβŸΉβ€…β€Šdydx=βˆ’2xy4x + 2y \frac{dy}{dx} = 0 \implies \frac{dy}{dx} = -\frac{2x}{y}
  3. 3

    Evaluate the tangent slope at :

  4. 4
    mtan=βˆ’2(2)10=βˆ’2105m_{\text{tan}} = -\frac{2(2)}{\sqrt{10}} = -\frac{2\sqrt{10}}{5}
  5. 5

    Write the tangent line using point-slope form and simplify:

  6. 6
    yβˆ’10=βˆ’2105(xβˆ’2)β€…β€ŠβŸΉβ€…β€Š210x+5y=910y - \sqrt{10} = -\frac{2\sqrt{10}}{5}(x - 2) \implies 2\sqrt{10}x + 5y = 9\sqrt{10}
  7. 7

    Calculate the normal line slope as the negative reciprocal:

  8. 8
    mnorm=104m_{\text{norm}} = \frac{\sqrt{10}}{4}
  9. 9

    Write and simplify the normal line equation:

  10. 10
    yβˆ’10=104(xβˆ’2)β€…β€ŠβŸΉβ€…β€Š10xβˆ’4y+210=0y - \sqrt{10} = \frac{\sqrt{10}}{4}(x - 2) \implies \sqrt{10}x - 4y + 2\sqrt{10} = 0

Exam tip:

If asked to find all points with horizontal/vertical tangents, always check that your candidate points actually lie on the original implicit curve. Solving the slope condition is not enough for a valid answer.

3. Analyzing Critical Points, Extrema, and Concavityβ˜…β˜…β˜…β˜†β˜†β± 4 min

The same rules we use to analyze extrema and concavity for explicit functions apply directly to implicit relations. A critical point on an implicit curve is a point where (horizontal tangent, candidate for local maximum or minimum of with respect to ) or is undefined (vertical tangent, candidate for extremum of with respect to ).

To classify critical points, we use the second derivative test just like for explicit functions: if at a critical point, then means the point is a local minimum, and means the point is a local maximum. For concavity, means concave up, means concave down, and inflection points occur where concavity changes.

πŸ“ Worked Example

Find all local maxima and minima of the relation .

  1. 1

    Differentiate implicitly and solve for :

  2. 2
    2xβˆ’(xdydx+y)+2ydydx=0β€…β€ŠβŸΉβ€…β€Šdydx=yβˆ’2x2yβˆ’x2x - \left(x \frac{dy}{dx} + y\right) + 2y \frac{dy}{dx} = 0 \implies \frac{dy}{dx} = \frac{y - 2x}{2y - x}
  3. 3

    Critical points for extrema of occur when , so numerator . We confirm denominator for these points.

  4. 4

    Substitute into the original equation to find valid points on the curve:

  5. 5
    x2βˆ’x(2x)+(2x)2=3β€…β€ŠβŸΉβ€…β€Š3x2=3β€…β€ŠβŸΉβ€…β€Šx=Β±1x^2 - x(2x) + (2x)^2 = 3 \implies 3x^2 = 3 \implies x = \pm 1
  6. 6

    This gives critical points and . We use the second derivative test, substituting to simplify calculation:

  7. 7

    At :

  8. 8
    d2ydx2=βˆ’23<0\frac{d^2y}{dx^2} = -\frac{2}{3} < 0
  9. 9

    So is a local maximum. At :

  10. 10
    d2ydx2=23>0\frac{d^2y}{dx^2} = \frac{2}{3} > 0
  11. 11

    So is a local minimum.

Exam tip:

When evaluating the second derivative at a critical point, remember , so this term will drop out of most expressions, drastically simplifying calculation. Always substitute first before doing any other arithmetic.

4. AP Style Concept Checkβ˜…β˜…β˜…β˜†β˜†β± 2 min

βœ“ Quick check

Test your understanding with this AP-style multiple choice question:

  1. The curve defined by contains the point . What is the slope of the tangent line to the curve at this point?

5. Common Pitfalls

Wrong move:

After differentiating a product term like , you write and forget the product rule term .

Why:

Students remember to apply chain rule to y but forget that terms with both x and y require the product rule before applying the chain rule.

Correct move:

Always use the product/quotient rule first for any term that has both x and y as factors, then apply the chain rule to any derivative of y.

Wrong move:

When finding , you differentiate and leave out the chain rule factor of when differentiating terms that include y.

Why:

Students forget that y is still a function of x when taking the second derivative, so all y terms still require a factor.

Correct move:

Whenever you differentiate a term containing y at any derivative order, multiply by the appropriate derivative of y per the chain rule.

Wrong move:

When asked for points with horizontal tangents, you set the denominator of equal to zero instead of the numerator.

Why:

Confusion between the conditions for horizontal vs vertical tangents, common when memorizing conditions without context.

Correct move:

Remember slope: horizontal slope , so numerator (denominator ); vertical slope is undefined, so denominator (numerator ).

Wrong move:

When finding extrema, you keep as a variable when evaluating at a critical point, leading to complicated unsimplified expressions.

Why:

Students follow a generic formula instead of using the fact that at all critical points from the first derivative condition.

Correct move:

Substitute into the second derivative expression immediately before evaluating, which eliminates most terms and simplifies arithmetic.

Wrong move:

After finding that all horizontal tangents occur along a line like , you report all points on that line instead of finding specific points on the original curve.

Why:

Students think satisfying the derivative condition is enough, and don't realize only specific points on the line lie on the original implicit curve.

Correct move:

Always substitute the derivative condition back into the original curve equation to solve for the specific x and y coordinates of valid points.

6. Quick Reference Cheatsheet

Category

Rule/Condition

Notes

Implicit differentiation of

Apply chain rule to all y-containing terms; use product/quotient rule first for terms with both x and y

First derivative of implicit relation

Solve for after differentiating all terms

Result is an expression in both x and y, not just x

Second derivative of implicit relation

Differentiate again, substitute back

Evaluate at the point first to simplify calculation

Tangent slope at

Only valid if lies on the original curve

Normal slope at

Undefined if tangent is horizontal; zero if tangent is vertical

Horizontal tangent condition

Candidates for local maxima/minima of y with respect to x

Vertical tangent condition

undefined

Candidates for local maxima/minima of x with respect to y

Second derivative test for extrema

If : local min; local max

Same rule as for explicit functions

Concavity for implicit curves

concave up; concave down

Inflection points occur where concavity changes

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2023 Β· MCQ

    Find tangent slope at given point

  • 2022 Β· FRQ

    Find all horizontal tangent points

What's Next

Mastering the analysis of implicit relations is a foundational skill for many subsequent topics in AP Calculus BC. The core technique of implicit differentiation you learned here is directly applied to related rates problems, where you relate the rates of change of multiple quantities that are implicitly connected to each other. It also underpins the study of parametric and polar curves, which are unique to AP Calculus BC, where derivatives are calculated implicitly for non-cartesian curves. This topic also reinforces your understanding of derivative applications for curve sketching, which is a recurring theme across multiple-choice and free-response questions. Building a strong grasp of implicit behaviors will make more advanced topics in differentiation much easier to master as you progress through your exam preparation.