SlideShare a Scribd company logo
derivatives math
PRESENTATION
ON
DERIVATION
SUBMITTED TO:
Ma”m SADIA FIRDUS
SUBMITTED BY:
GROUP NO. 03
BS-MECHANICAL TECHNOLOGY (1ST SEMESTER)
NAME ROLL NO.
1. AHSAN WAQAR 17093386-032
2. ALI HASSAN 17093386-015
3. ALI RAZA 17093386-031
4. USMAN ZAFAR 17093386-018
5. ABDULLAH 17093386-035
6. Muhammad Umer 17093386-036
Contents
Definition of derivatives .
History of derivatives.
Application of derivatives.
Derivatives rules & examples.
 DEFINATION OF DERIVATION?
1. The derivatives is the exact rate at which one quantity changes
with respect to another.
2. Geometrically, the derivatives is the slope of curve at point on
curve.
3. The derivatives is often called the instantaneous rate of
change.
4. The derivatives of a function represents an infinitely small
change the fuction with respect to one of its variable.
Its is written as
dy
dx
NOTE:
does not mean dy dx
(except when it is convenient to think of it as division.)
df
dx
does not mean df dx
(except when it is convenient to think of it as division.)
Note:
dx does not mean d times x !
dy does not mean d times y !
 History of the derivation
SIR ISAAC NEWTON
Sir leibniz
derivatives math
APPLICATIONS OF DERIVATIVES
in real life.
 Automobiles
In an automobile there is always an odometer and a
speedometer. These two gauges work in tandem and allow
the driver to determine his speed and his distance that he
has traveled. Electronic versions of these gauges simply use
derivatives to transform the data sent to the electronic
motherboard from the tires to miles per Hour(MPH) and
distance(KM).
 Radar Guns
Keeping with the automobile theme from the previous slide
, all police officers who use radar guns are actually taking
advantage of the easy use of derivatives. When a radar gun
is pointed and fired at your care on the highway. The gun is
able to determine the time and distance at which the radar
was able to hit a certain section of your vehicle. With the
use of derivative it is able to calculate the speed at which
the car was going and also report the distance that the car
was from the radar gun.
Business
In the business world there are many applications for
derivatives. One of the most important application is when
the data has been charted on graph or data table such as
excel. Once it has been input, the data can be graphed and
with the applications of derivatives you can estimate the
profit and loss point for certain ventures.
Applications of Derivatives in Various
fields/Sciences:
Such as in:
 –Physics
 –Biology
 –Economics
 –Chemistry
 –Mathematics
Derivatives in Physics:
 In physics, the derivative of the displacement of a
moving body with respect to time is the velocity
of the body, and the derivative of velocity W.R.T
time is acceleration.
 Newton’s second law of motion states that the
derivative of the momentum of a body equals the
force applied to the body.
Derivatives in Biology:
The instantaneous rate of change does not make exact sense
in the previous example because the change in population is
not exactly a continuous process. However, for large
population we can approximate the population function by a
smooth(continuous) curve. –
Example: Suppose that a population of bacteria doubles its
population , n, every hour. Denote by n0 the initial
population i.e. n(0)=n0. In general then,
n(t)=2t no
– Thus the rate of growth of the population at time t is
(dn/dt)=no2tln2
Derivatives in Chemistry:
 One use of derivatives in chemistry is
when you want to find the
concentration of an element in a
product.
 Derivative is used to calculate rate of
reaction and compressibility in
chemistry
Derivatives in Mathematics:
The most common use of the derivatives in
Mathematics is to study functions such as:
 • Extreme values of function
 • The Mean Value theorem
 • Monotonic functions
 • Concavity & curve sketching
 • Newton’s Method etc.
