Differential Equations Verifying Implicit Solution

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 6K views
Lancelot59
Messages
640
Reaction score
1
I'm given:

1. [tex]\frac{dX}{dt}=(X-1)(1-2X)[/tex]
2. [tex]ln(\frac{2X-1}{X-1})=t[/tex]

and asked to verify that it is an implicit solution to the first order DE given.

I successfully derived the second equation there to get:

[tex]\frac{dX}{dt}=\frac{-1}{(2X-1)(X-1)}[/tex]

So now what? I tried several things and got nowhere.
 
Physics news on Phys.org
Lancelot59 said:
I'm given:

1. [tex]\frac{dX}{dt}=(X-1)(1-2X)[/tex]
2. [tex]ln(\frac{2X-1}{X-1})=t[/tex]

and asked to verify that it is an implicit solution to the first order DE given.

I successfully derived the second equation there to get:

[tex]\frac{dX}{dt}=\frac{-1}{(2X-1)(X-1)}[/tex]

So now what? I tried several things and got nowhere.

Show us the work you did when you differentiated (not derived) the second equation.

Note that
[tex]ln(\frac{2X-1}{X-1})= ln(2X - 1) - ln(X - 1)[/tex]

so that should make differentiation a little easier.
 
Mark44 said:
Show us the work you did when you differentiated (not derived) the second equation.

Note that
[tex]ln(\frac{2X-1}{X-1})= ln(2X - 1) - ln(X - 1)[/tex]

so that should make differentiation a little easier.

I did break it up initially:
[tex]\frac{dx}{dt}=\frac{d}{dt}( ln(2x-1) - ln(x-1))[/tex]
[tex]\frac{dx}{dt}=\frac{1}{2x-1}(2) - \frac{1}{x-1}(1)=\frac{2}{2x-1} - \frac{1}{x-1}[/tex]
Then subtracting the fractions:
[tex]\frac{dx}{dt}= \frac{2(x-1) - (2x-1)}{(2x-1)(x-1)}=\frac{-1}{(2x-1)(x-1)}[/tex]
 
Lancelot59 said:
I did break it up initially:
[tex]\frac{dx}{dt}=\frac{d}{dt}( ln(2x-1) - ln(x-1))[/tex]
[tex]\frac{dx}{dt}=\frac{1}{2x-1}(2) - \frac{1}{x-1}(1)=\frac{2}{2x-1} - \frac{1}{x-1}[/tex]
Then subtracting the fractions:
[tex]\frac{dx}{dt}= \frac{2(x-1) - (2x-1)}{(2x-1)(x-1)}=\frac{-1}{(2x-1)(x-1)}[/tex]

Starting from your second equation, you have
[tex]t= ln(2x-1) - ln(x-1)[/tex]
[tex]\Rightarrow \frac{dt}{dt}=\frac{d}{dt}( ln(2x-1) - ln(x-1))[/tex]

You have to differentiate the right side implicitly, and then solve algebraically for dx/dt. Can you take it from here?
 
I solved it! Thanks for the tip.