4 Applications

As aforementioned at the very beginning, the area where calculus is applied is almost universal in scientific domain – natural sciences, social sciences such as economics and politics, any situation linking the rate of change with a total change with mathematical modeling, and so on.

In this section, application in physics, specifically in classical mechanics, and probability is introduced, as these two areas are specific domain the author has particular interest in.

Work in Physics

Work in physics is in fact equivalent to energy. One way of understanding work is the energy transferred from one system to another system, as the total amount of energy is preserved, following the first law of thermodynamics, the law of conservation of energy.

Suppose a situation where you apply force to lift an object against gravity. Then, you have worked in terms of physics, and as a result of your work the (gravitational) potential energy of the object has been increased by the same amount. Work is calculated as a product of force (F) and distance (x), i.e.

    \[ W = F\cdot x \left[J=N\cdot m=\frac{kg\cdot m^2}{s^2}\right] \]

Note here work is a product, a multiplication of force and distance. Then, what if the force applied during the course of action varies? The solution is, then,

    \[ W = \int F\, dx\]

Let us clarify this with an example.

Example. A 200 kg cable is 10 m long and hangs vertically from the top of a tall building. How much work is required to lift the cable to the top of the building? The gravitational acceleration is 10\,m/s^2.

Let us project the cable to the hypothetical coordinate, where the origin is at the bottom of the building and the y-axis point upwards. Then, think of the cable divided into small pieces with length dy. In fact, y represents each point on the cable, and each y is lifted by (10-y) m.

The cable weighs \frac{200 \cdot 10}{10}=200\,\left[\frac{kg \cdot m}{s^2}\right]. Therefore,

    \begin{align*} W &= \int F\, dx\\ &= \int_{0}^{10} \left(20\,dy \right) (10-y)\\ &= 200\int_{0}^{10} (10-y)\,dy\\ &= 200\left[ 10y-\frac{1}{2}y^2\right]_{0}^{10}\\ &= 10000\, \left[ J=N\cdot m\right] \end{align*}

Therefore, 10,000 J of work is required to lift the cable to the top of the building.

Here is another example.

Example. Hooke’s law states the force needed to stretch or compress a spring from a natural state is proportional to displacement (x), i.e. F=kx. Evaluate the work applied to the spring when the spring is extended by 5 cm whose spring constant is k= 100 \left[ N/m \right].

First, let us convert the extended distance into meter, 5 cm = 0.05 m, since the spring constant is in \left[ N/m \right]. Therefore,

    \begin{align*} \int _{0}^{0.05} kx \, dx &= \int _{0}^{0.05} 100x \, dx\\ &= \left[ 50x^2\right]_{0}^{0.05}\\ &= 50\left(\left( 0.05\right)^2-0^2\right)\\ &= 0.125 \, \left[ J=N\cdot m\right] \end{align*}

Therefore, we conclude 0.125 J of work is required, or the same amount of \textbf{potential energy} is saved, by the extension of the spring by 5 cm.

Probability

Calculus also plays a crucial role in the analysis of random behavior, specifically of continuous random variables. In probability theory, a \textbf{probability density function (PDF)} f is defined for a continuous random variable X, with the following properties:

  • f(x) \geq 0 for all x \in \mathbb{R}
  • P(a \leq X \leq b) = \int _{a}^{b} f(x)\,dx
  • P(-\infty < X < \infty) = \int _{-\infty}^{\infty} f(x)\,dx=1

Let us explore some traits with examples.

Example. Let f(x)=cx(10-x) for x\in [0,10], and f(x)=0 for x \in \mathbb{R} - [0,10]. Find a constant c such that f be a probability density function.

1. f(x) \geq 0 for all x \in \mathbb{R}

  • When x \in [0,10], then f(x)=cx(10-x)\geq 0
    Therefore, c\geq 0, since x,(10-x) \geq 0
  • When x \in \mathbb{R} - [0,10], then f(x)=0\geq 0

2. P(-\infty < X < \infty) = \int _{-\infty}^{\infty} f(x)\,dx=1

    \begin{align*} \int _{-\infty}^{\infty} f(x)\,dx &= \int _{-\infty}^{0} f(x)\,dx +\int _{0}^{10} f(x)\,dx + \int _{10}^{\infty} f(x)\,dx\\ &= \int _{-\infty}^{0} 0\,dx +\int _{0}^{10} cx(10-x)\,dx + \int _{10}^{\infty} 0\,dx\\ &= 0 + c\int _{0}^{10} (10x-x^2)\,dx + 0\\ &= c \left[ 5x^2-\frac{1}{3}x^3\right]_{0}^{10}\\ &= c \left( 500- \frac{1000}{3}\right)\\ &= 1 \end{align*}

Therefore, c=0.006.

Following is another example.

Example. The mean or average \mu of any probability density function f is defined as

    \[ \mu=\int _{-\infty}^{\infty} xf(x)\,dx\]

Find the mean of the probability density function f defined by f(x)=ce^{-cx} for x \geq 0 and else f(x)=0.

    \begin{align*} \mu &= \int _{-\infty}^{\infty} xf(x)\,dx\\ &= \int _{-\infty}^{0} xf(x)\,dx + \int _{0}^{\infty} xf(x)\,dx\\ &= \int _{-\infty}^{0} 0\,dx + \int _{0}^{\infty} cxe^{-cx}\,dx\\ &= \int _{0}^{\infty} cxe^{-cx}\,dx\\ &= \lim_{t \to \infty} \int _{0}^{t} cxe^{-cx}\,dx\\ &= \lim_{t \to \infty} \left( -xe^{-cx}\vert_{0}^{t} + \int _{0}^{t} e^{-cx}\,dx \right)\\ &= \lim_{t \to \infty} \left( -te^{-ct} + \left[ -\frac{1}{c}e^{-cx}\right]_{0}^{t}\right)\\ &= \lim_{t \to \infty} \left( -te^{-ct} -\frac{1}{c}e^{-ct} +\frac{1}{c}\right)\\ &= \frac{1}{c} \end{align*}

Therefore, the average is \mu=\frac{1}{c}.

License

Portfolio for Bachelor of Science in Mathematics Copyright © by Donovan D Chang. All Rights Reserved.

Share This Book