Partial fraction decomposition

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
Jordan1994
Messages
4
Reaction score
0
Q3.) Express as partial fractions.

a) $$\frac{3x+4}{x^2+3x+2}$$

b) $$\frac{5x^2+5x+8}{(x+2)\left(x^2+2 \right)}$$

c) $$\frac{x^2+15x+21}{(x+2)^2(x-3)}$$
 
Mathematics news on Phys.org
Let's begin with a). Can you state the form the partial fraction will take?
 
Here's a) without the full method:

$$\begin{align*}
\frac{3x+4}{{{x}^{2}}+3x+2}&=\frac{3x+4}{(x+1)(x+2)} \\
& =\frac{2x+2+x+2}{(x+1)(x+2)} \\
& =\frac{2(x+1)+x+2}{(x+1)(x+2)} \\
& =\frac{2}{x+2}+\frac{1}{x+1}. \\
\end{align*}$$