Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Differentiation rules

From Wikipedia, the free encyclopedia
Rules for computing derivatives of functions
Part of a series of articles about
Calculus
abf(t)dt=f(b)f(a){\displaystyle \int _{a}^{b}f'(t)\,dt=f(b)-f(a)}

This article is a summary ofdifferentiation rules, that is, rules for computing thederivative of afunction incalculus.

Elementary rules of differentiation

[edit]

Unless otherwise stated, all functions are functions ofreal numbers (R{\textstyle \mathbb {R} }) that return real values, although, more generally, the formulas below apply wherever they arewell defined,[1][2] including the case ofcomplex numbers (C{\textstyle \mathbb {C} }).[3]

Constant term rule

[edit]

For any value ofc{\textstyle c}, wherecR{\textstyle c\in \mathbb {R} }, iff(x){\textstyle f(x)} is the constant function given byf(x)=c{\textstyle f(x)=c}, thendfdx=0{\textstyle {\frac {df}{dx}}=0}.[4]

Proof

[edit]

LetcR{\textstyle c\in \mathbb {R} } andf(x)=c{\textstyle f(x)=c}. By the definition of the derivative:f(x)=limh0f(x+h)f(x)h=limh0(c)(c)h=limh00h=limh00=0.{\displaystyle {\begin{aligned}f'(x)&=\lim _{h\to 0}{\frac {f(x+h)-f(x)}{h}}\\&=\lim _{h\to 0}{\frac {(c)-(c)}{h}}\\&=\lim _{h\to 0}{\frac {0}{h}}\\&=\lim _{h\to 0}0\\&=0.\end{aligned}}}

This computation shows that the derivative of any constant function is 0.

Intuitive (geometric) explanation

[edit]

Thederivative of the function at a point is the slope of the linetangent to the curve at the point. Theslope of the constant function is 0, because thetangent line to the constant function is horizontal and its angle is 0.

In other words, the value of the constant function,y{\textstyle y}, will not change as the value ofx{\textstyle x} increases or decreases.

At each point, thederivative is the slope of aline that istangent to thecurve at that point. Note: the derivative at point A ispositive where green and dash–dot,negative where red and dashed, and0 where black and solid.

Differentiation is linear

[edit]
Main article:Linearity of differentiation

For any functionsf{\textstyle f} andg{\textstyle g} and any real numbersa{\textstyle a} andb{\textstyle b}, the derivative of the functionh(x)=af(x)+bg(x){\textstyle h(x)=af(x)+bg(x)} with respect tox{\textstyle x} ish(x)=af(x)+bg(x){\textstyle h'(x)=af'(x)+bg'(x)}.

InLeibniz's notation, this formula is written as:d(af+bg)dx=adfdx+bdgdx.{\displaystyle {\frac {d(af+bg)}{dx}}=a{\frac {df}{dx}}+b{\frac {dg}{dx}}.}

Special cases include:

  • The constant factor rule:

(af)=af,{\displaystyle (af)'=af',}

  • The sum rule:

(f+g)=f+g,{\displaystyle (f+g)'=f'+g',}

  • The difference rule:

(fg)=fg.{\displaystyle (f-g)'=f'-g'.}

Product rule

[edit]
Main article:Product rule

For the functionsf{\textstyle f} andg{\textstyle g}, the derivative of the functionh(x)=f(x)g(x){\textstyle h(x)=f(x)g(x)} with respect tox{\textstyle x} is:h(x)=(fg)(x)=f(x)g(x)+f(x)g(x).{\displaystyle h'(x)=(fg)'(x)=f'(x)g(x)+f(x)g'(x).}

In Leibniz's notation, this formula is written:d(fg)dx=gdfdx+fdgdx.{\displaystyle {\frac {d(fg)}{dx}}=g{\frac {df}{dx}}+f{\frac {dg}{dx}}.}

Chain rule

[edit]
Main article:Chain rule

The derivative of the functionh(x)=f(g(x)){\textstyle h(x)=f(g(x))} is:h(x)=f(g(x))g(x).{\displaystyle h'(x)=f'(g(x))\cdot g'(x).}

In Leibniz's notation, this formula is written as:ddxh(x)=ddzf(z)|z=g(x)ddxg(x),{\displaystyle {\frac {d}{dx}}h(x)=\left.{\frac {d}{dz}}f(z)\right|_{z=g(x)}\cdot {\frac {d}{dx}}g(x),}often abridged to:dh(x)dx=df(g(x))dg(x)dg(x)dx.{\displaystyle {\frac {dh(x)}{dx}}={\frac {df(g(x))}{dg(x)}}\cdot {\frac {dg(x)}{dx}}.}

Focusing on the notion of maps, and the differential being a mapD{\textstyle {\text{D}}}, this formula is written in a more concise way as:[D(fg)]x=[Df]g(x)[Dg]x.{\displaystyle [{\text{D}}(f\circ g)]_{x}=[{\text{D}}f]_{g(x)}\cdot [{\text{D}}g]_{x}.}

Inverse function rule

[edit]
Main article:Inverse function rule

If the functionf{\textstyle f} has aninverse functiong{\textstyle g}, meaning thatg(f(x))=x{\textstyle g(f(x))=x} andf(g(y))=y{\textstyle f(g(y))=y}, then:g=1fg.{\displaystyle g'={\frac {1}{f'\circ g}}.}

In Leibniz notation, this formula is written as:dxdy=1dydx.{\displaystyle {\frac {dx}{dy}}={\frac {1}{\frac {dy}{dx}}}.}

Power laws, polynomials, quotients, and reciprocals

[edit]

Polynomial or elementary power rule

[edit]
Main article:Power rule

Iff(x)=xr{\textstyle f(x)=x^{r}}, for any real numberr0{\textstyle r\neq 0}, then:f(x)=rxr1.{\displaystyle f'(x)=rx^{r-1}.}

Whenr=1{\textstyle r=1}, this formula becomes the special case that, iff(x)=x{\textstyle f(x)=x}, thenf(x)=1{\textstyle f'(x)=1}.

Combining the power rule with the sum and constant multiple rules permits the computation of the derivative of any polynomial.

Reciprocal rule

[edit]
Main article:Reciprocal rule

The derivative ofh(x)=1f(x){\textstyle h(x)={\frac {1}{f(x)}}} for any (nonvanishing) functionf{\textstyle f} is:h(x)=f(x)(f(x))2,{\displaystyle h'(x)=-{\frac {f'(x)}{(f(x))^{2}}},}whereverf{\textstyle f} is nonzero.

In Leibniz's notation, this formula is written:d(1f)dx=1f2dfdx.{\displaystyle {\frac {d\left({\frac {1}{f}}\right)}{dx}}=-{\frac {1}{f^{2}}}{\frac {df}{dx}}.}

The reciprocal rule can be derived either from the quotient rule or from the combination of power rule and chain rule.

Quotient rule

[edit]
Main article:Quotient rule

Iff{\textstyle f} andg{\textstyle g} are functions, then:(fg)=fggfg2,{\displaystyle \left({\frac {f}{g}}\right)'={\frac {f'g-g'f}{g^{2}}},}whereverg{\textstyle g} is nonzero.

This can be derived from the product rule and the reciprocal rule.

Generalized power rule

[edit]
Main article:Power rule

The elementary power rule generalizes considerably. The most general power rule is thefunctional power rule: for any functionsf{\textstyle f} andg{\textstyle g},(fg)=(eglnf)=fg(fgf+glnf),{\displaystyle (f^{g})'=\left(e^{g\ln f}\right)'=f^{g}\left(f'{g \over f}+g'\ln f\right),\quad }wherever both sides are well defined.

Special cases:

Derivatives of exponential and logarithmic functions

[edit]

ddx(cax)=acaxlnc,c>0.{\displaystyle {\frac {d}{dx}}\left(c^{ax}\right)={ac^{ax}\ln c},\qquad c>0.}The equation above is true for allc{\displaystyle c}, but the derivative forc<0{\displaystyle c<0} yields a complex number.

ddx(eax)=aeax.{\displaystyle {\frac {d}{dx}}\left(e^{ax}\right)=ae^{ax}.}

ddx(logcx)=1xlnc,c>1.{\displaystyle {\frac {d}{dx}}\left(\log _{c}x\right)={1 \over x\ln c},\qquad c>1.}The equation above is also true for allc{\textstyle c} but yields a complex number ifc<0{\textstyle c<0}.

ddx(lnx)=1x,x>0.{\displaystyle {\frac {d}{dx}}\left(\ln x\right)={1 \over x},\qquad x>0.}

ddx(ln|x|)=1x,x0.{\displaystyle {\frac {d}{dx}}\left(\ln |x|\right)={1 \over x},\qquad x\neq 0.}

ddx(W(x))=1x+eW(x),x>1e,{\displaystyle {\frac {d}{dx}}\left(W(x)\right)={1 \over {x+e^{W(x)}}},\qquad x>-{1 \over e},}whereW(x){\textstyle W(x)} is theLambert W function.

ddx(xx)=xx(1+lnx).{\displaystyle {\frac {d}{dx}}\left(x^{x}\right)=x^{x}(1+\ln x).}

ddx(f(x)g(x))=g(x)f(x)g(x)1dfdx+f(x)g(x)ln(f(x))dgdx,if f(x)>0 and dfdx and dgdx exist.{\displaystyle {\frac {d}{dx}}\left(f(x)^{g(x)}\right)=g(x)f(x)^{g(x)-1}{\frac {df}{dx}}+f(x)^{g(x)}\ln {(f(x))}{\frac {dg}{dx}},\qquad {\text{if }}f(x)>0{\text{ and }}{\frac {df}{dx}}{\text{ and }}{\frac {dg}{dx}}{\text{ exist.}}}

ddx(f1(x)f2(x)(...)fn(x))=[k=1nxk(f1(x1)f2(x2)(...)fn(xn))]|x1=x2=...=xn=x, if fi<n(x)>0 and dfidx exists.{\displaystyle {\frac {d}{dx}}\left(f_{1}(x)^{f_{2}(x)^{\left(...\right)^{f_{n}(x)}}}\right)=\left[\sum \limits _{k=1}^{n}{\frac {\partial }{\partial x_{k}}}\left(f_{1}(x_{1})^{f_{2}(x_{2})^{\left(...\right)^{f_{n}(x_{n})}}}\right)\right]{\biggr \vert }_{x_{1}=x_{2}=...=x_{n}=x},\qquad {\text{ if }}f_{i<n}(x)>0{\text{ and }}{\frac {df_{i}}{dx}}{\text{ exists.}}}

Logarithmic derivatives

[edit]

Thelogarithmic derivative is another way of stating the rule for differentiating thelogarithm of a function (using the chain rule):(lnf)=ff,{\displaystyle (\ln f)'={\frac {f'}{f}},}whereverf{\textstyle f} is positive.

Logarithmic differentiation is a technique which uses logarithms and its differentiation rules to simplify certain expressions before actually applying the derivative.[citation needed]

Logarithms can be used to remove exponents, convert products into sums, and convert division into subtraction—each of which may lead to a simplified expression for taking derivatives.

Derivatives of trigonometric functions

[edit]
Main article:Differentiation of trigonometric functions
ddxsinx=cosx{\displaystyle {\frac {d}{dx}}\sin x=\cos x}ddxarcsinx=11x2{\displaystyle {\frac {d}{dx}}\arcsin x={\frac {1}{\sqrt {1-x^{2}}}}}
ddxcosx=sinx{\displaystyle {\frac {d}{dx}}\cos x=-\sin x}ddxarccosx=11x2{\displaystyle {\frac {d}{dx}}\arccos x=-{\frac {1}{\sqrt {1-x^{2}}}}}
ddxtanx=sec2x=1cos2x=1+tan2x{\displaystyle {\frac {d}{dx}}\tan x=\sec ^{2}x={\frac {1}{\cos ^{2}x}}=1+\tan ^{2}x}ddxarctanx=11+x2{\displaystyle {\frac {d}{dx}}\arctan x={\frac {1}{1+x^{2}}}}
ddxcscx=cscxcotx{\displaystyle {\frac {d}{dx}}\csc x=-\csc {x}\cot {x}}ddxarccscx=1|x|x21{\displaystyle {\frac {d}{dx}}\operatorname {arccsc} x=-{\frac {1}{|x|{\sqrt {x^{2}-1}}}}}
ddxsecx=secxtanx{\displaystyle {\frac {d}{dx}}\sec x=\sec {x}\tan {x}}ddxarcsecx=1|x|x21{\displaystyle {\frac {d}{dx}}\operatorname {arcsec} x={\frac {1}{|x|{\sqrt {x^{2}-1}}}}}
ddxcotx=csc2x=1sin2x=1cot2x{\displaystyle {\frac {d}{dx}}\cot x=-\csc ^{2}x=-{\frac {1}{\sin ^{2}x}}=-1-\cot ^{2}x}ddxarccotx=11+x2{\displaystyle {\frac {d}{dx}}\operatorname {arccot} x=-{1 \over 1+x^{2}}}

The derivatives in the table above are for when the range of the inverse secant is[0,π]{\textstyle [0,\pi ]} and when the range of the inverse cosecant is[π2,π2]{\textstyle \left[-{\frac {\pi }{2}},{\frac {\pi }{2}}\right]}.

It is common to additionally define aninverse tangent function with two arguments,arctan(y,x){\textstyle \arctan(y,x)}. Its value lies in the range[π,π]{\textstyle [-\pi ,\pi ]} and reflects the quadrant of the point(x,y){\textstyle (x,y)}. For the first and fourth quadrant (i.e.,x>0{\displaystyle x>0}), one hasarctan(y,x>0)=arctan(yx){\textstyle \arctan(y,x>0)=\arctan({\frac {y}{x}})}. Its partial derivatives are:arctan(y,x)y=xx2+y2andarctan(y,x)x=yx2+y2.{\displaystyle {\frac {\partial \arctan(y,x)}{\partial y}}={\frac {x}{x^{2}+y^{2}}}\qquad {\text{and}}\qquad {\frac {\partial \arctan(y,x)}{\partial x}}={\frac {-y}{x^{2}+y^{2}}}.}

Derivatives of hyperbolic functions

[edit]
Main article:Hyperbolic functions § Derivatives
ddxsinhx=coshx{\displaystyle {\frac {d}{dx}}\sinh x=\cosh x}ddxarsinhx=11+x2{\displaystyle {\frac {d}{dx}}\operatorname {arsinh} x={\frac {1}{\sqrt {1+x^{2}}}}}
ddxcoshx=sinhx{\displaystyle {\frac {d}{dx}}\cosh x=\sinh x}ddxarcoshx=1x21{\displaystyle {\frac {d}{dx}}\operatorname {arcosh} x={\frac {1}{\sqrt {x^{2}-1}}}}
ddxtanhx=sech2x=1tanh2x{\displaystyle {\frac {d}{dx}}\tanh x={\operatorname {sech} ^{2}x}=1-\tanh ^{2}x}ddxartanhx=11x2{\displaystyle {\frac {d}{dx}}\operatorname {artanh} x={\frac {1}{1-x^{2}}}}
ddxcschx=cschxcothx{\displaystyle {\frac {d}{dx}}\operatorname {csch} x=-\operatorname {csch} {x}\coth {x}}ddxarcschx=1|x|1+x2{\displaystyle {\frac {d}{dx}}\operatorname {arcsch} x=-{\frac {1}{|x|{\sqrt {1+x^{2}}}}}}
ddxsechx=sechxtanhx{\displaystyle {\frac {d}{dx}}\operatorname {sech} x=-\operatorname {sech} {x}\tanh {x}}ddxarsechx=1x1x2{\displaystyle {\frac {d}{dx}}\operatorname {arsech} x=-{\frac {1}{x{\sqrt {1-x^{2}}}}}}
ddxcothx=csch2x=1coth2x{\displaystyle {\frac {d}{dx}}\coth x=-\operatorname {csch} ^{2}x=1-\coth ^{2}x}ddxarcothx=11x2{\displaystyle {\frac {d}{dx}}\operatorname {arcoth} x={\frac {1}{1-x^{2}}}}

Derivatives of special functions

[edit]

Gamma function

[edit]
Main article:Gamma function

Γ(x)=0tx1etdt{\displaystyle \Gamma (x)=\int _{0}^{\infty }t^{x-1}e^{-t}\,dt}Γ(x)=0tx1etlntdt=Γ(x)(n=1(ln(1+1n)1x+n)1x)=Γ(x)ψ(x),{\displaystyle {\begin{aligned}\Gamma '(x)&=\int _{0}^{\infty }t^{x-1}e^{-t}\ln t\,dt\\&=\Gamma (x)\left(\sum _{n=1}^{\infty }\left(\ln \left(1+{\dfrac {1}{n}}\right)-{\dfrac {1}{x+n}}\right)-{\dfrac {1}{x}}\right)\\&=\Gamma (x)\psi (x),\end{aligned}}}withψ(x){\textstyle \psi (x)} being thedigamma function, expressed by the parenthesized expression to the right ofΓ(x){\textstyle \Gamma (x)} in the line above.

Riemann zeta function

[edit]
Main article:Riemann zeta function

ζ(x)=n=11nx{\displaystyle \zeta (x)=\sum _{n=1}^{\infty }{\frac {1}{n^{x}}}}ζ(x)=n=1lnnnx=ln22xln33xln44x=p primepxlnp(1px)2q prime,qp11qx{\displaystyle {\begin{aligned}\zeta '(x)&=-\sum _{n=1}^{\infty }{\frac {\ln n}{n^{x}}}=-{\frac {\ln 2}{2^{x}}}-{\frac {\ln 3}{3^{x}}}-{\frac {\ln 4}{4^{x}}}-\cdots \\&=-\sum _{p{\text{ prime}}}{\frac {p^{-x}\ln p}{(1-p^{-x})^{2}}}\prod _{q{\text{ prime}},q\neq p}{\frac {1}{1-q^{-x}}}\end{aligned}}}

Derivatives of integrals

[edit]
Main article:Differentiation under the integral sign

Suppose that it is required to differentiate with respect tox{\textstyle x} the function:F(x)=a(x)b(x)f(x,t)dt,{\displaystyle F(x)=\int _{a(x)}^{b(x)}f(x,t)\,dt,}

where the functionsf(x,t){\textstyle f(x,t)} andxf(x,t){\textstyle {\frac {\partial }{\partial x}}\,f(x,t)} are both continuous in botht{\textstyle t} andx{\textstyle x} in some region of the(t,x){\textstyle (t,x)} plane, includinga(x)tb(x){\textstyle a(x)\leq t\leq b(x)}, wherex0xx1{\textstyle x_{0}\leq x\leq x_{1}}, and the functionsa(x){\textstyle a(x)} andb(x){\textstyle b(x)} are both continuous and both have continuous derivatives forx0xx1{\textstyle x_{0}\leq x\leq x_{1}}. Then, forx0xx1{\textstyle \,x_{0}\leq x\leq x_{1}}:F(x)=f(x,b(x))b(x)f(x,a(x))a(x)+a(x)b(x)xf(x,t)dt.{\displaystyle F'(x)=f(x,b(x))\,b'(x)-f(x,a(x))\,a'(x)+\int _{a(x)}^{b(x)}{\frac {\partial }{\partial x}}\,f(x,t)\;dt\,.}

This formula is the general form of theLeibniz integral rule and can be derived using thefundamental theorem of calculus.

Derivatives tonth order

[edit]

Some rules exist for computing then{\textstyle n}th derivative of functions, wheren{\textstyle n} is a positive integer, including:

Faà di Bruno's formula

[edit]
Main article:Faà di Bruno's formula

Iff{\textstyle f} andg{\textstyle g} aren{\textstyle n}-times differentiable, then:dndxn[f(g(x))]=n!{km}f(r)(g(x))m=1n1km!(g(m)(x))km,{\displaystyle {\frac {d^{n}}{dx^{n}}}[f(g(x))]=n!\sum _{\{k_{m}\}}f^{(r)}(g(x))\prod _{m=1}^{n}{\frac {1}{k_{m}!}}\left(g^{(m)}(x)\right)^{k_{m}},}wherer=m=1n1km{\textstyle r=\sum _{m=1}^{n-1}k_{m}} and the set{km}{\textstyle \{k_{m}\}} consists of all non-negative integer solutions of theDiophantine equationm=1nmkm=n{\textstyle \sum _{m=1}^{n}mk_{m}=n}.

General Leibniz rule

[edit]
Main article:General Leibniz rule

Iff{\textstyle f} andg{\textstyle g} aren{\textstyle n}-times differentiable, then:dndxn[f(x)g(x)]=k=0n(nk)dnkdxnkf(x)dkdxkg(x).{\displaystyle {\frac {d^{n}}{dx^{n}}}[f(x)g(x)]=\sum _{k=0}^{n}{\binom {n}{k}}{\frac {d^{n-k}}{dx^{n-k}}}f(x){\frac {d^{k}}{dx^{k}}}g(x).}

See also

[edit]

References

[edit]
  1. ^Calculus (5th edition), F. Ayres, E. Mendelson, Schaum's Outline Series, 2009,ISBN 978-0-07-150861-2.
  2. ^Advanced Calculus (3rd edition), R. Wrede, M.R. Spiegel, Schaum's Outline Series, 2010,ISBN 978-0-07-162366-7.
  3. ^Complex Variables, M.R. Spiegel, S. Lipschutz, J.J. Schiller, D. Spellman, Schaum's Outlines Series, McGraw Hill (USA), 2009,ISBN 978-0-07-161569-3
  4. ^"Differentiation Rules".University of Waterloo – CEMC Open Courseware. Retrieved3 May 2022.

Sources and further reading

[edit]

These rules are given in many books, both on elementary and advanced calculus, in pure and applied mathematics. Those in this article (in addition to the above references) can be found in:

  • Mathematical Handbook of Formulas and Tables (3rd edition), S. Lipschutz, M.R. Spiegel, J. Liu, Schaum's Outline Series, 2009,ISBN 978-0-07-154855-7.
  • The Cambridge Handbook of Physics Formulas, G. Woan, Cambridge University Press, 2010,ISBN 978-0-521-57507-2.
  • Mathematical methods for physics and engineering, K.F. Riley, M.P. Hobson, S.J. Bence, Cambridge University Press, 2010,ISBN 978-0-521-86153-3
  • NIST Handbook of Mathematical Functions, F. W. J. Olver, D. W. Lozier, R. F. Boisvert, C. W. Clark, Cambridge University Press, 2010,ISBN 978-0-521-19225-5.

External links

[edit]
Library resources about
Differentiation rules
Precalculus
Limits
Differential calculus
Integral calculus
Vector calculus
Multivariable calculus
Sequences and series
Special functions
and numbers
History of calculus
Lists
Integrals
Miscellaneous topics
Major topics inmathematical analysis
Retrieved from "https://en.wikipedia.org/w/index.php?title=Differentiation_rules&oldid=1286472363"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp