Skip to content

Files

Latest commit

 

History

History
204 lines (171 loc) · 8.47 KB

math101.md

File metadata and controls

204 lines (171 loc) · 8.47 KB

MATH101

GNU General Public License v3.0 licensed. Source available on github.com/zifeo/EPFL.

Fall 2013: Analysis I

[TOC]

Sets

  • subsets
  • sets operations

Functions

  • vertical line test
  • properties
    • even(symetric y-axis)/odd(symetric origine)
      • increasing/decreasing/monotone(in. or de.)
  • important functions
    • constant/linear
      • polynomial
      • power
      • rational
      • exponential/logarithm
      • trigonometric : sin, cos, tan, csc, sec, cot
  • linear transformation of functions
    • strech vertically : c f ( x )
      • reflect about y-axis : f ( x )
      • shift vertically f ( x ) + d
      • shrink horizontally f ( c x )
      • reflect about x-axis f ( x )
      • shift horizontally f ( x + d )
  • inverse function
    • one-to-one : never takes twice the same value
    • onto : every vale in the codomain is hit at least once
    • bijective : both
  • piecewise defined function
  • composite function
  • some identities
    • sin 2 x = 2 sin x cos x
    • cos 2 x = 1 2 sin 2 x
      • x 3 + y 3 = ( x + y ) ( x 2 x y + y 2 )
      • b a = b a b + a
      • 1 2 + 1 2 2 + 1 2 3 + + 1 2 n = 1 1 2 n
      • tan 2 x + 1 = 1 cos 2 x
      • cot 2 x + 1 = 1 sin 2 x
      • sin ( a + b ) = sin a cos b + cos a sin b
      • cos ( a + b ) = cos a cos b sin a sin b

Sequences

  • convergence
  • properties
    • increasing/decreasing/monotone(in. or de.)

Limits

A limit exists iff both sided limits exist.

  • limits rules
  • squeeze theorem
  • bounds
  • sequence definition of limits <=> eplison-delta defintion
  • infinite limits
    • e x = lim n ( 1 + x n ) n
  • limits laws for functions

Continuity

Continus if the limit exists at each point.

  • intermediate value theorem : suppose f continuous on [ a , b ] and f ( a ) f ( b ) , let N be a number between f ( a ) and f ( b ) , then there exist a c such that f ( c ) = N .

  • continuity of an inverse function

  • discontinuities

    • removable discontinuities (one point displaced, sided limits equivalent)
      • jump discontinuities (sided limits differ)
      • infinite discontinuities (one sided limit does not exist)
      • be careful of absolute value when simplification
      • simplification does not change the discontinuities
  • asymptotes

    • vertical x a , f ( x )
    • horizontal x , f ( x ) a
      • a x b x + c h-asy at a , v-asy at c , x-intercept at x = b a
      • slope of the obl-asy = lim x f ( x ) x

Derivatives

f ( x ) = lim x a f ( x ) f ( a ) x a ou

