From 43bde98055c170a0b2d5eab58c6eb313008cdafd Mon Sep 17 00:00:00 2001 From: zleyyij Date: Tue, 13 Feb 2024 10:11:55 -0700 Subject: [PATCH] vault backup: 2024-02-13 10:11:55 --- education/math/Partial Fractions.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/education/math/Partial Fractions.md b/education/math/Partial Fractions.md index b365e04..a68044b 100644 --- a/education/math/Partial Fractions.md +++ b/education/math/Partial Fractions.md @@ -1,4 +1,10 @@ +1. Factor the bottom. +2. Create two fractions, a/p1, and b/p2, where p1 and p2 are the polynomials you just factored out, and a/b are arbitrary variables +3. Multiply a by p2, and b by p1. +4. When you split the ## Degree of the numerator is equal 1. First perform polynomial division. 2. Then find a partial fraction with the remainder -## Degree where the numerator is less \ No newline at end of file + +## Degree where the numerator is greater +1. First perform polynomial division to reach a point where the degree of the numerator is less than the degree of the denominator \ No newline at end of file