Engneering Mathematics

Site: kelvinkimeu98.gnomio.com
Course: kelvinkimeu98.gnomio.com
Book: Engneering Mathematics
Printed by:
Date: Thursday, 3 April 2025, 11:52 AM

Description

Calculus is a branch of mathematics that studies continuous change. It is divided into two main areas: differential calculus, which focuses on rates of change and slopes of curves, and integral calculus, which deals with accumulation of quantities and areas under curves. Developed independently by Isaac Newton and Gottfried Wilhelm Leibniz in the 17th century, calculus is widely used in physics, engineering, economics, and other fields to model and analyze dynamic systems.

Possible Subtopics for Moodle Presentation

  1. Fundamentals of Calculus

    • Definition and history of calculus
    • Key concepts: limits, continuity, and functions
  2. Differential Calculus

    • Derivatives and their physical meaning
    • Rules of differentiation (product rule, quotient rule, chain rule)
    • Applications of derivatives (tangents, optimization, motion analysis)
  3. Integral Calculus

    • Definition of integration
    • Indefinite and definite integrals
    • Techniques of integration (substitution, integration by parts)
    • Applications of integration (area, volume, work)
  4. Multivariable Calculus (For advanced learners)

    • Partial derivatives
    • Multiple integrals
    • Vector calculus

1. Fundamentals to Calculus

 

Definition and History of Calculus

Calculus is the mathematical study of continuous change. It provides a framework for understanding how quantities change over time or space and is divided into two main branches:

  1. Differential Calculus – Deals with rates of change and slopes of curves.
  2. Integral Calculus – Focuses on accumulation of quantities and areas under curves.

Historical Background:

  • The foundations of calculus were independently developed in the late 17th century by Isaac Newton and Gottfried Wilhelm Leibniz.
  • Newton used calculus to describe motion and gravity in his work Principia Mathematica.
  • Leibniz introduced the modern notation for calculus, including the integral (∫) and derivative (d/dx) symbols.
  • Over time, mathematicians such as Euler, Cauchy, and Riemann refined the concepts, making calculus more rigorous and applicable to various scientific fields.

Key Concepts of Calculus

  1. Limits

    • A limit describes the value that a function approaches as the input (x) gets closer to a particular point.
    • It is essential in defining derivatives and integrals.
    • Example:limx2(3x+1)=7\lim_{{x \to 2}} (3x + 1) = 7 This means that asxxx approaches 2, the function3x+13x + 1 approaches 7.
  2. Continuity

    • A function is continuous at a point if its graph has no breaks, holes, or jumps.
    • Mathematically, a functionf(x)f(x)f(x) is continuous atx=ax = a if:limxaf(x)=f(a)\lim_{{x \to a}} f(x) = f(a)
    • Example: The functionf(x)=x2f(x) = x^2 is continuous everywhere, butf(x)=1xf(x) = \frac{1}{x} is discontinuous atx=0x = 0.
  3. Functions

    • A function is a relationship between an input (x) and an output Yes where each input has exactly one output.
    • Types of functions commonly used in calculus:
      • Polynomial functions (e.g.,f(x)=x32x+5f(x) = x^3 - 2x + 5)
      • Exponential functions (e.g.,f(x)=exf(x) = e^x)
      • Trigonometric functions (e.g.,f(x)=sinxf(x) = \sin x)
      •  

2. Differential Calculus

1. Derivatives and Their Physical Meaning

A derivative represents the rate at which a function changes with respect to a variable. Mathematically, if

y=f(x)y = f(x)

, the derivative

f(x)f'(x)

f(x) or

dydx\frac{dy}{dx}

dxdy measures how

yy

y changes as

xx

x changes.

Physical Interpretations:
  • Slope of a Curve: The derivative gives the slope of the tangent line at any point on a function’s graph.
  • Velocity in Physics: Ifs(t)s(t)s(t) represents position at timettt, thenv(t)=s(t)v(t) = s'(t) is the velocity (rate of change of position).
  • Rate of Growth: In economics and biology, derivatives measure growth rates, such as population increase or profit maximization.

