Calculus Course/Differentiation

From testwiki
Revision as of 22:23, 24 April 2016 by imported>יהודה שמחה ולדמן
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Derivative

A derivative is a mathematical operation to find the rate of change of a function.

Formula

For a non linear function f(x)=y . The rate of change of f(x) correspond to change of x is equal to the ratio of change in f(x) over change in x

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

Then the Derivative of the function is defined as

ddxf(x)=limΔx0Δf(x)Δx=limΔx0yx

but the derivative must exist uniquely at the point x. Seemingly well-behaved functions might not have derivatives at certain points. As examples, f(x)=1x has no derivative at x=0 ; F(x)=|x| has two possible results at x=0 (-1 for any value for which x<0 and 1 for any value for which x>0) On the other side, a function might have no value at x but a derivative of x , for example f(x)=xx at x=0 . The function is undefined at x=0 , but the derivative is 0 at x=0 as for any other value of x .

Practically all rules result, directly or indirectly, from a generalized treatment of the function.

Table of Derivative

Template:Wikipedia

General Rules

ddx(f+g)=dfdx+dgdx

ddx(cf)=cdfdx

ddx(fg)=fdgdx+gdfdx

ddx(fg)=gdfdxfdgdxg2

Powers and Polynomials

ddx(c)=0

ddxx=1

ddxxn=nxn1

ddxx=12x

ddx1x=1x2

ddx(cnxn+cn1xn1+cn2xn2++c2x2+c1x+c0)=ncnxn1+(n1)cn1xn2+(n2)cn2xn3++2c2x+c1

Trigonometric Functions

ddxsin(x)=cos(x)

ddxcos(x)=sin(x)

ddxtan(x)=sec2(x)

ddxcot(x)=csc2(x)

ddxsec(x)=sec(x)tan(x)

ddxcsc(x)=csc(x)cot(x)

Exponential and Logarithmic Functions

ddxex=ex

ddxax=axln(a)if a>0

ddxln(x)=1x

ddxloga(x)=1ln(a)xif a>0,a1

ddx(fg)=ddx(egln(f))=fg(dfdxgf+dgdxln(f)),f>0

ddx(cf)=ddx(efln(c))=dfdxcfln(c)

Inverse Trigonometric Functions

ddxarcsin(x)=11x2

ddxarccos(x)=11x2

ddxarctan(x)=11+x2

ddxarcsec(x)=1|x|x21

ddxarccot(x)=11+x2

ddxarccsc(x)=1|x|x21

Hyperbolic and Inverse Hyperbolic Functions

ddxsinh(x)=cosh(x)
ddxcosh(x)=sinh(x)
ddxtanh(x)=sech2(x)
ddxsech(x)=tanh(x)sech(x)
ddxcoth(x)=csch2(x)
ddxcsch(x)=coth(x)csch(x)
ddxarcsinh(x)=1x2+1
ddxarccosh(x)=1x21
ddxarctanh(x)=11x2
ddxarcsech(x)=1x1x2
ddxarccoth(x)=11x2
ddxarccsch(x)=1|x|1+x2

Reference

  1. Derivative
  2. Table_of_derivatives

Template:BookCat