Partial Fractions: Deciding Formula Without Memorization

  • Context: Undergrad 
  • Thread starter Thread starter pivoxa15
  • Start date Start date
  • Tags Tags
    Fractions
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
pivoxa15
Messages
2,250
Reaction score
1
I have never remebered the different partial fraction forumlas. Is there a way to decide which partial fraction formula to use just by looking at the expression?
 
Physics news on Phys.org
Partial fraction formulae?

I thought you just did partial fractions... what's the context? Normally you just split the fraction after factoring the denominator into a sum of fractions with denominators equal to the different factored parts
 
over R, the only prime polynomials are linear or quadratic. the numerators are either constant or linear respectively.

if f^n is a factor of the denominator, where f is prime, we need to allow for all fractions whose greatest common denom is f^r, so we have

to allow a/f , b/f^2, c/f^3, ..., d/f^n, for appropriate numerators.

e.g. to decom,pose h/[x^2(x^2+x+1)^3] we set it equal to

a/x + b/x^2 + (cx+d)/(x^2+x+1) +(ex+f)/(x^2+x+1)^2 + (gx+h)/(x^2+x+1)^3.where a,b,c,d,e,f,g,h, are constants.
 
Last edited:
mathwonk said:
over R, the only prime polynomials are linear or quadratic. the numerators are either constant or linear respectively.

if f^n is a factor of the denominator, where f is prime, we need to allow for all fractions whose greatest common denom is f^r, so we have

to allow a/f , b/f^2, c/f^3, ..., d/f^n, for appropriate numerators.

e.g. to decom,pose h/[x^2(x^2+x+1)^3] we set it equal to

a/x + b/x^2 + (cx+d)/(x^2+x+1) +(ex+f)/(x^2+x+1)^2 + (gx+h)/(x^2+x+1)^3.


where a,b,c,d,e,f,g,h, are constants.

Is that all there is to partial fractions? It isn't as mystifying as it appears.