Did I Divide This Polynomial Correctly?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 3K views
Lancelot59
Messages
640
Reaction score
1
As part of solving a DE I need to make this friendlier to integrate:

[tex]\frac{2u}{1+u^{-2}}[/tex]
I figured trying to divide it couldn't hurt. I got:
[tex]u^{-1}+u^{-3}[/tex]

I can't type out all the steps easily, I'm on a mobile device at the moment. That answer looks suspect, did I do it correctly?
 
Physics news on Phys.org
It's more than suspect, it's completely wrong. If u=1 then your first expression is 1, the second one is 2. Pretty bad, yes? Suggest you get off the mobile device and type in your steps.
 
Dick said:
It's more than suspect, it's completely wrong. If u=1 then your first expression is 1, the second one is 2. Pretty bad, yes? Suggest you get off the mobile device and type in your steps.
I'm home now.

I set it up like so (I left the two out):
[tex]u|1+u^{-2}[/tex]

from my understanding you're supposed to write the functions in descending order of powers.

For 1:[tex]u*\frac{1}{u}=1[/tex]
subtraction yields zero. You then need to find out what multiple of u gives you u-2. u*u-3=u-2, subtraction gives zero. Total remainder of zero.

So I get the final answer of:
[tex]\frac{1}{u}+u^{-3}+\frac{0}{1+u^{-2}}=\frac{1}{u}+u^{-3}[/tex]

I think I just saw where I went wrong...I wrote it backwards.

I should be solving:
[tex]1+u^{-2}|u[/tex]

SteamKing said:
Hmm... I've got 1 over some function times what is almost the derivative of that function ... and I want to integrate that combination ...
I don't see how that works, it's missing an exponent.
 
Lancelot59 said:
I'm home now.

I set it up like so (I left the two out):
[tex]u|1+u^{-2}[/tex]

from my understanding you're supposed to write the functions in descending order of powers.

For 1:[tex]u*\frac{1}{u}=1[/tex]
subtraction yields zero. You then need to find out what multiple of u gives you u-2. u*u-3=u-2, subtraction gives zero. Total remainder of zero.

So I get the final answer of:
[tex]\frac{1}{u}+u^{-3}+\frac{0}{1+u^{-2}}=\frac{1}{u}+u^{-3}[/tex]

I think I just saw where I went wrong...I wrote it backwards.

I should be solving:
[tex]1+u^{-2}|u[/tex]


I don't see how that works, it's missing an exponent.

Right, you did it backwards. (1+u^(-2))/u=u^(-1)+u^(-3). The whole process is a lot easier to follow if you clear out the negative powers first, like symbolpoint suggested above.
 
Sounds like a plan! Thanks for the help.