Finding the Solution to x' = 5e^t + y, y' = -4x

  • Thread starter Thread starter tandoorichicken
  • Start date Start date
AI Thread Summary
The discussion focuses on verifying that the functions x = sin(2t) + e^t and y = 2cos(2t) - 4e^t satisfy the differential equations x' = 5e^t + y and y' = -4x. The user seeks assistance in finding the general solution for the system, suggesting the method of undetermined coefficients. By assuming a solution form and substituting it into the equations, they derive a system of equations to determine the coefficients. The resulting coefficients lead to a general solution for the system, which includes exponential and trigonometric components.
tandoorichicken
Messages
245
Reaction score
0
The problem goes like this:

"Show that x = \sin(2t) + e^t, y = 2\cos(2t) - 4e^t is a solution of
x' = 5e^t + y, y' = -4x
and find a family of solutions of this system.

I already did the 'showing' part. I am having trouble finding the general solution for this system. Can someone help me?
 
Physics news on Phys.org
Have you looked at the second derivative of x?
 


To find the general solution for this system, we can use the method of undetermined coefficients. We start by assuming that the solutions have the form x = Ae^t + B\sin(2t) + C\cos(2t) and y = De^t + E\sin(2t) + F\cos(2t), where A, B, C, D, E, and F are constants to be determined.

Next, we substitute these expressions into the given system of equations and equate the coefficients of each term. This will give us a system of equations that we can solve for the unknown coefficients.

For the first equation x' = 5e^t + y, we have:
Ae^t + 2B\cos(2t) - 2C\sin(2t) = 5e^t + De^t + E\cos(2t) - F\sin(2t)

Equating the coefficients of e^t, we get A + D = 5.
Equating the coefficients of \cos(2t), we get 2B + E = 0.
Equating the coefficients of \sin(2t), we get -2C - F = 1.

Similarly, for the second equation y' = -4x, we have:
De^t + 2E\cos(2t) - 2F\sin(2t) = -4(Ae^t + B\sin(2t) + C\cos(2t))

Equating the coefficients of e^t, we get D - 4A = 0.
Equating the coefficients of \cos(2t), we get 2E + 4C = 0.
Equating the coefficients of \sin(2t), we get -2F - 4B = -4.

Solving this system of equations, we get A = -\frac{1}{5}, B = \frac{3}{10}, C = \frac{1}{10}, D = -\frac{4}{5}, E = -\frac{3}{5}, and F = \frac{1}{5}.

Therefore, the general solution for this system is:
x = -\frac{1}{5}e^t + \frac{3}{10}\sin(2t) +
 
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top