0

I was trying to find the partial fraction of

$$\frac{x}{(x^2+1)^2}$$ By the method of assuming

$$\frac{x}{(x^2+1)^2}=\frac{(Ax+B)}{(x^2+1)} + \frac{(Cx+D)}{(x^2+1)^2} $$

But, my values for $A, B$ and $D$ are coming $0$. i.e. $$A=B=D=0$$ and $$C=1$$

Which is directly equal to $$\frac{x}{(x^2+1)^2}$$

So, technically I got NO solution or Partial Fraction

I am afraid if I'm doing any foolish mistake but, please help me out in this issue. I haven't practised Partial Fractions since a long time.

Thank you so much in advance! Great Day Ahead!

cqfd
  • 12,219
  • 6
  • 21
  • 51
  • 1
    The ansatz that you are using only works when your rational function has a denominator that is a $\textbf{linear term}$ squared. The correct ansatz here is $\frac{x}{(x^{2} + 1)^{2}} = \frac{A}{x + i} + \frac{B}{x-i} + \frac{Cx + D}{(x+i)^{2}} + \frac{Ex + F}{(x - i)^{2}}$. I'm not sure if you wanted your partial fractions to have complex coefficients, but this will give you the complete partial fraction expansion of $\frac{x}{(x^{2} + 1)^{2}}$ – Adam Higgins Jan 22 '19 at 17:55
  • 1
    This is right. You start off with a fraction in the form you require, and when you do the calculations they show that this is the right decomposition. You didn't get "no solution", just an unexpected solution. – Mark Bennet Jan 22 '19 at 17:56
  • 1
    @AdamHiggins You can decompose into partial fractions in the way suggested in the question. For example if integrating a rational function over the reals the factorisation of the denominator into linear and quadratic factors with real coefficients does make sense. – Mark Bennet Jan 22 '19 at 17:58
  • 1
    @MarkBennet I'm not sure I understand your point – Adam Higgins Jan 22 '19 at 18:00
  • 1
    @AdamHiggins You say this only works with linear factors. It can be done perfectly well with irreducible quadratic factors. – Mark Bennet Jan 22 '19 at 18:01
  • @MarkBennet I'm still not sure I understand your point. My statement was about this very specific circumstance, about the particular ansatz he was using. Could you perhaps give an example to demonstrate your point? – Adam Higgins Jan 22 '19 at 18:05
  • @AdamHiggins I agree with MarkBennet's point, Check here — link – Naved THE Sheikh Jan 22 '19 at 18:09
  • @AdamHiggins Thanks for the suggestion of trying complex number. – Naved THE Sheikh Jan 22 '19 at 18:10
  • @AdamHiggins As you will see from my comment., I think OP is right and his method is OK. – Mark Bennet Jan 22 '19 at 18:10

2 Answers2

1

Well, of course the solution of the form $\frac{Ax+B}{x^2+1}+\frac{Cx+D}{(x^2+1)^2}$ is $\frac{x}{(x^2+1)^2}$; that's what you started with. If you want another partial fractions expression, use complex numbers. If the point of the exercise is to integrate the function, you'd be better off substituting $y=x^2+1$.

J.G.
  • 115,835
1

Hint: Use that $$x^2+1=(x-i)(x+i)$$ where $$i^2=-1$$