Derivatives

From testwiki
Revision as of 22:47, 19 May 2022 by imported>Jerrywu0803 (Added the quotient rule, rules for differentiating trig functions, and log functions. Also added sample questions for self-check)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:Merge

Derivative of a function f at a number a

Notation

We denote the derivative of a function f at a number a as f(a).

Definition

The derivative of a function f at a number a a is given by the following limit (if it exists):
Template:Center topf(a)=limh0f(a+h)f(a)hTemplate:Center bottom
An analogous equation can be defined by letting x=(a+h). Then h=(xa), which shows that when x approaches a, h approaches 0:
Template:Center topf(a)=limxaf(x)f(a)xaTemplate:Center bottom

Interpretations

As the slope of a tangent line

Given a function y=f(x), the derivative f(a) can be understood as the slope of the tangent line to f(x) at x=a:
Template:Center topFile:Derivative as tangent.jpgTemplate:Center bottom

As a rate of change

The derivative of a function f(x) at a number a can be understood as the instantaneous rate of change of f(x) when x=a.

At a tangent to one point of a curve

Vocabulary

The point A(a; f(a)) is the point in contact of the tangent and Cf.

Definition

If f is differentiable in a, then the curve C admits at a point A which has for coordinates (a ; f(a)), a tangent : it is the straight line passing by A and of direction coefficient f'(a). An equation of that tangent is written: y = f'(a)*(x-a)+f(a)

Degrees

First Degree Derivative [First Order Derivative; f'(x)]

The first degree derivative of a function, commonly showing the slope of the tangent line at one point of the function, shows its instantaneous rate of change. Intuitively, the first degree derivative reveals the direction of the function; a positive first degree derivative shows the increasing of a function, and it shows decreasing when negative.

Minimum/Maximum

Local

Local minimums/maximums are found from solving for f'(x)=0, for f(x) is differentiable for all x on desired interval. When the first order derivative is zero, it suggests the stop in increasing or decreasing. Whether the point x at f'(x)=0 is a maximum or minimum requires the derivative to the left and right of x. If the derivative is positive on the left and negative on the right; if the graph shifts from increasing to decreasing at point x, f(x) at x would be a local maximum. Conversely, If the derivative is negative on the left and positive on the right; if the graph shifts from decreasing to increasing at point x, f(x) at x would be a local maximum.

Global

Global minimums/maximums are found at the smallest/largest y-values of each graph.

A saddle point refers to the point where f'(x)=0 but the graph maintains its movement direction.

Application

In a function that measures an object's disposition, the first order derivative shows its instantaneous change in position, i.e. velocity.

Second Degree Derivative [Second Order Derivative; f''(x)]

The second order derivative takes

Inflection Point

An inflection point refers to the point where the function changes its concavity (from sloping up to down, vice versa). The inflection point is found from solving for f''(x)=0, for f(x) is differentiable for all x on desired interval.

Application

In a function that measures an object's velocity, the first order derivative shows its instantaneous change in velocity, i.e. acceleration. Template:Sfoot

Differentiation Rules

Power Rule

One of the most commonly used derivative rules for functions in the form of xn(x raised to the nth power), n.

ddxxn=nxn1

Polynomial Differentiations

Taking the derivative of a polynomial requires the differentiation procedure to be applied to each term including the variable x.

Example:

f(x)=x5+3x2

ddxf(x)=5x4+6x

Negative Power Differentiations

Taking the derivative of a function in the form 1xn can be achieved through rewriting the function with a negative power, xn.

Example:

f(x)=1x7=x7

ddxf(x)=7x8

Fractional Exponents and Radicals

Differentiating a function with a radical such as a square root,x, can be done through rewriting the function in the form with a fraction as the exponent, x1/2.

Example:

f(x)=x=x1/2

ddxf(x)=12x12=122

Quotient Rule

This rule is used to differentiate functions written in the form of f(x)=h(x)g(x).

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

Example:

f(x)=x2+14x5214+x2

f(x)=2x3(x2+14x52)(2x+70x4)(14+x2)(14+x2)2

Trigonometric Functions

Rules for differentiating trigonometric functions:

ddx(sin(x))=cos(x)dx

ddx(cos(x))=sin(x)dx

ddx(tan(x))=sec2(x)dx

ddx(cot(x))=cosec2(x)dx

ddx(sec(x))=sec(x)tan(x)dx

ddx(csc(x))=cosec(x)cot(x)dx

Logarithmic Functions

Rules for differentiating logarithmic functions:

ddxln(x)=1xdx

ddxlogb(x)=1ln(b)xdx

Sample Problems

Differentiate the following:

  1. f(x)=2
  2. f(x)=x
  3. f(x)=x12+x5x
  4. f(x)=(x+1)x2
  5. f(x)=2sin(3x)
  6. f(x)=2sin(3x)cos(2x)
  7. f(x)=sec(3x)tan(2x)
  8. f(x)=lnx4cosec(x)