AP Calculus AB and BC glossary

Explicit Function

Also called: Explicit form, Explicitly defined function

An explicit function is one written with the output isolated, in the form y = f(x), so each input produces its value directly. An implicit relation instead mixes x and y in a single equation.

y=f(x)y = f(x)

Some implicit relations convert. The circle x2+y2=25x^2 + y^2 = 25 splits into y=25x2y = \sqrt{25 - x^2} for the top half and y=25x2y = -\sqrt{25 - x^2} for the bottom half, because one equation can hold more than one function inside it. Neither branch is the circle; each is a piece of it.

y+siny=xy + \sin y = x

That one does not convert. No rearrangement in terms of the usual functions isolates yy, yet yy still varies with xx and is differentiable except where cosy=1\cos y = -1. Differentiating both sides gives dydx+cosydydx=1\frac{dy}{dx} + \cos y \cdot \frac{dy}{dx} = 1, so dydx=11+cosy\frac{dy}{dx} = \frac{1}{1 + \cos y}. That formula fails at the isolated inputs x=π+2kπx = \pi + 2k\pi, where y=π+2kπy = \pi + 2k\pi makes 1+cosy=01 + \cos y = 0 and the curve has a vertical tangent. Between those points the derivative is in hand while an explicit formula is not, which is the whole reason implicit differentiation exists.

Implicit differentiation is not the only door, only the one that is always open. Here xx is already isolated, so dxdy=1+cosy\frac{dx}{dy} = 1 + \cos y and the inverse function rule returns the same dydx=11+cosy\frac{dy}{dx} = \frac{1}{1 + \cos y} with no implicit step. The circle yields to a parametrisation instead: x=5costx = 5\cos t, y=5sinty = 5\sin t gives dydx=dy/dtdx/dt=cott\frac{dy}{dx} = \frac{dy/dt}{dx/dt} = -\cot t without ever solving for yy.

The mistake

Solving for yy, picking one branch, then using it everywhere. Choosing y=25x2y = \sqrt{25 - x^2} commits you to the upper semicircle, so at x=3x = 3 it reports slope 34-\frac{3}{4}. At the point (3,4)(3, -4), which is on the same circle, the true slope is +34+\frac{3}{4}.

Appears in: Unit 3: Chain Rule, Implicit, and Inverses