Differentiation in Calculus (Derivative Rules, Formulas, Solved Examples) (2024)

In calculus, differentiation is one of the two important concepts apart from integration. Differentiation is a method of finding the derivative of a function. Differentiation is a process, in Maths, where we find the instantaneous rate of change in function based on one of its variables. The most common example is the rate change of displacement with respect to time, called velocity. The opposite of finding a derivative is anti-differentiation.

If x is a variable and y is another variable, then the rate of change of x with respect to y is given by dy/dx. This is the general expression of derivative of a function and is represented as f'(x) = dy/dx, where y = f(x) is any function.

Table of Contents:
  • Definition in Maths
    • Notation
    • Linear and Non-linear Functions
  • Formulas
  • Rules
    • Sum and Difference Rule
    • Product Rule
    • Quotient Rule
    • Chain Rule
  • Applications
  • Solved Examples
  • Practice Problems
  • FAQs

What is Differentiation in Maths

In Mathematics, Differentiation can be defined as a derivative of a function with respect to an independent variable. Differentiation, in calculus, can be applied to measure the function per unit change in the independent variable.

Let y = f(x) be a function of x. Then, the rate of change of “y” per unit change in “x” is given by:

dy / dx

If the function f(x) undergoes an infinitesimal change of ‘h’ near to any point ‘x’, then the derivative of the function is defined as

\(\begin{array}{l}\lim\limits_{h \to 0} \frac{f(x+h) – f(x)}{h}\end{array} \)

Derivative of Function As Limits

If we are given with real valued function (f) and x is a point in its domain of definition, then the derivative of function, f, is given by:

f'(a) = limh→0[f(x + h) – f(x)]/h

provided this limit exists.

Let us see an example here for better understanding.

Example: Find the derivative of f(x) = 2x, at x =3.

Solution: By using the above formulas, we can find,

f'(3) =limh→0[f(3 + h) – f(3)]/h =limh→0[2(3 + h) – 2(3)]/h

f'(3) = limh→0[6 + 2h – 6]/h

f'(3) = limh→02h/h

f'(3) = limh→02 = 2

Also, checkContinuity And Differentiabilityto understand the above expression.

Notations

When a function is denoted as y = f(x), the derivative is indicated by the following notations.

  1. D(y) or D[f(x)] is called Euler’s notation.
  2. dy/dx is called Leibniz’s notation.
  3. F’(x) is called Lagrange’s notation.

The meaning of differentiation is the process of determining the derivative of a function at any point.

Linear and Non-Linear Functions

Functions are generally classified into two categories under Calculus, namely:

(i) Linear functions

(ii) Non-linear functions

A linear function varies at a constant rate through its domain. Therefore, the overall rate of change of the function is the same as the rate of change of a function at any point.

However, the rate of change of function varies from point to point in the case of non-linear functions. The nature of variation is based on the nature of the function.

The rate of change of a function at a particular point is defined as a derivative of that particular function.

Differentiation Formulas

The important Differentiation formulasare given below in the table. Here, let us consider f(x) as a function and f'(x) is the derivative of the function.

  1. If f(x) = tan (x), then f'(x) = sec2x
  2. If f(x) = cos (x), then f'(x) = -sin x
  3. If f(x) = sin (x), then f'(x) = cos x
  4. If f(x) = ln(x), then f'(x) = 1/x
  5. If f(x) = ex, then f'(x) = ex
  6. If f(x) = xn, where n is any fraction or integer, then f'(x) = nxn-1
  7. If f(x) = k, where k is a constant, then f'(x) = 0

Also, see:

  • Calculus
  • Derivatives
  • Logarithmic Differentiation
  • Derivative of Inverse Trigonometric functions

Differentiation Rules

The basic differentiation rules that need to be followed are as follows:

  • Sum and Difference Rule
  • Product Rule
  • Quotient Rule
  • Chain Rule

Let us discuss all these rules here.

Sum or Difference Rule

If the function is the sum or difference of two functions, the derivative of the functions is the sum or difference of the individual functions, i.e.,

If f(x) = u(x) ± v(x)

then, f'(x) = u'(x) ± v'(x)

Product Rule

As per the product rule, if the function f(x) is product of two functions u(x) and v(x), the derivative of the function is,

If

\(\begin{array}{l}f(x) = u(x) \times v(x)\end{array} \)

then,

