Showing posts with label free pre calculus formula chart. Show all posts
Showing posts with label free pre calculus formula chart. Show all posts

Monday, May 6, 2013

Integration





Integration Formulas

  1. ∫ x n dx = xn+1 /(n+1)     if n+1 ≠ 0
  2. ∫1 / x dx = ln |x|
  3. ∫ e nx dx = e nx/n     if n ≠ 0

Derivative Formulas

  1. d/dx (xn) = nxn-1
  2. d/dx (ln x) = 1/ x
  3. d/dx (e mx) = me mx

Product and Quotient Rules

  1. The Product Rule: d/dx (f(x)g(x)) = f '(x)g(x) + f(x)g '(x)
  2. The Quotient Rule: d/dx (f(x)/g(x)) = (f '(x)g(x) - f(x)g '(x))/(g(x)2)

Chain Rules

  1. d/dx (f(u(x))) = d/dx (f(u)) d/dx (u(x)) = f'(u)u'(x) 
  2. d/dx (u(x)n) = n u(x)n-1 u'(x)
  3. d/dx (ln (u(x)) = u'(x)/ u(x)
  4. d/dx (e u(x) ) = e u(x) u'(x)

Change of Variables

  1. du =d/dx (u) dx = u'(x)dx

Integration by Parts

  1. ∫u dv = uv - ∫v du

Numerical Integration

  1. ∆x = (b-a)/n
  2. x0 = a, x1 = x1 + ∆ x , x3 = x2 + ∆x, ... , xn= b.
  3. Trapizoidal Approximation for ∫ ab f(x) dx:
    Tn = 0.5∆x [f(x0) + 2f(x1) + 2f(x2) + ... + 2f(xn-1) + f(xn)]
  4. Simpson's Rule (Parabolic Approximation) for ∫ ab f(x) dx:
    Pn = ∆x [f(x0) + 4f(x1) + 2f(x2) + 4f(x3) + 2f(x4) + ... + 4f(xn-1) + f(xn)]/3

Limit

  1. For n positive : lim x -- > ∞ 1/xn = 0.
  2. For n positive : lim x -- > ∞ xn = ∞.
  3. For n positive : lim x -- > ∞ 1/enx = 0.
  4. For n positive : lim x -- > ∞ enx = ∞.
  5. For n positive : lim x -- > - ∞ 1/xn = 0.
  6. For n positive : limx -- > - ∞ xn = ±∞.

Maximum and Minimum : 2 Variables

Given a function f(x,y) :
  1. The discriminant : D = fxx fyy - fxy2
  2. Decision : For a critical point P= (a,b)
    1. If D(a,b) > 0 and fxx(a,b) < 0 then f has a rel-Maximum at P.
    2. If D(a,b) > 0 and fxx(a,b) > 0 then f has a rel-Minimum at P.
    3. If D(a,b) < 0 then f has a saddle point at P.
    4. If D(a,b) = 0 then the test is inconclusive.

Volume and Averager Value

(2 variables case.)
  1. Suppose f(x,y) is a function and R is a region on the xy-plane.
    1. Assume that f(x,y) is a nonnegative on R. Then the volume under the graph of z = f(x,y) above R is given by
      Volume = ∫ ∫ R f(x,y) dA
    2. Suppose f(x,y) is a function and R is a region on the xy-plane. Then the AVERAGE VALUE of z = f(x,y) over the region R is given by
      Average Value = ( ∫ ∫ R f(x,y) dA) / (Area of A).

Taylor Polynomial

Given a function f(x) the Taylor Polynomial P n (x) of f(x) around x = a is given by
P n (x) =
f(a) + f '(a)(x -a) + f ''(a)(x-a)2/2! + f (3)(a)(x-a)3/3! + f (4)(a)(x-a)4/4! + ... + f (n)(a)(x-a)n/n!

Infinite Series

The sum of the Geometric Series
a + ar + ar 2 + ... + ar n + ... =
a/(1 - r)     if -1 < r < 1    
Does Not Converge       Otherwise

Derivative Formulas : Trigonometric Functions

  1. d/dx (sin u) = cos u u'(x)
  2. d/dx (cos u) = - sin u u'(x)
  3. d/dx (tan u) = sec 2 u u'(x)
  4. d/dx (csc u) =- csc (u)cot u u'(x)
  5. d/dx (sec u) = sec (u) tan u u'(x)
  6. d/dx (cot u) = - csc 2 u u'(x)

Integration Formulas : Trigonometric Functions

  1. ∫ sin x dx = -cos x
  2. ∫ cos x dx = sin x
  3. ∫ tan x dx = - ln |cos x|
  4. ∫ sec x dx = ln |sec x + tan x|
  5. ∫ csc x dx = ln |csc x -cot x|
  6. ∫ cot x = ln |sin x|