zuai-logo

Behaviors of Implicit Relations

David Brown

David Brown

7 min read

Listen to this study note

Study Guide Overview

This study guide covers critical points of implicit relations, including how to identify them by finding where the derivative is zero or undefined. It explains finding horizontal and vertical tangents using the first derivative. The guide also demonstrates classifying critical points (local minima, maxima, inflection points) using the second derivative and provides worked examples and practice questions.

Critical Points of Implicit Relations

Table of Contents

  1. Introduction to Critical Points
  2. Identifying Critical Points in Implicit Equations
  3. Horizontal and Vertical Tangents
  4. Worked Example
  5. Practice Questions
  6. Glossary
  7. Summary and Key Takeaways

Introduction to Critical Points

Critical points are crucial in determining the behavior of functions. They are points on the graph of a function where the derivative is zero or undefined. These points help in identifying local maxima, local minima, and points of inflection.

Identifying Critical Points in Implicit Equations

Implicit equations can have critical points, which are defined similarly to those in explicit functions.

Key Concepts

Key Concept

Critical Point: A point where the derivative of the function is either zero or does not exist.

The application of first and second derivatives to classify the nature of points on a graph can be extended to implicit functions.

Classifying Critical Points

Here is a summary of how the first and second derivatives are used to classify critical points:

Type of PointFirst DerivativeSecond Derivative
Local MinimumZeroPositive or zero
Local MaximumZeroNegative or zero
Point of Inflection (Critical)ZeroZero
Point of Inflection (Non-critical)Non-zeroZero
Common Mistake

Second derivative equal to zero is not enough for a point to be a point of inflection. The second derivative must change sign at the point as well.

Horizontal and Vertical Tangents

To determine points where the tangent to an implicitly-defined curve is horizontal or vertical, we use the following conditions:

Horizontal Tangents

The tangent line is horizontal at a point on the curve where: dydx=0\frac{dy}{dx} = 0

Vertical Tangents

The tangent line is vertical at a point on the curve where: dxdy=0\frac{dx}{dy} = 0

This is equivalent to a point where dydx\frac{dy}{dx} has a denominator equal to zero and a numerator not equal to zero. Recall: dxdy=1(dydx)\frac{dx}{dy} = \frac{1}{\left(\frac{dy}{dx}\right)}

Worked Example

Example Problem

Consider the function y=f(x)y = f(x) whose curve is given by the equation: 2y26=ysin2xfory>02y^2 - 6 = y \sin 2x \quad \text{for} \quad y > 0

(a) Finding Horizontal Tangents

To find where the tangent is horizontal, we need to solve for where the derivative is zero.

Differentiate both sides of the equation with respect to xx: ddx(2y26)=ddx(ysin2x)\frac{d}{dx}(2y^2 - 6) = \frac{d}{dx}(y \sin 2x) Using the product rule and chain rule: 4ydydx=dydxsin2x+y2cos2x4y \frac{dy}{dx} = \frac{dy}{dx} \sin 2x + y \cdot 2 \cos 2x

Rearrange to solve for dydx\frac{dy}{dx}: 4ydydxdydxsin2x=2ycos2x4y \frac{dy}{dx} - \frac{dy}{dx} \sin 2x = 2y \cos 2x dydx(4ysin2x)=2ycos2x\frac{dy}{dx}(4y - \sin 2x) = 2y \cos 2x dydx=2ycos2x4ysin2x\frac{dy}{dx} = \frac{2y \cos 2x}{4y - \sin 2x}

Set this equal to zero to find the critical point: 2ycos2x4ysin2x=0\frac{2y \cos 2x}{4y - \sin 2x} = 0 2ycos2x=02y \cos 2x = 0

Ensure the denominator is not zero: 4ysin2x04y - \sin 2x \neq 0

Solve 2ycos2x=02y \cos 2x = 0: cos2x=0\cos 2x = 0 2x=π2,3π2,2x = \frac{\pi}{2}, \frac{3\pi}{2}, \ldots x=π4,3π4,x = \frac{\pi}{4}, \frac{3\pi}{4}, \ldots

Given 0xπ20 \le x \le \frac{\pi}{2}: x=π4x = \frac{\pi}{4}

Find yy using the original equation: 2y26=ysin(2π4)2y^2 - 6 = y \sin \left(2 \cdot \frac{\pi}{4}\right) 2y26=ysin(π2)2y^2 - 6 = y \sin \left(\frac{\pi}{2}\right) 2y26=y2y^2 - 6 = y 2y2y6=02y^2 - y - 6 = 0 (2y+3)(y2)=0(2y + 3)(y - 2) = 0

Since y>0y > 0, y=2y = 2.