\(\begin{array}{l}\mathbf { f'(x) = u'(x) \times v(x) + u(x) \times v'(x)}\end{array} \)


Quotient rule

If the function f(x) is in the form of two functions [u(x)]/[v(x)], the derivative of the function is

If,

\(\begin{array}{l}f(x) = \frac{u(x)}{v(x)}\end{array} \)

then,

\(\begin{array}{l}\large \mathbf { f'(x) = \frac{u'(x) \times v(x) – u(x) \times v'(x)}{(v(x))^{2}}}\end{array} \)


Chain Rule

If a function y = f(x) = g(u) and if u = h(x), then the chain rule for differentiation is defined as,

\(\begin{array}{l}\large \mathbf{\frac{\mathrm{d} y}{\mathrm{d} x} = \frac{\mathrm{d} y}{\mathrm{d} u} \times \frac{\mathrm{d}u }{\mathrm{d} x}}\end{array} \)

This plays a major role in the method of substitution that helps to perform differentiation of composite functions.

Real-Life Applications of Differentiation

With the help of differentiation, we are able to find the rate of change of one quantity with respect to another. Some of the examples are:

  • Acceleration: Rate of change of velocity with respect to time
  • To calculate the highest and lowest point of the curve in a graph or to know its turning point, the derivative function is used
  • To find tangent and normal to a curve

Solved Examples

Q.1: Differentiate f(x) = 6x3– 9x + 4 with respect to x.
Solution: Given:f(x) = 6x3– 9x + 4

On differentiating both the sides w.r.t x, we get;

f'(x) = (3)(6)x2 – 9

f'(x) = 18x2 – 9

This is the final answer.

Q.2: Differentiate y = x(3x2 – 9)

Solution: Given, y = x(3x2 – 9)

y = 3x3 – 9x

On differentiating both the sides we get,

dy/dx = 9x2 – 9

This is the final answer.

Video Lesson on Class 12 Important Calculus Questions

Differentiation in Calculus (Derivative Rules, Formulas, Solved Examples) (1)

Differentiation in Calculus (Derivative Rules, Formulas, Solved Examples) (2)

Practice Problems

  1. Find the derivative of the function f(x) = 3 sin x + cos x – tan x.
  2. Perform the differentiation for the following functions:
    (i) f(x) = x3 sin 2x
    (ii) g(x) = 4xe2x − 9x
  3. Find the derivative of the function f(x) = x/(x – 2)
    (i) Using the limit definition of differentiation
    (ii) Using the quotient rule

To know more about Differentiation and any Maths related topics, please visit us at BYJU’S.

Frequently Asked Questions – FAQs

Q1

What is differentiation?

The process of finding the derivative of a function is called differentiation. If x and y are two variables, the rate of change of x with respect to y is the derivative.

Q2

What are the examples of differentiation?

An example of differentiation is velocity which is equal to the rate of change of displacement with respect to time. Another example is acceleration which is equal to the rate of change of velocity with respect to time.

Q3

What is the derivative of a constant value?

The derivative of constant function is zero. For example, if f(x) = 8, then f'(x) = 0.

Q4

What is the derivative of the sine function?

When we differentiate sin x with respect to x, then the derivative we get is cos x.

As an expert in calculus with demonstrable knowledge and expertise in the field, I can confidently discuss the concepts mentioned in the provided article.

Definition in Maths: Differentiation in mathematics refers to the process of finding the derivative of a function. The derivative represents the instantaneous rate of change of a function with respect to one of its variables. In the context of calculus, it is used to measure the function's change per unit in the independent variable.

Notation: The derivative is denoted by various notations such as (D(y)) or (D[f(x)]) (Euler’s notation), (\frac{dy}{dx}) (Leibniz’s notation), and (F'(x)) (Lagrange’s notation). These notations are different ways to express the rate of change of a function.

Linear and Non-linear Functions: Calculus classifies functions into linear and non-linear. Linear functions exhibit a constant rate of change throughout their domain, while non-linear functions have a variable rate of change depending on the function's nature.

Formulas and Rules: The article mentions several important differentiation formulas and rules:

  • Sum and Difference Rule: If (f(x) = u(x) \pm v(x)), then (f'(x) = u'(x) \pm v'(x)).
  • Product Rule: For (f(x) = u(x) \times v(x)), (f'(x) = u'(x) \times v(x) + u(x) \times v'(x)).
  • Quotient Rule: If (f(x) = \frac{u(x)}{v(x)}), then (f'(x) = \frac{u'(x) \times v(x) - u(x) \times v'(x)}{(v(x))^2}).
  • Chain Rule: For a composite function (y = f(x) = g(u)) and (u = h(x)), the chain rule is (\frac{dy}{dx} = \frac{dy}{du} \times \frac{du}{dx}).

Applications: Differentiation has various real-life applications, including calculating acceleration (rate of change of velocity), determining the highest and lowest points of a curve, finding tangent and normal to a curve, and more.

Solved Examples: The article provides examples demonstrating the application of differentiation. For instance, finding the derivative of (f(x) = 2x) at (x = 3) involves the use of the limit definition of differentiation.

Practice Problems: The article concludes with practice problems, encouraging readers to apply differentiation to functions like (f(x) = 3 \sin x + \cos x - \tan x) and (y = x(3x^2 - 9)).

This comprehensive overview covers the key concepts of differentiation in calculus, its notation, rules, and practical applications. If you have any specific questions or need further clarification on any of these topics, feel free to ask.

Differentiation in Calculus (Derivative Rules, Formulas, Solved Examples) (2024)
Top Articles
Latest Posts
Article information

Author: Kareem Mueller DO

Last Updated:

Views: 6408

Rating: 4.6 / 5 (46 voted)

Reviews: 85% of readers found this page helpful

Author information

Name: Kareem Mueller DO

Birthday: 1997-01-04

Address: Apt. 156 12935 Runolfsdottir Mission, Greenfort, MN 74384-6749

Phone: +16704982844747

Job: Corporate Administration Planner

Hobby: Mountain biking, Jewelry making, Stone skipping, Lacemaking, Knife making, Scrapbooking, Letterboxing

Introduction: My name is Kareem Mueller DO, I am a vivacious, super, thoughtful, excited, handsome, beautiful, combative person who loves writing and wants to share my knowledge and understanding with you.