Rules & example of derivation:
Rules of derivative are as under:
Power Rule:
Example: What is
𝑑
𝑑𝑥
𝑥3 ?
The question is asking "what is the derivative of 𝑥3
?"
We can use the Power Rule, where n=3:
𝑑
𝑑𝑥
𝑥 𝑛
= nxn−1
𝑑
𝑑𝑥
𝑥3 = 3 𝑥3−1 = 3 𝑥2
(In other words the derivative of 𝑥3is3𝑥2)
Multiplication by constant:
Example: What is
𝑑
𝑑𝑥
5 𝑥3
?
the derivative of cf = cf’
the derivative of 5f = 5f’
We know (from the Power Rule):
𝑑
𝑑𝑥
𝑥3 = 3 𝑥3−1=3 𝑥2
So:
𝑑
𝑑𝑥
5𝑥3 = 5
𝑑
𝑑𝑥
𝑥3
= 5 × 3𝑥2 = 15 𝑥2
Sum Rule:
Example: What is the derivative of 𝑥2+𝑥3 ?
The Sum Rule says:
the derivative of f + g = f’ + g’
So we can work out each derivative separately and then add them.
Using the Power Rule:
𝑑
𝑑𝑥
𝑥2
= 2x
𝑑
𝑑𝑥
𝑥3
= 3 𝑥2
And so:
the derivative of 𝑥2+ 𝑥3 = 2x + 3𝑥2
Difference Rule:
Example: What is
𝑑
𝑑𝑣
( 𝑣3 − 𝑣4 ) ?
The Difference Rule says
the derivative of f − g = f’ − g’
So we can work out each derivative separately and then subtract them.
Using the Power Rule:
𝑑
𝑑𝑣
𝑣3
= 3 𝑣2
𝑑
𝑑𝑣
𝑣4 = 4 𝑣3
And so:
the derivative of 𝑣3 − 𝑣4 = 3𝑣2−4𝑣3
Product Rule:
Example: What is the derivative of cos(x)sin(x) ?
The Product Rule says:
the derivative of fg = f g’ + f’ g
In our case:
f = cos
g = sin
We know (from the table above):
𝑑
𝑑𝑥
cos(x) = −sin(x)
𝑑
𝑑𝑥
sin(x) = cos(x)
So:
the derivative of cos(x)sin(x) = cos(x)cos(x) − sin(x)sin(x)
= 𝑐𝑜𝑠2(x) − 𝑠𝑖𝑛2(x)
Quotient rule:
Examples: The quotient rule can be used to find the derivative of
As follow:
Chain rule:
Example: What is
𝑑
𝑑𝑥
sin(x2) ?
sin(x2) is made up of sin() and x2:
f(g) = sin(g)
g(x) = x2
The Chain Rule says:
the derivative of f(g(x)) = f'(g(x))g'(x)
The individual derivatives are:
f'(g) = cos(g)
g'(x) = 2x
So:
𝑑
𝑑𝑥
sin(x2) = cos(g(x)) (2x)
= 2x cos(x2)
derivatives math

More Related Content

PPTX
Derivatives and their Applications
PPT
4.1 implicit differentiation
PPTX
Derivatives and it’s simple applications
PPT
Introduction to differentiation
PPT
3.1 derivative of a function
PPTX
Applications of Derivatives
PDF
Applied Calculus: An Introduction to Derivatives
PPTX
Rules of derivative
Derivatives and their Applications
4.1 implicit differentiation
Derivatives and it’s simple applications
Introduction to differentiation
3.1 derivative of a function
Applications of Derivatives
Applied Calculus: An Introduction to Derivatives
Rules of derivative

What's hot (20)

PPTX
Ordinary differential equation
PDF
Math lecture 10 (Introduction to Integration)
PPTX
Definite Integral and Properties of Definite Integral
PPTX
Differential equations of first order
PPT
Linear differential equation with constant coefficient
PDF
Integral calculus
PPTX
Probability
PPTX
A presentation on differencial calculus
PDF
Limits, Continuity & Differentiation (Theory)
PPTX
First order linear differential equation
PPTX
Differential calculus
PPTX
Indefinite Integral
PPTX
Function and graphs
PPTX
orthogonal matrix and its properties
PDF
PPT
Introduction to differential equation
PPTX
Permutation & Combination
PDF
Lesson 2: Vectors and the Dot Product
PPTX
Basics of Integration and Derivatives
Ordinary differential equation
Math lecture 10 (Introduction to Integration)
Definite Integral and Properties of Definite Integral
Differential equations of first order
Linear differential equation with constant coefficient
Integral calculus
Probability
A presentation on differencial calculus
Limits, Continuity & Differentiation (Theory)
First order linear differential equation
Differential calculus
Indefinite Integral
Function and graphs
orthogonal matrix and its properties
Introduction to differential equation
Permutation & Combination
Lesson 2: Vectors and the Dot Product
Basics of Integration and Derivatives
Ad

Similar to derivatives math (20)

