Mypdf

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

my notes 1

Certainly! Here are some random math notes covering various topics:

## 1. **Quadratic Equations:**

- A quadratic equation is of the form \(ax^2 + bx + c = 0\), where \(a\), \(b\), and \(c\) are constants.
- The solutions for \(x\) can be found using the quadratic formula:
\[ x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \]

## 2. **Geometry Formulas:**

- **Area of a Circle:**
\[ A = \pi r^2 \]
- **Pythagorean Theorem:**
\[ c^2 = a^2 + b^2 \]
- **Volume of a Cylinder:**
\[ V = \pi r^2 h \]

## 3. **Trigonometry:**

- **Sine, Cosine, Tangent:**


- In a right-angled triangle, \(\sin\theta = \frac{\text{opposite}}{\text{hypotenuse}}\),
\(\cos\theta = \frac{\text{adjacent}}{\text{hypotenuse}}\),
\(\tan\theta = \frac{\text{opposite}}{\text{adjacent}}\).
- **Trigonometric Identities:**
- \(\sin^2\theta + \cos^2\theta = 1\),
\(\tan\theta = \frac{\sin\theta}{\cos\theta}\).

## 4. **Limits:**

- The limit of a function \(f(x)\) as \(x\) approaches a certain value \(c\) is denoted as \(\lim_{{x \to c}} f(x)\).
- If \(\lim_{{x \to c}} f(x) = L\), it means that as \(x\) gets arbitrarily close to \(c\), the values of \(f(x)\) get
arbitrarily close to \(L\).

## 5. **Probability:**

- Probability is the measure of the likelihood that an event will occur. It ranges from 0 (impossible) to 1
(certain).
- The probability of an event \(P(A)\) is given by:
\[ P(A) = \frac{\text{Number of favorable outcomes}}{\text{Total number of outcomes}} \]

## 6. **Matrix Operations:**

- **Matrix Multiplication:**
- If \(A\) is an \(m \times n\) matrix and \(B\) is an \(n \times p\) matrix, then the product \(C = AB\) is an \(m
\times p\) matrix.
- **Determinant of a 2x2 Matrix:**
\[ \text{det}\begin{bmatrix} a & b \\ c & d \end{bmatrix} = ad - bc \]

These are just snippets from various mathematical topics. Feel free to ask for more details or specific topics!

You might also like