Solving Tricky ODEs: \dot{a}^2=\frac{C}{a}

  • Thread starter Thread starter latentcorpse
  • Start date Start date
latentcorpse
Messages
1,411
Reaction score
0
I'm having difficulty showing the solution of

\dot{a}^2=\frac{C}{a} is a=\frac{1}{2}C ( 1 - \cos{\eta} )
i think it's the fact that \dot{a} is squared that's throwing me.
any advice?
 
Physics news on Phys.org
Do you have to find that solution or just confirm that it is a solution? If it's the latter, that's pretty easy. If it's the former, I would split it into two differential equations:
da/dt = sqrt(C) a-1/2 and da/dt = -sqrt(C) a-1/2 and go from there.
 
i get

a^{\frac{1}{2}} da = C^{\frac{1}{2}} dt \Rightarrow \frac{2}{3} a^{\frac{3}{2}} = C^{\frac{1}{2}} t \Rightarrow \frac{4}{9} a^3 = C t^2 \Rightarrow a= \left( \frac{9}{4} C t^2 \right)^{\frac{1}{3}}

and the same from the other eqn as the negative dissappears at the squaring step.
 
In your second step above, you forgot the constant of integration. You should have (2/3)a3/2 = sqrt(C)*t + D
 
ok then

a^{\frac{3}{2}}=\frac{3}{3}C^{\frac{1}{2}}t+E
a^3=\frac{9}{4}Ct^2+3EC^{\frac{1}{2}}t+E^2

how do we get a cos out of all this? is it to do with expansions of cosine or something?
 
Two things:
1. a3/2 = (3/2) (sqrt(C)t + D) ==> a3 = (9/4) (sqrt(C)t + D)2
2. Your original problem has \dot{a}, which is usually interpreted to mean the derivative with respect to t. The right side of that equation has "eta." Is the derivative supposed to be with respect to eta? In any case, I did a quick check, and I'm not getting that a = C/2(1 - cos(eta)) is a solution of that equation. Can you verify that what you had in the OP is accurate?
 
my apologies. we should be trying to get a=(\frac{9C}{4})^{\frac{1}{3}} \tau^{\frac{2}{3}} so the derivative is with respect to \tau which makes sense because i should be dealing with proper time.

and we were integrating a from 0 to a and \tau from 0 to \tau so it works.

the one i am stuck on is finding a=\frac{1}{2}C(1-\cos{\eta}) is a solution of \dot{a}^2-\frac{C}{a}+1=0
 
For the sake of easier typing, let's dispense with the Greek letters.

For the corrected problem, it's still not clear to me what you need to do. Your wording of find blah is a solution of blah blah is confusing.
Which one of these do we need to do?
a) Find the solution (which happens to be what you show).
b) Verify that a = C/2(1 - cos t) is a solution.

Just as before, if someone hands you a solution, it is pretty simple to verify whether it is a solution or not.

If the problem is to actually find the solution, you have da/dt = +/-sqrt(C/a - 1). Break into two cases, one for each sign, and separate and solve.



As I mentioned before, "a dot" usually indicates a derivative w.r.t. time, so is there some point in having the independent variable be eta?
 
i need to find the solution. but I am reading out of a book so it told me the answer and just skipped the working. i just want to "fill in the blanks" so to speak.

anyway they use eta in the book which is confusing to me also.
 
Back
Top