Content Beyond Syllabus Unit 2
Content Beyond Syllabus Unit 2
Content Beyond Syllabus Unit 2
(1) Differentiation is algorithmic. The algorithm is not explicitly described, but if you
understand algebra, you will come up with it on your own, given the basic rules of
derivations and the chain rule.
(2) Any application that deals with motion is a prime candidate. For example, your app has
a constant feed of latitude/longitude from a GPS. You want to determine speed. That is
the first derivative of your position as a function of time. You want to know
acceleration. That is the second derivative. G-force could be a function of steering angle
plus all of the above.
(3) Newton-Raphson method based of first, second order derivative is utilized in hill-
climbing optimizers.
(4) Ordinary derivatives are also widely used in image processing. When the rate of change
is large, that might mean that spot lies at the boundary of an object.
(7) Some important codes use intermediate value theorem and Newton’s method to find
the roots of a polynomial as a part of a larger program.
(8) In computer science a truncated Taylor’s series or asymptotic expansion is widely used
to analyze algorithms
Important:
Intermediate Value theorem: In Mathematics the intermediate value theorem states that if f
is a continuous function whose domain contains the interval [a,b],then it takes on any given
value between f(a) and f(b) at some point within the interval.
Taylor’s series: In Mathematics Taylor’s series or Taylor expansion of a function is an infinite
sum of terms that are expressed in terms of the function’s derivatives at a single point. If f(x)
is a real or complex valued function that is infinitely differentiable at a real or complex number
‘a’ is the power series
1
𝑑𝜃 𝑑𝜃
surroundings. Mathematically it can be written as 𝑑𝑡 = 𝐸𝐴(𝜃𝑎 − 𝜃𝑟 ); 𝑑𝑡 is the ordinary
derivative of 𝜃 with respect to t, E is the constant. 𝜃𝑎 is the certain temperature and 𝜃𝑟 is
the room temperature or the temperature of the surroundings.
(12) Ordinary derivative is employed in Newton’s law of cooling that helps to understand
cooling system of processors, e.g. a global company such as Intel is willing to produce a
new cooling system for their processors that can cool the processors from a temperature
of 500C to 270C in just half an hour when the temperature outside is 20 0C but they don’t
know what kind of materials they should use or what the surface area and the geometry
of the shape are. So what they should do?
Answer: They have to use the general formula for Newton’s law of cooling
(13) Ordinary derivatives are utilized in computer simulation of real world problems via
Mathematical modeling, performed on a computer, which is designed to predict the
behavior of, or the outcome of, a real world or physical system. Simulation of a system
is represented as the running of a system’s model.
(14) Rolle’s theorem : It is one of the most fundamental theorem of Differential calculus and
has far reaching consequences. It states that if y = f (x) be a given function and satisfies,
Then there exists at least one real number c ∈(a,b) such that f'(c)= 0
Let A (a,f (a)) and B (b,f (b)) be two points on the graph of f (x) such that f(a) = f(b), then c ∈
(a, b) such that the tangent at P(c, f(c)) is parallel to x – axis
(16) Cauchy’s mean value theorem: If f(x) and g(x) be two functions defined on [a,b]
such that:-