Computing distance and time from a differential equation

AI Thread Summary
To compute the distance traveled and the time needed for a change in speed from v1 to v2 using the differential equation k1*v' = k2 - k3*v^2, one must first derive the velocity function v(t). This involves solving the equation through separation of variables and integrating using partial fractions. However, challenges may arise if the integral does not converge based on the given constants. It is essential to ensure that the constants k1, k2, and k3 are appropriately defined to achieve a valid solution. Proper integration techniques are crucial for accurately determining distance and time.
vladgrigore
Messages
2
Reaction score
0
hello,

having given 2 speeds v1 and v2 and the equation: k1*v'=k2-k3*v^{2} how do i compute the distance traveled from v1 reaching v2 and the time needed. (k1,k2,k3 are constants).

i think i have to integrate to find the distance, but i just can't figure quite how to do it.

any tips are greatly appreciated.
 
Physics news on Phys.org
You need to find a function for velocity v(t). You can integrate v(t) to find the distance. To obtain this function, you can solve your differential equation using separation of variables:

k_{1}\frac{dv}{dt}=k_{2}-k_{3}v^{2} \implies k_{1}\frac{dv}{k_{2}-k_{3}v^{2}} = dt
 
And you can use "partial fractions" to integrate that: k_1- k_2v^2= \left(\sqrt{k_1}- \sqrt{k_2}v\right)\left(\sqrt{k_1}+ \sqrt{k_2}\right)
 
thanks for that, i managed to figure out the integral but sadly it does not converge given the constants that i have.
thanks again
 
Hello! Let's say I have a cavity resonant at 10 GHz with a Q factor of 1000. Given the Lorentzian shape of the cavity, I can also drive the cavity at, say 100 MHz. Of course the response will be very very weak, but non-zero given that the Loretzian shape never really reaches zero. I am trying to understand how are the magnetic and electric field distributions of the field at 100 MHz relative to the ones at 10 GHz? In particular, if inside the cavity I have some structure, such as 2 plates...
Back
Top