Understanding the General Solution of a Differential Equation

oneamp
Messages
219
Reaction score
0
Hello - I asked a similar question before, but it was not resolved for me, and the person who answered was rude, so I did not continue the conversation.

I read this here: http://tutorial.math.lamar.edu/Classes/DE/SecondOrderConcepts.aspx

"If y_1(t) and y_2(t)are two solutions to a linear, homogeneous differential equation then so is
y(t) = c_1 y_1(t) + c_2 y_2(t), and it states that this is the general solution.

I don't understand this: if y_1(t) and y_2(t) are solutions, then we should be done, right? We have our solutions. Why are we interested in making another solution? And, why is the sum of the solutions with multipliers the "general solution", and the other two solutions, y_1(t) and y_2(t), not general?

Thank you
 
Physics news on Phys.org
oneamp said:
Hello - I asked a similar question before, but it was not resolved for me, and the person who answered was rude, so I did not continue the conversation.

I read this here: http://tutorial.math.lamar.edu/Classes/DE/SecondOrderConcepts.aspx

"If y_1(t) and y_2(t)are two solutions to a linear, homogeneous differential equation then so is
y(t) = c_1 y_1(t) + c_2 y_2(t), and it states that this is the general solution.

I don't understand this: if y_1(t) and y_2(t) are solutions, then we should be done, right? We have our solutions. Why are we interested in making another solution? And, why is the sum of the solutions with multipliers the "general solution", and the other two solutions, y_1(t) and y_2(t), not general?

Thank you

It's not enough for a solution to satisfy the ODE; it must also satisfy the initial conditions, and for a second-order ODE there are two such conditions.

Example:

The functions y_1(x) = \cos x and y_2(x) = \sin x are solutions of
<br /> y&#039;&#039; = -y.<br />

Neither y_1 nor y_2 satisfy the intitial conditions y(0) = y&#039;(0) = 1, but the linear combination y(x) = \cos x + \sin x = y_1(x) + y_2(x) does, and in general a\cos x + b\sin x is the solution of y&#039;&#039; = -y which satisfies the initial conditions y(0) = a and y&#039;(0) = b.
 
Thank you
 
The basic theorem here is that "the set of all solutions to a linear homogeneous differential equation of order n form an n dimensional vector space".

In particular, that means there exist a "basis" for the vector space (solution set) consisting of n functions such that every solution can be written as a linear combination of those solutions.

In the case of a "linear homogeneous second order equation", there must exist two independent solutions, y_1(x) and y_2(x) such that any solution, y(x), can be written y(x)= Ay_1(x)+ By_2(x) for appropriate constants A and B.

We are not "done" when we find y_1 and y_2 because there exist an infinite number of solutions.
 
Back
Top