Is There a Simpler Way to Find the nth Differential Coefficient?

chaoseverlasting
Messages
1,050
Reaction score
3

Homework Statement


Im supposed to find the nth differential coeff. of \frac{x^2}{(x-a)(x-b)}


Homework Equations





The Attempt at a Solution



Using partial fractions, I simplified it to:

\frac{x^2}{(b-a)}(\frac{1}{x-a}-\frac{1}{x-b})

To simplify matters, I assumed t=\frac{1}{x-a}-\frac{1}{x-b}.

This expression now becomes \frac{1}{b-a}x^2t.

Differentiating wrt x , \frac{1}{b-a}(2xt+x^2\frac{dt}{dx})

I did this two more times, and it seems to be something like this:

\frac{d^ny}{dx^n}=\frac{1}{b-a}(2nx\frac{d^{n-2}t}{dx^{n-2}}+2nx\frac{d^{n-1}t}{dx^{n-1}}+x^2\frac{d^nt}{dx^n}

Now, since t=\frac{1}{x-a}-\frac{1}{x-b}, similarly,

\frac{d^nt}{dx^n}=(-1)^nn!(\frac{1}{(x-a)^{-(n+1)}}-\frac{1}{(x-b)^{-(n+1)}})

Substituting this in the above equation, I get another expression which is quite messed up. So far, is what I've done right? And is there another simpler way to do this? It seems to me that I've missed something somewhere which would make this problem a lot simpler, but I just can't find it. I don't think brute force is the only way to do this, and a push in the right direction would really be very welcome.
 
Physics news on Phys.org
The partial fraction stuff isn't going well. First divide x^2 by the denominator. That will give you 1+(Ax+B)/((x-a)*(x-b)). Find A and B. Now with a little work you can find constants C and D so that this becomes 1+C/(x-a)+D/(x-b). Now THAT'S partial fractions.
 
Dick said:
The partial fraction stuff isn't going well. First divide x^2 by the denominator. That will give you 1+(Ax+B)/((x-a)*(x-b)). Find A and B. Now with a little work you can find constants C and D so that this becomes 1+C/(x-a)+D/(x-b). Now THAT'S partial fractions.

I don't get it. What did I do wrong? What I did pans out. I was just hoping there was a more elegant solution to the problem.
 
One thing I was thinking of was taking x to be a complex number of the form x=cos\theta + isin\theta, and then assuming cos\theta -a = rcos\phi and sin\theta =rsin\phi and going on from there if the current situation is an incomplete solution. Any insights would be highly appreciated.
 
chaoseverlasting said:
I don't get it. What did I do wrong? What I did pans out. I was just hoping there was a more elegant solution to the problem.

You didn't do anything wrong - you just didn't 'partial fraction' as much as you could. You still have an expression that gets overly complicated as you take more and more derivatives. As I said, you could reduce the expression to something of the form A+B/(x-a)+C/(x-b) which is manageable.
 
Dick said:
You didn't do anything wrong - you just didn't 'partial fraction' as much as you could. You still have an expression that gets overly complicated as you take more and more derivatives. As I said, you could reduce the expression to something of the form A+B/(x-a)+C/(x-b) which is manageable.

Ok. Ill try that.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top