Topics
Relations and Functions
Relations and Functions
Algebra
Inverse Trigonometric Functions
Matrices
- Concept of Matrices
- Types of Matrices
- Equality of Matrices
- Operations on Matrices> Addition and Subtraction of Matrices
- Operations on Matrices>Scalar Multiplication
- Operations on Matrices> Matrix Multiplication
- Transpose of a Matrix
- Symmetric and Skew Symmetric Matrices
- Invertible Matrices
- Overview of Matrices
Calculus
Determinants
Vectors and Three-dimensional Geometry
Continuity and Differentiability
- Continuous and Discontinuous Functions
- Algebra of Continuous Functions
- Concept of Differentiability
- Derivatives of Composite Functions
- Derivative of Implicit Functions
- Derivative of Inverse Function
- Exponential and Logarithmic Functions
- Logarithmic Differentiation
- Derivatives of Functions in Parametric Forms
- Second Order Derivative
- Overview of Continuity and Differentiability
Linear Programming
Probability
Applications of Derivatives
Integrals
- Introduction of Integrals
- Integration as an Inverse Process of Differentiation
- Properties of Indefinite Integral
- Methods of Integration> Integration by Substitution
- Methods of Integration>Integration Using Trigonometric Identities
- Methods of Integration> Integration Using Partial Fraction
- Methods of Integration> Integration by Parts
- Integrals of Some Particular Functions
- Definite Integrals
- Fundamental Theorem of Integral Calculus
- Evaluation of Definite Integrals by Substitution
- Properties of Definite Integrals
- Overview of Integrals
Sets
Applications of the Integrals
Differential Equations
- Basic Concepts of Differential Equations
- Order and Degree of a Differential Equation
- General and Particular Solutions of a Differential Equation
- Methods of Solving Differential Equations> Variable Separable Differential Equations
- Methods of Solving Differential Equations> Homogeneous Differential Equations
- Methods of Solving Differential Equations>Linear Differential Equations
- Overview of Differential Equations
Vectors
- Basic Concepts of Vector Algebra
- Direction Ratios, Direction Cosine & Direction Angles
- Types of Vectors in Algebra
- Algebra of Vector Addition
- Multiplication in Vector Algebra
- Components of Vector in Algebra
- Vector Joining Two Points in Algebra
- Section Formula in Vector Algebra
- Product of Two Vectors
- Overview of Vectors
Three - Dimensional Geometry
Linear Programming
Probability
Key Points: Probability Events
| Type of Event | Meaning / Condition | Probability Formula |
|---|---|---|
| Simple Event | Single outcome | \[P(A)=\frac{\text{favourable}}{\mathrm{total}}\] |
| Compound Event | More than one outcome | Depends on the situation |
| Mutually Exclusive Events | Cannot occur together | \[P(A\cup B)=P(A)+P(B)\] |
| Not Mutually Exclusive (Inclusive) | Can occur together | \[P(A\cup B)=P(A)+P(B)-P(A\cap B)\] |
| Exhaustive Events | Cover the entire sample space | \[P(A\cup B)=1\] |
| Complementary Events | One is NOT the other | \[P(A^{\prime})=1-P(A)\] |
| Event & Complement | Cannot occur together | P(A) + P(A') = 1 |
| At least one of A or B | A or B or both | \[P(A\cup B)\] |
| Neither A nor B | Neither occurs | \[P(A^{\prime}\cap B^{\prime})=1-P(A\cup B)\] |
| Breaking Event A | Using B & B′ | \[P(A)=P(A\cap B)+P(A\cap B^{\prime})\] |
| Breaking Event B | Using A & A′ | \[P(B)=P(A\cap B)+P(A^{\prime}\cap B)\] |
CISCE: Class 12
Definition: Conditional Events
The conditional event of A given B means the occurrence of A under the condition that B has already occurred.
It is denoted by A|B.
CISCE: Class 12
Definition: Conditional Probability
Let A and B be two events associated with a random experiment. Then, the probability ofthe occurrence of A under the condition that B has already occurred and P(B) ≠ 0, is called the conditional probability of A given B and is written as P(A/B).
CISCE: Class 12
Formula: Conditional Probability
| Concept | Mathematical Form | Important Condition |
|---|---|---|
| Conditional Probability of A given B | \[P(A\mid B)=\frac{P(A\cap B)}{P(B)}\] | P(B) ≠ 0 |
| Conditional Probability of B given A | \[P(B\mid A)=\frac{P(A\cap B)}{P(A)}\] | P(A) ≠0 |
CISCE: Class 12
Formula: Multiplication Rule of Probability
\[P(A\cap B)=P(A).P(B/A)=P(B).P(A/B)\]
Extension of Multiplication Theorem:
\[P(A\cap B\cap C)=P(A)P(B/A).P(C/A\cap B)\]
CISCE: Class 12
Definition: Independent and Dependent Events
Independent events:
A set of events is said to be independent if the occurrence of any one of them does not, in any way, affect the occurrence of any other in the set.
Dependent events:
Two events E and F are said to be dependent if they are not independent, i.e. if \[\mathrm{P}(\mathrm{E}\cap\mathrm{F})\neq\mathrm{P}(\mathrm{E}).\mathrm{P}(\mathrm{F})\]
CISCE: Class 12
Key Points: Finding the Probability of Dependent Events
| Step | What to do | form |
|---|---|---|
| 1 | Find the probability of the first event | P(A) |
| 2 | Find the probability of the second event after the first | P(B|A) |
| 3 | Multiply | \[P(A\cap B)=P(A)P(B\mid A)\] |
CISCE: Class 12
Theorem: Theorem of Total Probability
Statement:
Let S be the sample space and E1, E2,…, En be mutually exclusive and exhaustive events associated with a random experiment. Let A be any event associated with S. Then,
\[P(A)=P(E_1)P(A\mid E_1)+P(E_2)P(A\mid E_2)+\cdots+P(E_n)P(A\mid E_n)\]
or
\[P(A)=\sum P(E_i)P(A\mid E_i)\]
CISCE: Class 12
Theorem: Bayes' Theorem
Statement:
Let E1, E2,…, En be mutually exclusive and exhaustive events, and A be an event such that P(A) ≠ 0. Then,
\[P(E_i\mid A)=\frac{P(E_i\cap A)}{P(E_1\cap A)+P(E_2\cap A)+\cdots+P(E_n\cap A)}\]
Second form:
\[P(E_i\mid A)=\frac{P(E_i)P(A\mid E_i)}{\sum P(E_j)P(A\mid E_j)}\]
CISCE: Class 12
Key Points: Types of Probabilities
| Type | Meaning |
|---|---|
| Prior probabilities | \[P(E_1),P(E_2),\ldots,P(E_n)\] |
| Likelihood probabilities | \[P(A\mid E_1),P(A\mid E_2),\ldots\] |
| Posterior probabilities | \[P(E_1\mid A),P(E_2\mid A),\ldots\] |
CISCE: Class 12
Significance of Bayes' Theorem
If n = 2:
\[P(E_1\mid A)=\frac{P(E_1)P(A\mid E_1)}{P(E_1)P(A\mid E_1)+P(E_2)P(A\mid E_2)}\]
\[P(E_2\mid A)=\frac{P(E_2)P(A\mid E_2)}{P(E_1)P(A\mid E_1)+P(E_2)P(A\mid E_2)}\]
Bayes’ theorem for three events:
\[P(E_1\mid A)=\frac{P(E_1)P(A\mid E_1)}{P(E_1)P(A\mid E_1)+P(E_2)P(A\mid E_2)+P(E_3)P(A\mid E_3)}\]
CISCE: Class 12
Definition: Random, Discrete Random and Continuous Random Variable
Random variable:
A random variable is a variable whose values depend on chance and are the result of a random observation or experiment.
Discrete random variable:
If the set of values taken by a random variable can be counted and listed, it is called a discrete random variable.
Continuous Random Variable:
If the set of values is continuous, the variable is called a continuous random variable.
CISCE: Class 12
Definition: Probability Density Function
If a random variable x can take values x1, x2,…, xn with probabilities p(x1) ,p(x2),…, p(xn) such that p(x1) + p(x2) +… + p(xn) = 1, the function p is called the probability density function of x and is said to define the probability distribution of x.
Definition: Mean
Mean µ (Greek mu) of the above probability distribution may be defined as
\[\mu=\frac{p_1x_1+p_2x_2+p_3x_3+.......+p_nx_n}{p_1+p_2+p_3+......+p_n}\]
\[=\frac{\sum p_ix_i}{\sum p_i}=\Sigma p_ix_i\]
\[Mean\overline{x}=\sum_{i=1}^{n}p_{i}x_{i}\],where each pi \[P_{i}\geq0\] and \[\sum p_{i}=p_{1}+p_{2}+...+p_{n}=1\]
Definition: Variance
The variance of a random variable x is denoted by σ2.
First form: \[\sigma^2=\sum_{i=1}^np_i(x_i-\mu)^2\]
Second form: \[\sigma^2=\sum_{i=1}^np_ix_i^2-\mu^2\]
Formula: Standard Deviation
\[\sigma=\sqrt{\sigma^2}=\sqrt{\sum p_ix_i^2-\mu^2}\]
Formula: Continuous Random Variable
\[\begin{gathered}
\mu=\int_{-\infty}^{\infty}xf(x)dx \\
\sigma^2=\int_{-\infty}^\infty(x-\mu)^2f(x)dx
\end{gathered}\]
CISCE: Class 12
Definition: Bernoulli’s Trials
Trials of a random experiment are called Bernoulli’s trials if they satisfy the following conditions:
-
The number of trials is finite.
-
Each trial is independent of the others.
-
Each trial has exactly two outcomes: success or failure.
-
The probability of success (or failure) remains the same in each trial.
CISCE: Class 12
Formula: Binomial Distribution
General Form: \[P(X=r)={}^nC_rp^rq^{n-r},\quad r=0,1,2,\ldots,n\]
CISCE: Class 12
Key Points: Binomial Distribution
-
Probabilities are terms of (q + p)n.
-
P(0) + P(1) + ⋯ + P(n) = 1.
-
The binomial distribution is discrete.
-
n and p are its parameters.
Special cases:
-
P(0) = qn
-
P(1) = npqn−1
CISCE: Class 12
Definition: Binomial Probability Distribution
Statement:
Let p be the probability of success of an event and q be the probability of failure of the event in one trial. Suppose there are n trials of the event in a binomial experiment, then the binomial probability distribution is defined by the following table:
| Number of successes X | 0 | 1 | 2 | ...r | ...n |
|---|---|---|---|---|---|
| Probability P(X) | qn | nC1pqn−1 | nC2p2qn−2 | ...nCrprqn−r | ...pn |
Formula: Mean and Variance of Binomial Distribution
Mean: μ = np
Variance: σ2 = npq
Standard deviation: \[\sigma=\sqrt{npq}\]
