Solve the equation m\frac{d^{2}x}{dt^{2}} + c\frac{dx}{dt} + kx = (ax + b)^{2} + c^{2} for the constants m, c, k
The right hand side a, b, and c are arbitrary digits. For me they are a = 2, b = 3, and c = 8.
The problem recommends creating a linear system of equations for me to solve. This...