Question: Solve dxdy=yx given that y=2 when x=1. (b) Solve dxdy=xy given that y=1 when x=0. (c) Solve dxdy=yy2+1 given that y=0 when x=0. (d) Explain what is meant by a “particular solution” versus a “general solution”.
(d) The general solution contains an arbitrary constant C and represents the family of all possible solutions. The particular solution is obtained by using an initial/boundary condition to find the value of CGiving a single specific solution.
Question: (a) Solve dx2d2y−5dxdy+6y=0. (b) Solve dx2d2y+4y=0 given that y=1 and dxdy=0 when x=0. (c) Solve dx2d2y+6dxdy+9y=0. (d) Explain the significance of the discriminant of the auxiliary equation.
Solution:
(a) Auxiliary equation: m2−5m+6=0. (m−2)(m−3)=0. m=2,3. General solution: y=Ae2x+Be3x.
Question: A particle of mass m falls under gravity with air resistance proportional to velocity: mdtdv=mg−kv. (a) Solve the DE given v=0 when t=0. (b) Find the terminal velocity. (c) Calculate v when t=m/k as a fraction of terminal velocity. (d) Sketch the velocity-time graph.
Question: The current I(t) in an RL circuit with inductance L and resistance R satisfies LdtdI+RI=V0cos(ωt). (a) Solve this DE given I(0)=0. (b) Identify the transient and steady-state components. (c) Find the amplitude of the steady-state current. (d) Explain what happens when ω→0.
Solution:
(a) dtdI+LRI=LV0cos(ωt). Let α=R/L.
IF: eαt. dtd(Ieαt)=LV0eαtcos(ωt).
The PI requires Ip=Acos(ωt)+Bsin(ωt). Ip′=−Aωsin(ωt)+Bωcos(ωt). αIp+Ip′=αAcos+αBsin−Aωsin+Bωcos=LV0cos(ωt).
(b) Transient:Ce−Rt/L (decays to zero as t→∞). Steady-state:R2+ω2L2V0[Rcos(ωt)+ωLsin(ωt)].
(c) Amplitude =R2+ω2L2V0R2+ω2L2=R2+ω2L2V0.
(d) When ω→0 (DC circuit): amplitude →RV0=I0. The current approaches V0/R with time constant L/R. This is the classic RL circuit charging: the inductor initially opposes current flow, but as the magnetic field builds, the current asymptotically approaches V0/R.
Forgetting the constant of integration: When solving differential equations, always include the constant C (or use initial conditions to find it). A common error is to solve the homogeneous part and particular integral but forget to combine them with the arbitrary constant, giving an incomplete general solution.
Confusing the homogeneous and particular solutions: The homogeneous solution solves dxdy+Py=0 and gives the transient behaviour (decays to zero). The particular solution solves the full equation with the forcing term and gives the steady-state behaviour. The general solution is the sum of both. Students often write only one and forget the other.
Mixing up the integrating factor method: For equations of the form dxdy+Py=Q, the integrating factor is μ=e∫Pdx. Multiply both sides by μ, then recognise the left side as dxd(μy). A common error is to forget to multiply the right-hand side Q by the integrating factor.