Sun K.
asked 07/26/13Find the general solution?
Find the general solution of y(4)-y=3t+cos t.
Answer: y=c1et+c2e-t+c3cos t+c4sin t-3t-(1/4)t*sin t
r=1, -1, i, -i,
But how do I figure out the form of the particular solution?
2 Answers By Expert Tutors
Ramesh V. answered 07/27/13
Personalized and Effective tutoring in Math and Science
Find the homogeneous solution first by writing the characteristic equation:
r^4 - 1 = 0
(r^2 + 1) ( r^2-1) = 0
r = 1, -1, i, -i
The homogeneous solution is of the form:
yh = c1et + c2 e-t + c3 cos(t) + c4 sin (t)
Particular solution can be solved in 2 steps since there are 2 forcing functions on the right hand side:
Step1 :
y(4) - y = 3t
we can guess the particular solution to be of the form Y = At+B
Y' = A
Y'' = 0
Y''' = 0
Y(4) = 0
Substituting in the expression above,
-(At + B) = 3t
which means A= -3 and B = 0
Y = -3t
Now to step 2 to find the particular solution for,
Step2:
y(4)- y = cos(t)
We can guess our linearly independent solution should be of the form:
Y= At cos(t) + Bt sin(t)
Y' = Acos(t) + B sin(t) − At sin(t) + Bt cos(t)
Y'' = −Asin(t) + B cos(t) − Asin(t) + B cos(t) − At cos(t) − Bt sin(t)
=−2Asin(t) + 2B cos(t) − Y
Y''' = −2Acos(t) − 2B sin(t) − Y'
Y(4) = 2Asin(t) − 2B cos(t) − Y''
= 4Asin(t) − 4B cos(t) + Y
Y(4) − Y = cos(t)
4Asin(t) − 4B cos(t) + Y − Y = cos(t)
4Asin(t) − 4B cos(t) = cos(t)
Then,
A = 0 and B = −1/4, which means Y = −(1/4) t sin(t)
The particular solution is the sum of the particular solution for step1 and step2
YP = -3t-(1/4) t sin(t)
Thus our general solution now becomes:
y=c1et+c2e-t+c3cos t+c4sin t-3t-(1/4)t*sin t
Robert J. answered 07/27/13
Certified High School AP Calculus and Physics Teacher
Plugging y = ert into the differential equation y(4)-y = 0,
r4 - 1 = (r2+1)(r+1)(r-1) = 0
r = ±i, 1, -1
So, the homegeneous solution is yh = c1et+c2e-t+c3cos t+c4sin t
Since cos t is part of homegeneous solution, the particular solution can be written as
y* = D tsin t - 3t
y*' = D(sin t + t cos t) - 3
y*'' = D(cos t + cos t - t sin t)
y*''' = D(-3sin t - t cos t)
y*'''' = D(-4cos t + tsin t)
So, y*'''' - y* = 3t + cos t becomes
D(-4cos t + tsin t) - D tsin t + 3t = 3t + cos t
-4Dcos t = cos t => D = -(1/4)
Answer: y = yh + y* = c1et+c2e-t+c3cos t+c4sin t-3t-(1/4)t*sin t
---------------
Attn: Since sin t and cos t are in homegeneous solution, and y = t cos t leads no solution, y* = D tsin t - 3t is assumed.
Still looking for help? Get the right answer, fast.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Sun K.
Robert, how did you get y*=D tsin t-3t?
07/27/13