Difference between revisions of "User:Saul/calculus"

From Organic Design wiki
(Added Differentiation section.)
 
(Integration)
Line 36: Line 36:
 
'''&fnof;<sup>&prime;</sup>(x) = 1 / cos<sup>2</sup>(x) = sec<sup>2</sup>(x)'''<br>
 
'''&fnof;<sup>&prime;</sup>(x) = 1 / cos<sup>2</sup>(x) = sec<sup>2</sup>(x)'''<br>
 
<br>
 
<br>
 +
 +
== Integration ==
 +
Integration is the reverse of differentiation, sometimes known as anti-derivative.<br>
 +
Integration is usually noted like so:<br>
 +
'''<span style="font-size: 2em;">&int;</span>&fnof;<sup>&prime;</sup>(x)dx = &fnof;(x) + c'''<br>
 +
Where '''dx''' shows that it will be the integral relative to '''x''' (there may be other variables in the equation).<br>
 +
'''c''' represents a unknown constant - this must exist because when a function is derived (differentiation) some information is lost so '''c''' is to make up for that loss.
 +
 +
=== Various Rules ===
 +
'''k''' represents a constant.<br>
 +
'''<span style="font-size: 2em;">&int;</span>k dx = k + c'''<br>
 +
<br>
 +
'''<span style="font-size: 2em;">&int;</span>kx dx = k<span style="font-size: 2em;">&int;</span>x dx'''<br>
 +
<br>
 +
'''<span style="font-size: 2em;">&int;</span>x<sup>n</sup> dx = x<sup>n + 1</sup> / (n + 1)'''<br>
 +
<br>
 +
'''<span style="font-size: 2em;">&int;</span>( &fnof;(x) &plusmn; g(x) )dx = <span style="font-size: 2em;">&int;</span>&fnof;(x)dx &plusmn; <span style="font-size: 2em;">&int;</span>g(x)dx'''<br>
 +
<br>
 +
'''<span style="font-size: 2em;">&int;</span>(1 / x) dx = Ln(x) + c'''<br>
 +
Note: '''Ln(x) = Log<sub>e</sub>(x)'''

Revision as of 22:20, 5 October 2019

Differentiation

We will use the function notation ƒ(x) which just applies some action to x like this function will double x: ƒ(x) = 2x
Differentiation of a function is taking a function (usually a curve) and finding the gradient at the single instant of x.
For example the function ƒ(x) = x2 will represent a 'U' shaped curve, the gradient at point x will be: ƒ(x) = 2x
A derivative of a function will be notated with ƒ, second derivatives are marked ƒ′′ and so on.

Various Rules

Note: n represents a real number, and a represents a constant.

ƒ(x) = xn
ƒ(x) = nxn-1

ƒ(x) = axn
ƒ(x) = anxn-1

ƒ(x) = a
ƒ(x) = 0

ƒ(x) = x
ƒ(x) = 1


ƒ(x) = fg
ƒ(x) = fg + gf

ƒ(x) = f/g
ƒ(x) = (fg - gf) / g2


ƒ(x) = sin(x)
ƒ(x) = cos(x)

ƒ(x) = cos(x)
ƒ(x) = -sin(x)

ƒ(x) = tan(x)
ƒ(x) = 1 / cos2(x) = sec2(x)

Integration

Integration is the reverse of differentiation, sometimes known as anti-derivative.
Integration is usually noted like so:
ƒ(x)dx = ƒ(x) + c
Where dx shows that it will be the integral relative to x (there may be other variables in the equation).
c represents a unknown constant - this must exist because when a function is derived (differentiation) some information is lost so c is to make up for that loss.

Various Rules

k represents a constant.
k dx = k + c

kx dx = kx dx

xn dx = xn + 1 / (n + 1)

( ƒ(x) ± g(x) )dx = ƒ(x)dx ± g(x)dx

(1 / x) dx = Ln(x) + c
Note: Ln(x) = Loge(x)