Q1. Attempt the following differential equations problems:
- (i)) Solve the ordinary differential equation: xdx+ydy+4y³ (x² + y²)dy = 0 (150 words)
- (ii)) Solve the ordinary differential equation: y" + 4y = 2cosx cos3x (300 words)
- b)) Solve the initial value problem: d²x/dt² - 3dx/dt - 10x = 0, x(0) = 1, x'(0) = 0 (150 words)
- Exact ODEs can be solved by recognizing total differentials like d(x²+y²) = 2xdx + 2ydy.
- Homogeneous solutions (y_c) for `ay''+by'+cy=0` are found from the characteristic equation `ar²+br+c=0`.
- Particular solutions (y_p) for non-homogeneous ODEs use the method of undetermined coefficients.
- Trigonometric products like `2cosAcosB` must be converted to sums (`cos(A+B)+cos(A-B)`) for particular solutions.
Answer: This response provides detailed solutions to three distinct ordinary differential equation problems, covering various techniques commonly encountered in mathematical methods for physics. Sub-question (i) involves solving an exact differential equation by recognizing a total differential. Sub-question (ii) addresses a second-order linear non-homogeneous differential equation with constant coefficients, utilizing the method of undetermined coefficients for both non-resonant and resonant forcing te...