Verify the denominator condition: 4(2)sin(2π4)=81=704(2) - \sin \left(2 \cdot \frac{\pi}{4}\right) = 8 - 1 = 7 \neq 0

The point where the tangent to the curve is horizontal is (π4,2)\left(\frac{\pi}{4}, 2\right).

(b) Classifying the Critical Point

To determine if the point (π4,2)\left(\frac{\pi}{4}, 2\right) is a relative minimum, maximum, or neither, we examine the second derivative:

Write the first derivative: dydx=2ycos2x4ysin2x\frac{dy}{dx} = \frac{2y \cos 2x}{4y - \sin 2x}

Differentiate both sides with respect to xx: d2ydx2=ddx(2ycos2x4ysin2x)\frac{d^2 y}{dx^2} = \frac{d}{dx} \left( \frac{2y \cos 2x}{4y - \sin 2x} \right)

Using the quotient rule: ddx(uv)=uvuvv2\frac{d}{dx} \left( \frac{u}{v} \right) = \frac{u'v - uv'}{v^2} with u=2ycos2xu = 2y \cos 2x and v=4ysin2xv = 4y - \sin 2x

Differentiating vv: v=4ysin2xv = 4y - \sin 2x v=4dydx2cos2xv' = 4 \frac{dy}{dx} - 2 \cos 2x

Differentiating uu using the product rule: u=2ycos2xu = 2y \cos 2x p=2y,q=cos2xp = 2y, \quad q = \cos 2x p=2dydx,q=2sin2xp' = 2 \frac{dy}{dx}, \quad q' = -2 \sin 2x u=pq+pqu' = p'q + p q' u=2dydxcos2x4ysin2xu' = 2 \frac{dy}{dx} \cos 2x - 4y \sin 2x

Applying the quotient rule: d2ydx2=(2cos2xdydx4ysin2x)(4ysin2x)(2ycos2x)(4dydx2cos2x)(4ysin2x)2\frac{d^2 y}{dx^2} = \frac{\left(2 \cos 2x \frac{dy}{dx} - 4y \sin 2x\right)(4y - \sin 2x) - (2y \cos 2x)(4 \frac{dy}{dx} - 2 \cos 2x)}{(4y - \sin 2x)^2}

Since dydx=0\frac{dy}{dx} = 0 at the point: d2ydx2=(8sin(2π4))(81)(81)2\frac{d^2 y}{dx^2} = \frac{\left(-8 \sin \left(2 \cdot \frac{\pi}{4}\right)\right)(8 - 1)}{(8 - 1)^2} d2ydx2=849=5649\frac{d^2 y}{dx^2} = \frac{-8}{49} = -\frac{56}{49}

The first derivative is zero, and the second derivative is negative at (π4,2)\left(\frac{\pi}{4}, 2\right). Therefore, it is a relative maximum.

Practice Questions

Practice Question
  1. Given an implicitly defined curve x2+y2=1x^2 + y^2 = 1:
    • Find the points where the tangent is horizontal.
    • Find the points where the tangent is vertical.
Practice Question
  1. Consider the implicitly defined curve x3+y3=6xyx^3 + y^3 = 6xy:
    • Determine the critical points on the curve.
    • Classify each critical point as a relative minimum, maximum, or neither.

Glossary

  • Critical Point: A point where the derivative of a function is zero or undefined.
  • Horizontal Tangent: A tangent line that is horizontal, occurring where dydx=0\frac{dy}{dx} = 0.
  • Vertical Tangent: A tangent line that is vertical, occurring where dxdy=0\frac{dx}{dy} = 0.
  • First Derivative: The rate of change of a function, indicating the slope of the tangent line.
  • Second Derivative: The rate of change of the first derivative, indicating the concavity of the function.
  • Point of Inflection: A point where the concavity of the function changes.

Summary and Key Takeaways

  • Implicit equations can have critical points where the derivative is zero or undefined.
  • Horizontal tangents occur where dydx=0\frac{dy}{dx} = 0.
  • Vertical tangents occur where dxdy=0\frac{dx}{dy} = 0.
  • The first and second derivatives help classify critical points into local minima, maxima, and points of inflection.
  • The second derivative must change sign at a point for it to be a point of inflection.

Key Takeaways

  1. Critical points in implicit equations are found similarly to explicit functions.
  2. Use the first derivative to find horizontal and vertical tangents.
  3. The second derivative is essential for classifying the nature of critical points.
  4. Practice differentiating implicit functions and applying the quotient and product rules.
Exam Tip

Always check the conditions of the denominator when solving for critical points to avoid undefined values.

Question 1 of 8

What is a critical point of a function? 🤔

A point where the function equals zero

A point where the derivative of the function is zero or undefined

A point where the second derivative is zero

A point where the function has a positive value