Example:
If

f(x)=x2f(x) = x^2

, then the derivative is

f(x)=2xf'(x) = 2x

. This means at

x=3x = 3

, the slope of the curve is

2(3)=62(3) = 6

.


2. Rules of Differentiation

To compute derivatives efficiently, calculus provides several differentiation rules:

a) Power Rule

If

f(x)=xnf(x) = x^n

, then

f(x)=nxn1f'(x) = n x^{n-1}

Example:

f(x)=x3f(x)=3x2f(x) = x^3 \Rightarrow f'(x) = 3x^2

b) Product Rule

If

f(x)=u(x)v(x)f(x) = u(x) \cdot v(x)

, then

f(x)=uv+uvf'(x) = u'v + uv'

Example:

f(x)=x2sinxf(x) = x^2 \sin x

, then

f(x)=2xsinx+x2cosxf'(x) = 2x \sin x + x^2 \cos x

c) Quotient Rule

If

f(x)=u(x)v(x)f(x) = \frac{u(x)}{v(x)}

, then

f(x)=uvuvv2f'(x) = \frac{u'v - uv'}{v^2}

Example:

f(x)=x2x+1f(x) = \frac{x^2}{x+1}

, then

f(x)=(2x)(x+1)x2(1)(x+1)2f'(x) = \frac{(2x)(x+1) - x^2(1)}{(x+1)^2}

d) Chain Rule

If

f(x)=g(h(x))f(x) = g(h(x))

, then

f(x)=g(h(x))h(x)f'(x) = g'(h(x)) \cdot h'(x)

Example:

f(x)=sin(x2)f(x) = \sin(x^2)

, then

f(x)=cos(x2)2xf'(x) = \cos(x^2) \cdot 2x


3. Applications of Derivatives

a) Tangents and Normals
  • The tangent line to a function atx=ax = a has a slope given byf(a)f'(a)f(a).
  • The normal line is perpendicular to the tangent and has slope1f(a)-\frac{1}{f'(a)}f(a)1.
  • Used in engineering and physics to find slopes of curves.
b) Optimization (Maxima and Minima)
  • Derivatives help determine where a function reaches its highest (maximum) or lowest (minimum) points.
  • Critical Points: Solvef(x)=0f'(x) = 0 to find these points.
  • Second Derivative Test:
    • Iff(x)>0f''(x) > 0, the function has a local minimum.
    • Iff(x)<0f''(x) < 0, the function has a local maximum.

Example: A company’s revenue function is

R(x)=2x2+40xR(x) = -2x^2 + 40x

. To maximize revenue, solve

R(x)=0R'(x) = 0

:

R(x)=4x+40=0x=10R'(x) = -4x + 40 = 0 \Rightarrow x = 10

3. Integral Calculus

Definition of Integration

Integration is the mathematical process of finding the accumulation of a quantity. It is the inverse operation of differentiation. The integral of a function represents the total accumulation over an interval, such as area under a curve or total distance traveled.

There are two main types of integrals:

  • Indefinite Integral: Represents a family of functions and includes a constant of integrationCCC.
  • Definite Integral: Evaluates the net accumulation over a specific interval[a,b][a, b][a,b].

2. Indefinite and Definite Integrals

a) Indefinite Integral

An indefinite integral finds a general function whose derivative is the given function. It is written as:

f(x)dx=F(x)+C\int f(x) \,dx = F(x) + C

where

CC

C is the constant of integration.

Example:

2xdx=x2+C\int 2x \,dx = x^2 + C

b) Definite Integral

A definite integral calculates the total accumulation over an interval

[a,b][a, b]

[a,b] and is written as:

abf(x)dx=F(b)F(a)\int_{a}^{b} f(x) \,dx = F(b) - F(a)

where

F(x)F(x)

F(x) is the antiderivative of

f(x)f(x)

f(x).

Example:

13(x2)dx=[x33]13\int_{1}^{3} (x^2) \,dx = \left[ \frac{x^3}{3} \right]_1^3

