if any of these fail we go back to step 1 with what we learned
Examples
At time t=0 a tank contains Q0 kg of salt dissolved in 100L of water, assume that the water containing 41kg of salt per litre flows into the tank at a rate of rL/min. the tank is well stirred and has an outlet from which the mixture exits the tank at the same rate r
find an ivp that describles the total amount of salt Q(t) in kilograms contained within the tank at time t.
we need to find an ode invvolving QdtdQ=4r−r100QrminL⋅41Lkg= rate of salt addedrminL⋅100QLkg= rate of salt removedIVP=dtdQ=100r(20−Q),↔Q(0)=Q0Investigate solutions qualitiatively: (equilibrium solution)dtdQ=00=100r(25−Q)⟹Q=2525Kg/100LL41kgQuantitativelydtdQ=100r(25−Q) we can solve using both integrating factor and seprable equation
A rocket of mass m is projected upwards with an intial velocity v0. assuming no air resistance, find the escape velocity
F=mg will not work as it is only valid at surface of the earth
F=k⋅−(R+x)21⟹−(R+x)2kat surfacex=0→F=mg≡F=−R2k⟹−R2k=−mg⟹F=−(R+x)2mgR2F=mdtdv⟹dtdv=−(R+x)2gR2we need to make the equation not depend on 3 varibles, we can just use the chain ruledtdv=dxdv⋅dtdx=vdxdv this doesnt have t in it :)vdxdv=−(R+x)2,gR2,v(0)=v0∫vdv=∫(R+n)2−gR2dx⟹2v2=x+RgR2+C⟹vv2=x+RgR2+2r02−gR we solve for v=0 to find the maximum positon that the rocket will gov=0,⟹x+RgR2=gR−2v02⟹v0=rt2gR because as x approches inf (because the rocket is leaving)x is 0