Initial value problem using partial fractions

gkchristopher
Messages
1
Reaction score
0
(t+1) dx/dt = x^2 + 1 (t > -1), x(0) = pi/4

I have attempted to work this by placing like terms on either side and then integrating.

1/(x^2 + 1) dx = 1/(t + 1) dt

arctan x = ln |t + 1| + C

x = tan (ln |t + 1|) + C

pi/4 = tan(ln |0 + 1|) + C

pi/4 = C

x = tan (ln |t + 1|) + pi/4

Is this even close??
This was supposed to be a partial fractions exercise but I'm not seeing how. Thanks for any help.
 
Physics news on Phys.org
No, I don't see any need for partial fractions. For the record, you can integrate 1/(x^2+1) by factoring x^2+1=(x+i)(x-i) and get an expression involving complex logs that is equivalent to arctan. But I don't know why you would want to.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top