Partial Fraction Decomp with a constant

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
2 replies · 2K views
jinksys
Messages
122
Reaction score
0
This is throwing me through so many loops.

I have the equation 1/(x^3 + xa^2).

I can not for the life of me decompose this equation.

I use 1(x^3 + xa^2) = A/x + (Bx + C)/(v^2+a^2)

I can get A=1/a^2, but from there progress stops.

All examples on the internet and books only have one variable.

What do I do?
 
Physics news on Phys.org
Nevermind, I figured it out.

My second term needs to be (Bx+Cy)/(x^2 + a^2)
 
Last edited:
jinksys said:
Nevermind, I figured it out.

My second term needs to be Bx+Ca/(x^2 + a^2)

You have some extra stuff in there that you don't need, and you are missing some parentheses. The second term should be
[tex]\frac{Bx + C}{x^2 + a^2}[/tex]

If you write this without using LaTeX, it should be
(Bx + C)/(x2 + a2)