Sonzaschool
Rudi

Sekondari ya Juu · Kidato cha Tano

Basic Applied Mathematics 1

Techniques of Differentiation

takriban dakika 4 kusoma

Mada za sehemu hiiDifferentiationMada 3

Introduction to differentiation techniques

In calculus, differentiation is used to find the rate of change of a function. There are several techniques to differentiate different types of functions. These techniques simplify the process of finding derivatives and are especially useful for complex expressions. Common techniques include the power rule, product rule, quotient rule, chain rule, and implicit differentiation.

Power rule

The power rule is one of the simplest techniques for differentiating polynomial functions. The rule states that for a function of the form:

f(x)=axnf(x) = ax^n

The derivative of f(x)f(x) with respect to xx is:

f(x)=naxn1f'(x) = n \cdot ax^{n-1}

In other words, to differentiate axnax^n, multiply the exponent nn by the coefficient aa, then reduce the exponent by 1.

Example 1: Differentiate f(x)=5x3f(x) = 5x^3

We will apply the power rule: Identify the coefficient and exponent: a=5a = 5, n=3n = 3. Use the power rule formula: f(x)=naxn1f'(x) = n \cdot ax^{n-1}.

f(x)=35x31f'(x) = 3 \cdot 5x^{3-1}

Simplify the expression:

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

Example 2: Differentiate f(x)=2x4f(x) = -2x^4

Apply the power rule: Identify the coefficient and exponent: a=2a = -2, n=4n = 4. Use the power rule formula:

f(x)=4(2)x41f'(x) = 4 \cdot (-2)x^{4-1}

Simplify the expression:

f(x)=8x3f'(x) = -8x^3

Product rule

The product rule is used when differentiating the product of two functions. If f(x)=g(x)h(x)f(x) = g(x) \cdot h(x), then the product rule states:

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

That is, to differentiate the product of two functions, differentiate the first function, multiply by the second function, and add the first function multiplied by the derivative of the second function.

Example 1: Differentiate f(x)=x2sin(x)f(x) = x^2 \cdot \sin(x)

We will apply the product rule:

  1. Let g(x)=x2g(x) = x^2 and h(x)=sin(x)h(x) = \sin(x).
  2. Differentiate g(x)g(x): g(x)=2xg'(x) = 2x.
  3. Differentiate h(x)h(x): h(x)=cos(x)h'(x) = \cos(x).
  4. Now apply the product rule:

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

f(x)=2xsin(x)+x2cos(x)f'(x) = 2x \cdot \sin(x) + x^2 \cdot \cos(x)

Example 2: Differentiate f(x)=exln(x)f(x) = e^x \cdot \ln(x)

Apply the product rule:

  1. Let g(x)=exg(x) = e^x and h(x)=ln(x)h(x) = \ln(x).
  2. Differentiate g(x)g(x): g(x)=exg'(x) = e^x.
  3. Differentiate h(x)h(x): h(x)=1/xh'(x) = 1/x.
  4. Now apply the product rule:

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

f(x)=exln(x)+ex(1/x)f'(x) = e^x \cdot \ln(x) + e^x \cdot (1/x)

Quotient rule

The quotient rule is used when differentiating a function that is the quotient of two other functions. If f(x)=g(x)/h(x)f(x) = g(x) / h(x), then the quotient rule states:

f(x)=g(x)h(x)g(x)h(x)h(x)2f'(x) = \frac{g'(x) \cdot h(x) - g(x) \cdot h'(x)}{h(x)^2}

That is, to differentiate a quotient, differentiate the numerator and denominator, multiply them accordingly, and divide by the square of the denominator.

Example 1: Differentiate f(x)=(x2+1)/(x1)f(x) = (x^2 + 1) / (x - 1)

Apply the quotient rule:

  1. Let g(x)=x2+1g(x) = x^2 + 1 and h(x)=x1h(x) = x - 1.
  2. Differentiate g(x)g(x): g(x)=2xg'(x) = 2x.
  3. Differentiate h(x)h(x): h(x)=1h'(x) = 1.
  4. Now apply the quotient rule:

f(x)=g(x)h(x)g(x)h(x)h(x)2f'(x) = \frac{g'(x) \cdot h(x) - g(x) \cdot h'(x)}{h(x)^2}

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

Simplify the expression:

f(x)=2x22xx21(x1)2f'(x) = \frac{2x^2 - 2x - x^2 - 1}{(x - 1)^2}

f(x)=x22x1(x1)2f'(x) = \frac{x^2 - 2x - 1}{(x - 1)^2}

Chain rule

The chain rule is used to differentiate composite functions. If f(x)=g(h(x))f(x) = g(h(x)), then the chain rule states:

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

That is, differentiate the outer function gg with respect to h(x)h(x), then multiply by the derivative of the inner function h(x)h(x).

Example 1: Differentiate f(x)=sin(3x)f(x) = \sin(3x)

Apply the chain rule:

  1. Let g(u)=sin(u)g(u) = \sin(u) and h(x)=3xh(x) = 3x.
  2. Differentiate g(u)g(u): g(u)=cos(u)g'(u) = \cos(u).
  3. Differentiate h(x)h(x): h(x)=3h'(x) = 3.
  4. Now apply the chain rule:

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

f(x)=cos(3x)3f'(x) = \cos(3x) \cdot 3

f(x)=3cos(3x)f'(x) = 3\cos(3x)

Example 2: Differentiate f(x)=ex2f(x) = e^{x^2}

Apply the chain rule:

  1. Let g(u)=eug(u) = e^u and h(x)=x2h(x) = x^2.
  2. Differentiate g(u)g(u): g(u)=eug'(u) = e^u.
  3. Differentiate h(x)h(x): h(x)=2xh'(x) = 2x.
  4. Now apply the chain rule:

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

f(x)=ex22xf'(x) = e^{x^2} \cdot 2x

f(x)=2xex2f'(x) = 2x \cdot e^{x^2}

Implicit differentiation

Implicit differentiation is used when the function is not given in the form y=f(x)y = f(x), but rather in a form where both xx and yy are mixed together. The goal is to differentiate with respect to xx while treating yy as a function of xx.

Example 1: Differentiate x2+y2=25x^2 + y^2 = 25

Apply implicit differentiation: Differentiate both sides with respect to xx:

2x+2ydydx=02x + 2y \cdot \frac{dy}{dx} = 0

Isolate dydx\frac{dy}{dx}:

dydx=2x2y\frac{dy}{dx} = \frac{-2x}{2y}

dydx=xy\frac{dy}{dx} = \frac{-x}{y}

Mwalimu

Unasoma somo hili? Niulize nikuelezee chochote kilichomo.

Ingia ili kumuuliza Mwalimu wa AI wa Sonza kuhusu mada hii.

Ingia ili kuuliza