f ( x ) = lim h 0 f ( x + h ) f ( x ) h

  • tagent line

  • differentiable : differentiale except if there is a corner, a discontinuity or a vertical tangent.

  • rules of differentiation

    • tan x = sec 2 x
      • csc x = csc x cot x
      • sec x = sec x tan x
      • cot x = csc 2 x
      • sin 1 x = 1 1 x 2
      • cos 1 x = 1 1 x 2
      • tan 1 x = 1 1 + x 2
      • csc 1 x = 1 x x 2 1
      • sec 1 x = 1 x x 2 1
      • cot 1 x = 1 1 + x 2
      • ln g ( x ) = g ( x ) g ( x )
      • log a x = 1 x ln a
      • chain rule
  • derivative of inverse function : ( f 1 ) ( a ) = 1 f ( f 1 ( a ) ) ou ( f 1 ) ( f ( a ) ) = 1 f ( a ) .

  • extreme value theorem : if f continuous on [ a , b ] , then f attains an absolute maximum and an absolute minimum on some number in that interval.

  • Bolzano-Weierstress theorem : every bounded sequence has a convergent subsequence.

  • Fermat's theorem : if f has a local extremum at c and f ( c ) exists, then f ( c ) = 0 .

  • critical numbers/points : a critcal number of a function f is a number c in the domain of f such that either f ( c ) = 0 or f ( c ) does not exist. Can also be a vertical tangent but it has to be defined in the domain.

  • local maximum/minimum near a point

  • absolute/global maximum/minimum

  • closed interval method : find the values of f at the critical numbers on [ a , b ] and at the endpoints of the interval, then the largest is the maximum and vice versa.

  • Rolle's theorem : if f continuous on [ a , b ] and differentiable on ( a , b ) and f ( a ) = f ( b ) , then there is a number c in ( a , b ) such that f ( c ) = 0 .

  • mean value theorem : if f continuous on [ a , b ] and differentiable on ( a , b ) , then there is a number c in ( a , b ) such that f ( c ) = f ( b ) f ( a ) b a .

  • function increasing/decreasing

  • 1st derivative test :

    • if f changes from postive to negative at c , it is a local maximum
      • if f changes from negative to positive at c , it is a local maximum
      • if f does not change sign at c , nothing
      • if x > c , f ( x ) > 0 and x < c , f ( x ) < 0 , then f ( c ) is the absolute maximum
      • if x > c , f ( x ) < 0 and x < c , f ( x ) > 0 , then f ( c ) is the absolute minimum
  • function bendings (inflexion points)

  • concavity test :

    • if x I , f ( x ) > 0 , the function is concave upward on I :)
      • if x I , f ( x ) < 0 , the function is concave downward on I :(
  • Cauchy's mean value theorem : let f ,$g$ be continuous on [ a , b ] and differentiable in ( a , b ) , then f ( c ) g ( c ) = f ( b ) f ( a ) g ( b ) g ( a ) .

  • De l'Hospital's rule : suppose f and g are differentiable and g ( x ) 0 on an open interval I that contains a . If the limit f and the limit g go both to 0 or as x a , then lim x a f ( x ) g ( x ) .

Series

  • arithmetic series : converge to n = 1 n = n ( n + 1 ) 2

  • geometric series : converge to n = 1 a r n 1 = a 1 r if | r | < 1

  • Riemann series : n = 1 1 p α converges if α > 1

  • laws of sequences

  • sequences and series : if the series a n is convergent, then lim a n = 0 .

  • find the terms : S n S o = a n where S o is the one before S n .

  • convergences tests

    • divergence test : if lim a n does not exist or is not equal to 0 , then the series is divergent.
      • limit test : (both positive) if lim n a n b n = c where c is a finite number bigger than 0 , then either both converge or diverge.
    • comparison test
      • alternating series test : if for all postive the next is smaller than the previous one and lim n b n = 0 , then the series converge.
    • ratio test : lim n | n e x t p r e v i o u s | gives less than 1 , it is convergent, divergent if bigger than 1 , else inconclusive.
      • root test : lim n | a n | n , same conclusion as ratio test.
      • integral test : for continuous, positive, deacreasing function on [ 1 , ) , the series is convergent iff 1 f ( x ) d x is convergent.
  • alternating series

  • absolute convergence (conditionnaly) : a series a n is called absolutely convergent if | a n | converges, it is conditionnaly convergent.

  • power series : n = 0 c n ( x a ) n is called centered at a .

    • radius of convergence : series could converge only when x = a , for all x or for a positive number R such that the series converges if | x a | < R . Apply ratio test to find it.
      • infinite many times differentiable
      • derivative/integration
  • Taylor series (called Mclaurin series if centered at 0 ) : n = 0 f ( n ) ( a ) n ! ( x a ) n

  • analyctic functions

    • 1 1 a x = n = 0 ( a x ) n = 1 + a x + a x 2 + a x 3 +
      • 1 1 + x = n = 0 ( x ) n = 1 x + x 2 x 3 +
      • 1 ( 1 x ) 2 = n = 0 ( n + 1 ) x n = 1 + 2 x + 3 x 2 + 4 x 3 +
      • sin x = n = 0 ( 1 ) n x 2 n + 1 ( 2 n + 1 ) ! = x x 3 3 ! + x 5 5 !
      • cos x = n = 0 ( 1 ) n x 2 n ( 2 n ) ! = 1 x 2 2 ! + x 4 4 !
      • tan 1 x = n = 0 ( 1 ) n x 2 n + 1 2 n + 1 = x x 3 3 + x 5 5
      • l n ( 1 + x ) = n = 1 ( 1 ) n x n n = x x 2 2 + x 3 3

Integral

  • Riemann sum : lim x 0 n f ( x i ) Δ x
  • rules of integration
    • 1 x d x = log x
    • 1 x log x d x = log ( log x )
    • 1 x log 2 x d x = 1 log x
  • fundamental theorem of calculus : if f is continuous on I then the function g is continuous, differentiable and definded by g ( x ) = a x f ( t ) d t and g ( x ) = f ( x ) . if f in continous on I , then a b f ( x ) d x = F ( b ) F ( a ) .