Notion to Obsidian Regex Matching Patterns

Format:
FIND
REPLACE

Remove ---
---

Remove Lines:
(\n\s+\n|\n+)
\n

Replace spaces with tabs:
\s\s\s\s
\t

Convert $$ to $$$$
^(\s+)(\$[^$]*\n[^$]*\$)
$1$$$2$$

Convert $$ to $$$$ part 2
^(\s+-\s)(\$[^$]*\n[^$]*\$)
$1$$$2$$

SET TO NORMAL SEARCH AND REPLACE WITH CASE SENSITIVITY

Replace \rarr with ->
\rarr
\rightarrow

Replace \rarr with <-
\lrarr
\leftarrow

Replace \R with \mathbb{\R}
\R
\mathbb{R}

Replace \bold with \textbf
\bold
\textbf

Replace \lang with \langle
\lang
\left\langle

Replace \rang with \rangle
\rang
\right\rangle

SET TO NORMAL SEARCH AND REPLACE WITHOUT CASE SENSITIVITY

Replace \oiint with \oint
\oiint
\oint

Notion

  • Math 🧮
    https://yutsumura.com
    • Set Theory {}

      • Elements are distinct and sequence-independent

        | Symbol | Set | Examples |
        | | | |
        | | Reals | , 2, |
        | | Rationals | |
        | | Integers | -1, 0, 1 |
        | | Naturals | 1, 2, 3 |
        represents the negative integers
        represents the positive integers
        denotes the null or empty set
        means is a subset of
        is the union of and
        is the intersection of and B
        or or is the complement of
        Commutative:
        Associative:
        Distributive:
        De Morgan’s Laws:

      • E.g.: can represent the xy-plane

      • Each element in has either one or zero elements that map to it from
        passes the horizontal line test

      • Each element in has at least one element that maps to it from











    • Logic ∴
    • Counting 🔢

      • The number of permutations (these are ordered combination basically) when picking elements from a set of size is
        • E.g.: There is a set . How many ways are there to pick two elements from when ordering matters?
        • E.g.: There are 4 empty parking spots. How many ways are there to park 2 unique cars when ordering matters?

      • Same as permutations, but ordering doesn’t matter
        For the first example for , there would be ways to pick two elements from when ordering doesn’t matter
        • E.g.: How many ways are there to park 2 identical cars in 4 parking spots?


          | | Repetition/replacement allowed | Repetition/replacement not allowed |
          | | | |
          | Order matters | | |
          | Order doesn’t matter | | |

      • This is the number of ways to uniquely choose items from types of items when ordering doesn’t matter.
        This is “with repetition” because you are allowed to pick multiple of the same type
        • E.g.: What is the number of ways to choose nine pieces of bread when there are three kinds?
        • E.g.: How many ways are there to park 2 identical cars in 4 parking spots if the cars can stack on top of each other?
        • E.g.: How many different outcomes are there to roll a 6-sided die 10 times if ordering of the outcomes between the trials does not matter (so 123456 is the same as 654321)?

          The way to visualize this problem is to have 10 stars and bars that separate the stars. So with 0 representing a star and | representing a bar, 0||000|00|0000| would represent one 1, zero 2’s, three 3’s, two 4’s, four 5’s, and zero 6’s. There a total of “parking spots” and 5 “cars” or 10 “empty spots leftover” depending on how you view it, meaning there are possibilities total.

      • This is the number of ways of choosing items with distinct groups when repetition is allowed and ordering matters
        Also called a multinomial coefficient of for the multinomial expansion of where
        • E.g. What is the number of numbers that can be formed using all of the following digits: 111122334


      • Usd to build Pascal’s Triangle

      • i.e. if there are pigeons that fly into pigeon holes where , at least one pigeon hole must have more than one pigeon in it

      • i.e. if there are pigeons that fly into pigeon holes where is rounded up, at least one pigeon hole must have at least pigeons in it
    • Recurrence Relations 🐚
      • Linear homogenous recurrence relations with constant coefficients
        Shortened to LHRRWCC
        Linear: The highest degree is one
        Homogenous: All terms are of the same degee
        Constant coeffcients: Self-explanatory
        If some form of works, then the linear combination of the solutions to the resulting polynomial are solutions to the recurrence relation.
        For order two LHRRWCC (i.e. ), if has two distinct solutions and , the solutions are of the form
      • Fibonacci Sequence
        Explicit formula:
    • Graph Theory 🕸
      • Graph
        describes a graph with vertices and edges
      • Euler Path
        • Definition
          A path that passes through all edges exactly once
          For a Euler path to exist, there must be zero or two nodes that have an odd number of connections. For the two nodes that have an odd number of connections, those are the starting and end points
      • Euler Cycle
      • Hamiltonian Cycle
    • Probability 🎲
      • Exclusive/Exhaustive Events
        are mutually exclusive events iff when
        are exhaustive events iff , the universal set
      • Probability Space
        A probability space is a triple of :
        is the set of all possible outcomes of some random experiment
        is the power set of (all possible events you could try to ask the probability of)
        is a probability measure
        An event satisfies: and
        E.g.: What is the probability of getting at least 1 head if you flipped two coins?


        Let the event that you get at least 1 head

        Then of course, and
      • Probability Measure
        A probability measure is a function satisfies
        (a)
        (b)
        (c) (i.e. mutually exclusive events have cumulative probabilities )




      • Inclusion-exclusion principle for two events
        principle-of-inclusion-and-exclusion.png

      • Generalized inclusion-exclusion principle
        Example for 3 events:

      • Generalized form:
        are mutually independent iff given and , then

        In other words, each event needs to be pair-wise, tri-wise, , and -wise independent

      • This is the conditional probability formula
        is read as the probability of A given B
        or else should have been able to occur in the first place (also division by 0)
        satisfies the criteria for a probability function

      • Generalized formula for probability of the union events using conditional probability

      • The famous binomial theorem
        Works for and

      • Called the law of total probability
        here makes up a partition of , our sample space

      • Bayes’ Theorem
        Comes from the fact that , which can be plugged into the formula for conditional probability
    • Distributions 🔔
      • Random Variables
        • Definition
          For a set and a probability space

          is the universal set
          i.e. a random variable is a function that assigns outcomes of our random experiments to values from our set


          E.g.: Let’s say you play a game where if you flip a coin twice and land at least 1 head, you win 10 dollars, but you otherwise lose 5 dollars. Then we can define a probability space :


          is a probability function
          Then we can define a random variable such that for the number of dollars won for , which is

        • Cumulative distribution function (CDF)

          In the two-coin flip example , we may say:

        • If two random variables have the same CDF, then they are said to be identically distributed
          Let be the number of heads that appear when flipping a coin twice and be the number of tails that appear when flipping a coin twice
          Then and are identically distributed

        • The expected value of a constant is just the constant

        • i.e. the expectation of random variables is linear

        • This is the th moment of about
          An example is that is the 2nd moment of about
          the th moment of




        • Called the moment-generating function (MGF) of



          Let there be and

        • States that expected value demonstrates linearity for bivariate random variables



        • Called the Cauchy-Schwarz inequality

        • Measures how much 2 random variables vary together (is loosely how positively correlated they are)
          (1)
          (2)
          (3)
          (4)
          (5)
          (6)

        • Pearson correlation coefficient
          Same idea as , except it also encapsulates or and or information into the coefficient
        • x`

          is a random variable and is the conditional expectation of conditioned on


        • is a random variable and is the conditional expectation of conditioned on

        • Called the Law of Iterated Expectation

        • Called the Law of Total Variance
      • Discrete Random Variables
        Let be a discrete random variable
        • Definition
          A random variable is discrete if from is finite (injective onto )

        • Probability mass function (PMF)


          In the two-coin flip example , we may say:




        • Called the expected value of the random variable


        • A random variable is uniformly distrubted if the probability of each is equal. For the probabilities to be equal and add up to one, and since there are of ,





          An example of a random variable would be the number of pips on a die face after a roll. There are 6 outcomes because , meaning

        • A Bernoulli random variable takes two values: and , which are both specified by the below and functions \begin{cases} p~~~\qquad\text{if }x=1\\ 1-p\quad\text{if }x=0 \end{cases}$$ $$F_X(x) = \begin{cases} 0 ~~~~~~~\quad \text{if }x < 0\\ 1 - p\quad\text{if }0 \le x < 1\\ 1 ~~~\qquad \text{if }x \ge 1 \end{cases}$$ $M_X(t) =$ $\mathbb{E}[X]=p$ $\text{var}(X)=p(1-p)$

        • A binomial random variable represents the number of successes out of independent trials that each have a probability of success


          • This occurs because:
            (1)
            (2)
            (3)
            (4) By Binomial theorem:


            A binomial distribution describes the number of successes when running independent trials where the probability of a success for each trial is

        • A geometric random variable represents the number of trials until a first success where each trial is independent and has a probability of success





          A geometric distribution describes the number of trials until a success where each trial has a probability of of occuring

        • A negative binomial random variable represents the number of trials until the th success where there each trial has a probability of success





        • A Poisson variable represents the number of occurrences of an event in units of time that has an average occurrence of occurrences per unit time
          Analogous to binomial distributions in the discrete world
          The below





          Let be another discrete random variable


        • and are called marginal PMF’s of and respectively





        • is a random variable and contains the above PMF
      • Continuous Random Variables
        Let be a continuous random variable

        • Probability density function (PDF)

          is called the probability density function for and can be thought of as probability per unit length of the interval. Is akin to in the discrete world, except is usually not simply 0

        • is still the cumulative distribution function like in the discrete world, where


        • The inequalities don’t have to be strict, they can be as well because for continuous random variables


        • Called a pathological distribution because most of the important values are undefined




        • represents a random point in the interval \frac{1}{b - a} \qquad \text{if } x \in (a,b)\\ 0 \qquad ~~~~ \text{otherwise} \end{cases}$$ $$F_X(x) = \begin{cases} \frac{x - a}{b - a} ~~~ \text{if }x \in (a,b)\\ 0 \qquad \text{if }x \le a\\ 1 \qquad \text{if }x \ge b \end{cases}$$ $\mathbb{E}[X] = \frac{b + a}{2}$ $\text{var}(X) = \frac{(b - a)^2}{12}$

        • is the time of the first arrival for a Poisson process with mean number of arrivals per unit time and mean waiting time for each arrival
          Analagous to geometric distributions in the discrete world \frac{1}{\theta}e^{-\frac{x}{\theta}}, ~ x \ge 0\\ 0, ~~~~~~~~ x < 0 \end{cases}$$ $F_X(x) = 1 - e^{-\frac{x}{\theta}}$ $M_X(t) = \frac{1}{1 - \theta t}, ~ t < \frac{1}{\theta}$ $\mathbb{E}[X] = \theta$ $\text{var}(X) = \theta^2$ E.g.: What is the probability that for a store receiving on average 3 customer per minute that a customer comes after just 30 seconds? $X \sim \text{Exp}(\frac{1}{3}), ~ P(X < \frac{1}{2}) = F_X(\frac{1}{2}) - F_X(0) = 1 - e^\frac{-1/2}{1/3} - (1 - e^{-\frac{0}{1/3}}) = 1 - e^{-3/2} = 1 - 0.223 = 0.777$

        • is the time of the th arrival of a Poisson process with mean number of arrivals per unit time and mean waiting time for each arrival
          Analagous to negative binomial distributions in the discrete world



          Max of at



        • is a chi-square distribution with degrees of freedom
          Is a special case of the gamma distribution:









        • For the standard normal distribution






          Table for
          eqape-1.jpg
        • (baby) Central Limit Theorem
          as

        • is the joint probability density function


        • Marginal PDF of

        • Marginal PDF of


        • The PDF of a random variable that is a function of another variable is given as above
      • Several Random Variables
        • Definitions
          are discrete random variables taking values in sets ,


















          For i.i.d with mean and standard deviation







        • Weak law of large numbers
          The sample average random variable approaches in probability the expected value of each sample as we increase the number of samples

        • Markov’s Inequality

        • Generalized Markov’s Inequality


        • Chebyshev’s Inequality








        • States that the sample average random variable approaches a normal distribution given a large enough sample size
          3B1B Video: https://www.youtube.com/watch?v=zeJD6dqJ5lo
          “Sample size” here is not to be confused with the number of simulations taken when we are trying to sus out a normal distribution curve. So at ~7:04 in the video, # Sums refers to the number of simulations, but the sample size here is only 10.
          Results:


        P(X \ge k) \approx \Phi\left(\frac{k - \frac{1}{2} - np}{\sqrt{np(1 - p)}}\right)\
        P(k \le X \le l) \approx \Phi\left(\frac{l + \frac{1}{2} - np}{\sqrt{np(1 - p)}}\right) - \Phi\left(\frac{k - \frac{1}{2} - np}{\sqrt{np(1 - p)}}\right)$$
        DeMoivre-Laplace Correction
    • Algebra 𝐗

      • This property can be used to solve for or if all we know are their sum and product, which is useful for factoring.
        E.g. to factor , we do:
      • Factoring Algorithm for
        E.g. for
        (1)
        (2)
        (3)
        Simplified:
      • Quanternions
      • Geometric Algebra
        • Axioms
          (1)
          (2)
          (3)
        • Notation
          Multivectors: capital letters
          Vectors: lowercase letters
          Scalars: Greek letters or subscripted lowercase letters








          | Product Type | Notation | Returns | Example | | Priority in Order of Operations |
          | | | | | | |
          | Dot | | Scalar | | | 1 |
          | Cross | | Vector | | | 2 |
          | Complex | | Complex | | | N/A |
          | Wedge | | Bivector | | | 2 |
          | Geometric | | Scalar + Bivector | | | 3 |

      • The dot product decreases the grade of the multivector from and to
        e.g. The grade of for

      • The wedge product increases the grade of the multivector from and to
        e.g. The grade of for , which is the grade of a bivector
    • Trigonometry 🔺







      • | | | | | | | | |
        | | | | | | | | |
        | | | | | | | | |
        | | | | | | | | |
        | | | | | | | | |
        | | | | | | | | |
        | | | | | | | | |
        | | | | | | | | |








        \cos^2\theta=\frac{1+\cos(2\theta)}{2}$$\frac{}{}
        Untitled

      • Hyperbolic Trig Functions
        Video definition: https://www.youtube.com/watch?v=aC5cYc7XhIs
        Desmos Interactive: https://www.desmos.com/calculator/7n3paqu1vg











    • Geometry ⚽️



      • The apothem is the closest perpendicular distance between the center and the edge of the regular polygon
    • Sequences/Series Σ
      https://brilliant.org/wiki/terminology-of-sequences-and-series/

        • This is the formula for the next element in an arithmetic sequence
          is the th element of the sequence while is the th element of the sequence. is the difference between each element in the sequence. by default starts at 0.
          An example would be {2, 5, 8, 11, 14, …}, where and . Then the 6th element of this sequence would be

        • is the sum of elements of an arithmetic sequence with being the last element and being the first element in the series
          The visual intuition is to imagine a grid staircase with the first step being high and the last step being high with number of total steps. Duplicating the staircase and aligning them together to form a rectangle allows you to count the total number of squares:
          maxresdefault.jpg
          Desmostartion of the formula:
          https://www.desmos.com/calculator/1rofjxm3op

        • is the number of elements in the arithmetic series

        • This is the formula for the next element in a geometric sequence
          is the th element of the sequence while is the th element of the sequence. is the ratio between the th element and the th element the sequence. by default starts at 1.
          An example would be {2, 6, 18, 54, 162, …}, where and . Then the 6th element of this sequence would be

        • is the sum of elements in a geometric series from to
          Derivation:




          Desmostration: https://www.desmos.com/calculator/quepjw8doa

        • is the number of elements in the geometric series



      • Taylor Series
        Maclaurin series is when
        https://www.youtube.com/watch?v=LDBnS4c7YbA
      \displaystyle\sum^\infty_{k=0}(-1)^k\frac{x^{2k+1}}{(2k+1)!}=x-\frac{x^3}{3!}+\frac{x^5}{5!}-\frac{x^7}{7!}+\ldots$$ $$\cos x= \displaystyle\sum^\infty_{k=0}(-1)^k\frac{x^{2k}}{(2k)!}=1-\frac{x^2}{2!}+\frac{x^4}{4!}-\frac{x^6}{6!}+\ldots$$ $$\frac{1}{1-x}= \displaystyle\sum^\infty_{k=0}x^k=1+x+x^2+x^3+\ldots\text{for } |x|<1$$ $\ln(1+x)=\displaystyle\sum^\infty_{k=0}(-1)^{k+1}\frac{x^{k}}{k}=x-\frac{x^2}{2}+\frac{x^3}{3}-\frac{x^4}{4}+\ldots(\text{if } -1<x\le1)$
    • Calculus
      • Derivatives
        (1)
        (2)
        (3)
        (4)
        (1)
        (2)
        (3)
        (4)
        (5)
        (6)
        (7)
        (8)
        (9)
        (10)
        (11)
        (12)
        (13)
        (14) (
        (15)
        (16)
        (17)
        (18)
        (19)
        (20)
        (21)
      • Integrals

        • Fundamental Theorem of Calculus Part 1

        • Fundamental Theorem of Calculus Part 2
          , meaning is the antiderivative of

        • u-substitution

        • Integration by parts









          n

        • Integration by parts
          Derivation:



          Tabular Method Tutorial (blackpendredpen): https://www.youtube.com/watch?v=2I-_SV8cwsw
    • Multivariable Calculus
      • Derivatives

        • This is the directional derivative of in the direction of
      • Jacobians \begin{vmatrix} \frac{\partial x}{\partial u} & \frac{\partial x}{\partial v} \\ \frac{\partial y}{\partial u} & \frac{\partial y}{\partial v} \end{vmatrix}$$ $\left|\frac{\partial(x,y)}{\partial(u,v)}\right|=\left|\frac{\partial(u,v)}{\partial(x,y)}\right|^{-1}$ $$J=\left|\frac{\partial(x, y, z)}{\partial(u,v,w)}\right|= \begin{vmatrix} \frac{\partial x}{\partial u} & \frac{\partial x}{\partial v} & \frac{\partial x}{\partial w} \\ \frac{\partial y}{\partial u} & \frac{\partial y}{\partial v} & \frac{\partial y}{\partial w} \\ \frac{\partial z}{\partial u} & \frac{\partial z}{\partial v} & \frac{\partial z}{\partial w} \end{vmatrix}$$ $\left|\frac{\partial(x,y,z)}{\partial(u,v,w)}\right|=\left|\frac{\partial(u,v,w)}{\partial(x,y,z)}\right|^{-1}$ $J_{\text{polar}}=J_{\text{cylindrical}}=r$ $x=r\cos \theta, \space y=r\sin \theta, \space z=z$ $r=\sqrt{x^2+y^2},\space \theta=\tan^{-1}(\frac{y}{x}), \space z=z$ $J_{\text{spherical}}=\rho^2\sin(\phi)$ $x=\rho\sin\phi\cos\theta,\space y=\rho\sin\phi\sin\theta,\space z=\rho\cos\phi$ $\rho=\sqrt{x^2+y^2+z^2},\space \theta=\tan^{-1}(\frac{y}{x}),\space \phi=\cos^{-1}(\frac{z}{\rho})$
      • Mass and Probability




















        • This is the probability that

        • This is the expected value of
          Only applies if


        • This is the probability that

        • This is the expected value of
          Only applies if

      • Operations on Vector Fields

        • The Laplacian of a function is akin to the second derivative of a function in 1D calculus. However, there is now more than one input. So , which is the divergence of the gradient of . So more positive corresponds to minima while more negative corresponds to maxima.
          3Blue1Brown video that explains the intuition of the Laplacian:
          https://www.youtube.com/watch?v=EW08rD-GFh0

        • The gradient of a scalar field evaluated at a point gives a vector that points toward greatest increase of the scalar field
        \frac{\partial f}{\partial y}+ \frac{\partial f}{\partial z}$$ $$\text{curl}(\vec F)=\nabla\times\vec F=\begin{vmatrix} \hat i&\hat j&\hat k\\ \frac{\partial f}{\partial x}&\frac{\partial f}{\partial y}&\frac{\partial f}{\partial z}\\ F_1&F_2&F_3 \end{vmatrix}\\=(\frac{\partial F_3}{\partial y}-\frac{\partial F_2}{\partial z})\hat i+(\frac{\partial F_1}{\partial z}-\frac{\partial F_3}{\partial x})\hat j+(\frac{\partial F_2}{\partial x}-\frac{\partial F_1}{\partial y})\hat k$$ - $\vec F\text{ is conservative in 2D }\rightarrow \frac{\partial F_1}{\partial y}=\frac{\partial F_2}{\partial x}$ This statement is biconditional if $F$ is on a simply connected domain (no holes) - $\vec F\text{ is conservative in 3D}\rightarrow\nabla\times F=0$ This statement is biconditional if $\vec F$ is on a simply connected domain (no holes that prevent any choice of a closed curve from being stretched and deformed to a point without leaving the domain)
      • Scalar, Vector, and Flux Integrals

        • If represents mass density and represents some infinitesimal length of the curve, the scalar line integral would represent the mass of the curve segment
          Might involve finding a parameterization of in terms of
          • Ex: What is the mass of a wire represented by the curve if its mass density is represented by


        • represents the unit tangent vector of the path
          If represents a vector field for some force, then the vector line integral represents the work done by the force
          , where

        • is obtained by rotating by clockwise
          can be simplified to just


        • Satisfies the cross-partials condition
          Not conservative on paths encircling the origin

        • points toward increasing ,
          points toward increasing ,



        • is the same as , which represents the area of a small paralleleogram on the surface . This representation happens because is , where is the angle between the two vectors that make up the parallelogram. for example, is


        • Is akin to scalar line integral in that it is the mass of the surface if is mass density

        • Physically measures the amount of “stuff” (say electric field or water current) that passes through a surface
          Is akin to the vector line integral and 2D flux, but for surfaces.
          Heuristically,
      • Fundamental Theorems of Vector Analysis
        Intuition: https://www.youtube.com/watch?v=hJD8ywGrXks

        • . It is the z-component of the curl of
          is the boundary of oriented positively, or “going counter clockwise”
          The intuition is that is a closed curve going counter clockwise, and represents the amount of counter clockwise rotation around a point. The total “alignment” between the vector field and the counter clockwise boundary can be obtained by summing up the curls of all the points within our boundary. This idea is explained in this video:
          https://www.youtube.com/watch?v=8SwKD5_VL5o

        • The intuition is that the amount of stuff (e.g. fluid) represented by leaving a point is represented by . The total amount of fluid leaving an entire domain would thus be the sum of divergences of all points within the domain and also the flux integral about the path of the domain’s boundary.

        • A function is harmonic iff
          This essentially states that if a function is harmonic, the value of the function within any domain is equal to the average value of the domain’s perimeter.

        • Analagous to integration by parts in 1D, but for 2D vectors

        • Also called Green’s Formula
          Another form of integration by parts in 2D.
          Proof: Take and apply integration by parts in 2D

        • Is like Green’s Theorem, but for 2D surfaces in 3D space.
          is the positively oriented boundary of , meaning you apply the right hand rule such that if the normal points out of the surface, the thumb points toward the surface while the curled fingers dictate the positive orientation of . Another way of viewing this is to imaging you are on the boundary with your body pointing upright in the same direction as the normal. If you follow the direction of , then your right foot should be closer to off the edge of the boundary

        • States that the curl of a function over a closed surface is .


        • Also called Gauss’s Theorem
          Like 3D version of Stoke’s Theorem, where is a positively oriented boundary of . That essentially means the normal of points outward.

        • Integration by parts in 3D
          Proof: apply product rule to

        • Take
    • Linear Algebra 👾
      Textbook: Linear Algebra with Applications (5th ed.) Otto Bretscher
      https://math.mit.edu/~dyatlov/54summer10/matalg.pdf
      https://www.statlect.com/matrix-algebra/
      • Basics
        a_{11}&\cdots&a_{1m}\\ \vdots&\ddots&\vdots\\ a_{n1}&\cdots&a_{nm}\\ \end{bmatrix}$$ A system of linear equation’s coefficients represented by a coeffecient matrix would have $n$ equations and $m$ variables - $\text{Elementary Row Operations}$ (1) Scale a row by a nonzero factor (2) Shuffle rows (3) Add nonzero multiple of one row to another row These are the only operations allowed when solving systems in matrix form - $\text{Reduced row-echelon form}$ (i) The first nonzero entry must be a 1 in a nonzero row, called the leading 1/pivot (ii) If a column has a pivot, all other entries in the column must be 0 (iii) All rows with pivots must contain a pivot above and to the left E.g.: $$\begin{bmatrix} 0&1&0&3&5\\ 0&0&1&3&1\\ 0&0&0&0&0 \end{bmatrix}$$ Finding $\text{rref}(A)$ of your augmented matrix $A$ of your system of equations results in a solution to the system where the above matrix would represent: $$\begin{cases} x_2+3x_4=5\\ x_3+3x_4=1 \end{cases}$$ - $\text{Consistency}$ A system is consistent iff there is 1 or infinite solutions to it; otherwise, the system is inconsistent A linear system is inconsistent iff $\text{rref(A)}$ has the row: $$\begin{bmatrix} 0 & 0&\cdots&1 \end{bmatrix}$$ - $\text{Rank}$ $\text{rank(A) = number of leading 1's in rref(A)}$ $\text{(1) rank(A)}\le n$ $\text{(2) rank(A)}\le m$ $\text{(3) System is inconsistent}\rightarrow\text{rank(A)}\lt n$ If $A\vec x$ has only one solution, then $\text{rank}(A)=m$ - $A=n\times p,\space B=p\times m,\space AB=n\times m$ $$AB=\begin{bmatrix} A\vec v_1&A\vec v_2&\cdots&A\vec v_m \end{bmatrix},\space B=\begin{bmatrix} \vec v_1&\vec v_2&\cdots&\vec v_m \end{bmatrix},\space A\vec v_i=v_{i_1}A_{j1}+v_{i_2}A_{j2}+\ldots + v_{i_m}A_{jm}$$ $T:\mathbb{R}^m\rightarrow\mathbb{R}^n,\space A=n\times m$ - $\text{Properties of Matrix Multiplication}$ Not commuative $AB \ne BA$ Associative $A(BC) = (AB)C$ Has identity, $AI_p=I_nA=A$ Distributive for matrix and scalar multiplication $A(B+C)=AB+AC \,\forall A\in\mathbb{M},\mathbb{R}$
      • Transformations



        • Linear transformations necessarily follow (1) and (2)
          Another definition is that a function is a linear transformation if there exists an matrix such that for all in

        • is the scaling factor
        \begin{bmatrix}
        u_1^2&u_1u_2\
        u_1u_2&u_2^2
        \end{bmatrix}\vec x
        =\begin{bmatrix}
        u_1^2&u_1u_2&u_1u_3\
        u_1u_2&u_2^2&u_2u_3\
        u_1u_3&u_2u_3&u_3^2
        \end{bmatrix}\vec x This is the projection of $\vec x$ onto $\hat u$, and it is akin to casting a light perpendicular to $\hat u$ so that $\vec x$ casts a shadow on $\hat u$ Another useful form is\frac{1}{w_1^2+w_2^2}\begin{bmatrix}
        w_1^2&w_1w_2\
        w_1w_2&w_2^2
        \end{bmatrix}\vec x$$
        is a non-normalized vector
        a&b\
        b&-a
        \end{bmatrix}\vec x,\space a^2+b^2=1 This is the reflection of $\vec x$ about a vector $\vec u$ Another useful form is $(2A-I_2)\vec x$, where $A$ is the coefficient matrix from $\text{proj}_{\vec u}\vec x$ The way to think about reflections are that\begin{bmatrix}
        a\
        b
        \end{bmatrix}\begin{bmatrix}
        1\
        0
        \end{bmatrix}\begin{bmatrix}
        -b\
        a
        \end{bmatrix}\begin{bmatrix}
        0\
        1
        \end{bmatrix}$$
        \cos\theta&-\sin\theta\
        \sin\theta&\cos\theta
        \end{bmatrix}\vec x=
        \begin{bmatrix}
        a&-b\
        b&a
        \end{bmatrix}\vec x,\space a^2+b^2=r^2 $\theta$ is the rotation from the x-axis toward the y-axis $r$ is the scaling factor of the vector, with 1 being no scaling One can imagine the transformation as scaling and rotating the vector\begin{bmatrix}
        1\
        0
        \end{bmatrix}\begin{bmatrix}
        a\
        b
        \end{bmatrix}$$, transforming the curve/coordinate plane together as well
        \begin{bmatrix}
        1&0\
        k&1
        \end{bmatrix}\vec x$$
        A vertical shear transformation would keep rectangle’s vertical sides vertical
        is the shearing factor
        \begin{bmatrix}
        1&k\
        0&1
        \end{bmatrix}\vec x$$
        A hortizontal shear transformation would keep a rectangle’s horizontal sides horizontal
      • Invertibility

        • For , either all hold true or none do:
          1. not an eigenvalue of
            To find , you have to isolate in terms of
            i.e. compute . If it’s , then

        a&b\\ c&d \end{bmatrix} \land ad\ne bc\rightarrow\space A^{-1}= \frac{1}{ad-bc}\begin{bmatrix} d&-b\\ -c&a \end{bmatrix}$$
      • Image and Kernel


        • Same as the range of a function
          and is a subspace of
          Also known as the column space of , where is a matrix of column vectors representing


        • Can be thought of as the zeroes of a polynomial function
          and is a subspace of
          Also called the null space of , where is a matrix of column vectors representing
      • Bases and Dimensions

        • The basis of a span is the smallest linearly independent list of vectors that constitute the span

        • The span of some vectors is the set of all possible linear combinations of the vectors

        • is the number of vectors in the basis of
          1. There are at most linearly independent vectors in
          2. We need at least vectors to span
          3. If vectors in are linearly independent, they form a basis of
          4. If vectors in , then they form a basis of

        • The basis of the image of a matrix is the set of the columns containing the leading variables. Can be found by taking the and then looking at the corresponding columns with a leading 1 (can’t look at the matrix from specifically, have to look at )

        • The basis of the kernel of matrix is the set of the columns containing the free variables. Can be found by taking the , finding in terms of the free variables and then taking the vectors that arise as a result of isolating the free variables as the basis vectors

        • Called the Rank-nullity theorem
          Is a portion of the fundamental theorem of linear algebra
      • Coordinates
        \begin{bmatrix}
        c_1\
        c_2\
        \vdots\
        c_m
        \end{bmatrix}
        \rightarrow
        \vec x = c_1 \vec v_1 + c_2 \vec v_2 + \ldots + c_m \vec v_m$$
        is some basis that spans in
        is the -coordinate vector of some vector in
        are the -coordinates of
        (1)
        (2)
        \begin{bmatrix}
        [T(\vec v_1)]\mathfrak{B}\ldots[T(\vec v_n)]\mathfrak{B}
        \end{bmatrix}T(\vec x)=A\vec x,\space A=
        \begin{bmatrix}
        T(\vec e_1) & \ldots & T(\vec e_n)
        \end{bmatrix}$$

        • is the standard matrix for , meaning its columns represent how are tranformed. It converts to
          is the -matrix for , meaning its columns represent how in are transformed. It converts to \begin{bmatrix} \vec v_1 \ldots \vec v_n \end{bmatrix}$$. It converts $[\vec x]_\mathfrak{B}$ to $\vec x$ and $[T(\vec x)]_\mathfrak{B}$ to $T(\vec x)$ ![Untitled](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/af82227e-5886-4346-9cf0-80fe431d8d5f/Untitled.png) If the any of the statements are true and $S$ is invertible, $A$ and $B$ are considered to be similar Similarity is an equivalence relation (reflexive, symmetric, and transitive)

        • Untitled
      • Orthogonality

        • Vectors are orthonormal if their magnitude is 1 (normalized) and they are all perpendicular/orthogonal to each other
          Orthonormal vectors are linearly independent and of them can form a basis of

        • The projection of onto a subspace is equal to the sum of how much aligns with each basis vector of
          In the case where , the projection is just equal to

        • The orthogonal complement of is all that are perpendicular to
          It is also the kernel of
          (1)
          (2)
          (3)
          (4)

        • Pythagorean theorem
          The square of the magnitude of the the sum of two vectors is equal to the sum of the squares of the magnitude of the vectors iff the vectors are perpendicular to each other

        • A consequence is the Cauchy-Schwarz inequality:

        • The correlation coefficient between two variables is the depends on the angle between the variables’ deviation vectors and
          The deviation vectors are how far each point is from the average for the given variable
          is the usual formula, but they are the same thing

        • Is an algorithm to convert from a basis to an orthonormal basis (one where each basis vector is orthogonal to each other and has magnitude 1
          For each vector after the first vector , the orthogonal version of relative to is equal to , where
          The vectors’ orthogonal vectors then need to be normalized by dividing by their magnitude

        • Untitled
          represents the -matrix, where is just some basis
          represents the -matrix, where is the orthonormal version of
          represents the change of basis matrix from to
          Untitled
          for \begin{bmatrix} \Vert\vec v_1\Vert & \vec u_1\cdot\vec v_2 & \cdots & \vec u_1\cdot\vec v_1\\ 0 & \Vert\vec v_2^\perp\Vert & \ddots & \vdots\\ \vdots & \ddots & \ddots & \vec u_{n-1}\cdot \vec v_n\\ 0 & \cdots & 0 & \Vert\vec v_n^\perp\Vert \end{bmatrix}$$

        • An orthogonal transformation preserves absolute lengths and absolute angles
          (1) is orthogonal if and are each orthogonal and they are
          (2) is orthogonal if is orthogonal
          (a) mapping iff form an orthonormal basis of
          (b) matrix is orthogonal iff its columns are orthonormal

        • The th entry of the transpose of is the th entry of
          Untitled


          (a)
          (b)
          (c)
          (d)
          (e)

        • Note: not the same as , which would be an matrix instead
        \vec u_1 & \ldots \vec u_m \end{bmatrix}$$
      • Determinants

        • When , is invertible
          The determinant of upper or lower triangular matrices or diagonal matrices is just the product of the main diagonal elements
          Swapping rows or columns results in negating the determinant

        • This is the parallelogram formed by column vectors from
        \vec v_1\
        \vdots\
        \vec x\
        \vdots\
        \vec v_n
        \end{bmatrix},\space L_2(\vec x)=\det\begin{bmatrix}
        \vec v_1 & \cdots & \vec x & \cdots & \vec v_n
        \end{bmatrix}$$
        The above statements says that the functions and from are linear, meaning that the determinant of a matrix can be written as the sum of the determinants of two matrices whose one of rows or columns add together to form the original matrix
        The matrix also doesn’t have to be square
        E.g.:
        Untitled \vec u & \vec v & \vec w \end{bmatrix}\text{ is invertible}$$ - $\det A=\sum(\text{sgn }P)(\text{prod }P)$ $P$ is the pattern or permutation of a matrix. It is defined as a choice of elements in a matrix that do not overlap in rows or columns (so kind of like in Sudoku) There are $n!$ patterns, so $n!$ terms need to be summed up $\text{sgn }P=(-1)^p$, where $p$ is the number of inversions of a pattern to reach diagonal or max number of elements that are above and right to one of them $\text{prod }P$ is simply the product of the pattern ![Untitled](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/693efab7-32fa-4d2e-8f18-ea0f1b0886c1/Untitled.png) - $\det\begin{bmatrix} A & B\\ 0 & C \end{bmatrix}=\det\begin{bmatrix} A & 0\\ B & C \end{bmatrix}=(\det A)(\det C)$ The determinant of a triangular block matrix is the same as the determinant of the matrix containing the determinant of each block, which would just be $$\det\begin{bmatrix} \det A & \det B\\ 0 & \det C \end{bmatrix}$$ for example. The determinant of a block matrix is not generally just the determinant of a matrix containing the determinant of each block, as the block matrix has to be triangular $\det A^T=\det A$ $\det A^{-1}=\frac{1}{\det A}$ $\text{Deterimants of Matrices After Row Operations}$ $\text{(1) Multiplying row by } k\text{: }\det B=k\det A$ $\text{(2) Swapping rows: }\det B=-\det A$ $\text{(3) Adding a scalar multiple of a row to another: }\det B=\det A$ $\text{For }n\times n\text{ matrices } A\text{ and }B\text{:}$ $\det(AB)=(\det A)(\det B)$ $\det(A^m)=(\det A)^m$ $A\text{ similar to }B\text{ by an invertible matrix }S\text{: }\det A=\det B$ ![Screen Shot 2022-11-19 at 4.22.27 PM.png](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/bd6d15bb-94a8-4119-a9d7-9d71d25e8538/Screen_Shot_2022-11-19_at_4.22.27_PM.png) - $\det T=\det B$ $B$ is the $\mathfrak{B}$-matrix of $T$, which is a linear transformation represented by some matrix $A$
      • Eigenvalues and Eigenvectors

        • is called an eigenvector of or
          is called an eigenvalue of or

        • An eigenbasis is a basis with basis vectors that are all eigenvectors

        • A square transformation matrix is diagonalizable if there exists a basis in such that is diagonal
          In other words, is diagonalizable if it’s similar to a diagonal matrix
          Diagonalizing matrices makes certain calculations easier (e.g. is more easily computed as , where is a diagonal matrix)
        • \vec v_1 & \vec v_2 & \cdots & \vec v_n \end{bmatrix},\space B=\begin{bmatrix} \lambda_1 & 0 & \cdots & 0\\ 0 & \lambda_2 & \ddots & \vdots\\ \vdots & \ddots & \ddots & 0\\ 0 & \cdots & 0 & \lambda_n \end{bmatrix}$$ $AS=SB,\space A=SBS^{-1}$ The vectors in $S$ must be linearly independent since $S$ is invertible Conceptually, the vectors of $S$ must form a basis spanning $\mathbb{R}^n$ because if $A=SBS^{-1}$, we are going from the standard basis to some eigenbasis, transforming it by $B$, and then returning back to the standard basis. Thus, there must be $n$ linearly independent vectors of $S$ for the eigenbasis to be traversable from $A$ and back
        e^{\lambda_1 t} & \cdots & 0\\ \vdots & \ddots & \vdots\\ 0 & \cdots & e^{\lambda_n t} \end{bmatrix}S^{-1}$$ - $\vec x(t+1)=A\vec x(t),\space \vec x(0)=\vec x_0\rightarrow\vec x(t)=\displaystyle\sum_{i=1}^n c_i\lambda_i^t\vec x_0$ For a discrete dynamical system (like differential equations with discrete time inputs), the closed solution is given as the above summation The $n\times n$ matrix, $A$, has eigenbasis $\mathfrak{B}=(\vec v_i)$ and eigenvalues $\lambda_i$ $\vec x_0=\displaystyle\sum_{i=1}^{n}c_iv_i$ In other words, each $c_i$ is the coefficient for the linear combination of $\vec x_0$ in terms of the eigenvectors $\vec v_i$ - $\vec x(-i)=(A^i)^{-1}\vec x_0$ To look at a system before $t=0$, use this formula - $\text{Phase Portraits}$ These are curves obtained by connecting the dots of discrete dynamical systems - $\exists\lambda\text{ of }A\leftrightarrow\det(A-\lambda I_n)=0$ Called the characterisitc or secular equation of $A$ $\text{Eigenvalues of triangular matrices are the diagonal entries}$ - $f_A(\lambda)=\det(A-\lambda I_n)=(-\lambda)^n+\text{tr }A(-\lambda)^{n-1}+\ldots+\det A$ Called the characteristic polynomial of $A$ $\text{tr }A$ is the sum of the diagonal entries of $A$ An example for a $2\times 2$ $A$: $f_A(\lambda)=\det(A-\lambda I_2)=\lambda^2-(\text{tr }A)\lambda+\det A$ - $f_A(\lambda)=(\lambda_0-\lambda)^kg(\lambda)\land g(\lambda_0)\ne0\leftrightarrow\text{almu}(\lambda_0)=k$ If the characteristic polynomial of a matrix $A$ can be written as the product of a linear factor of $\lambda_0$ with algebraic multiplicity $k$ times some function $g(\lambda)$ that does not have $\lambda_0$ as a solution, then the eigenvalue $\lambda_0$ has an algebraic multiplicty of $k$ - $\#\lambda_\text{distinct}\le n,\space n\text{ is odd}\rightarrow\#\lambda_\text{real}\ge1$ The number of distinct eigenvalues of an $n\times n$ matrix $A$ is at most $n$ If $n$ is odd, then there will be at least one real eigenvalue of $A$ $\displaystyle\prod_\text{i=1}^{\#\lambda}\lambda_i=\det A$ $\displaystyle\sum_{i=1}^{\#\lambda}\lambda_i=\text{tr }A$ - $E_\lambda=\text{ker}(A-\lambda I_n)=\{\vec v\in\mathbb{R}^n:A\vec v=\lambda\vec v\}$ Called the eigenspace associated with $\lambda$ All eigenvectors of $A$ with eigenvalue $\lambda$ are contained in $E_\lambda$ - $\text{gemu}(\lambda)=\text{dim}(E_\lambda)=\text{nullity}(A-\lambda I_n)=n-\text{rank}(A-\lambda I_n)$ The geometric multiplicity of an eigenvalue $\lambda$ is the dimension of its corresponding eigenspace $E_\lambda$ To find the dimension, use rank-nullity theorem - $\text{Eigenbases and Geometric Multiplicities}$ Given $s=\displaystyle\sum_{i=0}^N\text{gemu}(\lambda_i)$ for an $n\times n$ matrix $A$: (1) Concatenating the basis vectors of each eigenspace will give a new basis of dimension $s$, implying $s\le n$ (2) $A$ is diagonalizable iff $s=n$ Here, $N$ is the number of distinct eigenvalues $n\text{ distinct eigenvalues}\rightarrow A\text{ is diagonalizable}$ $AS=SB\rightarrow$ (a) $f_A(\lambda)=f_B(\lambda)$ (b) $\text{rank }A=\text{rank }B,\space \text{nullity }A=\text{nullity }B$ (c) $A \text{ and }B\text{ have the same eigenvalues, almu, and gemu}$ (d) $\det A=\det B,\space \text{tr }A=\text{tr }B$ $\text{gemu}(\lambda)\le\text{almu}(\lambda)$
      • Complex Linear Algebra

        • :
          (1) Commutativity of addition:
          (2) Commutativity of multiplication:
          (3) Associativity of addition:
          (4) Associativity of multiplication:
          (5) Distributivity:

        • The conjugate of a complex number negates the imaginary component of the number
        • with vectors has distinct complex eigenvalues if they are counted with their algebraic multiplicities
          “Counted with their algebraic multiplicities” means you count three times for example if has degree three

        • has an orthonormal eigenbasis if ( is orthonormal) and where is a diagonal matrix
          We say is orthogonally diagonalizable (it is diagonalizable by an orthonormal matrix )

        • Symmetric matrices are orthogonally diagonalizable and vice versa

        • If is symmetric and and in are eigenvectors with different eigenvalues, then the eigenvectors must be orthogonal
          In other words, any eigen vectors of different eigenspaces must be orthogonal to each other. For a matrix to be orthogonally diagonalizable means that its eigenspaces are orthogonal to each other, which would allow us to find orthogonal eigenvectors
          that is symmetric has real eigenvalues if they are counted with their algebraic multiplicities
    • Differential Equations 🦊
      Universal Danker Differential Equations: https://www.youtube.com/watch?v=9h1c8c29U9g
      • Definitions
        • Ordinary
          Abbreviated as ODE sometimes
          Only depends on one variable
          Uses to denote a differential
          E.g.:

          The oscillating mass equation has a search function that depends only on time
        • Partial
          Depends on multiple variables
          Uses to denote a differential
          E.g.:

          The wave equation has a search function that depends on multiple variables
        • 1st Order
          Highest order derivative is one
          E.g.:
        • 2nd Order
          Highest order derivative is two
          E.g.:
        • Higher Order
          Highest order derivative is greater than 2
          E.g.
          , where the order of this ODE is 4
        • Linear
          An ODE is linear if it can be written in the form of:

          If , the linear ODE equation homogeneous. Otherwise, it’s inhomogeneous
        • Homogeneous
          for the linear ODE
          E.g.:
        • Inhomogeneous
          for the linear ODE
          E.g.:
        • Separable
          A differential equation is separable if it can be written in the form of:

          The next result is to write the equation as:
          , which allows for the and terms to be on opposite sides of the equation, setting up for integration.
        • Differential Forms
          A differential form is a multivariable expression of the form:

          A differential form is exact if

          i.e.:
          An easy way to check for exactness is if
        • Linearly Independent/Dependent
          An equation is linearly dependent on other equations if we can write
          An equation is linearly independent if cannot be written as a linear combination of other equations
        • Fundamental Set of Solutions
          If are linearly independent solutions to a linear homogeneous ODE, then they are considered the fundamental set of solutions
        • Wronskian y_1(t)&y_2(t)\\ y_1'(t)&y_2'(t) \end{bmatrix}=y_1(t)y_2'(t)-y_1'(t)y_2(t)$$ $W(t) \ne 0 \rightarrow \text{linearly independent solutions}$
        • Phase Lag form


      • Solving Methods
        • 1st Order Linear Homogeneous ODE


          Sometimes, there will only be implicit solutions of the form
        • 1st Order Linear Inhomogeneous ODE
          , where , , and are functions of
          , where
          is often called the integrating factor
          For the steps in between:
          (1)
          (2)
          (3)
          (4)
          (5)
          From (3) to (2): , so
        • Finding Values of Derivatives of Exact Differential Forms

          (1) Find using
          (2) Calculate and simplify using the form
          (3)
          (4)
          (5)
          E.g.:
          Find for when
          Geometrically, this curve is a circle about the origin with a radius of one. would correspond to the slope of the line at the point between the and axes, which by intuition, would mean a slope of . Now for the calculation by implicit differentiation of this exact differential form:
          (1)
          (2)
          (3)
          (4)
          (5)
        • Implicit Differentiation of Exact Differential Forms
          If is exact (i.e. ), then is a solution to
          (1)
          (2)
          (3)
          (4)
          (5)
        • Implicit Differentiation of Inexact Differential Forms

          If not exact, then multiply by or (sometimes, may be a function of both and , which is quite difficult) and then solve like a normal exact differential form by implicit differentiation

        • 2nd Order Linear Homogeneous ODE
          (1) Find and as solutions to your differential equation
          (2) If , then and are a fundamental set of solutions
        • Variation of Parameters
          Given a solution , we try to variate by a factor of
          (1)
          (2)
          (3)
          (4)
        • 2nd Order Linear Homogeneous ODE with Constant Coefficients
          For :



        • 2nd Order Linear Inhomogeneous ODE with Constant Coefficients

          (1) Solve for homogeneous
          (2) Find a particular solution by undetermined constant coefficients or ERF
          (3) If is a sum of two terms say and with solutions and , then
          (4)
          (5) Solve IVP
        • Undetermined Constant Coefficients
          When the inhomogeneous portion of the differential equation is , we make a guess/ansatz in the form of as indicated in the table below
          | | |
          | | |
          | | |
          | | |
          | | |
          | | |
        • Exponential Response Functionn


          In the above equation, go the next from left to right if any of the are



        • Homoegenous Planar System
          For systems of differential equations: x_2' = cx_1 + dx_2$$ or $$x' = ax + by\\ y' = cx + dy$$ where $x_1,x_2,x,y$ are functions of $t$ Rewritten as $x' = Ax, ~ x = \begin{bmatrix}x_1 \\ x_2\end{bmatrix}, ~ A = \begin{bmatrix}a & b \\ c & d\end{bmatrix}$ For a $2\times2 ~ A$, the fundamental set of solutions consists of two equations $\lambda_1,\lambda_2 \in \mathbb{R},\lambda, \bar\lambda \in \mathbb{C}, v_1,v_2,v,\bar v = \text{eigenvectors}$ $\lambda = r + i\omega$ $\bar\lambda = r - i\omega$ $v = v_1 + iv_2$ $\bar v = v_1 - iv_2$ $v$ and $\bar v$ are eigenvectors for $\lambda$ and $\bar \lambda$ respectively Two distinct real eigenvalues: $x(t) = C_1e^{\lambda_1 t}v_1 + C_2e^{\lambda_2 t}v_2$ - Phase Portraits ![Untitled](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/0642d014-dd2f-4695-b964-3f5d12793bb5/Untitled.png) ![Untitled](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/a06c62f5-609d-43b3-a740-bba82157480b/Untitled.png) ![Untitled](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/365ccf82-94b3-4395-a16a-9d2a86394100/Untitled.png) Complex eigenvalues: $x(t) = C_1\frac{e^{\lambda t}v + e^{\bar\lambda t}\bar v}{2} + C_2 \frac{e^{\lambda t}v - e^{\bar \lambda t}\bar v}{2i} = C_1\mathbb{R}e(e^{\lambda t}v) + C_2\Im(e^{\lambda t}v)$ - Phase Portraits ![Untitled](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/0b2cd6ea-725f-43da-9ddd-4db6756a5e50/Untitled.png) ![Untitled](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/8fffb1ba-b08e-4ef9-b10c-d77abbae1cf2/Untitled.png) ![Untitled](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/552d966c-325b-497a-a9f7-fdbb8c287777/Untitled.png) Repeated real eigvenvalues and two linearly independent eigenvectors $x(t) = C_1e^{\lambda t}v_1 + C_2e^{\lambda t}v_2$ Repeated real eigvenvalues and only one linearly independent eigenvector $x(t) = C_1e^{\lambda t}v_1 + C_2e^{\lambda t}(tv_1 + v_2)$ $v_1 = \text{eigenvector for }\lambda$ $v_2 = \text{generalized eigenvector for } \lambda : (A - \lambda I_2) \cdot v = v_1,\text{ where }v_2 \text{ is the non }t\text{-component of }v$
        • Phase Portraits
          Sketches of solutions to , or the planar system as time progresses
          As , a planar system is
          Stable: If all solutions tend to
          Unstable: If one or more solutions are unbounded
          Semi-stable: If all solutions are bounded but do not tend to
        • Matrix Exponential e^{\lambda_1 t} & \cdots & 0\\ \vdots & \ddots & \vdots\\ 0 & \cdots & e^{\lambda_n t} \end{bmatrix}S^{-1}$$ If $A$ not diagonalizable: $e^{At} = \Phi(t)\Phi^{-1}(0)$ $$\Phi = \begin{bmatrix} \vec x_1 & \vec x_2 \end{bmatrix}$$ $\vec x_1$ and $\vec x_2$ are solutions to repeated real eigenvalues with only one independent eigenvector case of planar system for $A$
        • Inhomogeneous Planar System
          (1)
          (2)
          (3) for
          (5)
          (4)
          diagonalizable:

      • Theorems

        • Existence theorem for an equation with an IVP

        • Uniqueness theorem for with IVP

        • If are solutions to a linear homogeneous differential equation, then so are for (i.e. their linear combination is also a solution)
      • Applications
        • Undamped Harmonic Motion


        • Damped Harmonic Motion


          Underdamped:


          Overdamped:

          Critically Damped:
        • Radioactive Decay
    • Complex Algebra 💭

      • (1) Addition/Subtraction:
        (2) Multiplication:
        (3) Complex Conjugation:
        (4) Norm (length):
        (5) Division:

      • (1) Addition/Subtraction: Convert to form
        (2) Multiplication:
        (3) Division:
        (4) Conjugation:

      • :
        (1) Commutativity of addition:
        (2) Commutativity of multiplication:
        (3) Associativity of addition:
        (4) Associativity of multiplication:
        (5) Distributivity:


      • This is called Euler’s Formula
        • Explanation
          The intuition is that , and so if an object’s position with respect to time were modeled by , its velocity would be represented by .
          Now when multiplying a number by on the complex plane, it has the effect of rotating the number by 90 degrees counter clockwise.
          E.g. , where we went from
          Graph showing this: https://www.desmos.com/calculator/cg4ipkcwz3
          So then , which means the velocity vector our object always points 90 degrees counter clockwise from the position vector.
          Starting at , , meaning the velocity vector is , which is indeed 90 degrees counter clockwise from the position vector.
          From these initial conditions and the fact that the velocity vector always points 90 degrees counter clockwise from the position vector, it should be apparent now that the path of our object should trace out a circle.
          Assuming constant speed of 1 (), then it takes units of time for the circle to be fully traced out. Notice now that if we treat the complex plane as a Cartersian plane, the parameterization of this circlular path is , which directly translates to Euler’s Formula above.
          Video explaining this: https://www.youtube.com/watch?v=v0YEaeIClKY
          is Euler’s Identity

      • Called the principal or complex log
        (1)
        (2) when is a positive real number
        (3)
        (4)


    • Fourier Transform 〜

      • https://www.youtube.com/watch?v=spUNpyF58BY
        This function takes a frequency , and from , your signal function (e.g. your signal composed of many different pure signals), determines the likelihood that that frequency is an original pure component of the total signal
        As time increases, becomes more defined, as it means that there is more time to distill the signals/clear uncertainty
        The part can be thought of as a wrapping around a circle in the imaginary plane in the clockwise direction (due to the negative sign)
        is akin to the center of mass of a curve as is wrapped around your circle
    • Uncertainty ±











  • Physics ☢️
    • Resources 🕸
      http://hyperphysics.phy-astr.gsu.edu/hbase/index.html
      https://physics.info/equations/
    • Approximations
    • Constants





      • This is the charge in Coloumbs of a mole of electrons
    • Kinematics 🚗



      • Derivation:






      • Derviation:





    • Newtonian Mechanics 🚙




      • is the coeffecient of kinetic friction of the surface





    • Rotational Mechanics 🎡









      • i.e. , where is the angle between the radius vector (pointing away from rotation axix) and the force vector
        Torque follows the right-hand rule, where the forefinger first points in the direction of the radius vector and then curls to point in the direction of the force vector, resulting in an extended thumb pointing in the direction of the torque
    • Energy ⚡️







      • can be defined to be some arbitrary reference point relative to . If is consistent between and , will still be the same no matter the choice of

      • Derivation:



    • Fluid Mechanics 💧

      • Units are

      • Units are

      • Pascal’s Principle: pressure exerted by fluid on a container is constant

      • is the pressure in the liquid at a certain height/of the manometer/barometer, is the initial pressure (often atmospheric pressure), is the density of the fluid, and is the difference in height between the two menisci or between two points of interest

        Manometer:
        Untitled
        Barometer:
        Untitled

      • is the mass of the dispalced fluid, is the density of the fluid displaced, is the volume of the fluid displaced

      • is the retarding force on a moving object through air and is proportional to some power of the velocity of the object. This law is just an approximation though
        is the mass of the object
        is a constant dependent on mass that cancels out the effects of 2 \qquad v \le \text{770 mph} \end{cases}$$
    • Periodic Motion 🌊

      • SHM equation. The second time derivative of an object’s position is equal to the negative of its position times the square of the angular frequency


      • Simplifies to some form of when I is just
        is the distance from the pivot point to the center of mass of the entire physical system

      • is the torsion constant and has units of

      • is the time period of an oscillation






      • Damped Harmonic Oscillation differential equation
        is the natural frequency, or from the simple harmonic oscillator
        , where is the resistive constant/damping constant and is the mass

        Underdamping: (oscillation)

        Overdamping: (no oscillation)

        Critical damping: (no oscillation)



      • Driven oscillation differential equation
        is the damping/resistivity constant
        is the angular frequency
        is the force supplied by the driven oscillator


      • The resonance frequency of a driven oscillation is given by the oscillator’s natural frequency and its damping coefficient
        is specifically for the amplitude resonance

      • is the kinetic energy resonance frequency, the frequency of the oscillator that minimizes energy loss due to the

      • is the quality or Q factor of an oscillation
        is the width of the frequency such that the square of the amplitude has decreased by half. The approximation is valid for
        Screen Shot 2023-05-08 at 7.20.24 PM.png
        Tells how underdamped an oscillator is
        As increases, the oscillator becomes more underdamped/less damped
        Resonance:
        No resonance:
        Overdamping:
      0, \quad t < t_0\\ a, \quad t > t_0 \end{cases}$$ $$I(t_0, t_1) = H(t_0) - H(t_1) = \begin{cases} 0, \quad t < t_0\\ a, \quad t_0 < t < t_1\\ 0, \quad t > t_1 \end{cases}$$ For $x(t') = 0, \dot x(t') = 0$ $$G(t, t') = \begin{cases} \frac{1}{m\omega_1}e^{-\beta(t - t')}\sin (\omega_1(t - t')) \quad t \ge t'\\ 0, \quad t < t' \end{cases}$$ $x_p(t) = \int_{-\infty}^t F(t')G(t, t') dt'$
    • Waves/Sound 🔊



      • is the resultant wave’s position of two interfering waves

        Derived from the trig identities:


      • Doppler effect
        Observer to source is positive,

      • is the angle between the line parallel to the direction of travel and the resulting shock cone

      • is tension, is linear mass density
      • v_{\text{sound in air}}=\sqrt{\frac{B}{\rho}}=331K^{\degree}\sqrt{\frac{T}{273K^{\degree}}}$$v_{\text{sound}}=\sqrt{\frac{B}{\rho}}=331K^{\degree}\sqrt{\frac{T}{273K^{\degree}}}
        is the bulk modulus, is the volume mass density, and is the air temperature

      • This is the power, , of an oscillating string

      • is the intensity, is power, is the pressure amplitude, is the volume mass density, and is the velocity of the wave

      • is the decibel value, and is the threshold of human hearing. is watts



      • This is the differential equation that describes a wave in 3D

    • Electric Charge and Electric Fields 🔋



      • Units are , or

      • is the radius of the ring
        is the distance from the center of the ring to the point

      • is the radius of the ring
        is the distance from the center of the ring to the point

      • Triboelectric Series
        Untitled
    • Gauss’s Law 🔌

      • is the charge enclosed by the Gaussian surface
        points outward from the enclosed surface

      • Akin to angles, but in 3D:
      \begin{cases} 0,\quad r<R\\ k\frac{Q}{r^2},\quad r\ge R \end{cases}$$ $$E_\text{uniformly-charged sphere}=\begin{cases} ,\quad r<R \\k\frac{Q}{r^2},\quad r\ge R \end{cases}$$
    • Electric Potential ⚡️

      • Units are



      • is the dipole moment, and is the distance vector point from negative to positive charge

      • This is the maximum electric field that can be passed through air before sparks are formed. This process is called electric breakdown, and it can happen to any insulator. The insulator effectively becomes a conductor when such a great electric field forces it to change.
    • Capacitance 📸

      • Units of capacitance are
        The capacitance is dependent only on the geometry of the capacitor, and not the voltage or charge held.

      • is the dielectric constant

        is the area of a single plate
        is the distance between the plates


    • Current 🚰

      • Units are Ampere
        Current measures the number of electrons that pass through a point per unit time
        Current is not a vector because for a given bending wire, it may travel in multiple directions.
        is the number of charged particles per unit volume
        is the magnitude of the charge on each charged particle
        is the drift velocity of electrons, in a wire
        is the area of the wire
        Looks like Nevada

      • is volume current density
        We don’t call it area current density because current is already a one-dimensional (rather than zero-dimensional, like charge), and so when multiplying by the 2D quantity of area, the value essentially becomes 1D current.

      • This is Ohm’s Law
        is the resistivity of a material

      • is the conductivity of the material

      • is the reference resistivity at a reference temperature , and is the temperature coefficient of resistivity
        table.png

      • Units are Ohm’s
        Resitivity is kind of like the density of people in a crouded hallway while resistance is like the total number of collisions a student may make trying to get to the end of the hall

      • Is not necessarily true for all systems
        Is more like an approximation used by engineers





      • This is Kirchhoff’s Current/Junction Rule

      • This is Kirchoff’s Loop Rule
        Let be the path vector of the loop






    • Magnetic Fields and Forces 🧲

      • is symbol for the magnetic field and has units of Teslas , which is equal to
        Gauss
        Earth’s magnetic field is about 25-65 , or 0.25-0.65
        Also known as Lorentz Force, where is the electric component of the force and is the magnetic component of the force
        For the force on current-carrying wire, an equivalent formula is:
        The magnitude of the magnetic force is then is

      • This is known as Ampere’s Law, and it says that the vector line integral of the magnetic field around an enclosed area is proportional to the enclosed current
        i.e. the summated curls of the magnetic field around a point is proportional to the current flowing through that point
        Closed path integrals are evaluated counter clockwise when current points out of the page

      • Magnetic flux has units of Webers and equals

      • Says that no magnetic charge or magnetic monopoles exist

      • This is the radius of a charged particle in a cyclotron/mass spectrometer and has units of meters when , , , and
        are used for , , , respectively.

      • The angular velocity, time period, and frequency of a charged particle circuiting in a magnetic field

      • The velocity that is screened for in a velocity selector is dependent only on and

      • Known as the Lorentz Force
        points in the direction of the current
        is the same as current

      • Known as the magnetic moment, and anything that produces one can be called a magnetic dipole
        For a motor, points perpendicular to the plane of the motor coils in the direction of thumb when curling the right hand along the direction of current flow

      • The torque of a motor depends on the number of motor coils , the current , the area of the motor coils , the magnetic field , and the angle between the area vector and the magnetic field vector
        The torque has the effect of aligning the area vector/magnetic moment with the magnetic field vector

      • The potential energy of a magnetic moment in a magnetic field

      • Magnets generate magnetic fields out of their north end and into their south end
        A magnetic dipole near a nonuniform magnetic field-generating magnet (e.g. a bar magnet) will be attracted if its magnetic moment points parallel with the generated magnetic field. If they point in opposite directions, they will repel each other
        Untitled
        Magnetic dipoles that are attracted will also experience a stretching force, whereas magnetic dipoles that are repelled will experience a compression force

      • Untitled
        Experiment showed that charge carriers are negative


      • points from the moving charge to the point of measurement
        is the normalized (magnitued of 1) unit vector of

      • Called the Biot-Savart Law
        and are the same as in the above equation

      • Works when and are sufficiently small
        is the angle between the magnetic field vector and the radial unit vector, which points from the current component to the point of measurement

      • The direction of the can be found by the right thumb to point in the direction of and then curling the other four fingers, which will point in the direction of the generated

      • This is the magnetic field at a point a distance from the conducting wire of length

      • The direction of points in the direction of the right thumb when the other four fingers curl in the direction of in the coil
        is the number of loops
        is the radius of the coil
        is the distance between the center of the coil and the point of measurement

      • This is the magnitude of the magnetic field inside a solenoid
        is the number of coil turns
        is the length of the solenoid
        The solenoid points in the direction of the right thumb when curling the fingers in the direction of current

      • This is the magnitude of the magnetic field inside a toroidal solenoid
        is the number of wire loopings around the toroid

      • is the distance from the center of the wire to the radius of measurement
        is the radius of the wire

      • Wires with current flowing in the same direction will attract each other while wires with current flowing in opposite directions will repel each other

      • is the distance from the magnet to the point of interest
        is the width of the magnet
        is often found from , the magnetization of a magnet
    • Quantum Magnetism ⚛️

      • is the magnetic moment of an atom with an electron orbiting it (Bohr magneton)
        is the magnetic quantum number
        is the charge of the electron

        is the mass

      • is the magnetization of a material and is the net magnetic moment per unit volume
        is often 0 in atoms because the orbital and spin magnetic moments of electrons tend to cancel each other out in atoms
        For atoms like iron where there are free unparied orbital electrons, they can achieve a net magnetic moment
        Unpaired = paramagnetic
        Paired = diamagnetic

      • The overall magnetic field inside a material is equal to the external magnetic field applied plus the permeability of free space times the magnetization of the material
        If is aligned/parallel to , then the material is paramagnetic. Otherwise, it’s diamagnetic
        So is greater in paramagnetic materials, meaning they are more magnetic (e.g. iron is more magnetic and it’s paramagnetic)

      • Called the relative permeability of a material
        means the material is like a vacuum in terms of the strength of the magnetic field inside it
        means the material is paramagnetic, or has a stronger magnetic field inside than in a vacuum for the same external
        means the material is diamagnetic, or has a weaker magnetic field inside than in a vacuum for the same external

      • Called the magnetic susceptibility of a material
        Common magnetic susceptibilities:
        Untitled

      • Screen Shot 2022-10-10 at 5.34.04 PM.png

      • Untitled
    • Induction 🛵

      • Called Faraday’s Law of Induction
        is the emf in a closed loop
        is the number of loops of coil
        is the change in magnetic flux through the area bound by the closed loop
        Units are , and

      • States the direction of in Faraday’s law
        The direction is that of the four right fingers curled when the thumb points in the direction of decreasing magnetic flux

      • is the angular velocity of the alternator rotation

      • is the number of loops of the alternator coil
        is the angular velocity of the alternator

      • is the velocity of the rod
        is the length of the rod
        is the magnitude of the magnetic field

      • is the angular velocity of the dynamo
        is the radius of the disk

      • is the mutual inductance between two solenoids on the same axis
        is also the constant of proportionality between and or between and
        Units are Henry

      • is the self-inductance, which is the constant of proportionality between and through the solenoid
        Units are also

      • Inductors resist the flow of current. i.e. when you first switch on a circuit, the inductor induces an emf in the opposite direction to the circuit flowing through it. Over time, the current flow will steady out, meaning . This steady current means the inductor won’t induce any emf. When you switch the circuit off, the current decreases, meaning the inductor will induce an emf in the direction that circuit is flowing.
        The water-pipe analogy for inductors are water wheels. It takes time/energy to get a water wheel going, but once it’s going, it keeps going even when there is nothing driving the water forward.

      • is the magnetic energy density











        Under damping: (oscillation)
        Critical damping: (no oscillation)
        Over damping: (no oscillation)
    • AC Current ∿





      • is the impedence of an LRC circuit, which is a sort of resistance of the circuit
        is the power factor of your LRC circuit, which is a factor of how much power is dissipated by the circuit.



      • When with power factor , you have the power delivered as , which is the same as the power delieverd from a resistor
        When with power factor , you have the power delivered as , which is the same as the power delieverd from a pure inductor or capacitor

      • The resonance frequency of an AC LRC circuit is the same as the resonance frequency of a DC LC circuit

      • For a transformer, the voltage received by a secondary winding is proportional to the ratio of the windings (so more windings on the second winding means greater output voltage) and to the voltage through the first winding
        , which is a step-up transformer
        , which is a step-down transformer
    • Maxwell’s Equations 📡

      • Gauss’s Law
        States that the electric flux through an enclosed surface is proportional to the charge that the surface encloses

      • Gauss’s Law for magnetism
        States that the magnetic flux through an enclosed surface is equal to 0
        i.e. there is no such thing as a magnetic dipole/charge

      • Faraday’s Law
        States that the circulation/curl of an electric field about a loop scales with changing magnetic flux through the loop
        Direction of current is dictated by Lenz’z law

      • Ampere’s Law
        States that the curl of a magnetic field around a loop scales with the current and displacement current (changing electric field) through the loop
        Displacement current density is

      • The divergence of the electric field at a point is proportional the point’s charge density

      • The divergence of the magnetic field at a point is zero; there are no magnetic sources or sinks (monopoles)

    • Electromagnetic Waves 🌈

      • is the direction of propagation of an EM wave
      \Vert\vec B\Vert$$ - $E(x,t)=E_\text{max}\cos(kx-\omega t)$ If $\vec c$ goes in the same direction as positive $x$, then $\omega$ is positive. Otherwise, $\omega$ is negative - $B(x,t)=B_\text{max}\cos(kx-\omega t)$ Same rules apply as to $E(x,t)$ $k=\frac{2\pi}{\lambda},\space \omega=\frac{2\pi}{T}=2\pi f$ $\lambda_{\text{like}}=\frac{2L}{n},\space n\in \mathbb{N}$ $\lambda_{\text{mixed}}=\frac{4L}{n},\space n\in \mathbb{N_{odd}}$ - $n=\frac{c}{v}=\sqrt{\kappa\kappa_\mu}$ The index of refraction Ratio of the speed of light in a vacuum to the speed of light in a medium $\kappa$ is the relative permitivity or dielectric constant of the medium $\kappa_\mu$ is the relative magnetic permeability of the medium $u=\frac{I}{c}=\frac{1}{2}\varepsilon_0E^2+\frac{1}{2\mu_0}B^2=\varepsilon_0E^2=\frac{B^2}{\mu_0}$ - $\vec S=\frac{1}{\mu_0}\vec E\times\vec B=\frac{E_\text{max}B_\text{max}}{\mu_0}\cos^2(kx-\omega t)$ Poynting vector Average of $S$ is light intensity, or the power per unit area $P=\oint\vec S\cdot d\vec A$ - $I=S_\text{average}=\frac{E_\text{max}B_\text{max}}{2\mu_0}=\frac{1}{2}\varepsilon_0cE^2_\text{max}$ Has units of $\frac{W}{m^2}$, or power per unit area - $p_\text{rad absorbed}=\frac{I}{c}$ Defined as radiation pressure Same units as regular pressure $p_\text{rad reflected}=\frac{2I}{c}$ $E_\text{standing}(x,t)=-2E_\text{max}\sin(kx)\sin(\omega t)$ $B_\text{standing}(x,t)=-2B_\text{max}\cos(kx)\cos(\omega t)$ $x_{\text{nodal planes of }\vec E}=n\frac{\lambda}{2};\space n\in \mathbb{N}$ $x_{\text{nodal planes of }\vec B}=n\frac{\lambda}{4};\space n\in \mathbb{N}_\text{odd}$
    • Optics 🔎
      Snell’s Law Simulation: https://www.desmos.com/calculator/om6hzshyda
      Optics Simulation: https://www.desmos.com/calculator/iqldzpondt

      • Index of refraction

      • The angle between the reflected light ray and the normal of the surface is equal to the angle between the incident light ray and the normal of the surface

      • Snell’s Law
        is measured as between the light ray and the normal to the medium surfaces
        is the index of refraction for the medium the light enters from
        is the index of refraction for the medium the light enters
        Other forms are:

      • is the wavelength of light in the medium
        is the wavelength of light in a vacuum
        is the index of refraction
        is the wave number of light in the medium
        is the wave number of light in the vacuum
        stays constant between mediums, shortens to compensate for the wave slowing down

      • When an light ray makes an angle with the normal of the medium surfaces, the resulting light ray travels along the seam between the mediums rather than reflecting or refracting
        is the medium that the light enters from
        is the medium that the light enters

      • For most materials, this is the case
        For many materials, the amount of refraction depends on the wavelength of light. If this is true, this dependence is called dispersion

      • Malus’s Law
        The intensity through a second polarizer depends on the angle between the two polarizers’ axes

      • Brewster’s Law
        The angle of incident light at which none of the reflected light has light polarized in the parallel to the plane of incidence
        A consequence of this law is that the reflected and refracted ray are perpendicular to eachother
        is the angle between the polarized light and the

      • The intensity of scatttered light due to Rayleigh scattering is inversely proportional to the fourth power of the wavelength of light. So blue light for example scatters much more than red light

      • The lateral magnification of an image
        corresponds to an inverted image
        is the image height
        is the object height
        is the distance from the object to the mirror surface
        is the distance from the object to the mirror surface
        when the object’s on the same side as the incident ray
        when the image’s on the same side as the reflected or refracted ray

      • The total magnification of a series of lens is the product of each lens’ magnifications

      • Image position for a spherical mirror of radius
        is the focal length of the spherical mirror
        Same sign conventions as in above equation
        when the center of the spherical mirror is on the same side as the reflected light
        Essentially assumes

      • Spherical lens equation for refraction between two media with different refractive indexes
        is the refractive index of the medium that the incoming light first passes through
        is the refractive index of the medium that the refracted light passes through
        Same sign rules as above equation
        Essentially assumes

      • Thin lensmaker equation
        is the focal length
        Assumes the lens’ thickness is less than the curvature of the lens ()

      • Full lensmaker equation
        | | | | |
        | ------------------------------ | ---------------- | --------------- | ----------------------------- |
        | If the X is on the same side as Y light rays | object; incoming | image; outgoing | center of curvature; outgoing |

      • The of a camera depends on the focal length and the diameter of the aperature
        are generally given in the format of . For example, would correspond to an of

      • is the optical power of the lens
        is the focal length of the lens and , where is the radius of the lens
        The optical power of a lens determines how much bends light toward a point
        means and that the lenses are converging for hyperopia (far-sighted, short eyeballs)
        means and that the lenses are diverging for myopia (near-sighted, long eyeballs)
        Increasing means lowering and , which means more converging or diverging of light
        | | Nearsighted | Farsighted |
        | --------------------------- | ------------------------------------------- | ------------------------------------------- |
        | Can see | Near things | Far things |
        | Can’t see | Far things | Near things |
        | X-opia | Myopia | Hyperopia |
        | X-eyeballs | Long eyeballs | Short eyeballs |
        | Lenses needed | Divergent lens | Convergent lens |
        | needed for focal lenses | | |
        | needed for focal lenses | | |
        | Eye size through lens | Eyes look small from observer’s perspective | Eyes look large from observer’s perspective |

      • is the angular magnification of
        is the angle subtended by the image height at the point of observation
        is the angle subtended by the object height at the point of observation
        is often taken as 25 cm for the human eye
        is the focal length of the lens
        Assumes that the object angle is small to allow for

      • Microscopes use two converging lens: the objective lens and the eyepiece
        is often taken as 25 cm for the human eye
        is the length between the objective lens and the focal point of the eyepiece
        and are the focal length of the lenses

      • Telescopes use two converging lens like microscopes
    • Interference 📡
      • \text{Constructive Interference: }r_2-r_1=m\lambda, \space m\in \mathbb{Z}$$\text{Destructive Interference: }r_2-r_1=(m+\frac{1}{2})\lambda, \space m\in Z
        is the distance from the point source to the point of interest
        is the wavelength of light
        Constructive interference for two points produces linear nodal curves
        Destructive interference for two points produces hyperbolic antinodal curves
        The central bright peak corresponds to for constructive inteference
        The th bright peak corresponds to for constructive inteference
        The th dark band corresponds to

      • The difference in distances from two double slits to the point of interest is approximated by the above equation
        is the distance between the slits
        is the angle between the normal plane and the line formed between the center of the double slit and the point of interest
        Assumes , the normal distance from the slits to the screen

      • For constructive interference, is the distance between the center of the intensity pattern and the th bright band
        For destructive interference, is the distance between the center of the intensity pattern and the th dark band
        The approximation assumes and
        When , this corresponds to the central bright peak
        corresponds to the th bright peak

      • The intensity of light at each point depending on either the angle between the center line (the normal to the surface that intersects the center of the double slit) and the point of interest or depending on the shortest height between the center line and the point of interest
        This equation is for intereference, but it does not account for diffraction. The equation predict equal amplitudes of all of the intensity peaks, but in reality, the peaks diminish as deviates further from
        The approximations are valid only when
        NOTE: This formula and many others work only in radians mode (as indicated by the ’s)
	- $\text{Constructive: }2t=(m+\frac{\Delta\phi}{2\pi})\lambda,\space \text{Destructive: }2t=(m+\frac{1}{2}-\frac{\Delta\phi}{2\pi})\lambda \space \\m\in0,\mathbb{Z}^+$
		$t$ is the thickness of a thin film
		$\lambda$ is the wavelenght of light in the medium of the thin film (may have to use $\lambda=\frac{\lambda_0}{n}$)
		When only one surface undergoes a half-cycle phase shift, then $\frac{\Delta\phi}{2\pi}=\frac{1}{2}$. Otherwise, $\frac{\Delta\phi}{2\pi}=0$
		![Untitled](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/b932fca5-814c-417e-b854-52e4a93606cb/Untitled.png)
		![Untitled](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/fc08d208-d54a-4f37-affd-cbd42973257b/Untitled.png)
	$y_{m_\text{michelson inferometer}}=m\frac{\lambda}{2}$
- Diffration 🔦
	- $\sin(\theta_\text{dark})=\frac{m\lambda}{a},\space m=\mathbb{Z}-\{0\}$
		The angular location of the dark fringes for far-field (Fraunhofer) diffraction
		The $n$th dark band would correspond to $m=\pm n$
	- $y_m=R\sin\theta_m$
		$\theta_m$ can be found from $\sin(\theta_\text{dark})\approx\frac{m\lambda}{a}$, which holds when the screen is far from the light obstacle
		Interestingly, the central bright band is twice as large as the other bright bands
	- $I=I_0\cos^2(\frac{\phi}{2})(\frac{\sin(\beta/2)}{\beta/2})^2,\space\beta=\frac{2\pi}{\lambda}a\sin(\theta)$
		Intensity of light at a certain angle $\theta$ or height 
		The $\cos^2(\frac{\phi}{2})$ factor comes from interference of the waves
		The $(\frac{\sin(\beta/2)}{\beta/2})^2$ factor comes from diffraction of light
	- $I_m\approx\frac{I_0}{(m+\frac{1}{2})^2\pi^2},\space m\in\mathbb{Z}^+$
		The intensity of a bright band for far-field (Fraunhofer) diffraction
		The $n$th bright peak corresponds to $m=\pm n$
		The intensity at $m=0$ is just $I_0$ (doesn’t appear that way from this equation)
	- $\text{Missing maxima at }k\text{th peak when }d=ka$
		For a double slit experiment with finite-width slits, the $k$th bright peak is missing when the slit separation distance $d$ is an integer multiple of the slit width $a$ by a factor of $k$
	- $I_\text{principal peaks}=N^2I_0$
		When there are $N$ slits for diffraction grating, the intensity of the principal peaks are $N^2$ times the central peak intensity for when there is one slit
	$\#\text{ minima between principal peaks}=N-1$
	$\text{Principal peak width}\propto\frac{1}{N}$
	- $\sin\theta_1=1.22\frac{\lambda}{D}$
		Light outgoing from a circular aperture produces a circular diffraction pattern with a central bright circle called the Airy disk
		$\theta_1$ is the angle between the center line and the line formed from the center of the aperture and the edge of the Airy disk
		$\lambda$ is the wavelength of light
		$D$ is the diameter of the aperture
- Special Relativity 🚀
	*NOTE*: I have only verified these equations have only been verified for inertial reference frames (no accelerating reference frames)
	- Einstein’s Postulates
		(1) The laws of physics are the same from all inertial reference frames
		(2) The speed of light in a vacuum is a constant $c$
		(3) For low speed, classical Newtonian physics should hold
	- $\gamma=\frac{1}{\sqrt{1-\frac{v^2}{c^2}}}$
		Called the Lorentz’s factor
		Is a ubiquitous factor for equations in special relativity like for time dilation
		$v$ is the magnitude of the velocity that a reference frame $S'$ is moving relative to $S$
		When $v\ll c$, $\gamma\approx 1$
		As $v\rightarrow c$, $\gamma$ increases significantly beyond $1$
	- $\Delta t=\gamma\Delta t_0$
		This equation describes the time dilation of an event that is stationary in $S'$ as observed by someone in the reference frame $S$
		$\Delta t_0$ is the time measured of an event that occurs at the same point in $S'$ (called the proper time for this event)
		$\Delta t$ is the time measured of an event in $S$
	- $l=\frac{l_0}{\gamma}$
		This equation describes the length contraction of an object that is stationary in $S'$ as observed by someone in reference frame $S$
		$l_0$ is called the proper length of the object and is measured in $S'$.
		$l$ is the length measured of the object in $S$
		The length measured has to be parallel to the movement between $S$and $S'$
	- $x'=\gamma(x-ut)$
		The Lorentz-transformed $x$-coordinate $x'$ in $S'$ of $x$ in $S$
		$u$ is the velocity of $S'$ relative to $S$
	- $t'=\gamma(t-\frac{ux}{c^2})$
		The Lorentz-transformed time $t'$ in $S'$ of $t$ in $S$
		$t$ and $x$ are native to $S$
	$v'_x=\frac{v_x-u}{1-\frac{uv_x}{c^2}}$
	$p=\gamma mv$
	$F^\parallel=\gamma^3ma$
	$F^\perp=\gamma ma$
	$F=\gamma m[a+\frac{\gamma^2}{c^2}v(\vec v\cdot \vec a)]$
	$K=(\gamma-1)mc^2$
	$E=K+mc^2=\gamma mc^2$
	$E^2=(mc^2)^2+(pc)^2$
	- Lorentz Transformation
		Blog explaining hyperbolic trig functions: https://www.physicslog.com/blog/2019/03/lorentz-hyperbolic-rotation/
		$$\begin{bmatrix}
		t'\\
		x'\\
		y'\\
		z'
		\end{bmatrix} =
		\begin{bmatrix}
		\gamma & \gamma\beta & 0 & 0\\
		\gamma\beta & \gamma & 0 & 0\\
		0 & 0 & 1 & 0\\
		0 & 0 & 0 & 1
		\end{bmatrix}
		\begin{bmatrix}
		t\\
		x\\
		y\\
		z
		\end{bmatrix} = 
		\begin{bmatrix}
		\cosh \theta & \sinh \theta & 0 & 0\\
		\sinh \theta & \cosh \theta & 0 & 0\\
		0 & 0 & 1 & 0\\
		0 & 0 & 0 & 1
		\end{bmatrix}
		\begin{bmatrix}
		t\\
		x\\
		y\\
		z
		\end{bmatrix}$$
		$\beta = \frac{v}{c}$
		$\gamma = \frac{1}{\sqrt{1 - \beta^2}} = \cosh \theta$
		$\gamma\beta = \sinh \theta$
	- $s^2 = (ct)^2 - \vec r^2$
		$s$ is the preserved interval for Lorentz Transformations
		$\vec r = (x, y, z)$
	$$g_\text{Euclidean} = \begin{bmatrix}
	1 & 0 & 0\\
	0 & 1 & 0\\
	0 & 0 & 1
	\end{bmatrix}$$
	$$g_\text{hyperbolic} = \begin{bmatrix}
	1 & 0 & 0 & 0\\
	0 & -1 & 0 & 0\\
	0 & 0 & -1 & 0\\
	0 & 0 & 0 & -1
	\end{bmatrix}$$
	$$s^2 = \begin{bmatrix}
	ct & x & y & z
	\end{bmatrix} g_\text{hyperbolic}
	\begin{bmatrix}
	ct\\
	x\\
	y\\
	z
	\end{bmatrix} = (ct)^2 - (x^2 + y^2 + z^2)$$
	- $$\phi = \begin{bmatrix}
	\omega / c & k_x & k_y & k_z
	\end{bmatrix} g_\text{hyperbolic}
	\begin{bmatrix}
	ct\\
	x\\
	y\\
	z
	\end{bmatrix} = \omega t - \vec k \cdot \vec r$$
		$$k = \begin{bmatrix}
		\omega / c, k_x, k_y, k_z
		\end{bmatrix}$$
- Mathematical Methods
	https://www.physicswithelliot.com/all-notes
	- Vector/Tensor Analysis
		- Tensor Definition
			Best contravariant/covariant explanation: https://www.youtube.com/watch?v=CliW7kSxxWU
			Tensor explanation 1: https://www.youtube.com/watch?v=7c8Agf9qtfI
			Tensor explanation 2: https://www.youtube.com/watch?v=ztUHlZftPlo
			Tensor explanation 3: https://www.youtube.com/watch?v=nNMY02udkHw
			A rank $n$ tensor in $m$ dimensional space has $n$ indicies (or coordinates), $m^n$ components, and transforms as described by a generalized version of the above transformation rule
			E.g. the 3D stress tensor is a rank $2$ tensor and has $3^2$ components. Likewise, vectors in 3D are rank $1$ tensors and have $3^1$ components
			Superscript represents column vectors:
			$$T^i = (T^i)_{i = 1, 2, 3} = 
			\begin{bmatrix}
			T^1\\
			T^2\\
			T^3
			\end{bmatrix}$$
			Subscript represents row vectors:
			$$T_{i} = (T_i)_{i = 1, 2, 3} = \begin{bmatrix}
			T_1 & T_2 & T_3
			\end{bmatrix}$$
		- $\varepsilon_\text{ijk}=
		\begin{cases}
		~~~1,\quad\text{even permutation of } \varepsilon_{ijk}\\
		-1,\quad \text{odd permutation of } \varepsilon_{ijk}\\
		~~~0,\quad \text{otherwise}
		\end{cases}$
			Called the Levi-civita symbol
		$\varepsilon_{ijk}\delta_{jk}=0$
		$\varepsilon_{ijk}\varepsilon_{ilm}=\delta_{jl}\delta_{km}-\delta_{jm}\delta_{kl}$
		$M_{ij}N_{jk}=(MN)_{ik}$
		$R_{ij}=R_{ji}^{-1}\text{ for orthogonal }R$
		- $v_i'=R_{ij}v_j$
			The vector components in a new  coordinate system $S'$ that is rotated with respect to the original coordinate system $S$ can be represented by the orthogonal transformation of the vector
			Vectors are defined to describe values that do not change despite changing coordinate systems. The components of the vector may change when the coordinate system is rotating or even moving, but the vector’s direction/magnitude do not change
		- $\lVert\vec a\times \vec b\rVert=\lVert\vec a\rVert\lVert\vec b\rVert\sin\theta$
			Called the vector product or cross product
			The resulting vector is orthogonal to both vectors and follows the right hand rule where taking your right hand, you point toward $\vec a$, curl your hands toward $\vec b$, and the direction of your thumb when pointing out is the $\lVert\vec a\times \vec b\rVert$
			(1) Anticommutative: $\vec a\times \vec b=-\vec b\times \vec a$
			(2) Distributive: $\vec a\times(\vec b + \vec c)=\vec a \times \vec b+\vec a\times \vec c$
		- $(\vec a\times \vec b)_i=\varepsilon_{ijk}a_jb_k$
			$(\vec a\times \vec b)_i=a_2b_3-a_3b_2=\varepsilon_{ijk}a_jb_k$
		- $\text{Triple Scalar Product}$
			$$\vec A\vec B\vec C=\det\begin{bmatrix}
			A_x & A_y & A_z\\
			B_x & B_y & B_z\\
			C_x & C_y & B_z
			\end{bmatrix}
			= \vec A \cdot (\vec B \times \vec C) = (\vec A \times \vec B) \cdot \vec C = \text{even permutations of }\vec A \vec B \vec C = -\text{(odd permutations of }\vec A \vec B \vec C)$$
		- $\text{Triple Vector Product}$
			$\vec A \times (\vec B \times \vec C) = (\vec A \cdot \vec C)\vec B - (\vec A \cdot \vec B)\vec C$
			In words (this is how it should be memorized):
			The value of a triple vector product is a linear combination of two vectors in the parenthesis; the coefficient of each vector is ht edot product of the other two; the middle vector in the triple product always had the positive sign
		- $I_{ik}=\sum m(r^2\delta_{ij}-r_ir_j)=\int d^3r\rho(\vec r)(r^2\delta_{ij}-r_ir_j)$
			Expanded form $=\begin{bmatrix}
			\sum m(y^2+z^2)&-\sum mxy&-\sum mxz\\
			-\sum mxy &\sum m(x^2+z^2)&-\sum myz\\
			-\sum mxz& -\sum myz&\sum m(x^2+y^2)
			\end{bmatrix}$
		- $\text{Principle Axes}$
			The principle axes of an object are the eigenvectors of the object’s diagonalized moment of inertia tensor matrix
		- $E=\frac{1}{2}\omega_i\omega_jI_{ij}$
			This mirrors the one-axis form of:
			$E=\frac{1}{2}I\omega^2$
		$L_i=I_{ij}\omega_j$
		- $x^{i'}=x^{i'}(x^1,x^2,\ldots,x^N)$
			Represents a generalized coordinate transformation
		- ${v^i}'={\frac{{(\partial x^i)}'}{\partial x^k}}v^k$
			Represents a generalized transformation of a vector.  Note we have to sum over $k$ elements of the vector for each $i$ elements in the transformed vector where $k = i = \text{dimension of }v$
			Additional fact: ${dx^i}' = \frac{\partial x^i}{\partial x^k}'dx^k$
			An example would be the rotation transformation:
			$$x' = x\cos\theta + y\sin\theta\\
			y' = -x\sin\theta + y\cos\theta$$
			Or using superscripts:
			$${x^1}' = x^1\cos\theta + {x^2}\sin\theta\\
			{x^2}' = -x^1\sin\theta + x^2\cos\theta$$
			where ${x^1}'$ is the $x^1$-coordinate of a vector in the transformed basis
			Now the vector would be represented by:
			${v^1}' = \sum_{k = 1}^2 \frac{{\partial x^i}'}{\partial x^k}v^k = \frac{{\partial x^{1}}'}{\partial x^1}v^1 + \frac{{\partial x^{1}}'}{\partial x^2}v^2 = \frac{\partial}{\partial x^1}(x^1\cos\theta + {x^2}\sin\theta)v^1 + \frac{\partial}{\partial x^2}(-x^1\sin\theta + {x^2}\cos\theta)v^1= v^1\cos\theta + v^2\sin\theta$
			${v^2}' = \ldots = -v^1\sin\theta + v^2\cos\theta$
		- ${T^{ik}}'={\frac{{(\partial x^i)}'}{\partial x^j}}{\frac{{(\partial x^k)}'}{\partial x^l}}T^{jl}$
			Generalized form for a tensor transformation
		- $ds^2 = g_{ik} dx^i dx^k$
			$ds$ here is an invariant distance between two points
			$g_{ik}$ is the metric tensor with the property that $g_{ik}$ applied to 
			In Euclidean space, $g_{ik} = \delta_{ik}$, which gives that $ds^2 = \delta_{ik}dx^idx^k = dx_kdx^k$, which is the scalar product between the two points’ vectors, which indeed equals the square of the distance between the two points
	- Linear Algebra
		$\det(A=a_{ij})=\varepsilon_{ijk}a_{1i}a_{2j}a_{3k}$
	- Differential Operators
		- Rules
			$\partial$ is only commutative with respect to other $\partial$ signs
			E.g:
			$\partial_i\partial_ju_i=\partial_j\partial_iu_i$ because $\frac{\partial^2 u_i}{\partial x_j\partial x_i}=\frac{\partial^2 u_i}{\partial x_j\partial x_i}$
			However, $\partial_iu_iv_k\ne \partial_iv_ku_i$
		$\partial_i=\frac{\partial}{\partial x_i}$
		$\nabla=\partial_i$
		$\nabla f=\partial_if$
		$\nabla\cdot\vec F=\partial_iF_i$
		$\nabla^2=\partial_i\partial_i$
		$\nabla^2f=\partial_i\partial_if$
		$\nabla^2\vec F=\partial_i\partial_i\vec F_j$
		$(\nabla\times\vec F)_i=\varepsilon_{ijk}\partial_jF_k$
		$\vec \nabla \times (\vec \nabla f) = \vec 0$
	- Vector Calculus
		- Jacobians and Change of Coordinate Systems
			$$J=\varepsilon_{ijk}\partial iu\partial_jv\partial_kw=\frac{\partial(x_1,x_2,\ldots,x_n)}{\partial(a_1,a_2,\ldots,a_n}=\det\begin{bmatrix}
			\frac{\partial x_1}{\partial a_1} & \cdots & \frac{\partial x_n}{\partial a_1}\\
			\vdots & \ddots & \vdots\\
			\frac{\partial x_1}{\partial a_n} & \cdots & \frac{\partial x_n}{\partial a_n}
			\end{bmatrix}$$
			$dV=|J|dx_1dx_2\ldots dx_n$
			$J_{\text{polar}}=J_{\text{cylindrical}}=r$
			$x=r\cos \theta, \space y=r\sin \theta, \space z=z$
			$r=\sqrt{x^2+y^2},\space \theta=\tan^{-1}(\frac{y}{x}), \space z=z$
			$ds^2=(dr)^2+(rd\phi)^2+(dz)^2$
			$J_{\text{spherical}}=\rho^2\sin(\phi)$
			$x=\rho\sin\phi\cos\theta,\space y=\rho\sin\phi\sin\theta,\space z=\rho\cos\phi$
			$\rho=\sqrt{x^2+y^2+z^2},\space \theta=\tan^{-1}(\frac{y}{x}),\space \phi=\cos^{-1}(\frac{z}{\rho})$
			$ds^2=(dr)^2+(r\sin\theta d\phi)^2+(rd\theta)^2$
		- Line, Surface, Vector Integrals
			- $\int_\Gamma\vec F\cdot d\vec l=\int_{t_0}^{t_f}\vec F(\vec r(t))r'(t)dt,\space r(t)=(y(t),x(t))\text{ where }y=f(x)\text{ describes }\Gamma$
				Called a line integral (or vector line integral more specifically)
			- $\int_S \vec F\cdot\hat ndA=\int_{b_0}^{b_f}\int_{a_0}^{a_f}(\vec F\cdot\hat n)dadb$
				Surface Integral
		- Major Theorems
			$\int_\mathscr{C}\nabla f\cdot d\vec r=f(S_f)-f(S_0)\\\text{ (Fundamental Theorem of Vector Integrals)}$
			$\iint_S(\vec F\cdot \hat n)dS=\iiint_V(\vec\nabla\cdot\vec F)dV\text{ (Divergence Theorem})$
			$\iint_S(\vec\nabla\times\vec F)\cdot\hat ndA=\oint_\Gamma\vec F\cdot d\vec l\text{ (Stoke's Theorem})$
	- Generalized Vector Spaces
		$V \coloneqq \{u,v,\ldots\} :$ addition and multiplication by numbers are defined:
		$\ket{u}, \ket{v} \in V \rightarrow \alpha \ket{u} + \beta \ket{v} \in V, \alpha,\beta \in \mathbb{R} \text{ or } \alpha,\beta \in \mathbb{C}$
		Properties of vector spaces:
		- (1) $\exists \ket{0} : \ket{u} + \ket{0} = \ket{u}$
			There is a zero vector such that adding it to any other vector results in no change
		- (2) $\exists \ket{-u} : \ket{u} + \ket{-u} = \ket{0}$
			There is such thing as the negative of a vector, which when added to its positive counterpart, results in the zero vector
		- (3) $\text{Vectors linearly independent} \leftrightarrow (\sum \alpha_i \ket{u_i} = \ket{0} \rightarrow \alpha_i = 0 ~ \forall i)$
			A set of vectors are linearly independent if the only way for a linear combination of them to equal the zero vector is if their coefficients are all 0
			i.e. Linearly independent vectors cannot form linear combinations of each other
		- (4) $\text{Vectors } \{\ket{e_i}\} \text{ are a basis of }V \leftrightarrow \text{linearly independent and } \exists \alpha_i : \ket{u} = \sum_i \alpha_i \ket{e_i} \forall \ket{u} \in V$
			A basis is a set of vectors that are each linearly independent and can form linear combinations to become any other vector in $V$
			An example is $\{\sin(\omega t\}, \cos(\omega t)\}$ for the space of solutions of $\ddot x + \omega^2 x(t) = 0$
		- (5) $\text{dim}(V) = |\ket{e_i}|$
			The dimension of a vector space is the number of elements in any of its bases
		- (6) $V_1 \cong V_2 \leftrightarrow (\exists L : V_1 \rightarrow V_2, \text{ an invertible linear operator})$
			Two vectors spaces are isomorphic if there exists a linear operator $L$ between them, meaning there is a bijection between the two vector spaces and $L(\alpha \ket{u_1} + \beta \ket{v_1}) = \alpha L \ket{u_1} + \beta L \ket{v_1} = \alpha \ket{u_2} + \beta \ket{v_2} \forall \alpha,\beta$
		Examples: 
		$\mathbb{R}^n$
		$\mathbb{C}^n$
		$\mathbb{P}^n = \{\text{polynomials of order} \le n\}$
		$\{\text{solutions to linear homogeneous differential equations}\}$
		- Infinite Dimensional Vector Space
			E.g.:
			Set of continuous functions $f : [0, 1] \rightarrow \mathbb{R}$
			Set of square integrable functions on $[0, 1]$, or $\{f : \int_0^1 (f(x))^2 dx\}$
			Set of all polynomials of degree $n$ where $n$ may be infinite
		Projection Operator: $L^2 = L$
		Scalar Product:
		- $( ~ , ~) : V \times V \rightarrow \mathbb{C}$
			$(a,b) = \braket{a|b}$
		- (1) $(a,b) = (b,a)^*$
			Scalar products are not quite commutative (have to take the complex conjugate)
		- (2) $(a, \alpha b + \beta c) = \alpha(a,b) + \beta(a,c)$
			Scalar products are distributive
		- (3) $\text{For orthongonal vectors} \ket{u},\ket{v} : \braket{u | v} = 0$
			Orthogonal vectors have a scalar product of 0
		- (4) $\text{For } \{\ket{e_i}\}, \braket{e_i | e_j} = \delta_{ij}$
			Basis vectors of the same index have a scalar product of 1, 0 if they have different indices
		E.g.:
		For square integrable functions on $[0,1]$
		$(f,g) = \int_0^1 fg ~ dx$ on $\mathbb{R}$
		Or
		$(f,g) = \int_0^1 f^*g ~ dx$ on $\mathbb{C}$
		E.g.:
		$\{\frac{1}{\sqrt{2L}}, \frac{1}{\sqrt{L}}\sin(\frac{n\pi}{L}x), \frac{1}{\sqrt{L}}\cos(\frac{n\pi}{L}x)\} \text{ is an orthonormal basis}$
		$(f,g) = \int_{-L}^Lfg ~ dx$
		E.g.:
		$\{\frac{1}{\sqrt{2\pi}} e^{inx}, n \in \mathbb{Z}\} \text{ is an orthonormal basis}$
		$(f,g) = \int_{-\pi}^\pi f^*g ~ dx$
		- $\braket{e_i | f} = \alpha_i$
			$e_i$ is a basis vector
			$f$ is a generalized vector (can be a function)
			$\alpha_i$ is the coordinate of $f$ for the $i$th basis vector
		- $(a,a) = \lVert a \rVert^2$
	- Fourier Analysis
		$f(x + \lambda) = f(x) ~ \forall x$
		$\bar f = \frac{1}{b - a} \int_a^b f(x)dx$
		$f(x) = \frac{1}{2}a_0 + \displaystyle\sum_{n = 1}^{\infty} a_n\cos(nx) + b_n\sin(nx)$
		$a_0 = \frac{1}{\pi}\int_0^{2\pi}f(x)dx$
		$a_n = \frac{1}{\pi}\int_0^{2\pi}f(x)\cos(nx)dx$
		$b_n = \frac{1}{\pi}\int_0^{2\pi}f(x)\sin(nx)dx$
		Generalized:
		For $f(x) = f(x + 2L)$
		$f(x) = \frac{a_0}{2} + \displaystyle\sum_{n = 1}^\infty\left[a_n\cos\left(\frac{n\pi}{L}x\right) + b_n\sin\left(\frac{n\pi}{L}\right)\right]$
		$a_0 = \frac{1}{L}\int_0^{2L}f(x)dx$
		$a_n = \frac{1}{L}\int_0^{2L} f(x) \cos(\frac{n\pi}{L}x)dx$
		$b_n = \frac{1}{L}\int_0^{2L} f(x) \sin(\frac{n\pi}{L}x)dx$
		Using $\omega$:
		For $f(x) = f(x + \frac{2 \pi}{\omega})$
		$f(t) = \frac{a_0}{2} + \displaystyle\sum_{n = 1}^\infty[a_n\cos(n \omega t) + b_n\sin(n \omega t)]$
		$a_0 = \frac{\omega}{\pi}\int_0^{\frac{2\pi}{\omega}}f(t)dt$
		$a_n = \frac{\omega}{\pi}\int_0^{\frac{2\pi}{\omega}} f(t) \cos(n \omega t)dt$
		$b_n = \frac{\omega}{\pi}\int_0^{\frac{2\pi}{\omega}} f(t) \sin(n \omega t)dt$
		$f(x) = \displaystyle\sum_{n = -\infty}^{\infty} C_ne^{inx}$
		$f^*(x) = \displaystyle\sum_{n = -\infty}^{\infty} C_n^*e^{-inx}$
		- $C_n = \frac{1}{\sqrt{2\pi}} \int_{-\pi}^{\pi}fe^{-inx}dx$
			$C_n$ is like a coordinate of $f$ for the basis vector $e^{inx}$
			$C_n = \braket{e_n | f} = \braket{\frac{1}{\sqrt{2\pi}}  e^{inx} | f} = \frac{1}{\sqrt{2\pi}} \int_{-\pi}^{\pi}fe^{-inx}dx$
	- Fourier Transform
		$\hat f(k) = \int_{-\infty}^\infty f(x)e^{-2\pi ixk}dx$
		$F(\omega) = \mathcal{F}(f(x)) = \frac{1}{2\pi}\int_{-\infty}^{\infty}f(x)e^{i\omega x}dx$
		$f(x) = \frac{1}{\sqrt{2 \pi}}\int_{-\infty}^\infty a(k)e^{ikx}dk$
		$a(k) = \frac{1}{\sqrt{2\pi}}\int_{-\infty}^\infty f(x) e^{-ikx}dx$
	- Laplace Transform
		$\hat x(s) = \int_0^\infty dt e^{-st}x(t)$
		$T(x,t) = \int_{-\infty}^\infty G(x, x') f(x')dx'$
		$G(x - x') = \frac{1}{\sqrt{4\pi Dt}}e^{-\frac{(x - x')^2}{4Dt}}$
	- Convolutions
		3B1B Video: https://www.youtube.com/watch?v=KuXjwB4LzSA
		- $$(a * b)_n = \displaystyle\sum_{\substack{i, j \\ 
		i + j = n}}
		a_i \cdot b_j = \displaystyle\sum_{i = 1}^n a_i \cdot b_{n - i}$$
			The convolution of $a_i$ and $b_i$ is given by the above formula
	- Legendre Series
	- Differential Equations
		- $\nabla^2\phi = 0$
		- $\frac{1}{c^2}\frac{\partial^2 f}{\partial t^2} = \nabla^2 f$
			Called the wave equation
		- $\frac{\partial T}{\partial t} = \alpha \nabla^2T$
			Called the heat equation
			3b1b video: https://www.youtube.com/watch?v=ToIXSwZ1pJU
			$T$ is temperature and is a function of position and time (e.g.: $T(\vec x, t)$)
			$\alpha$ is the thermal diffusivity of the material with units $\frac{m^2}{s}$
			To solve for $T$
			(1) Separation of variables (check differential equations section for more info)
			(2) Apply boundary conditions
			(3) Apply initial conditions
	- Lagrange’s Method
		- $J = \int_{x_1}^{x_2}f\{y(x), y'(x); x\}dx$
			The goal is to find $y(x)$ to minimize $J$
		- $\frac{\partial \mathcal{L}}{\partial q_i} - \frac{d}{dt}\frac{\partial L}{\partial \dot q_i} = 0, ~ i = 1, 2, 3$
			Euler-Lagrange Equation
			$\frac{\partial \mathcal{L}}{\partial q_i} = \frac{d}{dt}\frac{\partial \mathcal{L}}{\partial \dot q_i}$
		$(\frac{\partial f}{\partial Y} - \frac{d}{dt}\frac{df}{d\dot Y})(\frac{\partial g}{\partial Y})^{-1} = (\frac{\partial f}{\partial z} - \frac{d}{dt}\frac{\partial f}{\partial \dot z})(\frac{\partial g}{\partial z})^{-1}$
	- Hamiltonian
		- $\delta \int_{t1}^{t2}L dt = 0$
			Called Hamilton’s Principle, or Principle of Least Action
		- $\displaystyle H \equiv \sum_i p_i \dot q_i - \mathcal{L}(q_i, \dot q_i, t), ~  p_i \equiv \frac{\partial \mathcal{L}}{\partial \dot q_i}, ~ \dot q_k = \frac{\partial H}{\partial p_k}, ~ \dot p_k = -\frac{\partial H}{\partial q_k}$
			Hamilton’s equations of motion
		- $\mathcal{L}(x, \lambda) \equiv f(x) + \lambda g(x)$
			Lagrange undetermined multipliers
- Quantum Physics
	- $\omega = 2\pi f = \frac{2\pi}{T}$
		This is the angular temporarl frequency
	- $k = 2\pi \xi = \frac{2\pi}{\lambda}$
		This is the angular spatial frequency
	$v_\text{phase} = \frac{\omega}{k} = f \lambda = \frac{\lambda}{\tau} = \frac{2\pi f}{k} = \frac{\omega \lambda}{2 \pi}$
	$v_\text{group} = \frac{\partial E}{\partial p} = \frac{\partial \omega}{\partial k}$
	$v_\text{phase}v_\text{group} = c^2$
	$v = \frac{\omega}{|k|\cos\theta} = \frac{\lambda}{T\cos\theta}$
	$E = \hbar\omega = \frac{h}{T} = hf$
	$p = \hbar k = \frac{h}{\lambda} = h\xi$
	![Untitled](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/1ffcc194-3383-49ad-9952-8d10e3c1fa30/Untitled.png)
	- $n\lambda = d\sin \theta$
		The equation for Bragg scattering
		$n$ is the diffraction order
		$\lambda$ is the electron wavelength
		$d$ is the lattice period
		$\theta$ is the scattering angle
	- $\lambda = \frac{\lambda_C}{\sqrt{\frac{2K}{mc} + (\frac{K}{mc^2})^2}}, ~ \lambda_C = \frac{h}{mc} = \frac{2\pi}{k_C}$
		$\lambda_C$ is the Compton wavelength of a particle
		$\lambda_{C_\text{electron}} = 2.43 pm$
		The compton wavelength of a certain particle measures the wavelength of a photon that matches the energy of that certain particle’s rest energy
	$m_ec^2 \approx 511 keV$
	- $\frac{1}{\lambda_t^2} - \frac{1}{\lambda^2} = \frac{1}{\lambda_C^2}$
		$\lambda_t$ is the temporal wavelength
		$\lambda$ is the de Broglie wavelength
		$\lambda_C$ is the Compton wavelength of the electron
	- $R = \frac{\lambda}{2\text{NA}}$
		$R$ is the spatial resolution of the microscope
		$\text{NA}$ is the numerical aperature
	$\frac{e^2}{4\pi\varepsilon_0} = 1.44 ~ eV \cdot nm$
	$\hbar c = 197 ~ eV \cdot nm$
	$\alpha = \frac{e^2}{4\pi\varepsilon_0\hbar c} \approx \frac{1}{137}$
	$E\lambda \approx 400\pi ~ eV\cdot nm$
	- $\Delta t \Delta \omega \ge \frac{1}{2}, ~ \Delta x \Delta k \ge \frac{1}{2}$
		Unitless
	- $\Delta t \Delta E \ge \frac{\hbar}{2}, ~ \Delta x \Delta p \ge \frac{\hbar}{2}$
		Heisenberg Uncertainty Principle
		Units of action
	$f(x) = \frac{1}{\sqrt{2\pi}}\int_{-\infty}^\infty a(k)e^{ikx}dk$
	$a(k) = \frac{1}{\sqrt{2\pi}}\int_{-\infty}^\infty f(x)e^{-ikx}dx$
	$\text{To time: }x\rightarrow t, ~ k\rightarrow \omega, ~ i \rightarrow -i$
	$\frac{}{}$$f(x) = \frac{1}{2\pi}\iint f(x')e^{-ikx'}dx'e^{ikx}dk = \frac{1}{2\pi}\iint f(x')e^{ik(x - x')}dkdx' = \int f(x')\delta(x - x')dx' = f(x)$
	$\delta(x - x') = \frac{1}{2\pi}\int_{-\infty}^\infty e^{ik(x - x')}dk$
	$f(x) = \int_a^b f(x')\delta(x - x')dx'$
	- $-\frac{1}{c^2}\frac{\partial^2 u}{\partial t^2} + \nabla^2 u = k_c^2u$
		Wave equation
	$\Psi(x,0) = \frac{1}{\sqrt{2\pi}}\int_{-\infty}^\infty \Psi(k)e^{ikx}dk$
	$\Psi(x,t) = \frac{1}{\sqrt{2\pi}}\int_{-\infty}^\infty \Psi(k)e^{i(kx-\omega(k)t)}dk, ~ \omega = \frac{\hbar k^2}{2m}$
	$-\frac{\hbar^2}{2m}\frac{d^2 \Psi}{dx^2} + U(x)\Psi(x, t) = i\hbar \frac{\partial \Psi}{\partial t}$
	$-\frac{\hbar^2}{2m}\frac{d^2 \Psi}{dx^2} + U(x)\Psi(x) = E\Psi(x)$
	$E_n = \frac{\hbar^2 k^2}{2m} = \frac{n^2 \pi^2 \hbar^2}{2mL^2}, ~ n \in \mathbb{Z}^+$
	$\Psi_n(x) = A\sin(\frac{n\pi x}{L})$
	$\Psi_0(x) = \frac{1}{\sqrt{\sigma_x \sqrt{2\pi}}}e^{-(\frac{x}{2\sigma_X})^2} = \left(\frac{m\omega_0}{\pi\hbar}\right)^{\frac{1}{4}}e^{-\frac{m\omega_0 x^2}{2\hbar}}$
	$\Psi_0(k) = \frac{1}{\sqrt{\sigma_x \sqrt{2\pi}}}e^{-(\frac{k}{2\sigma_X})^2} = \left(\frac{\hbar}{\pi m \omega_0}\right)^{\frac{1}{4}}e^{-\frac{\hbar k^2}{2m\omega_0}}$
	$P(x \in [a, b]) = \int_a^b |\psi(x)|^2dx$
	- $\braket{x} = \int_{-\infty}^\infty x|\Psi (x, t)|^2 dx$
		$\braket{x}$ is the expected value of the position of a particle
		$|\Psi (x, t)|^2$ is the same as $P(x)$, the probability density of the particle
	$\sigma_x^2 = (\Delta x)^2 = \braket{x^2} - \braket{x}^2$
	$E_n = (n + \frac{1}{2})\hbar \omega$
	- $\Psi(x, t) = Ae^{i(kx - \omega t)} + Be^{i(-kx - \omega t)}$
		This wave function describes the wave traveling toward or away from a potential energy barrier.
		![Untitled](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/2ee891fb-0cf8-4b23-9131-a24e4f94c601/Untitled.png)
		If the wave source is on the left side of the barrier:
		For the $\Psi$ where $x < 0$:
		$A, B \in \mathbb{C}$
		For the $\Psi$ where $x > 0$:
		$B = 0$ because $e^{i(-kx - \omega t)}$ for $k > 0$ represents a wave traveling leftward, which shouldn’t be possible: https://www.desmos.com/calculator/pew0elwjfz
	- $R = \frac{(\Psi * \Psi)_\text{reflected}}{(\Psi * \Psi)_\text{incident}} = \frac{|B|^2}{|A|^2}$
		The reflection coefficient $R$ is the ratio of the reflected probability density to the incident probability density
	- $T = \frac{(\Psi * \Psi)_\text{transmitted}}{(\Psi * \Psi)_\text{incident}} \cdot \frac{k_2}{k_1} = \frac{|F|^2}{|A|^2}$
		The transmission coefficient $T$ is the ratio of the transmitted probability density to the incident probability density
	- $R + T = 1$
		A wave is either reflected or transmitted, so the reflected and transmitted probabilities must add up to $1$
	- $k = \frac{\sqrt{2m(E - U_0)}}{\hbar}$
		The wave number for a particle moving through space
	- $\lambda_f - \lambda_i = \Delta \lambda = \frac{h}{m_e c}(1 - \cos\theta)$
		Compton scattering equation
		$\lambda_f$  is the wavelength of the scattered photon
		$\lambda_i$ is the wavelength of the incident photon
		![Screen Shot 2023-06-05 at 10.22.42 AM.png](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/82481e53-a7bb-485b-8e52-38093a37e1af/Screen_Shot_2023-06-05_at_10.22.42_AM.png)
	$m_e vr = n\hbar$
	$2\pi r = n\lambda$
	- $r_n = \frac{n^2\hbar^2}{m_ek e^2} = n^2a_0$
		$r_n$ is the radius for the orbit of an electron at energy level $n$ orbiting a nucleus
		$n$ is the energy level, $\in \mathbb{Z}^+$
		$k$ is Coloumb’s constant
		$e$ is the charge of the electron
	- $a_0 = \frac{\hbar^2}{m_e k e^2} = \frac{1}{\alpha k_e} = \frac{\lambda_e}{2\pi\alpha} \approx 0.529 Å$
		$a_0$ is the Bohr radius for when $n = 1$
		This is the smallest radius for an electron to be orbiting a hydrogen atom
	- $E_i = \frac{\vec p_i^2}{2m} + \frac{1}{2}k\vec r_i^2$
		This is the equipotential theorem (might be spelling it wrong)
	- $2\braket{K} = n\braket{U}$
		Virial Theorem
	- $E_n = -\frac{ke^2}{2a_0}(\frac{1}{n^2})$
		The energy level for an electron at energy level $n$
	$r_n = n^2\frac{a_0}{Z}$
	$E_n = -\frac{ke^2}{2a_0}(\frac{Z^2}{n^2})$
	$\mu = \frac{m_e m_p}{m_e + m_p}$
	$f_\text{MB} = Ae^{-\frac{E_i}{k_BT}}$
	- $K_\text{max} = hf - \phi$
		Photoelectric effect
		States that the kinetic energy of a photoelectron is dependent on the frequency of the light hitting the material and work function of the material
		$\phi$ is the work function
	- $j^\star = \sigma T^4$
		Stefan’s Law
		$j^\star$  is black-body radiant emittance in terms of intensity, or $\frac{W}{m^2}$
		$\sigma$ is the Stefan-Boltzmann constant and has a value of $\frac{2\pi^5 k^4}{15 c^2 h^3} = 5.670374419 * 10^{-8} ~ W m^{-2} K ^{-4}$
		$T$ is thermodynamic temperature
	$u(\lambda, T) = \frac{8 \pi hc}{\lambda^5 (e^{hc / \lambda k T} - 1)}$ 
- Particle Physics
	- Standard Model
		Video explaining: https://www.youtube.com/watch?v=mYcLuWHzfmE
		Infographic: https://www.flickr.com/photos/95869671@N08/51148317732/
		![51148317732_42c3d37d37_o.png](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/abbb92c1-0c0f-4845-a41c-20c281ec23fa/51148317732_42c3d37d37_o.png)
		| Particle | Fermion | Boson |
		|  |  |  |
		| Mass | Has mass | No mass |
		| Spin | $\frac{1}{2} + k, k \in \mathbb{N}^+ \\
		\frac{1}{2}, \frac{3}{2}, \frac{5}{2}, \ldots$ | $k, k \in \mathbb{Z} - \mathbb{Z}^- \\
		0, 1, 2, \ldots$ |
		- $\text{Baryon number} = \frac{1}{3}(n_{q} + n_q')$
			$n_q$ is the number of quarks in the baryon
			$n_q'$ is the number of anti quarks in the baryon
			A baryon is made of an odd number of 3 or more quarks
		- $\text{Color charge}$
			![Untitled](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/c5f8c1fc-a7bc-4474-b721-db891711177b/Untitled.png)
			There are 3 color charges that quarks and gluons can take: red, green, and blue
			There are 3 color charges that antiquarks and antigluons can take: anti-red (cyan), anti-green (magenta), and anti-blue (yellow)
			For protons/neutrons, you need a neutral overall color charge, meaning 3 or each color for each quark
			For pions, you also need a neutral overall charge, meaning 1 quark and 1 anti quark of opposing colors
- Thermodynamics
	$k_B = 1.380649*10^{-23}\frac{J}{K}$
	- Laws
		0) If 2 systems are in thermal equilibrium with a 3rd, they are all in the thermal equibilbrium with each other (transitivity, thermometers exists)
		1) Energy is conserved
		2) In process, the total entropy change $\Delta S > 0$
		3) The entropy $S \rightarrow k$ a constant (usually $0$) as $T \rightarrow 0$
		Analogy to life:
		0: There is a game
		1: You can’t win
		2: You can’t break even
		3: You have to play
	$\Omega(E) =$  # of distinguishable states accessible w/ energy E in $[E, E + dE]$
	$S = k_b \ln(\Omega (E))$
	$\frac{1}{T} = \frac{\partial S}{\partial E}$
	$N_{MB} = \frac{N!}{n_1! n_2! n_3! \ldots}$, $n_i$ are the indistinguishable outcomes, $\sum^+ n_i = N$
	$\Omega(E) = \sum_\text{arrangements}N_{MB}$
	$\bar n_j = n_{j1}p_1 + n_{j2}p_2 + \ldots + n_{jm}p_m$
	$\Omega = {\text{\# energy states + \# particles - 1} \choose \text{\# energy states}}$
	$PV = Nk_BT$
	$K_\text{gas} = \frac{3}{2}k_BT$
	$n(v)dv = 4\pi \frac{N}{V}(\frac{m}{2\pi k_BT})^{3/2}v^2e^{-mv^2/2k_BT}dv$
	$v_\text{mp} = \sqrt{\frac{2k_BT}{m}}$
  • Chemistry 🧪
    • Resources 🕸
      https://ptable.com/?lang=en#Properties
    • Units


    • Uncertainty


      • A test to determine whether to eliminate a questionable result as an outlier for a small number of trials

        is the deviation ratio
        is questionable result
        is the nearest result to the questionable result
        is the furthest result from the questionable result
        If exceeds the critical ratio designated by the chart below, then the questionable result may be excluded as an outlier
        Screen Shot 2023-02-12 at 9.09.01 AM.png

      • This is the relative average deviation (RAD) of a sample
        is a sample point’s value
        is the average of the sample
        is the number of samples
        E.g.: the RAD of is
    • Constants














    • Bohr Model ⚛


      • Called a Bohr radius, or the radius at which an electron would most likely to be found in a hydrogen atom








    • Heisenberg/Schrodinger’s Equation 🐈

      • This is called Heisenberg’s Uncertainty Principle
        is the uncertainty in position, is the uncertainty in momentum
        For more massive objects, is very small


      • The kinetic energy term is while the potential energy term is

      • is the object’s associated wavelength

        is the momentum of the object
        So for macroscopic objects, is huge, so shrinks to negligible values
        For nanoscopic objects, is smaller, so is no longer negligible


      • 1D PIB
        For a 1D Particle in a Box:


      • is the angular momentum while is the angular momentum quantum number


        is called the magnetic quantum number

      • Paramagnetic = unpaired , diamagnetic = paired
        Di means two, so there are two electrons in the orbital that are paired
        Aufbau Principle:
        !https://d1ymz67w5raq8g.cloudfront.net/Pictures/480xAny/8/8/3/131883_theaufbaudiagramliesattheheartofthetrouble_640390.jpg


    • Orbitals ⚛

      • is the principle quantum number and it dictates the orbital size and energy level
        is the secondary (angular momentum) quantum number and it dictates the subshell type (s, p, d, or f)
        is the magnetic quantum number and it dictates the orbital orientation (x, y, z, or etc.)
        is the spin quantum number and it dictates the electron spin direction
    • Periodic Trends 📈


      • \mu=|q|r\space(C\cdot m)$$\mu=qr\space(C\cdot m)
        The dipole moment between two charges is equal to the separated charge times the distance betwen them (e.g. bond distance)
    • Spectroscopy 🌈

Photon Type:RadioMicrowavesInfraredVisibleUVX-raysGamma
N/A
BondsNuclear spinRotationalVibrationalValenceValenceInner shellNuclear
	- $E_\text{rotational}(J)=BhJ(J+1),\space J\in\mathbb{N}$
		A permanent dipole moment is required for rotational energy states to be available  because otherwise, the oscillating $\vec E$ from the photon of light will not be able to excite the molecules to a higher rotational state.
	- $\Delta E=2BhJ_\text{larger},\space J\in\mathbb{N}$
		![Screen Shot 2022-05-31 at 5.35.53 PM.png](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/1b98d55a-9681-43cd-adf9-89a2a0a149ea/Screen_Shot_2022-05-31_at_5.35.53_PM.png)
	- $B=\frac{h}{8\pi^2I}$
		Units are $Hz$ because $h$ is the $J\cdot s$, or $kg\frac{m^2}{s^2}\cdot s=kg\frac{m^2}{s}$, and when divided by $I$, which is in units of $kg\cdot m^2$, $B$ becomes $\frac{1}{s}$, or $Hz$
	- $\tilde B=\frac{B}{c}$
		$\tilde B$ is the wavenumber form of $B$, and $c$ is $2.998\cdot 10^{10}\frac{cm}{s}$.
		Units go from $Hz$ to $\frac{1}{cm}$
		In physics, the SI units for wavenumber are $\frac{1}{m}$ rather than $\frac{1}{cm}$ in chemistry. It is also calculated as $K=\frac{2\pi}{\lambda}$ in physics rather than $\bar v=\frac{1}{\lambda}$ in chemistry.
	$I=\mu R^2$
	$\mu=\frac{m_1m_2}{m_1+m_2}$
	- $E_\text{vibrational}(V)=(\frac{1}{2}+V)h\nu,\space V\in\mathbb{N}$
		The molecule needs to either be very massive (e.g. $I_2$) or the temperature needs to be very high for vibrational states to be excited.
	$\Delta E=h\nu$
	$\nu=\frac{1}{2\pi}\sqrt{\frac{k}{\mu}}$
	$\tilde\nu=\frac{\nu}{c}$
	- $A=\varepsilon lc=-\log(T),\space T=\frac{I}{I_0}$
		Beer-Lambert Law
		$A$ is the absorbance
		$\varepsilon$ is the molar absorptivity and is constant only for values of $A$ between 0.1 and 1.0
		$l$ is the length the light has to pass through for the solution
		$c$ is the concentration of the solution
		$T$ is the transmittance
- Gases 💨
	- $P_\text{total}=P_a+P_b=X_a{}^{0}P_a+X_b{}^{0}P_b$
		This is called Raoult’s Law
		$X$ is the mole fraction of a gas
		${}^{0}P$ is the vapor pressure of a gas
	- $P_a=kX_a$
		This is called Henry’s Law
		The interpretation is that the higher the partial pressure $P_a$ of a gas over a liquid, the higher molefraction $X_a$ of the gas dissolved in the liquid.
		Only really works for very dilute/small $X_a$, then it follows something like Raoult’s Law
		$k$ is some constant $>{}^{0}P_a$
	- $P_\text{vapor}\propto T_\text{boiling}$
		Vapor pressure and boiling point are inversely related
	$\text{Boyle's Law: }V\propto \frac{1}{P}$
	$\text{Charle's Law: }V\propto T$
	$\text{Moles: }V\propto n$ 
	- $PV=nRT$
		$R=0.082057\frac{L\cdot atm}{K\cdot mol}=8.314472\frac{J}{K\cdot mol}$
		$\frac{101.33J}{L\cdot atm}$
		Assumptions (valid when $T$ is high and $P$ is low):
		Particle volume is negligible
		The particles follow straight line paths until collision
		$\Delta K=0$ (perfectly elastic collisions)
		There are no intermolecular forces
	$v_{\text{most probable}}=\sqrt{\frac{2k_bT}{m}},\space \bar v=\sqrt{\frac{8k_bT}{\pi m}},\space v_{\text{root mean square}}=\sqrt{\frac{3k_bT}{m}}$
	- $(P+a\frac{n^2}{V^2})(V-nb)=nRT$
		$a$ is the attractive force, $b$ is the repulsive force
	$d=\frac{P\cdot MM}{RT}\space(g/L)$
	- $K_\text{gas}=\frac{3}{2}nRT=\frac{3}{2}Nk_BT$
		$n$ is the number of moles of gas
		$N$ is the number of particles of gas
	$K_\text{particle}=\frac{3}{2}k_BT$
	- $Z=\frac{PV}{nRT}$
		$Z$ approaches 1 as the gas behaves more like an ideal gas
	- $\%\text{ composition of gas}_i = (100\%) (\frac{A_i}{A})$$
		For gas chromatography, the percent composition a species $i$ is equal to the fraction of its area of the chromatogram peak over the combined area of all peaks
		Area is calculated as the width at half the height of the peak times the height of the peak
	Hydrogen Bonding: NOF
- Thermochemistry Δ
	$\Delta H=\Delta U+\Delta(PV)$
	$U_\text{tot}=U_\text{trans}+U_\text{rot}+U_\text{vib}+U_\text{elec}$
	$\text{df}_\text{total}=3N$
	$\text{df}_\text{trans}=3$
	$\text{df}_\text{rot}=3\text{ (or 2 if linear)}$
	$\text{df}_\text{vib}=3N-6\text{ (or } 3N-5 \text{ if linear)}$
	$U_\text{trans}=\frac{\text{df}_\text{trans}}{2}RT$
	$U_\text{rot}=\frac{\text{df}_\text{rot}}{2}RT$
	$U_\text{vib}=\text{df}_\text{vib}RT\text{ (only for massive molecules or high T)}$
	- $\Delta U_\text{system}=q+W_\text{by system}$
		Isochoric: $\Delta V=W=0$
		Isobaric: $\Delta P=0$
		Adiabatic**: $\Delta q=0,\space \Delta U=W$**
		Isothermal: $\Delta T=\Delta U=0$
	- $W_\text{by system}=-W_\text{by environment}=-\int_{V_0}^{V_f}PdV$
		This is the opposite of in physics, as $W_\text{by system}=\Delta U$ in chemistry rather than $W_\text{by environment}=-\Delta U$ in physics
		Units of $L\cdot atm$ are inconvenient and can be translated by $\frac{101.325J}{L\cdot atm}$
	- $W_\text{by irreversible process}=-P_\text{ext}\Delta V$
		$P_\text{ext}$ is the external pressure and also the final pressure of the system
	$W_\text{by isochoric system}=0$
	$W_\text{by isobaric system}=-P\Delta V$
	$W_\text{by adiabatic system}=nc_v\Delta T=-P_\text{ext}\Delta V$
	$W_\text{by isothermal system}=-nRT\ln\left(\frac{V_f}{V_0}\right)$
	$T_fV_f^{\gamma-1}=T_0V_0^{\gamma -1},\space\gamma=\frac{C_v}{C_p}\text{ for adiabatic systems}$
	$P_fV_f^{\gamma-1}=P_0V_0^{\gamma -1},\space\gamma=\frac{C_v}{C_p}\text{ for adiabatic systems}$
	$C=\frac{q}{\Delta T},\space c_n=\frac{q}{\Delta T\cdot n},\space c_s=\frac{q}{\Delta T\cdot g}(\text{same as }q=mc\Delta T)$
	$C_v=\frac{dU}{dT},\space C_p=\frac{dH}{dT}=C_v+R$
	Hess’s Law: $\Delta H_\text{net}=\Delta H_1+\Delta H_2+\ldots\Delta H_n$
	- $\Delta H=\displaystyle\sum_{i=0}^{N}(H_\text{bonds broken}-H_\text{bonds formed})$
		Breaking bonds requires energy and results in a positive contribution to enthalpy
		Forming bonds releases energy and results in a negative contribution to enthalpy
	- $\Delta H_\text{sublimation}\approx\Delta H_\text{fusion}+\Delta H_\text{vaporization}$
		$\Delta H_\text{fusion}$ is the heat required to transition from solid to liquid
		$\Delta H_\text{vaporization}$ is the heat required to transition from liquid to gas
		$\Delta H_\text{sublimation}$ is the heat required to transition from solid to gas
- Thermodynamics 🔥
	$\text{1st Law: }\Delta U_\text{uni}=\Delta U_\text{sys}+\Delta U_\text{sur}=0$
	$\text{2nd Law: }\Delta S_\text{sys}+\Delta S_\text{sur}=\Delta S_\text{uni}\ge0$
	$\text{3rd Law: }S_{\text{pure substances at 0}\degree K}=0$
	$\Delta S=\int_{q_0}^{q_f}\frac{dq_\text{rev}}{T}=\frac{q_\text{rev}}{T}$
	$\Delta S_\text{isothermal}=-nRT\ln(\frac{P_f}{P_0})$
	$\Delta S_\text{adiabatic}=0$
	$\Delta S_\text{phase change}=\frac{q_\text{rev}}{T}=\frac{\Delta H}{T}$
	$\Delta S_\text{v}=nc_v\ln(\frac{T_f}{T_0})$
	$\Delta S_\text{p}=nc_p\ln(\frac{T_f}{T_0})$
	$S=k_B\ln(\Omega)$
	$\Omega\propto V^N\text{ for ideal gases}$
	- $\Delta G=\Delta H-T\Delta S$
		Called Gibb’s Free Energy
		Can be derived from the 2nd law of thermodynamics
		![signs_of_enthalpy_and_entropy_terms_and_spontaneity.png](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/4597669e-1ce3-4a71-b9d9-25f75c3df3b4/signs_of_enthalpy_and_entropy_terms_and_spontaneity.png)
- Equilibrium ⚖️
	- $\Delta G^\degree=-RT\ln(K)$
		At $25\degree C$
	$K=e^{-\frac{\Delta G^\degree}{RT}}$
	- $\Delta G=\Delta G^\degree+RT\ln(Q)$
		Called the Nernst Equation
	$K_f=K_0e^{-\frac{\Delta H}{R}(\frac{1}{T_f}-\frac{1}{T_0})}$
	- $K=\frac{\displaystyle\prod_{i=0}^{N_p}[P_i]^{p_i}}{\displaystyle\prod_{j=0}^{N_R}[R_j]^{r_j}}=\frac{[C]^c[D]^d}{[A]^a[B]^b}\text{ for }(\ce{aA +bB<=>cC +dD})$
		$p$ is the coeffecient of some $P$ product species
		$r$ is the coeffecient of some $R$ reactant species
	- $K_p=K_c[RT]^{\sum_{i=0}^{N_P}(p_i)-\sum_{j=0}^{N_R}(r_j)}=K_c[RT]^{c+d-a-b}\text{ for }(\ce{aA +bB<=>cC +dD})$
		$k_c\text{ is for concentration}$
		$k_p\text{ is for pressure}$
	- $\text{5\% rule}$
		If we arrive at some form of $k_{eq}=\frac{x^2}{a\pm x}$, then $x=\sqrt{k_{eq}*a}$ if $x<0.05*a$
	$K_\text{sp}=[B]^b[C]^c\text{ for }(\ce{aA_{(aq)}<=>bB_{(aq)} +cC_{(aq)}})$
	- ICE Tables
		E.g. $\ce{HA_{(aq)} + H2O_{(l)} <=> A-_{aq} + H3O+_{(aq)}, K_c = 1.2*10^{-3}}$
		| Reaction | $\ce{HA}$ | $\ce{H2O}$ | $\ce{A-}$ | $\ce{H3O+}$ |
		|  |  |  |  |  |
		| Initial | $0.5$ | $\varnothing$ | $0$ | $0$ |
		| Change | $-x$ | $\varnothing$ | $+x$ | $+x$ |
		| Equilibirium | $0.5-x$ | $\varnothing$ | $x$ | $x$ |
		$K=\frac{[A^-][H_3O^+]}{[HA]}$
- Acid-Base 🍋
	- $\text{Equivalent Weight}$
		Equivalent Weight of Arrhenius Acids:
		$= \frac{g/mol\text{ acid}}{\text{equivalents of} ~ H^+\text{disassociated per mol of acid}}$
		Equivalent Weight of Arrhenius Bases:
		$= \frac{g/mol\text{ base}}{\text{equivalents of} ~ OH^- \text{ disassociated per mol of base}}$
	$K_w=K_aK_b=[H^+][OH^-]=1.008\cdot10^{-14}$
	$pX=-\log_{10}(X)$
	$\text{Strong Acids: }\ce{HCl, HBr, HI, HNO_3, HClO_3, HClO_4, H_2SO_4}$$\text{Strong Bases: }\ce{LiOH, NaOH, KOH, RbOH, CsOH, Ca(OH)_2, Sr(OH)_2,\\Ba(OH)_2,XO^{2-},XNH^{2-},S^{2-}}$
	$\ce{[OH^-] + [H_3O^+] << [A^-] +[HA]}\text{ for buffer solutions to exist}$
	- $pH=pK_a+\log\frac{[A^-]}{[HA]}$
		This is called the Henderson Hasselbach equation
	$pOH=pK_b+\log\frac{[HB]}{[B^-]}$
- Electrochemistry 🔋
	Electrons travel from anode to cathode (AC)
	AOCR (Anode has oxidation, cathode has reduction)
	AnOreXic anode oxidation, CanceRous cathode reduction
	Anions migrate to anodes, cations migrate to cathodes
	- $E_\text{cell}^\degree=E_\text{cathode}^\degree-E_\text{anode}^\degree$
		Units are $V$
	- $\Delta G^\degree=-nFE^\degree_\text{cell}$
		$n$ is least common multiple of the number of electrons exchanged
		$F=9.6485538\cdot10^4\frac{C}{mol}\text{ (Faraday's constant)}$
	- $E=E^\degree-\frac{RT}{nF}\ln(Q)$
		$\frac{RT}{F}\approx0.0592$
		Called the Nernst equation
	!https://mmsphyschem.com/wp-content/uploads/2021/12/standard-reduction-potential-table_193-3076027.jpg
	The X agent includes the entire chemical formula, not the particular atom that gets X’ed, where X refers to oxidation or reduction.
- Kinetics 🚄
	$\text{rate} = -\frac{1}{a}\frac{d}{dt}[A] = -\frac{1}{b}\frac{d}{dt}[B] = \frac{1}{c}\frac{d}{dt}[C] = \frac{1}{d}\frac{d}{dt}[D] \text{ for }\ce{aA + bB -> cC + dD}$
	$\text{rate}=k[A]^a[B]^b\text{ for }\ce{aA + bB <=> \ldots}$
	| Order | Rate law | Integrated rate law | Half-life | Unit of rate constant | Graph |
	|  |  |  |  |  |  |
	| $0$ | $\text{Rate}=k[A]^0$ | $[A]_t=-kt[A_0]$ | $t_{1/2}=\frac{[A]_0}{2k}$ | $mol\space L^{-1}s^{-1}$ | $\text{[A] vs t; slope = -k}$ |
	| $1$ | $\text{Rate}=k[A]^1$ | $\ln[A]_t=-kt+\ln[A]_0$ | $t_{1/2}=\frac{\ln(2)}{k}$ | $s^{-1}$ | $\text{ln[A] vs t; slope = -k}$ |
	| $2$ | $\text{Rate}=k[A]^2$ | $\frac{1}{[A]_t}=kt+\frac{1}{[A]_0}$ | $t_{1/2}=\frac{1}{k[A]_0}$ | $L\space mol^{-1}s^{-1}$ | $\frac{1}{[A]}\text{ vs t; slope = k}$ |
	| n | $\text{Rate}=k[A]^n$ | $(n-1)kt=\frac{1}{[A]^{n-1}}-\frac{1}{[A_0]^{n-1}}$ | $t_{1/2}=\frac{2^{n-1}-1}{k(n-1)[A]_0^{n-1}}$ | $(mol\space L^{-1})^{1-n}s^{-1}$ | $\frac{1}{[A]^{n-1}}\text{ vs t; slope = k}$ |
	- $\ln(\frac{k_t}{k_0})=\frac{E_a}{R}(\frac{1}{T_0}-\frac{1}{T_t}),\space k_t=k_0e^{\frac{E_a}{R}(\frac{1}{T_0}-\frac{1}{T_t})}$
		This is called the Arrhenius equation, and it relates rate constants at varying temperatures given the activation energy of the reaction
		$E_a$ is the activation energy of the reaction
		$R=8.31447\frac{J}{mol\cdot K}\text{ (Gas constant)}$
- Nuclear Chemistry ☢️
	Nuclear reactions follow the rules of first order reactions
- Solid State Chemistry 🖥
- Organic Chemistry 💊
	Quizlet of Common Compounds:
	https://quizlet.com/432085522/organic-compounds-structure-nomenclature-flash-cards/
	Compound Drawer:
	https://chem-space.com/search
	- $\text{Delocalization}$
		Electrons can be “delocalized” or shared between more than two atoms
		$\pi$ bonds with lone pairs of $e^-$ or $\pi$ bonds that aren’t separated by an atom (so can’t have two single bonds between two $\pi$ bonds, only at most 1) are conjugated, or allow for delocalization
		A $p$ orbital is required to be used, meaning the atom is either $sp^2$ or rarely $sp$ hybridized
		Electron pushing is prioritized by the steps:
		1) negative charge
		2) lone pairs
		3) double/triple bonds
		The resonance structures that are most common prioritize these criteria:
		1) Filled valence shells
		2) Maximum number of covlanet bonds
		3) Least separation of unlike charges
		4) Negative charges on more electronegative atoms
	- $\text{Functional Groups}$
		![Functional Groups.jpg](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/4a04797e-fc15-4108-8595-f17b01207a52/Functional_Groups.jpg)
		- $\Delta G^\degree=-RT\ln(K_\text{eq})$
			$R=1.987\frac{cal}{mol\cdot K}=1.987\cdot 10^{-3}\frac{kcal}{mol\cdot K}=8.314\frac{J}{mol\cdot K}$
	- $\text{Stereochemistry}$
		![Untitled](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/f79dfe03-33b3-485e-b077-5e7a3fc30701/Untitled.png)
	- $\text{Optical Acitivty}$
		- $[\alpha]_\lambda^T=\frac{\text{Observed rotation }(\degree)}{\text{Length (dm) }\times\text{ Concentration}}$
			$[\alpha]_\lambda^T$ is the specific rotation of a substance in a polarimeter
			The length is typically 1 dm,  the concentration is typically 1 g/mL, and the wavelength $\lambda$ is typically 589 nm from the Sodium D line.
		- $\text{Percent optical purity}=\frac{[\alpha]_\text{sample}}{[\alpha]_\text{pure enantiomer}}\times 100\%$
	- $\text{Acid Base}$
		$K_a=\frac{[H^+][A^-]}{[HA]}$
		$\text{p}K_\text{x}=-\log(K_\text{x})$
		- $\text{p}K_{\text{a}\ce{(H2O)}}\approx 16$
			![pKa-table-organic-chemistry-acids-bases-chemistry-steps-3.png](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/a4e21cbf-5a86-4a1d-8c34-172e4976a0cf/pKa-table-organic-chemistry-acids-bases-chemistry-steps-3.png)
		- $\text{p}K_\text{eq}=\text{p}K_\text{HA}-\text{p}K_{\text{BH}^+}$
			If the pKa of an acid in the reactants side is lower than the pKa of the conjugate acid (of the base in the reactants side), then the reaction favors the products.
			Low pKeq means high Keq
		- $\text{p}K_a\text{ table}$
			![pKa-table-organic-chemistry-acids-bases-chemistry-steps-3.png](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/c8074d50-3983-4ada-b219-6b694976e7ae/pKa-table-organic-chemistry-acids-bases-chemistry-steps-3.png)
	- $\text{Mechanisms}$
		Alkenes
		- Rearrangment (1,2 shifts)
			![Untitled](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/c6d239f0-4655-4fce-a341-2cbb031aabd5/Untitled.png)
		- Hydrohalogenation
			![Untitled](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/5f8e50ad-f407-4a39-be09-587a44d56d09/Untitled.png)
			In the addition of a hydrogen halide to an alkene reaction (hydrohalogenation, hydrochloration, hydrobromation, hydroiodation), the halide adds to the most substituted carbon and the hydrogen binds to the other carbon with rearrangment
			![Untitled](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/85cd45cf-7961-4f72-90a4-4342ab2df7bf/Untitled.png)
		- Hydration
			![Untitled](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/24559fc6-1ca1-4030-b363-6a294fbcf19e/Untitled.png)
			In the addition of water to alkene with acid catalyst reaction (hydration), the hydroxyl group adds to the most substituted carbon with rearrangment
			![Untitled](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/ff95a47a-49aa-4f33-a424-390d4e4555d1/Untitled.png)
		- Halogenation
			![Untitled](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/33a33462-6ecf-4e8e-9730-6c40bfb44605/Untitled.png)
			In the addition of halogen gas to an alkene (halogenation) along with carbon tetrachloride catalyst, one of the halogen atoms forms a ring with the alkene. The other negative halide then attacks from the opposite side of the halonium ion in what’s called an anti co-planar attack without rearrangment
			![Untitled](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/2f823238-68fb-4665-88d0-234f45b8e8c8/Untitled.png)
		- Halohydrin Formation
			![Untitled](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/f8c7de2f-ae2a-4eb1-b8dc-8544395de0f8/Untitled.png)
			In the addition of halogen and water to an alkene, the end result is that a hydroxyl group is added to the more substituted carbon while the halogen is added in anti to the less substituted carbon
			![Untitled](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/b1ca3e19-701c-4165-8242-bdc8690f0a04/Untitled.png)
		- Oxymercuration
			![Untitled](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/8f6751dd-82af-40b1-b37b-20dc146b7ae9/Untitled.png)
			In the addition of mercuric acetate to an alkene (oxymercuration), the net result is that an OH is added to the most substituted carbon while an H is added in anti without rearrangement (the addition of H and OH may be syn or anti) 
			![Untitled](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/f050c079-e26f-43cb-af55-48ca17d47eb6/Untitled.png)
		- Hydroboration
			![Untitled](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/ce09a0f3-5daf-458b-a3fc-12d5c425a183/Untitled.png)
			In the addition of borane to alkene with the presence of hydrogen peroxide and sodium hydroxide (hydroboration), a hydroxyl is added to the lesser substituted carbon along with a hydrogen in syn addition
			![Untitled](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/985e0768-b4a2-4750-b419-fd470160adbc/Untitled.png)
			![Untitled](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/65313f2d-a5cf-4cf7-bfab-dff812c531fb/Untitled.png)
			- Halohydrin Formation
				![Untitled](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/16fc0ec0-d923-4dce-9350-b685b8396679/Untitled.png)
				In the addition of a halogen and water to an alkene (halohydrin formation), one of the halogen atoms adds to the less substituted carbon while the hydroxyl adds to the more substituted carbon in an anti-coplanar attack without rearrangement
				![Untitled](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/ff8f7cd0-1b01-4618-b6ef-f621f9865ab6/Untitled.png)
		- Diol formation (oxidation)
			![Untitled](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/bc96f9d0-944f-4ec6-b6d6-ed66eba07d4b/Untitled.png)
			In the addition of osmium tetraoxide to alkene (diol formation) along with sodium hydrogen sulfite, the end result is that two hydroxyl groups are added in syn addition to the previously double-bonded carbons to form a glycol (or vicinal diol).
		- Ozonolysis (oxidation)
			![Untitled](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/c3d8cd04-a32c-4135-ac5c-0e262bdc8f86/Untitled.png)
			When ozone and DMS are reacted with alkene (ozonolysis), the carbon double bond is cleaved and an oxygen is added to both ends to form a ketone or aldehyde
			![Untitled](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/aaa4a3e1-93cf-43b9-8c0b-8c8708c5550c/Untitled.png)
		- Hydrogenation (reduction)
			![Screen Shot 2022-11-19 at 11.16.47 AM.png](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/9bebe723-cf8d-4edc-b57a-f3a90323eb89/Screen_Shot_2022-11-19_at_11.16.47_AM.png)
			Addition of hydrogen gas to alkene produces alkane with hydrogens in syn addition
		Alkynes
		- Deprotonation
			![Untitled](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/6407e3a1-bdab-412f-a8d6-4597206aeb71/Untitled.png)
			To convert an alkyne to an alkyide anion, react it with a strong base such as an azanide
		- Alkylation
			![Untitled](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/ddb87f5d-c1df-4c54-ac09-352b89fadb2f/Untitled.png)
			Acetylide anions can replace halogens in alkanes to add an alkyl group to form an alkyne
		- Alkyne From Alkene
			![Untitled](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/bd5788a5-020a-4c7a-ba21-83940b2a3d80/Untitled.png)
			Alkenes can form alkynes by reacting first with halogen gas to form a dihalogen alkane and then with some sodium amide and ammonia to form the alkyne
			The second step removes 2 hydrogens and 2 halogens but can be tuned to remove only one
		- Halogenation
			![Untitled](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/fbc5879b-37c6-4412-905e-050627f66c06/Untitled.png)
			Addition of one mole of halogen gives two halogen molecules added anti to each other in an alkene. Another molar addition of halogen gives an alkane saturated with the halogen. Carbocation rearrangment is not possible
		- Hydrohalogenation
			![Untitled](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/c19a9b34-e9e4-46a1-a5a6-f0994e15175b/Untitled.png)
			A molar addition of hydrogen halide produces an alkene with the halogen added to the most substitude carbon with possible carbocation rearrangmenets. Another molar addition of hydrogen halide produces an alkane that again follows Markovinikov’s rule
			![Untitled](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/cbdb0526-a4ee-424b-92de-f5c1cd35e7fd/Untitled.png)
		- Hydroboration
			![Untitled](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/c1549774-8870-47d3-889c-9449f2e26d2a/Untitled.png)
			In the addition of borane with hydrogen peroxide and sodium hydroxide to an internal alkyne, a ketone is formed on either carbon. If the reaction is done on a terminal alkyne, the result is an alkane with a diol on the terminal carbon
			![Untitled](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/bdcf8d20-7a8a-4e9e-92f8-37db48b8a037/Untitled.png)
			In the addition of $\ce{(sia)2BH}$ with hydrogen peroxide and sodium hydroxide to a terminal alkyne, an aldehyde is formed at the very end of the alkane. Only one hydroboration happenes because (sia)2 borane is a weaker version of borane
		- Hydration
			![Untitled](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/0d3a5cd9-8e0b-48b8-bb0b-6440ff61cb95/Untitled.png)
			In the addition of mercury sulfate with hydrosulfuric acid to an alkyne, a ketone is formed with the oxygen double bonded to the more substituted carbon without rearrangements
			![Untitled](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/2a679e04-ec16-427c-ad13-61dc49000ec5/Untitled.png)
		- Hydrogenation
			![Untitled](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/3e34dbb4-b68d-4481-9b95-5a08def5bf58/Untitled.png)
			In the addition of two moles of hydrogen gas to alkyne with a transition metal catalyst, an alkane is formed
			![Untitled](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/760cd558-8cfa-44cd-8901-83ae7f40735b/Untitled.png)
			In the addition of hydrogen gas to alkyne with Lindlar’s catalyst (transition metal poisoned with lead), two stereoisomers of cis-alkenes may be formed
			![Untitled](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/cf3e496e-f88a-4cf0-a1ee-2930e2ff6fcb/Untitled.png)
			In the addition of a carboxylic acid to a hydroboranated alkyne, a cis-alkene is produced along with a boron bonded to three carboxylate groups
			![Untitled](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/bbf45bdc-4852-4d84-8723-be557affbb64/Untitled.png)
			In the addition of alkali metal to alkyne in liquid ammonia, an alkene is formed with the hydrogens added anti to each other
			![Untitled](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/ba00e88f-3612-4103-8a80-8ed1b0913315/Untitled.png)
		Haloalkanes
		- Halogenation
			![Untitled](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/ca598fae-d072-4c5b-ba43-fcb0d4b38cbb/Untitled.png)
			In the addition of halogen to alkane, the halogen atom typically adds to the more substituted carbon in a radical chain reaction
			![Untitled](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/01300789-abbc-4239-9f92-8a86c351cc2c/Untitled.png)
		- Allylic Halogenation
			![Untitled](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/01cdb584-fd98-4803-9d6d-4e9298dbcaad/Untitled.png)
			In the addition of NBS with carbon tetrachloride and light to alkene, 5
			![Untitled](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/835b0097-7ba7-4932-a0f0-6139923621c7/Untitled.png)
		- Autooxidation
			![Untitled](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/c8336e9f-20a6-40f5-bf76-87fa08fc97fa/Untitled.png)
		- Hydrohalogenation
			![Untitled](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/26ac3cdb-d175-45d3-9b2d-6fdb42b93a81/Untitled.png)
			![Untitled](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/021341f6-cf8d-47e1-b675-6a3cefc20a8b/Untitled.png)
		|  | $3^\degree:2^\degree:1^\degree$ |
		|  |  |
		| $\ce{Br2}$ | $1600:80:1$ |
		| $\ce{Cl2}$ | $5:4:1$ |
  • Biology 🔬
    • Nervous System

      • Is one form of the Nernst Equation
        A cell produces a voltage difference (inside - outside) with a separation of charge at a certain temperature , charge carrier charge , inside concentrations of ions , and outside concentrations of ions

      • represents the permeability of the membrane to .

      • CNS:
        Brain/spinal
        PNS:
        Somatic
        Control of skeletal muscles
        Autonomic
        Fight/flight (sympathetic)
        Food/digestion (parasympathetic)
        Frontal
        Primary motor cortex, prefrontal cortex, Broca’s area (grammar wrong, meaning there)
        Parietal lobe
        Somatosensory cortex
        Temporal
        Auditory cortex, Wernicke’s area (word salad)
        Occipital lobe
        Primary visual cortex
        Contralateral control, corpus callosem in between hemispheres
        Thalaus
        Sensory relay station

        Quiz:
      1. Amygdala involuntary movement
        EEG on cerebral cortex
    • Cells
      • Cell Juncitons
        Untitled

    • is flow rate, is the pressure of the fluid, and is the resistance to flow
  • Computers 💻
  • Linguistics
    Free course: https://app.memrise.com/aprender/learn?course_id=239573?recommendation_id=1b923058-98e8-4fc8-a0f0-7918def39bc5&key=e15c58d2-91e0-4df9-a22d-6288654aeeaf
    Phonemic-Chart.jpg
    Untitled