Given the differential equation,
y′′−10y′+9y=5t such that
y(0)=−1,y′(0)=2 The homogenous part of the equation is:
y′′−10y′+9y=0 Let m be the root of the auxiliary equation such that:
m2−10m+9=0(m−9)(m−1)=0m=9 and m=1 are the roots of the equation.
Therefore the particular solution is:
yc=c1et+c2e9t We determine the particular solution to the non-homogenous part of the given differential equation using the method of undetermined coefficient.
y′′−10y′+9y=5t
The solution is of the form:
yp=a1+a2t Solving for the unknown constants a1 and a2 :
yp′=a2yp′′=0 Substituting the particular solution into the differential equation, we get:
−10a2+9(a1+a2t)=5t Simplifying further, we have:
9a1−10a2+9a2t=5t By equating coefficients:
9a1−10a2=09a2t=5t Solving for the system yields:
a1=8150a2=95 Substituting a1 and a2 into yp, we have :
yp=95t+8150 Thus, the general solution is:
y=yc+yp=c1et+c2e9t+95t+8150 We now solve for the unknown constants using the initial conditions:
dtdy=c1et+9c2e9t+95 Substituting y(0)=-1 into y (the general solution), we have:
c1+c2+8150=−1 Substitute y'(0) = 2 into dtdy we have:
c1+9c2+95=2 Solving the system gives:
c1=−2c2=3831 Substitute the values of c1 and c2 into the general solution, we have:
y=811(31e9t−162et+45t+50) which is the required solution.
Comments