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.
 
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