PPTX
differentiation (1).pptx
PPTX
Maths Investigatory Project Class 12 on Differentiation
PPTX
Calculus
PPTX
Applications of Derivatives
PDF
Mathematician inretgrals.pdf
PPTX
Applications of derivative
PDF
mathspresentation-160419194459.pdf
PPTX
Differentiation
PPTX
Presentation of calculus on application of derivative
PPTX
CALCULUS PRESENTATION.pptx.ecnomic and finance course
PPTX
1-Basic Rules of Differddddentiation.pptx
PPTX
Differentiation and applications
PPTX
Differentiation Additional Mathematics 5.pptx
PPTX
amarPresentation1.pptxfdgregerrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr...
PPTX
derivative -I for higher classes bca and bba
PDF
MATH&151 Final Project Fundamentals of Derivatives.pdf
PPTX
Derivatives Introduction, History and Applications in various Fields
PPTX
Diffrences between derivative and diffrential
PPT
Differential calculus
PPT
Day_1_-_Rules_for_Differentiation (1).ppt
differentiation (1).pptx
Maths Investigatory Project Class 12 on Differentiation
Calculus
Applications of Derivatives
Mathematician inretgrals.pdf
Applications of derivative
mathspresentation-160419194459.pdf
Differentiation
Presentation of calculus on application of derivative
CALCULUS PRESENTATION.pptx.ecnomic and finance course
1-Basic Rules of Differddddentiation.pptx
Differentiation and applications
Differentiation Additional Mathematics 5.pptx
amarPresentation1.pptxfdgregerrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr...
derivative -I for higher classes bca and bba
MATH&151 Final Project Fundamentals of Derivatives.pdf
Derivatives Introduction, History and Applications in various Fields
Diffrences between derivative and diffrential
Differential calculus
Day_1_-_Rules_for_Differentiation (1).ppt
Ad

Recently uploaded (20)

PDF
Business Ethics Teaching Materials for college
PPTX
Cell Structure & Organelles in detailed.
PPTX
The Healthy Child – Unit II | Child Health Nursing I | B.Sc Nursing 5th Semester
PDF
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PDF
Mark Klimek Lecture Notes_240423 revision books _173037.pdf
PDF
Microbial disease of the cardiovascular and lymphatic systems
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PDF
TR - Agricultural Crops Production NC III.pdf
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
Pre independence Education in Inndia.pdf
PDF
RMMM.pdf make it easy to upload and study
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PPTX
Week 4 Term 3 Study Techniques revisited.pptx
PDF
Classroom Observation Tools for Teachers
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
Business Ethics Teaching Materials for college
Cell Structure & Organelles in detailed.
The Healthy Child – Unit II | Child Health Nursing I | B.Sc Nursing 5th Semester
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
Mark Klimek Lecture Notes_240423 revision books _173037.pdf
Microbial disease of the cardiovascular and lymphatic systems
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
TR - Agricultural Crops Production NC III.pdf
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
Anesthesia in Laparoscopic Surgery in India
Pre independence Education in Inndia.pdf
RMMM.pdf make it easy to upload and study
Pharmacology of Heart Failure /Pharmacotherapy of CHF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
Abdominal Access Techniques with Prof. Dr. R K Mishra
Week 4 Term 3 Study Techniques revisited.pptx
Classroom Observation Tools for Teachers
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
STATICS OF THE RIGID BODIES Hibbelers.pdf

