Differential Calculus Revision Notes BTER Polytechnic 1st Semester

 

Differential Calculus

Differential calculus is concerned with the concept of a derivative, which represents the rate at which a function changes as its input changes. It's a fundamental branch of calculus used in various fields of engineering to model rates of change and to find approximations.


2.1 Definition of Function; Graphs of exe^x, logx\log x, and xnx^n

Definition of a Function:

A function is a relation between two sets where each input (from the domain) is associated with exactly one output (from the codomain). Mathematically, a function ff from set AA to set BB is denoted as f:ABf : A \to B, where f(x)=yf(x) = y, and each value of xx has one corresponding value of yy.

  • Domain: The set of all possible input values.
  • Range: The set of all possible output values.

A function can be represented in various forms, such as algebraic expressions, graphs, tables, or verbal descriptions.

Graphs of Common Functions:

  1. Exponential Function exe^x:

    • The graph of y=exy = e^x is an increasing curve that passes through the point (0,1)(0, 1).
    • Key Properties:
      • Domain: (,)(-\infty, \infty)
      • Range: (0,)(0, \infty)
      • Asymptote: The x-axis is a horizontal asymptote for large negative values of xx.
  2. Logarithmic Function logax\log_a x:

    • The graph of y=logaxy = \log_a x (where a>0,a1a > 0, a \neq 1) is the inverse of the exponential function y=axy = a^x.
    • Key Properties:
      • Domain: (0,)(0, \infty)
      • Range: (,)(-\infty, \infty)
      • Asymptote: The y-axis is a vertical asymptote.
  3. Power Function y=xny = x^n:

    • The graph of y=xny = x^n behaves differently depending on whether nn is even or odd.

    • For even nn: The graph is symmetric about the y-axis and passes through the origin.

    • For odd nn: The graph is symmetric about the origin.

    • Key Properties:

      • Domain: (,)(-\infty, \infty) for all integer values of nn
      • Range: Depends on the value of nn.

2.2 Concept of Limits

Concept of Limits:

A limit describes the behavior of a function as its input approaches a particular value. The limit of f(x)f(x) as xx approaches aa is denoted as:

limxaf(x)=L\lim_{x \to a} f(x) = L

This means that as xx gets arbitrarily close to aa, the function f(x)f(x) gets arbitrarily close to LL.

  • Right-hand Limit: limxa+f(x)\lim_{x \to a^+} f(x)
  • Left-hand Limit: limxaf(x)\lim_{x \to a^-} f(x)

For the limit to exist, both the right-hand and left-hand limits must be equal.

Standard Limits:

Here are some standard limits that are essential in differential calculus:

  1. Limit of Power Function:

    limxaxnanxa=nan1\lim_{x \to a} \frac{x^n - a^n}{x - a} = n a^{n-1}

    This is useful when differentiating polynomial functions.

  2. Sine Limit:

    limx0sinxx=1\lim_{x \to 0} \frac{\sin x}{x} = 1

    This is a fundamental limit used in the derivation of derivatives of trigonometric functions.

  3. Exponential Limit:

    limx0ax1x=lna\lim_{x \to 0} \frac{a^x - 1}{x} = \ln a

    This is used when finding the derivative of exponential functions.

  4. Logarithmic Limit:

    limx0ln(1+x)x=1\lim_{x \to 0} \frac{\ln(1 + x)}{x} = 1

    This limit is crucial when differentiating logarithmic functions.

  5. Binomial Limit:

    limx0(1+x)1x=e\lim_{x \to 0} (1 + x)^{\frac{1}{x}} = e

    This limit is essential for understanding the exponential function and its derivative.


2.3 Differentiation of Trigonometric Functions

Differentiation of trigonometric functions involves applying standard differentiation rules. The derivatives of the basic trigonometric functions are:

  1. Derivative of Sine: ddxsinx=cosx\frac{d}{dx} \sin x = \cos x
  2. Derivative of Cosine: ddxcosx=sinx\frac{d}{dx} \cos x = -\sin x
  3. Derivative of Tangent: ddxtanx=sec2x\frac{d}{dx} \tan x = \sec^2 x
  4. Derivative of Cotangent: ddxcotx=csc2x\frac{d}{dx} \cot x = -\csc^2 x
  5. Derivative of Secant: ddxsecx=secxtanx\frac{d}{dx} \sec x = \sec x \tan x
  6. Derivative of Cosecant: ddxcscx=cscxcotx\frac{d}{dx} \csc x = -\csc x \cot x

Applications:

  • Physics and Engineering: The derivative of trigonometric functions is used to describe motion (velocity, acceleration), oscillations, waves, and alternating currents.
  • Optimization: These derivatives are used in optimization problems involving periodic functions.

2.4 Differentiation of Inverse Trigonometric Functions

The inverse trigonometric functions are the inverse of the basic trigonometric functions. Their derivatives are derived using implicit differentiation and the chain rule. Here are the derivatives of the common inverse trigonometric functions:

  1. Derivative of sin1x\sin^{-1} x (Arcsine):

    ddxsin1x=11x2,1x1\frac{d}{dx} \sin^{-1} x = \frac{1}{\sqrt{1 - x^2}}, \quad -1 \leq x \leq 1
  2. Derivative of cos1x\cos^{-1} x (Arccosine):

    ddxcos1x=11x2,1x1\frac{d}{dx} \cos^{-1} x = -\frac{1}{\sqrt{1 - x^2}}, \quad -1 \leq x \leq 1
  3. Derivative of tan1x\tan^{-1} x (Arctangent):

    ddxtan1x=11+x2\frac{d}{dx} \tan^{-1} x = \frac{1}{1 + x^2}
  4. Derivative of cot1x\cot^{-1} x (Arccotangent):

    ddxcot1x=11+x2\frac{d}{dx} \cot^{-1} x = -\frac{1}{1 + x^2}
  5. Derivative of sec1x\sec^{-1} x (Arcsecant):

    ddxsec1x=1xx21\frac{d}{dx} \sec^{-1} x = \frac{1}{|x| \sqrt{x^2 - 1}}

    for x>1|x| > 1

  6. Derivative of csc1x\csc^{-1} x (Arccosecant):

    ddxcsc1x=1xx21\frac{d}{dx} \csc^{-1} x = -\frac{1}{|x| \sqrt{x^2 - 1}}

    for x>1|x| > 1

Applications:

  • Engineering: Inverse trigonometric functions are used in solving problems involving angles of elevation, depression, and trigonometric identities.
  • Physics: They are used to find angles in problems related to oscillations, waves, and rotational motion.

Summary of Key Formulas:

  • Limits:

    • limx0sinxx=1\lim_{x \to 0} \frac{\sin x}{x} = 1
    • limx0ax1x=lna\lim_{x \to 0} \frac{a^x - 1}{x} = \ln a
    • limx0ln(1+x)x=1\lim_{x \to 0} \frac{\ln(1 + x)}{x} = 1
  • Differentiation of Trigonometric Functions:

    • ddxsinx=cosx\frac{d}{dx} \sin x = \cos x
    • ddxcosx=sinx\frac{d}{dx} \cos x = -\sin x
    • ddxtanx=sec2x\frac{d}{dx} \tan x = \sec^2 x
  • Differentiation of Inverse Trigonometric Functions:

    • ddxsin1x=11x2\frac{d}{dx} \sin^{-1} x = \frac{1}{\sqrt{1 - x^2}}
    • ddxtan1x=11+x2\frac{d}{dx} \tan^{-1} x = \frac{1}{1 + x^2}

These concepts and formulas form the core foundation for solving problems involving differentiation in engineering mathematics.

Post a Comment

0 Comments