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".
(b) ydy=xdx. ln∣y∣=2x2+C. y=Aex2/2. At (0,1): 1=A, so y=ex2/2.
(c) y2+1ydy=dx. Integrating: 21ln(y2+1)=x+C. ln(y2+1)=2x+C. At (0,0): ln1=C=0. y2+1=e2x, y=e2x−1.
(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 C, giving 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.
Solution:
(a) dtdv=g−mkv. Let α=k/m: dtdv+αv=g.
Integrating factor: eαt. dtd(veαt)=geαt.
veαt=L◆B◆g◆RB◆◆LB◆α◆RB◆eαt+C. v=L◆B◆g◆RB◆◆LB◆α◆RB◆+Ce−αt=kmg+Ce−kt/m.
At t=0: 0=mg/k+C, C=−mg/k.
v=kmg(1−e−kt/m).
(b) Terminal velocity: as t→∞, e−kt/m→0, so vterm=kmg.
(c) At t=m/k: v=kmg(1−e−1)=kmg(1−0.368)=0.632vterm.
The particle reaches approximately 63.2% of terminal velocity.
(d) The graph starts at v=0 with steep gradient g, curves concavely, and asymptotically approaches v=mg/k. It is a typical exponential approach curve.
Question: Solve the system: dtdx=2x+y, dtdy=x+2y, with x(0)=1, y(0)=0. (a) Write in matrix form. (b) Find eigenvalues and eigenvectors of the coefficient matrix. (c) Solve the system. (d) Calculate x(1) and y(1).
Solution:
(a) dtd(xy)=(2112)(xy).
(b) From the matrix diagnostics: eigenvalues λ1=3 (eigenvector (11)) and λ2=1 (eigenvector (1−1)).
(c) (xy)=c1e3t(11)+c2et(1−1).
(10)=c1(11)+c2(1−1). c1+c2=1 and c1−c2=0, so c1=c2=1/2.
IT-3: Forming DEs from Context (with Complex Numbers)
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).
(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.