Skip to main content

Second Order Derivative | Explanation with Examples, Class 12 Math Notes Study Material Download Free PDF

For understanding the second-order derivative, let us step back a bit and understand what a first derivative is. The first derivative dy/dx represents the rate of the change in y with respect to x. Considering an example, if the distance covered by a car in 10 seconds is 60 meters, then the speed is the first order derivative of the distance travelled with respect to time. Hence, the speed in this case is given as 60/10 m/s.

We know that speed also varies and does not remain constant forever. Thus, to measure this rate of change in speed, one can use the second derivative.

Second Order Derivative Definition and Representation

The second-order derivative is nothing but the derivative of the first derivative of the given function. So, the variation in speed of the car can be found out by finding out the second derivative, i.e. the rate of change of speed with respect to time (the second derivative of distance travelled with respect to the time).

Graphically the first derivative represents the slope of the function at a point, and the second derivative describes how the slope changes over the independent variable in the graph. For a function having a variable slope, the second derivative explains the curvature of the given graph.

Graphically the first derivative represents the slope of the function at a point, and the second derivative describes how the slope changes over the independent variable in the graph. For a function having a variable slope, the second derivative explains the curvature of the given graph.

In this graph, the blue line indicates the slope, i.e. the first derivative of the given function. And the second derivative is used to define the nature of the given function. For example, we use the second derivative test to determine the maximum, minimum or the point of inflexion.

Mathematically, if  y = f(x) 

Then dy/dx = f'(x)

Now if f'(x) is differentiable, then differentiating dy/dx again w.r.t. x  we get 2nd order derivative, i.e.

ddx(dydx)=d2ydx2=f(x)

Similarly, higher order derivatives can also be defined in the same way like d3y/dx3  represents a third order derivative, d4y/dx4 represents a fourth order derivative and so on.

Usually, the second derivative of a given function corresponds to the curvature or concavity of the graph. If the second-order derivative value is positive, then the graph of a function is upwardly concave. If the second-order derivative value is negative, then the graph of a function is downwardly open.

As it is already stated that the second derivative of a function determines the local maximum or minimum, inflexion point values. These can be identified with the help of below conditions:

  • If f”(x) < 0, then the function f(x) has a local maximum at x.
  • If f”(x) > 0, then the function f(x) has a local minimum at x.
  • If f”(x) = 0, then it is not possible to conclude anything about the point x, a possible inflexion point.

Second Order Derivative Examples

Let us see an example to get acquainted with second-order derivatives.

Example 1: If y=e(x3)3x4,

Find second order derivative

Solution 1:

Given that,

y=e(x3)3x4,

then differentiating this equation w.r.t. x we get,

dydx=e(x3)×3x212x3

Now to find the 2nd order derivative of the given function, we differentiate the first derivative again w.r.t. x,

d2ydx2=e(x3)×3x2×3x2+e(x3)×6x36x2

d2ydx2=xe(x3)×(9x3+6)36x2

This is the required solution.

Example 2: 

Find d2ydx2 if y = 4 sin1(x2)

Solution 2: 

Given that,

y=4sin1(x2),

 then differentiating this equation w.r.t. x we get,

dydx=41x4×2x

Now for finding the next higher order derivative of the given function, we need to differentiate the first derivative again w.r.t. x ,

d2ydx2=2x×ddx(41x4)+41x4d(2x)dx

(using d(uv)dx=udvdx+vdudx)

d2ydx2=8(x4+1)(x41)1x4

Note: We can also find the second order derivative (or second derivative) of a function f(x) using a single limit using the formula:

f(x)=limh0f(x+h)2f(x)+f(xh)h2


Comments

Popular posts from this blog

Symmetric & Skew Symmetric Matrix-Properties, Solved Examples, Class 12 Matrices Chapter Notes Study Material Download pdf

A symmetric matrix and skew-symmetric matrix both are square matrices. But the difference between them is, the symmetric matrix is equal to its transpose whereas skew-symmetric matrix is a matrix whose transpose is equal to its negative. If A is a symmetric matrix, then A = A T   and if A is a skew-symmetric matrix then A T  = – A. Table of Contents Symmetric Matrix Properties of Symmetric Matrix Skew Symmetric Matrix Properties of Skew Symmetric Matrix Determinant of Skew Symmetric Matrix Eigenvalue of Skew Symmetric Matrix Frequently Asked Questions-FAQs What is a symmetric matrix? How do you know if a matrix is symmetric? Give an Example of a Matrix Which is Symmetric but not Invertible. Is Symmetric Matrix Diagonalizable? What is skew-symmetric matrix? What is the difference between symmetric and skew-symmetric matrix? Symmetric Matrix To understand if a matrix is a symmetric matrix, it is very important to know about transpose of a matrix and how to find it. If we in...

Onto Functions(Surjective Functions)-Definition, Graph, Properties, Solved Examples, FAQs

  Onto Function is one of the many types of functions defined based on the relationship between its domain and codomain. For any function to be onto, it needs to relate two sets with a very specific mapping between elements, meaning that each element of the codomain has at least one element in the domain as its pre-image. In simple words, for any function, if all the elements of the codomain are mapped to some element of the domain, then the function is said to be an onto function.  In this article, we will discuss the concept of onto or surjective function in detail including its definition, example, and many more. We will also discuss key differences between one one, onto and into functions as well. Table of Contents What is an Onto Function? Onto Function Definition Representation for Onto Function Examples of Onto Function Properties of Onto Function Composition of Onto Function Onto Function Graph Number of Onto Functions One to One and Onto Functions Onto and Into Functi...

Transpose of a Matrix-Addition & Multiplication Property of Transpose, Solved Examples, Class 12 Matrices Chapter Notes Study Material Download pdf

Transpose of a matrix is one of the most commonly used methods in matrix transformation. For a given matrix, the transpose of a matrix is obtained by interchanging rows into columns or columns to rows. In this article, we are going to learn the definition of the transpose of a matrix, steps to find the transpose of a matrix, properties and examples with a complete explanation. Before learning how to find the transpose of a matrix, first let us learn, what a matrix is? Table of Contents What is a Matrix? Transpose of a Matrix Definition How to Find the Transpose of a Matrix? Properties of Transpose of a Matrix (i) Transpose of the Transpose Matrix (ii) Addition Property of Transpose (iii) Multiplication by Constant (iv) Multiplication Property of Transpose Transpose of a Matrix Examples Practice Problems Frequently Asked Questions What is the transpose of a matrix? How to calculate the transpose of a Matrix? What is the Addition Property of Transpose? What is the Multiplication Property...