=333133=27313=263= \frac{3^3}{3} - \frac{1^3}{3} = \frac{27}{3} - \frac{1}{3} = \frac{26}{3}


3. Techniques of Integration

a) Substitution Method

Used when an integral contains a composite function. We set

uu

u as an inner function to simplify integration.

Example:

xex2dx\int x e^{x^2} \,dx

xex2dx

Let

u=x2u = x^2

, so

du=2xdxdu = 2x \,dx

.
Rewriting the integral:

12eudu=12eu+C=12ex2+C\frac{1}{2} \int e^u \,du = \frac{1}{2} e^u + C = \frac{1}{2} e^{x^2} + C

b) Integration by Parts

Used for integrating the product of two functions, based on:

udv=uvvdu\int u \,dv = uv - \int v \,du

Example:

xlnxdx\int x \ln x \,dx

xlnxdx

Let

u=lnxu = \ln x

, so

du=1xdxdu = \frac{1}{x}dx

, and let

dv=xdxdv = xdx

, so

v=x22v = \frac{x^2}{2}

.
Applying the formula:

xlnxdx=x22lnxx221xdx\int x \ln x \,dx = \frac{x^2}{2} \ln x - \int \frac{x^2}{2} \cdot \frac{1}{x} dx

=x22lnxx2dx= \frac{x^2}{2} \ln x - \int \frac{x}{2} dx

=x22lnxx24+C= \frac{x^2}{2} \ln x - \frac{x^2}{4} + C

4. Application of Integration

a) Area Under a Curve

The area between a curve

y=f(x)y = f(x)

and the x-axis from

x=ax = a

to

x=bx = b

is given by:

A=abf(x)dxA = \int_{a}^{b} f(x) dx

b) Volume of Solids of Revolution

Using the disk method, the volume of a solid formed by rotating

f(x)f(x)

f(x) about the x-axis is:

V=πab[f(x)]2dxV = \pi \int_{a}^{b} [f(x)]^2 dx

c) Work Done by a Force

The work done by a variable force

F(x)F(x)

F(x) moving an object from

x=ax = a

to

x=bx = b

is:

W=abF(x)dxW = \int_{a}^{b} F(x) dx


Multivariable Calculus (For Advanced Learners)

1. Partial Derivatives

When a function has multiple variables, its derivative with respect to one variable (while keeping others constant) is a partial derivative.

For

f(x,y)f(x, y)

f(x,y), the partial derivatives are:

fx,fy\frac{\partial f}{\partial x}, \quad \frac{\partial f}{\partial y}

xf,yf

Example: If

f(x,y)=x2y+3y2f(x, y) = x^2y + 3y^2

, then:

fx=2xy,fy=x2+6y\frac{\partial f}{\partial x} = 2xy, \quad \frac{\partial f}{\partial y} = x^2 + 6y


2. Multiple Integrals

Extends definite integrals to functions of two or more variables.

a) Double Integrals

Used to compute areas and volumes:

Rf(x,y)dA\int \int_{R} f(x, y) dA

Rf(x,y)dA

b) Triple Integrals

Used for three-dimensional volume calculations:

Vf(x,y,z)dV\int \int \int_{V} f(x, y, z) dV

∫∫Vf(x,y,z)dV


3. Vector Calculus

Deals with vector fields and their properties.

a) Gradient

For

f(x,y,z)f(x, y, z)

f(x,y,z), the gradient is:

f=(fx,fy,fz)\nabla f = \left( \frac{\partial f}{\partial x}, \frac{\partial f}{\partial y}, \frac{\partial f}{\partial z} \right)

b) Divergence

Measures the rate at which a vector field spreads out:

F=F1x+F2y+F3z\nabla \cdot \mathbf{F} = \frac{\partial F_1}{\partial x} + \frac{\partial F_2}{\partial y} + \frac{\partial F_3}{\partial z}

c) Curl

Measures rotation of a vector field:

×F\nabla \times \mathbf{F}