Partial fraction? or using properties?

shseo0315
Messages
19
Reaction score
0

Homework Statement



dx/dt = 9-4x^2 , x(0) = 0

when I integrate, am I supposed to use the property below?

int du / (a^2 - u^2) = 1/2a ln(u+a / u-a) + c

or

how do I integrate this by using partial fraction?

tips anyone?


Homework Equations





The Attempt at a Solution

 
Physics news on Phys.org
You could use that integral to solve your integral. It would require some fancy footwork, so to speak, that is, getting your value of a correct.
 
You can integrate by partial fractions if you factor 9-4*x^2. Or you can use your formula after you do the u-substitution u=2*x. Your choice.
 
Dick said:
You can integrate by partial fractions if you factor 9-4*x^2. Or you can use your formula after you do the u-substitution u=2*x. Your choice.

using the property above, I get (1/12)ln((2x+3)(2x-3)) + c = t

then, e^12t = (2x+3)(2x-3) + e^c

e^12t - e^c = (2x+3)(2x-3)

here how can I go further to have x equals to whatever.

thanks a lot. it really helps.
 
shseo0315 said:
using the property above, I get (1/12)ln((2x+3)(2x-3)) + c = t

then, e^12t = (2x+3)(2x-3) + e^c

e^12t - e^c = (2x+3)(2x-3)

here how can I go further to have x equals to whatever.

thanks a lot. it really helps.

You've got two mistakes there. i) Shouldn't it be (2x+3)/(2x-3)? Not the product? And worse, ii) When you exponentiate e^(A+c) you get (e^A)*(e^c), not e^A+e^c. Do you see where you did that?
 
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