lulupedia
Gagana 版本暂未收录,当前展示 English 内容。

Derivative

4381 words·9/25/2026·English
0

A derivative is a fundamental concept in calculus that measures the rate at which a function's output value changes as its input value changes. It is a mathematical tool for analyzing the instantaneous rate of change, slope of a curve, and sensitivity of one variable to changes in another. Derivatives are central to differential calculus and have vast applications across science, engineering, economics, and many other fields.

Definition and Notation

The derivative of a function \( f(x) \) at a point \( a \) is defined as the limit of the difference quotient, provided this limit exists. Formally:
\[
f'(a) = \lim_{h \to 0} \frac{f(a+h) - f(a)}{h}
\]
This value represents the instantaneous rate of change of \( f \) at \( x = a \), which geometrically corresponds to the slope of the tangent line to the graph of \( y = f(x) \) at the point \( (a, f(a)) \). If this limit exists for all points in an interval, we say the function is differentiable on that interval. The process of finding a derivative is called differentiation.

Several notations are commonly used for the derivative. The prime notation, \( f'(x) \), is attributed to Lagrange. Leibniz's notation, \( \frac{dy}{dx} \) or \( \frac{df}{dx} \), emphasizes the derivative as a ratio of differentials and is particularly useful in applications involving related rates and the chain rule. Newton's notation uses a dot over the variable, \( \dot{y} \), often seen in physics for time derivatives.

Rules of Differentiation

Differentiation follows a set of rules that allow derivatives of complex functions to be computed from derivatives of simpler ones. The most fundamental rules include:

  • Power Rule: For any real number \( n \), \( \frac{d}{dx}(x^n) = nx^{n-1} \).
  • Constant Rule: The derivative of a constant function is zero.
  • Sum/Difference Rule: The derivative of a sum or difference is the sum or difference of the derivatives: \( (f \pm g)' = f' \pm g' \).
  • Product Rule: For the product of two functions, \( (fg)' = f'g + fg' \).
  • Quotient Rule: For the quotient of two functions, \( \left(\frac{f}{g}\right)' = \frac{f'g - fg'}{g^2} \), where \( g(x) \neq 0 \).
  • Chain Rule: For the composition of two functions, \( \frac{d}{dx} f(g(x)) = f'(g(x)) \cdot g'(x) \). This is crucial for differentiating composite functions.

Derivatives of elementary functions, such as trigonometric, exponential, and logarithmic functions, are derived from the limit definition and form the foundation for these rules. For example, \( \frac{d}{dx}(e^x) = e^x \), \( \frac{d}{dx}(\sin x) = \cos x \), and \( \frac{d}{dx}(\ln x) = \frac{1}{x} \) for \( x > 0 \).

Higher-Order Derivatives

Since the derivative \( f'(x) \) is itself a function, it can often be differentiated again. The derivative of the first derivative is called the second derivative, denoted \( f''(x) \) or \( \frac{d^2y}{dx^2} \). This process can continue to yield third, fourth, and nth-order derivatives, denoted \( f^{(n)}(x) \) or \( \frac{d^ny}{dx^n} \).

Higher-order derivatives have important physical and geometric interpretations. The second derivative measures the rate of change of the first derivative, which corresponds to acceleration in physics (the rate of change of velocity). Geometrically, the second derivative provides information about the concavity of a function's graph: if \( f''(x) > 0 \) on an interval, the graph is concave upward; if \( f''(x) < 0 \), it is concave downward. Points where the concavity changes are called inflection points.

Applications

The derivative is an indispensable tool for solving optimization problems, which involve finding maximum or minimum values of a function. By finding critical points (where the first derivative is zero or undefined) and using the first or second derivative test, one can identify local and often global extrema. This is applied in business to maximize profit or minimize cost, in engineering to optimize design, and in various scientific models.

In physics, the derivative models instantaneous velocity and acceleration. In economics, the derivative of a cost function is the marginal cost, representing the cost of producing one additional unit. Derivatives are also used to analyze graphs of functions, determining intervals of increase/decrease and concavity. Furthermore, they form the basis for differential equations, which model dynamic systems ranging from population growth to the motion of planets.

Partial Derivatives

For functions of several variables, such as \( f(x, y) \), the concept of the derivative extends to the partial derivative. A partial derivative measures the rate of change of the function with respect to one variable while holding the other variables constant. The partial derivative of \( f \) with respect to \( x \) is denoted \( \frac{\partial f}{\partial x} \) or \( f_x \). Geometrically, it represents the slope of the tangent line to the surface defined by \( f \) in the direction of the x-axis.

Partial derivatives are foundational to multivariable calculus and are used in fields like thermodynamics, fluid mechanics, and machine learning to understand how a system responds to changes in multiple independent parameters.

Comments (0)

U

No comments yet. Be the first to comment!

You May Be Interested In

Related Articles