Jump to content

Antiderivative: Difference between revisions

From Simple English Wikipedia, the free encyclopedia
Content deleted Content added
Razorflame (talk | changes)
m Adding complex tag.
m Disambiguating links to Function (link changed to Function (mathematics)) using DisamAssist.
 
(62 intermediate revisions by 34 users not shown)
Line 1: Line 1:
'''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>
{{complex|Difficult subject to explain simply.}}
Antidifferentiation (or "Indefinite integration") is a branch of mathematics, which is the opposite of differentiation. It is called indefinite integration because an equation is integrated without limits, so the result is an equation as opposed to a value (of area under a graph, for example).


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:
Antidifferentiation is written as <math>\int x\ dx</math> with the integral sign that has no limits <math>\int</math>, the equation you are integrating <math>x</math> and the <math>dx</math> which simply means "with respect to <math>x</math>", which has no significance with simple antidifferentiation.


* 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.
== Finding a simple antiderivative ==
*<math>x</math> is the equation you are integrating.
* The letters <math>dx</math> mean "with respect to <math>x</math>". This tells you how to do the antidifferentiation.


== Simple antidifferentiation ==
To find the antiderivative of a simple equation <math>ax^n</math>, the power <math>n</math> should be increased by 1, then the whole equation should be divided by the new power, and then a constant <math>c</math> should be added, unlike definite integration. This can be shown as:


A function of the form <math>ax^n</math> can be integrated (antidifferentiated) as follows:
<math>\int ax^n\ dx = \frac{ax^{n+1}}{n+1}\ +\ c</math>


* Add 1 to the power <math>n</math>, so <math>ax^n</math> is now <math>ax^{n+1}</math>.
The antiderivative of an equation consisting of several <math>x</math> power terms can also be found in the same way, by finding the antiderivative of each section separately, and then adding or subtracting.
* Divide all this by the new power, so it is now <math>\frac{ax^{n+1}}{n+1}</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:

<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 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>


'''(This only works if the parts are being added or taken away.)'''
== Examples of simple antidifferentiation ==

=== Examples ===

:<math>\int 3x^4\ dx = \frac{3x^5}{5} + c</math>

:<math>\int x + x^2 + x^3 + x^4\ dx = \frac{x^2}{2} + \frac{x^3}{3} + \frac{x^4}{4} + \frac{x^5}{5} + c</math>


<math>\int 3x^4\ dx = \frac{3x^5}{5}\ +\ c</math>
:<math>\int \frac{1}{x + 4}\ dx = \ln |x + 4| \times 1 + c = \ln |x + 4| + c</math>


Changing fractions and roots into powers makes it easier:


:<math>\int \frac{1}{x^3}\ dx = \int x^{-3}\ dx = \frac{x^{-2}}{-2} + c = -\frac{1}{2x^2} + c</math>
Changing fractions and roots into powers makes the process easier.


<math>\int \frac{1}{x^3}\ dx = \int x^{-3}\ dx = \frac{x^{-2}}{-2} + c = -\frac{1}{2x^2} + c</math>
:<math>\int \sqrt{x^3}\ dx = \int x^{\frac{3}{2}}\ dx = \frac{x^{\frac{5}{2}}}{\frac{5}{2}} + c = \frac{2}{5}x^{\frac{5}{2}} + c = \frac{2}{5}\sqrt{x^5} + c</math>


== Integrating a bracket ("chain rule") ==
<math>\int \sqrt{x^3}\ dx = \int x^{\frac{3}{2}}\ dx = \frac{x^{\frac{5}{2}}}{\frac{5}{2}} + c = \frac{2}{5}x^{\frac{5}{2}} + c = \sqrt{\frac{2}{5}x^5} + c</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>.
== Antiderivative of <math>e</math> ==


For example, <math>\int (2x+4)^3\ dx</math> can be determined in the following steps:
Antidifferentiating the [[exponential constant e]] is different; the result is still <math>e</math>:


<math>\int e\ dx = e</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 [[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 the constant <math>c</math> to give <math>\frac{1}{8}(2x+4)^4 + c</math>


=== Examples ===
However, if <math>e</math> has a power of an equation such as <math>5x^2</math>, then the result is the original equation times the differential of the power of <math>e</math>:


<math>\int e^{5x^2}\ dx = e^{5x^2} \times 10x = 10xe^{5x^2}</math>
<math>\int (x+1)^5\ dx = \frac{(x+1)^6}{6 \times 1} + c = \frac{1}{6}(x+1)^6 + c \left ( \because \frac{d(x+1)}{dx} = 1 \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>
Because differentiating <math>5x^2</math> gives <math>10x</math>. As a general rule:


==Related pages==
<math>\int e^{equation} = (e^{equation} \times \mathbf{differential\ of\ equation}) + c</math>


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


== References ==
[[Category: Mathematics]]
<references />
[[en:Antiderivative]]
[[Category:Mathematical analysis]]
[[Category:Calculus]]

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.