Jump to content

Antiderivative: Difference between revisions

From Simple English Wikipedia, the free encyclopedia
Content deleted Content added
Xqbot (talk | changes)
m r2.7.3) (Robot: Adding be:Першаісная
m Disambiguating links to Function (link changed to Function (mathematics)) using DisamAssist.
 
(12 intermediate revisions by 11 users not shown)
Line 1: Line 1:
'''Antidifferentiation''' (also called '''indefinite integration''') is a part of [[mathematics]]. It is the opposite of [[derivative|differentiation]]. Antidifferentiation is [[integral|integration]] with no limits (which is why it is called indefinite). The answer to an antiderivative is an [[equation]].
'''Antidifferentiation''' (also called '''indefinite integration''') is the process of finding a certain function in [[calculus]]. It is the opposite of [[Derivative (mathematics)|differentiation]]. It is a way of processing a [[Function (mathematics)|function]] to give another function (or class of functions) called an antiderivative. Antidifferentiation is like [[integral|integration]]—but without limits. This is why it is called indefinite integration. When represented as single letters, antiderivatives often take the form of capital [[Roman letter|roman letters]] such as <math>F</math> and <math>G</math>.<ref>{{Cite web|date=2020-03-01|title=Compendium of Mathematical Symbols|url=https://mathvault.ca/hub/higher-math/math-symbols/|access-date=2020-08-18|website=Math Vault|language=en-US}}</ref><ref>{{Cite web|title=Antiderivative and Indefinite Integration {{!}} Brilliant Math & Science Wiki|url=https://brilliant.org/wiki/antiderivative-and-indefinite-integration/|access-date=2020-08-18|website=brilliant.org|language=en-us}}</ref>


In general, an antiderivative is written in the form <math>\int f(x) \ dx</math>,<ref>{{Cite web|last=Weisstein|first=Eric W.|title=Indefinite Integral|url=https://mathworld.wolfram.com/IndefiniteIntegral.html|access-date=2020-08-18|website=mathworld.wolfram.com|language=en}}</ref> where:
It is written as <math>\int x\ dx</math>


* The long S, <math>\int</math>, is called an integral sign.<ref name=":0">{{Cite web|date=2017-04-27|title=4.9: Antiderivatives|url=https://math.libretexts.org/Bookshelves/Calculus/Map%3A_Calculus__Early_Transcendentals_(Stewart)/04%3A_Applications_of_Differentiation/4.09%3A_Antiderivatives|access-date=2020-08-18|website=Mathematics LibreTexts|language=en}}</ref> In [[integral|integration]], the integral sign has numbers on it. Those numbers tell you how to do the integration. Antiderivatives are different. They do not have numbers on their integral signs.
* With the integral sign that has no limits <math>\int</math>
* The equation you are integrating <math>x</math>
*<math>x</math> is the equation you are integrating.
* And the <math>dx</math> which means "with respect to <math>x</math>", which does not mean anything with simple integration.
* The letters <math>dx</math> mean "with respect to <math>x</math>". This tells you how to do the antidifferentiation.


== Simple integration ==
== Simple antidifferentiation ==


To integrate <math>ax^n</math>
A function of the form <math>ax^n</math> can be integrated (antidifferentiated) as follows:


* Add 1 to the power <math>n</math>, so <math>ax^n</math> is now <math>ax^{n+1}</math>
* Add 1 to the power <math>n</math>, so <math>ax^n</math> is now <math>ax^{n+1}</math>.
* Divide all this by the new power, so it is now <math>\frac{ax^{n+1}}{n+1}</math>
* Divide all this by the new power, so it is now <math>\frac{ax^{n+1}}{n+1}</math>.
* Add constant <math>c</math>, so it is now <math>\frac{ax^{n+1}}{n+1} + c</math>
* Add the constant <math>c</math>, so it is now <math>\frac{ax^{n+1}}{n+1} + c</math>.


This can be shown as:
This can be shown as:


<math>\int ax^n\ dx = \frac{ax^{n+1}}{n+1} + c</math>
<math>\int ax^n\ dx = \frac{ax^{n+1}}{n+1} + c</math> (also known as the power rule of integral)<ref name=":0" />


When there are many <math>x</math> terms, integrate each part on its own:
When there are many terms, we can integrate the entire function by integrating its components one by one:


<math>\int 2x^6 - 5x^4\ dx = \frac{2x^7}{7} - \frac{5x^5}{5} + c = \frac{2}{7}x^7 - x^5 + c</math>
<math>\int 2x^6 - 5x^4\ dx = \frac{2x^7}{7} - \frac{5x^5}{5} + c = \frac{2}{7}x^7 - x^5 + c</math>
Line 41: Line 41:
== Integrating a bracket ("chain rule") ==
== Integrating a bracket ("chain rule") ==


If you want to integrate a bracket like <math>(2x+4)^3</math>, we need to do it a different way. It is called the '''chain rule'''. It is like simple integration. It only works if the <math>x</math> in the bracket has a power of 1 (it is '''linear''') like <math>x</math> or <math>5x</math> ('''not''' <math>x^5</math> or <math>x^{-7}</math>).
To integrate a bracket like <math>(2x+4)^3</math>, a different method is needed. It is called the '''chain rule'''. It is like simple integration, but it only works if the <math>x</math> in the bracket is linear (has a power of 1), such as <math>x</math> or <math>5x</math>—but ''not'' <math>x^5</math> or <math>x^{-7}</math>.


To do <math>\int (2x+4)^3\ dx</math>
For example, <math>\int (2x+4)^3\ dx</math> can be determined in the following steps:


* Add 1 to the power <math>3</math>, so that it is now <math>(2x+4)^4</math>
* Add 1 to the power <math>3</math>, so that it is now <math>(2x+4)^4</math>
* Divide all this by the new power to get <math>\frac{(2x+4)^4}{4}</math>
* Divide all this by the new power to get <math>\frac{(2x+4)^4}{4}</math>
* Divide all this by the [[derivative]] of the bracket <math>\left (\frac{d(2x+4)}{dx} = 2 \right )</math> to get <math>\frac{(2x+4)^4}{4 \times 2} = \frac{1}{8}(2x+4)^4</math>
* Divide all this by the [[Derivative (mathematics)|derivative]] of the bracket <math>\left (\frac{d(2x+4)}{dx} = 2 \right )</math> to get <math>\frac{(2x+4)^4}{4 \cdot 2} = \frac{1}{8}(2x+4)^4</math>
* Add constant <math>c</math> to give <math>\frac{1}{8}(2x+4)^4 + c</math>
* Add the constant <math>c</math> to give <math>\frac{1}{8}(2x+4)^4 + c</math>


=== Examples ===
=== Examples ===
Line 56: Line 56:
<math>\int \frac{1}{(7x+12)^9}\ dx = \int (7x+12)^{-9}\ dx = \frac{(7x+12)^{-8}}{-8 \times 7} + c = -\frac{1}{56}(7x+12)^{-8} + c = -\frac{1}{56(7x+12)^8} + c \left ( \because \frac{d(7x+12)}{dx} = 7 \right )</math>
<math>\int \frac{1}{(7x+12)^9}\ dx = \int (7x+12)^{-9}\ dx = \frac{(7x+12)^{-8}}{-8 \times 7} + c = -\frac{1}{56}(7x+12)^{-8} + c = -\frac{1}{56(7x+12)^8} + c \left ( \because \frac{d(7x+12)}{dx} = 7 \right )</math>


== Other pages ==
==Related pages==


* [[Fundamental theorem of calculus]]
* [[Mathematics]]
* [[Integral]]
* [[Integral]]
* [[Numerical integration]]
* [[Partial fraction decomposition]]


== References ==
[[Category:Mathematics]]
<references />

[[Category:Mathematical analysis]]
{{Link FA|km}}
[[Category:Calculus]]

[[ar:مشتق عكسي]]
[[be:Першаісная]]
[[ca:Primitiva]]
[[cs:Primitivní funkce]]
[[da:Stamfunktion]]
[[de:Stammfunktion]]
[[et:Määramata integraal]]
[[en:Antiderivative]]
[[es:Integración indefinida]]
[[eo:Malderivaĵo]]
[[eu:Jatorrizko funtzio]]
[[fr:Intégrale indéfinie]]
[[ko:부정적분]]
[[id:Integral tak tentu]]
[[is:Stofnfall]]
[[it:Primitiva (matematica)]]
[[lt:Pirmykštė funkcija]]
[[hu:Határozatlan integrál]]
[[nl:Primitieve functie]]
[[ja:不定積分]]
[[no:Primitiv funksjon]]
[[km:អាំងតេក្រាលមិនកំនត់]]
[[pl:Funkcja pierwotna]]
[[pt:Primitiva]]
[[ro:Primitivă]]
[[ru:Первообразная]]
[[sl:Primitivna funkcija]]
[[sr:Primitivna funkcija]]
[[sh:Primitivna funkcija]]
[[fi:Integraalifunktio]]
[[sv:Primitiv funktion]]
[[th:ปฏิยานุพันธ์]]
[[tr:İlkel fonksiyon]]
[[uk:Первісна]]
[[ur:مشتق شکن]]
[[vec:Antiderivada]]
[[vi:Nguyên hàm]]
[[zh:不定积分]]

Latest revision as of 15:42, 18 July 2023

Antidifferentiation (also called indefinite integration) is the process of finding a certain function in calculus. It is the opposite of differentiation. It is a way of processing a function to give another function (or class of functions) called an antiderivative. Antidifferentiation is like integration—but without limits. This is why it is called indefinite integration. When represented as single letters, antiderivatives often take the form of capital roman letters such as and .[1][2]

In general, an antiderivative is written in the form ,[3] where:

  • The long S, , is called an integral sign.[4] In integration, the integral sign has numbers on it. Those numbers tell you how to do the integration. Antiderivatives are different. They do not have numbers on their integral signs.
  • is the equation you are integrating.
  • The letters mean "with respect to ". This tells you how to do the antidifferentiation.

Simple antidifferentiation

[change | change source]

A function of the form can be integrated (antidifferentiated) as follows:

  • Add 1 to the power , so is now .
  • Divide all this by the new power, so it is now .
  • Add the constant , so it is now .

This can be shown as:

(also known as the power rule of integral)[4]

When there are many terms, we can integrate the entire function by integrating its components one by one:

(This only works if the parts are being added or taken away.)

Examples

[change | change source]

Changing fractions and roots into powers makes it easier:

Integrating a bracket ("chain rule")

[change | change source]

To integrate a bracket like , a different method is needed. It is called the chain rule. It is like simple integration, but it only works if the in the bracket is linear (has a power of 1), such as or —but not or .

For example, can be determined in the following steps:

  • Add 1 to the power , so that it is now
  • Divide all this by the new power to get
  • Divide all this by the derivative of the bracket to get
  • Add the constant to give

Examples

[change | change source]

[change | change source]

References

[change | change source]
  1. "Compendium of Mathematical Symbols". Math Vault. 2020-03-01. Retrieved 2020-08-18.
  2. "Antiderivative and Indefinite Integration | Brilliant Math & Science Wiki". brilliant.org. Retrieved 2020-08-18.
  3. Weisstein, Eric W. "Indefinite Integral". mathworld.wolfram.com. Retrieved 2020-08-18.
  4. 4.0 4.1 "4.9: Antiderivatives". Mathematics LibreTexts. 2017-04-27. Retrieved 2020-08-18.