Quasireversibility: Difference between revisions
en>Helpful Pixie Bot m ISBNs (Build KE) |
en>Gareth Jones use templates for references |
||
Line 1: | Line 1: | ||
{{For|the derivative|Logarithmic derivative}} | |||
In [[calculus]], '''logarithmic differentiation''' or '''differentiation by taking logarithms''' is a method used to [[derivative|differentiate]] [[function (mathematics)|function]]s by employing the [[logarithmic derivative]] of a function ''f'',<ref>{{cite book|title=Calculus demystified|pages=170|first=Steven G.|last=Krantz|publisher=McGraw-Hill Professional|year=2003|isbn=0-07-139308-0}}</ref> | |||
:<math>[\ln(f)]' = \frac{f'}{f} \quad \rightarrow \quad f' = f \cdot [\ln(f)]'.</math> | |||
The technique is often performed in cases where it is easier to differentiate the logarithm of a function rather than the function itself. This usually occurs in cases where the function of interest is composed of a product of a number of parts, so that a logarithmic transformation will turn it into a sum of separate parts (which is much easier to differentiate). It can also be useful when applied to functions raised to the power of variables or functions. Logarithmic differentiation relies on the [[chain rule]] as well as properties of [[logarithms]] (in particular, the [[natural logarithm]], or the logarithm to the base ''[[e (mathematics)|e]]'') to transform products into sums and divisions into subtractions.<ref>{{cite book|title=Golden Differential Calculus|pages=282|author=N.P. Bali|publisher=Firewall Media|year=2005|isbn=81-7008-152-1}}</ref><ref name="Bird">{{cite book|title=Higher Engineering Mathematics|first=John|last=Bird|pages=324|publisher=Newnes|year=2006|isbn=0-7506-8152-7}}</ref> The principle can be implemented, at least in part, in the differentiation of almost all [[differentiable function]]s, providing that these functions are non-zero. | |||
==Overview== | |||
For a function | |||
:<math>y=f(x)\,\!</math> | |||
logarithmic differentiation typically begins by taking the natural logarithm, or the logarithm to the base ''[[e (constant)|e]]'', on both sides, remembering to take absolute values<ref>{{cite book|title=Schaum's Outline of Theory and Problems of Calculus for Business, Economics, and the Social Sciences|first=Edward T.|last=Dowling|publisher=McGraw-Hill Professional|year=1990|isbn=0-07-017673-6|pages=160}}</ref> | |||
:<math>\ln|y| = \ln|f(x)|\,\!</math> | |||
After [[implicit differentiation]]<ref name="One">{{cite book|title=Calculus of One Variable|first=Keith|last=Hirst|pages=97|publisher=Birkhäuser|year=2006|isbn=1-85233-940-3}}</ref> | |||
:<math>\frac{1}{y} \frac{dy}{dx} = \frac{f'(x)}{f(x)}</math> | |||
Multiplication by ''y'' is then done to eliminate 1/''y'' and leave only ''dy''/''dx'' on the left: | |||
:<math>\frac{dy}{dx} = y \times \frac{f'(x)}{f(x)} = f'(x).</math> | |||
The method is used because the properties of logarithms provide avenues to quickly simplify complicated functions to be differentiated.<ref>{{cite book|title=Calculus, single variable|first=Brian E.|last=Blank|pages=457|publisher=Springer|year=2006|isbn=1-931914-59-1}}</ref> These properties can be manipulated after the taking of natural logarithms on both sides and before the preliminary differentiation. The most commonly used logarithm laws:<ref name="Bird" /> | |||
: <math>\ln(ab) = \ln(a) + \ln(b), \qquad | |||
\ln\left(\frac{a}{b}\right) = \ln(a) - \ln(b), \qquad | |||
\ln(a^n) = n\ln(a)</math> | |||
===General case=== | |||
Using [[Multiplication#Capital Pi notation|capital pi notation]], | |||
:<math>f(x)=\prod_i(f_i(x))^{\alpha_i(x)}.</math> | |||
Application of natural logarithms results in (with [[Summation#Capital sigma notation|capital sigma notation]]) | |||
:<math>\ln (f(x))=\sum_i\alpha_i(x)\cdot \ln(f_i(x)),</math> | |||
and after differentiation, | |||
:<math>\frac{f'(x)}{f(x)}=\sum_i\left[\alpha_i'(x)\cdot \ln(f_i(x))+\alpha_i(x)\cdot \frac{f_i'(x)}{f_i(x)}\right].</math> | |||
Rearrange to get the derivative of the original function, | |||
:<math>f'(x)=\overbrace{\prod_i(f_i(x))^{\alpha_i(x)}}^{f(x)}\times\overbrace{\sum_i\left\{\alpha_i'(x)\cdot \ln(f_i(x))+\alpha_i(x)\cdot \frac{f_i'(x)}{f_i(x)}\right\}}^{[\ln (f(x))]'}</math> | |||
==Applications== | |||
===Products=== | |||
A [[natural logarithm]] is applied to a product of two functions | |||
:<math>f(x)=g(x)h(x)\,\!</math> | |||
to transform the product into a sum | |||
:<math>\ln(f(x))=\ln(g(x)h(x))=\ln(g(x))+\ln(h(x))\,\!</math> | |||
Differentiate by applying the [[chain rule|chain]] and the [[sum rule in differentiation|sum]] rules | |||
:<math>\frac{f'(x)}{f(x)} = \frac{g'(x)}{g(x)}+\frac{h'(x)}{h(x)}</math> | |||
and, after rearranging, get<ref>{{cite book|title=An Elementary Treatise on the Differential Calculus|first=Benjamin|last=Williamson|publisher=BiblioBazaar, LLC|year=2008|pages=25–26|isbn=0-559-47577-2}}</ref> | |||
:<math>f'(x) = f(x)\times \Bigg\{\frac{g'(x)}{g(x)}+\frac{h'(x)}{h(x)}\Bigg\}= | |||
g(x)h(x)\times \Bigg\{\frac{g'(x)}{g(x)}+\frac{h'(x)}{h(x)}\Bigg\}</math> | |||
===Quotients=== | |||
A [[natural logarithm]] is applied to a quotient of two functions | |||
:<math>f(x)=\frac{g(x)}{h(x)}\,\!</math> | |||
to transform the division into a subtraction | |||
:<math>\ln(f(x))=\ln\Bigg(\frac{g(x)}{h(x)}\Bigg)=\ln(g(x))-\ln(h(x))\,\!</math> | |||
Differentiate by applying the [[chain rule|chain]] and the [[sum rule in differentiation|sum]] rules | |||
:<math>\frac{f'(x)}{f(x)} = \frac{g'(x)}{g(x)}-\frac{h'(x)}{h(x)}</math> | |||
and, after rearranging, get | |||
:<math>f'(x) = f(x)\times \Bigg\{\frac{g'(x)}{g(x)}-\frac{h'(x)}{h(x)}\Bigg\}= | |||
\frac{g(x)}{h(x)}\times \Bigg\{\frac{g'(x)}{g(x)}-\frac{h'(x)}{h(x)}\Bigg\}</math> | |||
After multiplying out and using the [[common denominator]] formula the result is the same as if after applying the [[quotient rule]] directly to <math>f(x)</math>. | |||
===Composite exponent=== | |||
For a function of the form | |||
:<math>f(x)=g(x)^{h(x)}\,\!</math> | |||
The [[natural logarithm]] transforms the exponentiation into a product | |||
:<math>\ln(f(x))=\ln\left(g(x)^{h(x)}\right)=h(x) \ln(g(x))\,\!</math> | |||
Differentiate by applying the [[chain rule|chain]] and the [[sum rule in differentiation|product]] rules | |||
:<math>\frac{f'(x)}{f(x)} = h'(x) \ln(g(x)) + h(x)\frac{g'(x)}{g(x)}</math> | |||
and, after rearranging, get | |||
:<math>f'(x) = f(x)\times \Bigg\{h'(x) \ln(g(x)) + h(x)\frac{g'(x)}{g(x)}\Bigg\}= | |||
g(x)^{h(x)}\times \Bigg\{h'(x) \ln(g(x)) + h(x)\frac{g'(x)}{g(x)}\Bigg\}.</math> | |||
The same result can be obtained by rewriting ''f'' in terms of [[exponential function|exp]] and applying the chain rule. | |||
==See also== | |||
{{Wikibooks-inline|Calculus/More Differentiation Rules#Logarithmic differentiation|extratext=: see for textbook examples of logarithmic differentiation.}} | |||
{{Portal|Mathematics}} | |||
* [[Darboux derivative]], [[Maurer–Cartan form]] for generalizations to arbitrary [[Lie group]]s | |||
* [[List of logarithm topics]] | |||
* [[List of logarithmic identities]] | |||
==Notes== | |||
<references/> | |||
==External links== | |||
*{{cite web|url=http://www.mathcentre.ac.uk/students/topics/differentiation/by-logs/|title=Differentiation by taking logarithms – Teach yourself|publisher=mathcentre.ac.uk|accessdate=2012-01-03}} | |||
*{{cite web|url=http://www.math.ucdavis.edu/~kouba/CalcOneDIRECTORY/logdiffdirectory/LogDiff.html|title=Logarithmic differentiation|accessdate=2009-03-10}} | |||
*{{cite web|url=http://tutorial.math.lamar.edu/Classes/CalcI/LogDiff.aspx|title=Calculus I – Logarithmic differentiation|accessdate=2009-03-10}} | |||
[[Category:Differential calculus]] |
Latest revision as of 10:54, 20 October 2013
28 year-old Painting Investments Worker Truman from Regina, usually spends time with pastimes for instance interior design, property developers in new launch ec Singapore and writing. Last month just traveled to City of the Renaissance.
In calculus, logarithmic differentiation or differentiation by taking logarithms is a method used to differentiate functions by employing the logarithmic derivative of a function f,[1]
The technique is often performed in cases where it is easier to differentiate the logarithm of a function rather than the function itself. This usually occurs in cases where the function of interest is composed of a product of a number of parts, so that a logarithmic transformation will turn it into a sum of separate parts (which is much easier to differentiate). It can also be useful when applied to functions raised to the power of variables or functions. Logarithmic differentiation relies on the chain rule as well as properties of logarithms (in particular, the natural logarithm, or the logarithm to the base e) to transform products into sums and divisions into subtractions.[2][3] The principle can be implemented, at least in part, in the differentiation of almost all differentiable functions, providing that these functions are non-zero.
Overview
For a function
logarithmic differentiation typically begins by taking the natural logarithm, or the logarithm to the base e, on both sides, remembering to take absolute values[4]
After implicit differentiation[5]
Multiplication by y is then done to eliminate 1/y and leave only dy/dx on the left:
The method is used because the properties of logarithms provide avenues to quickly simplify complicated functions to be differentiated.[6] These properties can be manipulated after the taking of natural logarithms on both sides and before the preliminary differentiation. The most commonly used logarithm laws:[3]
General case
Using capital pi notation,
Application of natural logarithms results in (with capital sigma notation)
and after differentiation,
Rearrange to get the derivative of the original function,
Applications
Products
A natural logarithm is applied to a product of two functions
to transform the product into a sum
Differentiate by applying the chain and the sum rules
and, after rearranging, get[7]
Quotients
A natural logarithm is applied to a quotient of two functions
to transform the division into a subtraction
Differentiate by applying the chain and the sum rules
and, after rearranging, get
After multiplying out and using the common denominator formula the result is the same as if after applying the quotient rule directly to .
Composite exponent
For a function of the form
The natural logarithm transforms the exponentiation into a product
Differentiate by applying the chain and the product rules
and, after rearranging, get
The same result can be obtained by rewriting f in terms of exp and applying the chain rule.
See also
Template:Wikibooks-inline Sportspersons Hyslop from Nicolet, usually spends time with pastimes for example martial arts, property developers condominium in singapore singapore and hot rods. Maintains a trip site and has lots to write about after touring Gulf of Porto: Calanche of Piana.
- Darboux derivative, Maurer–Cartan form for generalizations to arbitrary Lie groups
- List of logarithm topics
- List of logarithmic identities
Notes
- ↑ 20 year-old Real Estate Agent Rusty from Saint-Paul, has hobbies and interests which includes monopoly, property developers in singapore and poker. Will soon undertake a contiki trip that may include going to the Lower Valley of the Omo.
My blog: http://www.primaboinca.com/view_profile.php?userid=5889534 - ↑ 20 year-old Real Estate Agent Rusty from Saint-Paul, has hobbies and interests which includes monopoly, property developers in singapore and poker. Will soon undertake a contiki trip that may include going to the Lower Valley of the Omo.
My blog: http://www.primaboinca.com/view_profile.php?userid=5889534 - ↑ 3.0 3.1 20 year-old Real Estate Agent Rusty from Saint-Paul, has hobbies and interests which includes monopoly, property developers in singapore and poker. Will soon undertake a contiki trip that may include going to the Lower Valley of the Omo.
My blog: http://www.primaboinca.com/view_profile.php?userid=5889534 - ↑ 20 year-old Real Estate Agent Rusty from Saint-Paul, has hobbies and interests which includes monopoly, property developers in singapore and poker. Will soon undertake a contiki trip that may include going to the Lower Valley of the Omo.
My blog: http://www.primaboinca.com/view_profile.php?userid=5889534 - ↑ 20 year-old Real Estate Agent Rusty from Saint-Paul, has hobbies and interests which includes monopoly, property developers in singapore and poker. Will soon undertake a contiki trip that may include going to the Lower Valley of the Omo.
My blog: http://www.primaboinca.com/view_profile.php?userid=5889534 - ↑ 20 year-old Real Estate Agent Rusty from Saint-Paul, has hobbies and interests which includes monopoly, property developers in singapore and poker. Will soon undertake a contiki trip that may include going to the Lower Valley of the Omo.
My blog: http://www.primaboinca.com/view_profile.php?userid=5889534 - ↑ 20 year-old Real Estate Agent Rusty from Saint-Paul, has hobbies and interests which includes monopoly, property developers in singapore and poker. Will soon undertake a contiki trip that may include going to the Lower Valley of the Omo.
My blog: http://www.primaboinca.com/view_profile.php?userid=5889534