Advance Math
Advance Math
Advance Math
Matrices
➠Formulas
Subtopic: Matrix Addition
𝑨 + 𝑩 = [𝒂𝒊𝒋] + [𝒃𝒊𝒋] = [𝒂𝒊𝒋 + 𝒃𝒊𝒋]
Remarks:
(𝑨 + 𝑩)𝑻 = 𝑨𝑻 + 𝑩𝑻
𝒂 𝒃 𝑨𝒂
5. If 𝑨 = [ ] with 𝒂𝒅 − 𝒃𝒄 ≠ 𝟎, then 𝑨−𝟏 = |𝑨|
𝒄 𝒅
Notes:
Notes / Additional
information
Matrix Addition Entry-wise addition,
should be the same
dimension
Matrix Multiplication The two matrices
should be an 𝑚 × 𝑛
and 𝑛 × 𝑝, which the
answer will be 𝑚 × 𝑝
Matrix Inverse If the matrix has an
inverse, then it is
invertible or non-
singular
Matrix Inverse (𝑎𝑑 − 𝑏𝑐) is called
the determinant
Notes:
Notes / Additional
information
𝑨 𝑩 𝑪 Also known as the
[𝑫 𝑬 𝑭] coefficient matrix
𝑮 𝑯 𝑰
𝑨 𝑩 𝑪 𝟏 Also known as the
[ 𝑫 𝑬 𝑭 𝟐] augmented matrix
𝑮 𝑯 𝑰 𝟑
Gauss-Jordan Elimination The corresponding
column indicates the
variable being solved
and the corresponding
row indicates the
value of that specific
variable
Inverse of a Matrix using The inverse of the
Gauss-Jordan Elimination matrix is multiplied to
the constant of the
equation to determine
the value of each
variable
Jacobi Method Use previous values
to solve for the next
set
Gauss-Seidel Method Use solved values to
solve for the next set
➠Formulas
Subtopic: Bisection Method
1. Given an ∈ - error tolerance, initial values of a, b where:
𝒂 − 𝒍𝒆𝒇𝒕 𝒆𝒏𝒅𝒑𝒐𝒊𝒏𝒕
𝒃 − 𝒓𝒊𝒈𝒉𝒕 𝒆𝒏𝒅𝒑𝒐𝒊𝒏𝒕
𝑰 = [𝒂, 𝒃]
𝟏
𝒄 = (𝒂 + 𝒃)
𝟐
2. If 𝒃 − 𝒄 ≤ ∈, then accept 𝒄 as the root
3. If 𝒇(𝒃) ∗ 𝒇(𝒄) < 𝟎, then 𝒂 = 𝒄 otherwise 𝒃 = 𝒄
∴ 𝒇(𝒂) ∗ 𝒇(𝒄) < 𝟎, then new 𝑰 = [𝒂, 𝒄]
∴ 𝒇(𝒂) ∗ 𝒇(𝒄) > 𝟎, then new 𝑰 = [𝒄, 𝒃]
𝒃−𝒂
𝐥𝐨𝐠( ∈ )
4. The number of iterations is 𝒏 ≥
𝐥𝐨𝐠 𝟐
Notes / Additional
Topic
information
Method of solving the Use a laplace
Inverse Laplace transform table and
Transform method of partial
fractions.
➠Formulas
Topic: Transforms of Derivatives
Derivation:
∞
𝓛−𝟏 {𝒇′ (𝒕)} = ∫𝟎 𝒆−𝒔𝒕 𝒇′ (𝒕)𝒅𝒕
∞ ∞
𝓛−𝟏 {𝒇′ (𝒕)} = 𝒆−𝒔𝒕 𝒇(𝒕)] + 𝒔 ∫𝟎 𝒆−𝒔𝒕 𝒇(𝒕)𝒅𝒕
𝟎
𝓛−𝟏 {𝒇′ (𝒕)} = −𝒇(𝟎) + 𝒔𝓛{𝒇(𝒕)}
∞
𝓛−𝟏 {𝒇′′ (𝒕)} = ∫𝟎 𝒆−𝒔𝒕 𝒇′′ (𝒕)𝒅𝒕
∞ ∞
𝓛−𝟏 {𝒇′′ (𝒕)} = 𝒆−𝒔𝒕 𝒇′ (𝒕)] + 𝒔 ∫𝟎 𝒆−𝒔𝒕 𝒇′ (𝒕)𝒅𝒕
𝟎
𝓛−𝟏 {𝒇′′ (𝒕)} = −𝒇′ (𝟎) + 𝒔[−𝒇(𝟎) + 𝒔𝓛{𝒇(𝒕)}]
𝓛−𝟏 {𝒇′′ (𝒕)} = −𝒇′ (𝟎) − 𝒔𝒇(𝟎) + 𝒔𝟐 𝓛{𝒇(𝒕)}
∞
𝓛−𝟏 {𝒇′′′ (𝒕)} = ∫𝟎 𝒆−𝒔𝒕 𝒇′′′ (𝒕)𝒅𝒕
∞ ∞
𝓛−𝟏 {𝒇′′′ (𝒕)} = 𝒆−𝒔𝒕 𝒇′′ (𝒕)] + 𝒔 ∫𝟎 𝒆−𝒔𝒕 𝒇′′ (𝒕)𝒅𝒕
𝟎
𝓛−𝟏 {𝒇′′′ (𝒕)} = −𝒇′′ (𝟎) + 𝒔[−𝒇′ (𝟎) − 𝒔𝒇(𝟎) + 𝒔𝟐 𝓛{𝒇(𝒕)}]
𝓛−𝟏 {𝒇′′′ (𝒕)} = −𝒇′′ (𝟎) − 𝒔𝒇′ (𝟎) − 𝒔𝟐 + 𝒔𝟑 𝓛{𝒇(𝒕)}
General Formula:
𝓛{𝒇𝒏 (𝒕)} = 𝒔𝒏 𝓛{𝒇(𝒕)} − ∑𝒏−𝟏
𝒌=𝟎 𝒔
𝒏−𝟏−𝒌 𝒌 (𝟎)
𝒇
Notes / Additional
Topic
information
Transforms of Derivatives It is used when the
equation contains a
derivative.
➠Illustrations/ Figures
➠Formulas
Topic: Harmonic Motion
𝒅𝟐 𝒙
𝒎 = −𝒌𝒙 − 𝒃𝒗
𝒅𝒕𝟐
𝒘 𝒅𝟐 𝒙
( ) + 𝒌𝒙 + 𝒃𝒗 = 𝟎
𝒈 𝒅𝒕𝟐
Harmonic Motion
Topic: Harmonic Motion
𝑨𝒎𝒑𝒍𝒊𝒕𝒖𝒅𝒆 = √𝑪𝟏 𝟐 + 𝑪𝟐 𝟐
𝟐𝝅
𝑷𝒆𝒓𝒊𝒐𝒅 =
𝒃
𝟏 𝒃
𝑭𝒓𝒆𝒒𝒖𝒆𝒏𝒄𝒚 = =
𝑷 𝟐𝝅
Notes / Additional
Topic
information
𝒌 It is the spring
constant
𝑸 𝑄 is the magnitude of
𝒌=
𝑪 force and 𝐶 is the
length of stretch
Amplitude 𝐶1 𝑎𝑛𝑑 𝐶2 are the
constants of the
solved equation
Period and Frequency 𝑏 is the constant of
the trigonometric
function
➠Formulas
Topic: Power Series
1. Power Series in x
∞
∑ 𝑪𝒏 𝒙𝒏 = 𝑪𝟎 + 𝑪𝟏 𝒙 + 𝑪𝟐 𝒙𝟐 + ⋯ 𝑪𝒏 𝒙𝒏 + ⋯
𝒏=𝟎
2. Power Series centered at xo
∞
∑ 𝑪𝒏 (𝒙 − 𝒙𝒐 )𝒏 = 𝑪𝟎 + 𝑪𝟏 (𝒙 − 𝒙𝒐 ) + 𝑪𝟐 (𝒙 − 𝒙𝒐 )𝟐
𝒏=𝟎
+ ⋯ 𝑪𝒏 (𝒙 − 𝒙𝒐 )𝒏 + ⋯
Ratio Test:
𝒂𝒏+𝟏 (𝒙 − 𝒙𝒐 )𝒏+𝟏 𝒂𝒏+𝟏
𝐥𝐢𝐦 [ 𝒏
] = |𝒙 − 𝒙𝒐 | 𝐥𝐢𝐦 [ ] = |𝒙 − 𝒙𝒐 |𝑳
𝒏→∞ 𝒂𝒏 (𝒙 − 𝒙𝒐 ) 𝒏→∞ 𝒂𝒏
If:
|𝒙 − 𝒙𝒐 |𝑳 < 𝟏 it converges
|𝒙 − 𝒙𝒐 |𝑳 > 𝟏 it diverges
|𝒙 − 𝒙𝒐 |𝑳 = 𝟏 inconclusive
Radius of Convergence:
Power Series
|𝒙 − 𝒙𝒐 |𝑳 < 𝟏
𝟏
|𝒙 − 𝒙𝒐 | <
𝑳
𝟏
𝑹𝑶𝑪 =
𝑳
3. Fourier Series
∞
𝟏 𝒏𝝅𝒙 𝒏𝝅𝒙
𝒇(𝒙) = 𝒂𝒐 + ∑ (𝒂𝒏 𝐜𝐨𝐬 + 𝒃𝒏 𝐬𝐢𝐧 )
𝟐 𝒄 𝒄
𝒏=𝟏
𝟏 𝒄
𝒂𝒐 = ∫ 𝒇(𝒙) 𝒅𝒙
𝒄 −𝒄
𝟏 𝒄 𝒏𝝅𝒙
𝒂𝒏 = ∫ 𝒇(𝒙) 𝐜𝐨𝐬 𝒅𝒙
𝒄 −𝒄 𝒄
𝟏 𝒄 𝒏𝝅𝒙
𝒃𝒏 = ∫ 𝒇(𝒙) 𝐬𝐢𝐧 𝒅𝒙
𝒄 −𝒄 𝒄
* For inquiries, comments and suggestions, please contact UST ACES Academics
Committee at [email protected].