Solving for x(t): Find x Given x(0)=-V0

  • Thread starter Thread starter bmace
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
8 replies · 2K views
bmace
Messages
6
Reaction score
0

Homework Statement


Find x=x(t) given x(0) = -V0

(V0 + (a - b)t)(dx/dt) = (V0 + (a - b)t)a(2f-1) -bx

a and b are lambda in and lambda out


The Attempt at a Solution



Honestly don't know where to start that's why I came and asked it here .
The only thing I can think of is to make some kind of substitution somewhere.
 
Physics news on Phys.org
yeah f is another constant, I've taken diff eq before, this is for a mathematical physics class, I just can't seem to get it down to a recognizable form that I know how to differentiate
 
Hmm, do you know the method of the integrating factor ? If so, then first, do some relabeling of functions and constants.

[tex]V_0 + (a-b) t =: f(t)[/tex]

[tex]a(2f-1) =: C[/tex]

Now your ODE looks like (assuming [itex]f(t)\neq 0[/itex])

[tex]\frac{dx(t)}{dt} + \frac{b}{f(t)} x(t) = C[/tex]

Can you find the integrating factor ?
 
the integrating factor should be e^[tex]\int b/f(t)[/tex] = f(t)^b/f'(t)
 
alright think I've got it Cf(t)^1/f'(t) + Kf(t)^(-b/f'(t))
where K is the constant of integration and from there just got to plug in the intial conditions and solve for K
 
thanks really appreciate the help