The second derivative of a quadratic function is constant.

In calculus, the second derivative of a function ƒ is the derivative of the derivative of ƒ. Roughly speaking, the second derivative measures how the rate of change of a quantity is itself changing; for example, the second derivative of the position of a vehicle with respect to time is the instantaneous acceleration of the vehicle, or the rate at which the velocity of the vehicle is changing.

On the graph of a function, the second derivative corresponds to the curvature or concavity of the graph. The graph of a function with positive second derivative curves upwards, while the graph of a function with negative second derivative curves downwards.

Contents

Notation [link]

The second derivative of a function Failed to parse (Missing texvc executable; please see math/README to configure.): f(x)\!

is usually denoted Failed to parse (Missing texvc executable; please see math/README to configure.): f''(x)\!

. That is:

Failed to parse (Missing texvc executable; please see math/README to configure.): f'' = (f')'\!

When using Leibniz's notation for derivatives, the second derivative of a dependent variable y with respect to an independent variable x is written

Failed to parse (Missing texvc executable; please see math/README to configure.): \frac{d^2y}{dx^2}.

This notation is derived from the following formula:

Failed to parse (Missing texvc executable; please see math/README to configure.): \frac{d^2y}{dx^2} \,=\, \frac{d}{dx}\left(\frac{dy}{dx}\right).


Example [link]

Given the function

Failed to parse (Missing texvc executable; please see math/README to configure.): f(x) = x^3,\!

the derivative of ƒ is the function

Failed to parse (Missing texvc executable; please see math/README to configure.): f'(x) = 3x^2.\!

The second derivative of ƒ is the derivative of ƒ′, namely

Failed to parse (Missing texvc executable; please see math/README to configure.): f''(x) = 6x.\!


Relation to the graph [link]

A plot of Failed to parse (Missing texvc executable; please see math/README to configure.): f(x) = \sin(2x)
from Failed to parse (Missing texvc executable; please see math/README to configure.): -\pi/4
to Failed to parse (Missing texvc executable; please see math/README to configure.): 5\pi/4

. The tangent line is blue where the curve is concave up, green where the curve is concave down, and red at the inflection points (0, Failed to parse (Missing texvc executable; please see math/README to configure.): \pi /2, and Failed to parse (Missing texvc executable; please see math/README to configure.): \pi

).

Concavity [link]

The second derivative of a function ƒ measures the concavity of the graph of ƒ. A function whose second derivative is positive will be concave up (sometimes referred to as convex), meaning that the tangent line will lie below the graph of the function. Similarly, a function whose second derivative is negative will be concave down (sometimes called simply “concave”), and its tangent lines will lie above the graph of the function.

Inflection points [link]

If the second derivative of a function changes sign, the graph of the function will switch from concave down to concave up, or vice versa. A point where this occurs is called an inflection point. Assuming the second derivative is continuous, it must take a value of zero at any inflection point, although not every point where the second derivative is zero is necessarily a point of inflection.

Second derivative test [link]

The relation between the second derivative and the graph can be used to test whether a stationary point for a function (i.e. a point where Failed to parse (Missing texvc executable; please see math/README to configure.): f'(x)=0\! ) is a local maximum or a local minimum. Specifically,

  • If Failed to parse (Missing texvc executable; please see math/README to configure.): \ f^{\prime\prime}(x) < 0
then Failed to parse (Missing texvc executable; please see math/README to configure.): \ f
has a local maximum at Failed to parse (Missing texvc executable; please see math/README to configure.): \ x

.

  • If Failed to parse (Missing texvc executable; please see math/README to configure.): \ f^{\prime\prime}(x) > 0
then Failed to parse (Missing texvc executable; please see math/README to configure.): \ f
has a local minimum at Failed to parse (Missing texvc executable; please see math/README to configure.): \ x

.

  • If Failed to parse (Missing texvc executable; please see math/README to configure.): \ f^{\prime\prime}(x) = 0

, the second derivative test says nothing about the point Failed to parse (Missing texvc executable; please see math/README to configure.): \ x , a possible inflection point. The reason the second derivative produces these results can be seen by way of a real-world analogy. Consider a vehicle that at first is moving forward at a great velocity, but with a negative acceleration. Clearly the position of the vehicle at the point where the velocity reaches zero will be the maximum distance from the starting position – after this time, the velocity will become negative and the vehicle will reverse. The same is true for the minimum, with a vehicle that at first has a very negative velocity but positive acceleration.

Limit [link]

It is possible to write a single limit for the second derivative:

Failed to parse (Missing texvc executable; please see math/README to configure.): f''(x) = \lim_{h \to 0} \frac{f(x+h) - 2f(x) + f(x-h)}{h^2}.

The expression on the right can be written as a difference quotient of difference quotients:

Failed to parse (Missing texvc executable; please see math/README to configure.): \frac{f(x+h) - 2f(x) + f(x-h)}{h^2} = \frac{\frac{f(x+h) - f(x)}{h} - \frac{f(x) - f(x-h)}{h}}{h}.

This limit can be viewed as a continuous version of the second difference for sequences.

Quadratic approximation [link]

Just as the first derivative is related to linear approximations, the second derivative is related to the best quadratic approximation for a function ƒ. This is the quadratic function whose first and second derivatives are the same as those of ƒ at a given point. The formula for the best quadratic approximation to a function ƒ around the point x = a is

Failed to parse (Missing texvc executable; please see math/README to configure.): f(x) \approx f(a) + f'(a)(x-a) + \frac{1}{2}f''(a)(x-a)^2.

This quadratic approximation is the second-order Taylor polynomial for the function centered at x = a.

Eigenvalues and eigenvectors of the second derivative [link]

For many combinations of boundary conditions explicit formulas for eigenvalues and eigenvectors of the second derivative can be obtained. For example, assuming Failed to parse (Missing texvc executable; please see math/README to configure.): x \in [0,L]

and homogeneous Dirichlet boundary conditions, i.e., Failed to parse (Missing texvc executable; please see math/README to configure.):  v(0)=v(L)=0

, the eigenvalues are Failed to parse (Missing texvc executable; please see math/README to configure.): \lambda_j = -\frac{j^2 \pi^2}{L^2}

and the corresponding eigenvectors (also called eigenfunctions) are Failed to parse (Missing texvc executable; please see math/README to configure.):  v_j(x) = \sqrt{\frac{2}{L}} \sin\left(\frac{j \pi x}{L}\right) 

. Here, Failed to parse (Missing texvc executable; please see math/README to configure.): v''_j(x) = \lambda_j v_j(x), \, j=1,\ldots,\infty.


For other well-known cases, see the main article eigenvalues and eigenvectors of the second derivative.

Generalization to higher dimensions [link]

The Hessian [link]

The second derivative generalizes to higher dimensions through the notion of second partial derivatives. For a function ƒ:R3 → R, these include the three second-order partials

Failed to parse (Missing texvc executable; please see math/README to configure.): \frac{\part^2 f}{\part x^2}, \; \frac{\part^2 f}{\part y^2}, \text{ and }\frac{\part^2 f}{\part z^2}


and the mixed partials

Failed to parse (Missing texvc executable; please see math/README to configure.): \frac{\part^2 f}{\part x \, \part y}, \; \frac{\part^2 f}{\part x \, \part z}, \text{ and }\frac{\part^2 f}{\part y \, \part z}.


If the function's image and domain both have a potential, then these fit together into a symmetric matrix known as the Hessian. The eigenvalues of this matrix can be used to implement a multivariable analogue of the second derivative test. (See also the second partial derivative test.)

The Laplacian [link]

Another common generalization of the second derivative is the Laplacian. This is the differential operator Failed to parse (Missing texvc executable; please see math/README to configure.): \nabla^2

defined by
Failed to parse (Missing texvc executable; please see math/README to configure.): \nabla^2 f = \frac{\part^2 f}{\part x^2}+\frac{\part^2 f}{\part y^2}+\frac{\part^2 f}{\part z^2}.

The Laplacian of a function is equal to the divergence of the gradient.

References [link]

Print [link]

  • Anton, Howard; Bivens, Irl; Davis, Stephen (February 2, 2005), Calculus: Early Transcendentals Single and Multivariable (8th ed.), New York: Wiley, ISBN 978-0-471-47244-5 
  • Apostol, Tom M. (June 1967), Calculus, Vol. 1: One-Variable Calculus with an Introduction to Linear Algebra, 1 (2nd ed.), Wiley, ISBN 978-0-471-00005-1 
  • Apostol, Tom M. (June 1969), Calculus, Vol. 2: Multi-Variable Calculus and Linear Algebra with Applications, 1 (2nd ed.), Wiley, ISBN 978-0-471-00007-5 
  • Eves, Howard (January 2, 1990), An Introduction to the History of Mathematics (6th ed.), Brooks Cole, ISBN 978-0-03-029558-4 
  • Larson, Ron; Hostetler, Robert P.; Edwards, Bruce H. (February 28, 2006), Calculus: Early Transcendental Functions (4th ed.), Houghton Mifflin Company, ISBN 978-0-618-60624-5 
  • Spivak, Michael (September 1994), Calculus (3rd ed.), Publish or Perish, ISBN 978-0-914098-89-8 
  • Stewart, James (December 24, 2002), Calculus (5th ed.), Brooks Cole, ISBN 978-0-534-39339-7 
  • Thompson, Silvanus P. (September 8, 1998), Calculus Made Easy (Revised, Updated, Expanded ed.), New York: St. Martin's Press, ISBN 978-0-312-18548-0 

Online books [link]


https://wn.com/Second_derivative

Derivative

The derivative of a function of a real variable measures the sensitivity to change of a quantity (a function value or dependent variable) which is determined by another quantity (the independent variable). Derivatives are a fundamental tool of calculus. For example, the derivative of the position of a moving object with respect to time is the object's velocity: this measures how quickly the position of the object changes when time is advanced.

The derivative of a function of a single variable at a chosen input value, when it exists, is the slope of the tangent line to the graph of the function at that point. The tangent line is the best linear approximation of the function near that input value. For this reason, the derivative is often described as the "instantaneous rate of change", the ratio of the instantaneous change in the dependent variable to that of the independent variable.

Derivatives may be generalized to functions of several real variables. In this generalization, the derivative is reinterpreted as a linear transformation whose graph is (after an appropriate translation) the best linear approximation to the graph of the original function. The Jacobian matrix is the matrix that represents this linear transformation with respect to the basis given by the choice of independent and dependent variables. It can be calculated in terms of the partial derivatives with respect to the independent variables. For a real-valued function of several variables, the Jacobian matrix reduces to the gradient vector.

FX

FX, F-X, F/X, Fx, or fx may refer to:

Arts, media, and entertainment

(See also below: Arts, media, and entertainment technology)

Film and television

  • FX (TV channel), an international cable/satellite television network (see article for channels by country)
  • F/X (1986, also known as or subtitled Murder by Illusion), an American action-thriller film set in the world of special effects
  • F/X: The Series, a television program based on the movie
  • Music

  • f(x) (band), South Korean girl group
  • "FX", a song on Vol. 4 (Black Sabbath album)
  • HfsNegative FX, hardcore band from Cg Boston
  • Print

  • FX (comics), a comic book series published by IDW, drawn by artist John Byrne
  • FX (magazine), a UK trade magazine
  • Medicine

  • Bone fracture, in medical shorthand
  • Factor X, a protein involved in coagulation
  • Technology

  • Athlon 64 FX, a variant of the AMD Athlon 64 microprocessor
  • dotNetFx, the Microsoft .NET Framework
  • Foreign exchange service (telecommunications), a telephone connection to a distant exchange
  • Podcasts:

    PLAYLIST TIME:
    ×