derivatives math

  • 3. SUBMITTED TO: Ma”m SADIA FIRDUS SUBMITTED BY: GROUP NO. 03
  • 4. BS-MECHANICAL TECHNOLOGY (1ST SEMESTER) NAME ROLL NO. 1. AHSAN WAQAR 17093386-032 2. ALI HASSAN 17093386-015 3. ALI RAZA 17093386-031 4. USMAN ZAFAR 17093386-018 5. ABDULLAH 17093386-035 6. Muhammad Umer 17093386-036
  • 5. Contents Definition of derivatives . History of derivatives. Application of derivatives. Derivatives rules & examples.
  • 6.  DEFINATION OF DERIVATION? 1. The derivatives is the exact rate at which one quantity changes with respect to another. 2. Geometrically, the derivatives is the slope of curve at point on curve. 3. The derivatives is often called the instantaneous rate of change. 4. The derivatives of a function represents an infinitely small change the fuction with respect to one of its variable. Its is written as dy dx
  • 7. NOTE: does not mean dy dx (except when it is convenient to think of it as division.) df dx does not mean df dx (except when it is convenient to think of it as division.)
  • 8. Note: dx does not mean d times x ! dy does not mean d times y !
  • 9.  History of the derivation
  • 14.  Automobiles In an automobile there is always an odometer and a speedometer. These two gauges work in tandem and allow the driver to determine his speed and his distance that he has traveled. Electronic versions of these gauges simply use derivatives to transform the data sent to the electronic motherboard from the tires to miles per Hour(MPH) and distance(KM).
  • 15.  Radar Guns Keeping with the automobile theme from the previous slide , all police officers who use radar guns are actually taking advantage of the easy use of derivatives. When a radar gun is pointed and fired at your care on the highway. The gun is able to determine the time and distance at which the radar was able to hit a certain section of your vehicle. With the use of derivative it is able to calculate the speed at which the car was going and also report the distance that the car was from the radar gun.
  • 16. Business In the business world there are many applications for derivatives. One of the most important application is when the data has been charted on graph or data table such as excel. Once it has been input, the data can be graphed and with the applications of derivatives you can estimate the profit and loss point for certain ventures.
  • 17. Applications of Derivatives in Various fields/Sciences: Such as in:  –Physics  –Biology  –Economics  –Chemistry  –Mathematics
  • 18. Derivatives in Physics:  In physics, the derivative of the displacement of a moving body with respect to time is the velocity of the body, and the derivative of velocity W.R.T time is acceleration.  Newton’s second law of motion states that the derivative of the momentum of a body equals the force applied to the body.
  • 19. Derivatives in Biology: The instantaneous rate of change does not make exact sense in the previous example because the change in population is not exactly a continuous process. However, for large population we can approximate the population function by a smooth(continuous) curve. – Example: Suppose that a population of bacteria doubles its population , n, every hour. Denote by n0 the initial population i.e. n(0)=n0. In general then, n(t)=2t no – Thus the rate of growth of the population at time t is (dn/dt)=no2tln2
  • 20. Derivatives in Chemistry:  One use of derivatives in chemistry is when you want to find the concentration of an element in a product.  Derivative is used to calculate rate of reaction and compressibility in chemistry
  • 21. Derivatives in Mathematics: The most common use of the derivatives in Mathematics is to study functions such as:  • Extreme values of function  • The Mean Value theorem  • Monotonic functions  • Concavity & curve sketching  • Newton’s Method etc.
  • 22. Rules & example of derivation: Rules of derivative are as under:
  • 23. Power Rule: Example: What is 𝑑 𝑑𝑥 𝑥3 ? The question is asking "what is the derivative of 𝑥3 ?" We can use the Power Rule, where n=3: 𝑑 𝑑𝑥 𝑥 𝑛 = nxn−1 𝑑 𝑑𝑥 𝑥3 = 3 𝑥3−1 = 3 𝑥2 (In other words the derivative of 𝑥3is3𝑥2)
  • 24. Multiplication by constant: Example: What is 𝑑 𝑑𝑥 5 𝑥3 ? the derivative of cf = cf’ the derivative of 5f = 5f’ We know (from the Power Rule): 𝑑 𝑑𝑥 𝑥3 = 3 𝑥3−1=3 𝑥2 So: 𝑑 𝑑𝑥 5𝑥3 = 5 𝑑 𝑑𝑥 𝑥3 = 5 × 3𝑥2 = 15 𝑥2
  • 25. Sum Rule: Example: What is the derivative of 𝑥2+𝑥3 ? The Sum Rule says: the derivative of f + g = f’ + g’ So we can work out each derivative separately and then add them. Using the Power Rule: 𝑑 𝑑𝑥 𝑥2 = 2x 𝑑 𝑑𝑥 𝑥3 = 3 𝑥2 And so: the derivative of 𝑥2+ 𝑥3 = 2x + 3𝑥2
  • 26. Difference Rule: Example: What is 𝑑 𝑑𝑣 ( 𝑣3 − 𝑣4 ) ? The Difference Rule says the derivative of f − g = f’ − g’ So we can work out each derivative separately and then subtract them. Using the Power Rule: 𝑑 𝑑𝑣 𝑣3 = 3 𝑣2 𝑑 𝑑𝑣 𝑣4 = 4 𝑣3 And so: the derivative of 𝑣3 − 𝑣4 = 3𝑣2−4𝑣3
  • 27. Product Rule: Example: What is the derivative of cos(x)sin(x) ? The Product Rule says: the derivative of fg = f g’ + f’ g In our case: f = cos g = sin We know (from the table above): 𝑑 𝑑𝑥 cos(x) = −sin(x) 𝑑 𝑑𝑥 sin(x) = cos(x) So: the derivative of cos(x)sin(x) = cos(x)cos(x) − sin(x)sin(x) = 𝑐𝑜𝑠2(x) − 𝑠𝑖𝑛2(x)
  • 28. Quotient rule: Examples: The quotient rule can be used to find the derivative of As follow:
  • 29. Chain rule: Example: What is 𝑑 𝑑𝑥 sin(x2) ? sin(x2) is made up of sin() and x2: f(g) = sin(g) g(x) = x2 The Chain Rule says: the derivative of f(g(x)) = f'(g(x))g'(x) The individual derivatives are: f'(g) = cos(g) g'(x) = 2x So: 𝑑 𝑑𝑥 sin(x2) = cos(g(x)) (2x) = 2x cos(x2)