Is this general solution for ODE correct?

andrey21
Messages
475
Reaction score
0
Find the general solution of the following ODE:

dx/dt = 3x^(2) cos t



Make x the subject of the solution.



Heres my solution, is this correct?

dx/dt = 3x^(2) cos t

dx/3x^(2) = cos t dt

Integrating both sides gives:

ln (3x^(2)) = sin t + C

3x^(2) = e^(sin t + C)

3x^(2) = Ae^(sin t)

x^(2) = (Ae^(sin t))/3)

x = SQRT(Ae^(sin t))/3)
 
Physics news on Phys.org
Jamiey1988 said:
Heres my solution, is this correct?

dx/dt = 3x^(2) cos t

dx/3x^(2) = cos t dt

Integrating both sides gives:

ln (3x^(2)) = sin t + C


here is where you went wrong,

1/3x2 can be written as x-2/3.

You know that ∫xn dx = xn+1/(n+1) + C for n≠-1
 
So from what you have said:

∫dx/3x^(2) = -1/3x + C or (-x^(-1)/3) + C

Giving a solution of:

-1/3x + C = sin t
 
That should be correct.
 
You can easily check your answer by plugging it back into the original differential equation and seeing if it works.
 
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