Waves/Derivatives

From testwiki
Revision as of 14:12, 6 February 2018 by imported>AmirMenad (in the table c is the constant)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:1DWavesTOC

Math Tutorial -- Derivatives

Figure 1.15: Estimation of the derivative
Figure 1.15: Estimation of the derivative, which is the slope of the tangent line. When point B approaches point A, the slope of the line AB approaches the slope of the tangent to the curve at point A.

This section provides a quick introduction to the idea of the derivative. For a more detailed discussion and exploration of the differentiation and of Calculus, see Calculus and Differentiation.

Often we are interested in the slope of a line tangent to a function y(x) at some value of x. This slope is called the derivative and is denoted dy/dx. Since a tangent line to the function can be defined at any point x, the derivative itself is a function of x:

g(x)=dy(x)dx. (2.25)

As figure 1.15 illustrates, the slope of the tangent line at some point on the function may be approximated by the slope of a line connecting two points, A and B, set a finite distance apart on the curve:

dydxΔyΔx. (2.26)

As B is moved closer to A, the approximation becomes better. In the limit when B moves infinitely close to A, it is exact.

Table of Derivatives

Derivatives of some common functions are now given. In each case c is a constant.


Template:Wikipedia

Table of Derivatives
ddxc=0
ddxx=1
ddxcx=c
ddx|x|=x|x|=sgnx,x0
ddxxc=cxc1 where both xc and cxc−1 are defined.
ddx(1x)=ddx(x1)=x2=1x2
ddx(1xc)=ddx(xc)=cxc+1
ddxx=ddxx12=12x12=12x x > 0
ddxcx=cxlnc c > 0
ddxex=ex
ddxlogcx=1xlnc c > 0, c ≠ 1
ddxlnx=1x
ddxsinx=cosx
ddxcosx=sinx
ddxtanx=sec2x
ddxsecx=tanxsecx
ddxcotx=csc2x
ddxcscx=cscxcotx
ddxarcsinx=11x2
ddxarccosx=11x2
ddxarctanx=11+x2
ddxarcsecx=1|x|x21
ddxarccotx=11+x2
ddxarccscx=1|x|x21
ddxsinhx=coshx
ddxcoshx=sinhx
ddxtanhx=sech2x
ddxsechx=tanhxsechx
ddxcothx=csch2x
ddxcschx=cothxcschx
ddxarsinhx=1x2+1
ddxarcoshx=1x21
ddxartanhx=11x2
ddxarsechx=1x1x2
ddxarcothx=11x2
ddxarcschx=1|x|1+x2

The product and chain rules are used to compute the derivatives of complex functions. For instance,

ddx(sin(x)cos(x))=dsin(x)dxcos(x)+sin(x)dcos(x)dx=cos2(x)sin2(x)

and

ddxlog(sin(x))=1sin(x)dsin(x)dx=cos(x)sin(x).

Template:1DWavesTOC