<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://tcs.nju.edu.cn/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=2A02%3A1811%3A3602%3A6200%3A5CD9%3AB329%3A5A3C%3AEF03</id>
	<title>TCS Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://tcs.nju.edu.cn/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=2A02%3A1811%3A3602%3A6200%3A5CD9%3AB329%3A5A3C%3AEF03"/>
	<link rel="alternate" type="text/html" href="https://tcs.nju.edu.cn/wiki/index.php?title=Special:Contributions/2A02:1811:3602:6200:5CD9:B329:5A3C:EF03"/>
	<updated>2026-05-01T09:51:31Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://tcs.nju.edu.cn/wiki/index.php?title=Derivative_(mathematics)&amp;diff=7735</id>
		<title>Derivative (mathematics)</title>
		<link rel="alternate" type="text/html" href="https://tcs.nju.edu.cn/wiki/index.php?title=Derivative_(mathematics)&amp;diff=7735"/>
		<updated>2017-08-31T12:30:16Z</updated>

		<summary type="html">&lt;p&gt;2A02:1811:3602:6200:5CD9:B329:5A3C:EF03: /* Logarithmic functions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Tangent to a curve.svg|thumb|right|A function (black) and a tangent line (red). The derivative at the pinus point is the slope of the line.]]&lt;br /&gt;
In [[mathematics]], the &#039;&#039;&#039;derivative&#039;&#039;&#039; is a way to represent rate of change, that is - the amount by which a function is changing at one given point. For functions that act on the [[real number]]s, it is the [[slope]] of the [[tangent]] line at a point on a graph.  The derivative is often written using &amp;quot;dy over dx&amp;quot; (meaning the &#039;&#039;&#039;difference&#039;&#039;&#039; in y divided by the &#039;&#039;&#039;difference&#039;&#039;&#039; in x. The &#039;&#039;d&#039;&#039;&amp;lt;nowiki/&amp;gt;&#039;s are not variable, and therefore cannot be cancelled out.&lt;br /&gt;
:&amp;lt;math&amp;gt;\frac{dy}{dx}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Definition of a derivative==&lt;br /&gt;
The derivative of y with respect to x is defined as the change in y over the change in x, as the distance between &amp;lt;math&amp;gt;x_0&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; x_1&amp;lt;/math&amp;gt; becomes infinitely small ([[infinitesimal]]). In mathematical terms,&lt;br /&gt;
:&amp;lt;math&amp;gt;f&#039;(a)=\lim_{h\to 0}{\frac{f(a+h)-f(a)}{h}}&amp;lt;/math&amp;gt;&lt;br /&gt;
That is, as the distance between the two x points (h) becomes closer to zero, the slope of the line between them comes closer to resembling a tangent line.&lt;br /&gt;
&lt;br /&gt;
==Derivatives of functions==&lt;br /&gt;
===Linear functions===&lt;br /&gt;
Derivatives of [[linear function]]s (functions of the form &#039;&#039;a&#039;&#039; &#039;&#039;x&#039;&#039; + &#039;&#039;b&#039;&#039; with no quadratic or higher terms) are constant. That is, the derivative in one spot on the graph will remain the same on another.&lt;br /&gt;
&lt;br /&gt;
When the dependent variable &#039;&#039;&#039;y&#039;&#039;&#039; directly takes x&#039;s value (y=x), the slope of the line is 1 in all places, so &amp;lt;math&amp;gt;\frac{d}{dx}(x) = 1&amp;lt;/math&amp;gt; regardless of where the position is.&lt;br /&gt;
&lt;br /&gt;
When y modifies x&#039;s number by adding or subtracting a constant value, the slope is still one because the change in x and y do not change if the graph is shifted up or down. That is, the slope is still 1 throughout the entire graph, so its derivative is also 1.&lt;br /&gt;
&lt;br /&gt;
===Power functions===&lt;br /&gt;
Power functions (e.g. &amp;lt;math&amp;gt;x^a&amp;lt;/math&amp;gt;) behave differently than linear functions because their slope varies (because they have an exponent).&lt;br /&gt;
&lt;br /&gt;
Power functions, in general, follow the rule that &amp;lt;math&amp;gt;\frac{d}{dx}x^a = ax^{a-1}&amp;lt;/math&amp;gt;. That is, if we give a the number 6, then &amp;lt;math&amp;gt;\frac{d}{dx} x^6 = 6x^5&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Another possibly not so obvious example is the function &amp;lt;math&amp;gt;f(x) = \frac{1}{x}&amp;lt;/math&amp;gt;. This is essentially the same because 1/x can be simplified to use exponents:&lt;br /&gt;
:&amp;lt;math&amp;gt;f(x) = \frac{1}{x} = x^{-1}&amp;lt;/math&amp;gt;&lt;br /&gt;
:&amp;lt;math&amp;gt;f&#039;(x) = -1(x^{-2})&amp;lt;/math&amp;gt;&lt;br /&gt;
:&amp;lt;math&amp;gt;f&#039;(x) = -\frac{1}{x^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In addition, roots can be changed to use fractional exponents where their derivative can be found:&lt;br /&gt;
:&amp;lt;math&amp;gt;f(x) = \sqrt[3]{x^2} = x^\frac{2}{3}&amp;lt;/math&amp;gt;&lt;br /&gt;
:&amp;lt;math&amp;gt;f&#039;(x) = \frac{2}{3}(x^{-\frac{1}{3}})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Exponential functions===&lt;br /&gt;
An exponential is of the form &amp;lt;math&amp;gt;ab^{f\left(x\right)}&amp;lt;/math&amp;gt; where &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt; are constants and &amp;lt;math&amp;gt;f(x)&amp;lt;/math&amp;gt; is a function of &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;. The difference between an exponential and a polynomial is that in a polynomial &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt; is raised to some power whereas in an exponential &amp;lt;math&amp;gt; x &amp;lt;/math&amp;gt; is in the power.&lt;br /&gt;
&lt;br /&gt;
==== Example 1 ====&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{d}{dx}\left( ab^{ f\left( x \right) } \right) = ab^{f(x)} \cdot f&#039;\left(x \right) \cdot \ln(b)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Example 2 ====&lt;br /&gt;
Find &amp;lt;math&amp;gt; \frac{d}{dx} \left( 3\cdot2^{3{x^2}} \right)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; a = 3&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; b = 2&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; f\left( x \right) = 3x^2&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; f&#039;\left( x \right) = 6x &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \frac{d}{dx} \left(3 \cdot 2^{3x^2} \right) = 3 \cdot 2^{3x^2} \cdot 6x \cdot \ln \left( 2 \right) = \ln \left(2 \right) \cdot 18x \cdot 2^{3x^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Logarithmic functions===&lt;br /&gt;
The derivative of logarithms is the reciprocal:&lt;br /&gt;
:&amp;lt;math&amp;gt;\frac{d}{dx}\ln(x) = \frac{1}{x}&amp;lt;/math&amp;gt;.&lt;br /&gt;
Take, for example, &amp;lt;math&amp;gt;\frac{d}{dx}\ln\left(\frac{5}{x}\right)&amp;lt;/math&amp;gt;. This can be reduced to (by the properties of [[logarithm]]s):&lt;br /&gt;
:&amp;lt;math&amp;gt;\frac{d}{dx}(\ln(5)) - \frac{d}{dx}(\ln(x))&amp;lt;/math&amp;gt;&lt;br /&gt;
The logarithm of 5 is a constant, so its derivative is 0. The derivative of ln(x) is &amp;lt;math&amp;gt;\frac{1}{x}&amp;lt;/math&amp;gt;. So,&lt;br /&gt;
:&amp;lt;math&amp;gt;0 - \frac{d}{dx} \ln(x) = -\frac{1}{x}&amp;lt;/math&amp;gt;&lt;br /&gt;
For derivatives of logarithms not in base e like &amp;lt;math&amp;gt;\frac{d}{dx}(\log_{10}(x))&amp;lt;/math&amp;gt;, this can be reduced to:&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{d}{dx} \log_{10}(x) = \frac{d}{dx} \frac{\ln{x}}{\ln{10}} = \frac{1}{\ln{10}} \frac{d}{dx} \ln{x} = \frac{1}{x \ln(10)}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Trigonometric functions===&lt;br /&gt;
The cosine function is the derivative of the sine function, while the derivative of cosine is negative sine (provided that x is measured in [[Radian|radians]]):&lt;br /&gt;
:&amp;lt;math&amp;gt;\frac{d}{dx}\sin(x) = \cos(x)&amp;lt;/math&amp;gt;&lt;br /&gt;
:&amp;lt;math&amp;gt;\frac{d}{dx}\cos(x) = -\sin(x)&amp;lt;/math&amp;gt;&lt;br /&gt;
:&amp;lt;math&amp;gt;\frac{d}{dx}\sec(x) = \sec(x)\tan(x)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Properties of derivatives==&lt;br /&gt;
Derivatives can be broken up into smaller parts where they are manageable (as they have only one of the above function characteristics), for example:&lt;br /&gt;
:&amp;lt;math&amp;gt;\frac{d}{dx}(3x^6 + x^2 - 6)&amp;lt;/math&amp;gt; can be broken up as such:&lt;br /&gt;
:&amp;lt;math&amp;gt;\frac{d}{dx}(3x^6) + \frac{d}{dx}(x^2) - \frac{d}{dx}(6)&amp;lt;/math&amp;gt;&lt;br /&gt;
:&amp;lt;math&amp;gt;= 6 \cdot 3x^5 + 2x - 0&amp;lt;/math&amp;gt;&lt;br /&gt;
:&amp;lt;math&amp;gt;= 18x^5 + 2x\,&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Uses of derivatives ==&lt;br /&gt;
A function&#039;s derivative can be used to search for the [[maximum and minimum|maximums and minimums]] of the function by searching for places where its slope is zero.&lt;br /&gt;
&lt;br /&gt;
Derivatives are used in [[Newton&#039;s method]] which helps find zeros (roots) of a function.&lt;br /&gt;
&lt;br /&gt;
==Related pages==&lt;br /&gt;
*[[Partial derivative]]&lt;br /&gt;
*[[Calculus]]&lt;br /&gt;
*[[Integral]]&lt;br /&gt;
&lt;br /&gt;
==Other websites==&lt;br /&gt;
*[http://calculus-calculator.com/derivative/ Online derivative calculator which shows the intermediate steps of calculation] &lt;br /&gt;
*[http://calculus.solved-problems.com/category/derivative/ Solved problems in derivatives]&lt;br /&gt;
&lt;br /&gt;
[[Category:Calculus]]&lt;/div&gt;</summary>
		<author><name>2A02:1811:3602:6200:5CD9:B329:5A3C:EF03</name></author>
	</entry>
</feed>