Frequent Used Formula

Graph Stuff

Set

Set Intersection

ABA\cap B : intersection of A and B (overlapping part, A and B).

Set Union

ABA\cup B : the union of A and B. (A or B)

Functions

Domain and Range

Inverse Function

Elementary Function

Limit

What is Limit?

Left Hand and Right Hand Limits

Special Limits (very important)

limx0sinxx=1\lim_{x\rightarrow 0} \frac{sinx}{x} = 1

For n > 0,

limxxn=lim_{x\rightarrow \infty} x^n = \infty and limx1xn=0lim_{x\rightarrow \infty} \frac{1}{x^n} = 0

Continuity

Differentiation Stuff

Derivative

Note: If ff is differentiable at x0x_0, then ff is continuous at x0x_0.

Differentiation

Basic Rules

Chain Rule

Basically : Differential inside, then do outside.

L’Hospital’s Rule

Basically : If it is a fraction and the possible outcome is 0 or \infty when x=ax = a, differentiate both numerator and denominator part.

Probability and Statistics

Three Conceptual Approaches to Probability

Classical Probability

Based on the observations of some experiments that produce outcomes that have equal probability. E.g. tossing a die, flipping a coin.

P(A)=Number of outcomes that belong to event ATotal number of outcomesP(A) = \frac{Number \space of \space outcomes \space that \space belong \space to \space event \space A}{Total \space number \space of \space outcomes}

Relative Frequency Concept of Probability

These probabilities cannot be computed using the classical probability rule because the various outcomes for the corresponding experiments are not equally likely. E.g. The probability that an 80-year-old person will live for at least one more year.

P(A)fnP(A) \approx \frac{f}{n}

where n is the times if experiment repeated.

Subjective Probability

Many times we face experiments that neither have equally likely outcomes nor can be repeated to generate data. In such cases, we cannot compute the probabilities of events using the classical probability rule or the relative frequency concept. E.g. The probability that Carol, who is taking statistics this
semester, will get an A in this subject.

Counting Rules

  • Multiplicative Rule
  • Permutations Rule
  • Combinations Rule

Conditional Probability

Let A and B be two events and P(B) > 0. The conditional probability of A given B is defined as

P(AB)=P(AB)P(B)P(A|B) = \frac{P(A\cap B)}{P(B)}

Bayes’ Theorem

Suppose B1B_1, · · · , BnB_n form a partition of the sample space S (that is, they are mutually exclusive and exhaustive), (and P(BiB_i) > 0 for any i), then for any k = 1, · · · n and any event A (such that P(A) > 0)

P(BkA)=P(BkA)P(A)=P(Bk)P(ABk)P(B1)P(AB1)++P(Bn)P(ABn)P\left(B_{k} | A\right)=\frac{P\left(B_{k} \cap A\right)}{P(A)}=\frac{P\left(B_{k}\right) P\left(A | B_{k}\right)}{P\left(B_{1}\right) P\left(A | B_{1}\right)+\cdots+P\left(B_{n}\right) P\left(A | B_{n}\right)}

Binomial Probability Distribution

Poisson Distribution

Normal Distributions

Standard Normal Distribution

Uniform Distributions

Sampling from normal distribution

Confidence Interval

CI for population mean with known variance

CI for population mean with unknown variance

Partial Derivative

https://www.geogebra.org/m/W2rPNNFC

Gradient

where \nabla is the a differential operator applied to a three-dimensional vector-valued function.

https://www.khanacademy.org/math/multivariable-calculus/multivariable-derivatives/gradient-and-directional-derivatives/v/gradient