Antiderivative
see math notation, function, derivative, calculus notation
note a function has an infinite number of antiderivatives
note a function continuous on an interval has a unique general family of antiderivatives on that interval of the form
F x : cwithRR cin other words, if
F xis one antiderivative off xandf xis continuous on its function › domain, then any other antiderivative off xcan be rewritten into the formF x : cwithRR c--- proof --- https://youtu.be/HfACrKJ_Y2w?t=38531
notation
dd F = f, where #todo inv
fis any functionFare the antiderivatives off x
Antidifferentiation
procedure computing an antiderivative reciprocal derivative rules recursively
u substitution
integrating a function by substituting u for a function of x
useful when the derivative of u is in the integrand
$ f = $ (f -- dd u \\ `u) \\ u #todo inv --- me
proof #todo inv
$ f = $dd ($ f \\ `u) \\ uby identities of function composition
= $ (f \\ `u | dd `u) \\ uby the chain derivative rules
= $ (f \\ `u -- (dd u \\ `u)) \\ uby the inverse derivative rules
= $ (f -- dd u \\ `u) \\ usincef`h -- g`h = f-g \\ h--- me
example
F = $ x. 2x"sin" x2let
u = x. x2as its derivative is in the integrand and computedd u = x. 2xsubstituting,
F = $ ((x. 2x"sin" x2) -- (x. 2x) \\ (x2. x)) \\ (x. x2)computing the integral,
F = $ (x. "sin" x) \\ (x. x2) = x. c.."cos" x2withRR c
integration by parts
for the integral of products
rewrites a hard-to-compute integral as an easy-to-compute integral
$ v'dd u = u'v .. $ u'dd v
proof integrate both sides of the product derivative rules --- me and https://youtu.be/7gigNsz4Oe8?t=3908
example
F = $ x. x'[x]let
dd v = x. [x]as it is easier to integrate. then,u = x. x,dd u = x. 1andv = $ x. [x] = x. [x]substituting,
F = (x. x)(x. [x]) .. $ (x. [x])(x. 1)computing the integral,
F = x. x'[x] .. [x] : cwithRR c
using trigonometric identities
procedure
with an integral of the form
$ x. ["trig1" x]p_1 | ["trig2" x]p_2withp_1being odd andp_2even, compute the integral as follows:
procedure
with an integral of the form
$ x. ["trig2" x]p_2withp_2being even, compute the integral as follows:
note the technique above can also be used to compute integrals of the product of multiple trigonometric functions raised to even powers
example
$ "tan"2 = $ -"cos"2 .. 1 = x. "tan" x .. x : ccomputing
$ "cot"2can be done similarly
example
$ -"cos" = /-"cos" : "tan"\computing
$ -"sin"can be done similarelyproof --- https://youtu.be/7gigNsz4Oe8?t=6366
procedure
with an integral with respect to
xcontaining the form-- \a .. x2/withabeing a constant, compute the integral as follows:
- substitute
x2with[b2 | "trig" aa]2such that the form-- \a .. x2/can be rewritten as-- b \1 .. ["trig" aa]2/- simplify the form to eliminate the square root using pythagorean trigonometric identities
- compute the integral
using partial fractions
for the integral of rational functions
procedure
compute the integral of a rational function as follows:
- factor out the denominator into its list of
n : 1prime factorsf- set the function equal to
:A-fand solve for for the list of realsA- compute the integral of the partial fraction,
$ :A-fnote this method will only work if both