Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Linear Algebra y''+y=0 is y(x)=c1(cosx)+5c2(cosx)?
I have a true-or-false question, and I need to find if the general solution to y''+y=0 is y(x)=c1(cosx)+5c2(cosx)
Apparently the answer is supposed to be false, but I don't understand why and have attempted to solve the problem multiple times.
2 Answers
- 2 years agoFavorite Answer
y = c[1] * cos(x) + 5c[2] * cos(x)
y = (c[1] + 5c[2]) * cos(x)
y' = -(c[1] + 5c[2]) * sin(x)
y'' = -(c[1] + 5c[2]) * cos(x)
If we say that c[1] + 5 * c[2] = c, then we have:
y = c * cos(x)
y'' = -c * cos(x)
y'' + y = -c * cos(x) + c * cos(x) = 0
So yes, it is a solution, but that doesn't mean that it's the general solution. That's the difference.
y'' + y = 0
The general solution is y = c[1] * sin(x) + c[2] * cos(x). Hopefully, you can see that the specific solution you were given has c[1] equal to 0 and c[2] equal to c + 5C
- Anonymous2 years ago
y(x) = sinx + cosx is a solution because
y'(x) = cosx - sinx, y''(x) = -sinx - cosx,
giving y'' + y = -sinx - cosx + sinx + cosx = 0.
But y(x) = sinx + cosx in not included in
c1(cosx) + 5c2(cosx) for any choice of c1, c2.
So answer is false.
General solution is y(x) = c1cosx + c2sinx.