Determining eigenfunctions + arbritary value constant

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
JamesGoh
Messages
140
Reaction score
0
When we determine an eigenfunction of a given differential equation, is it necessary to include the arbirtary value in front of the solution ?

If not, is it because of the term's arbritary nature which means we can choose to include/reject it from the determined eigenfunction ?
 
Physics news on Phys.org
If a differential equation allows for multiple solutions, the most general solution may contain an arbitrary term. This is always the case for linear equations, for example.

If, in addition, boundary conditions are given, then the arbitrary constant is set by those conditions.

As a basic example, the equation

[itex]\frac{dx}{dt} + x = 0[/itex]

has a general solution

[itex]x(t) = C e^{-t}[/itex]

but if an initial condition, e.g. [itex]x(0) = 1[/itex] is given, then the constant is set, and the particular solution for this inital value problem is

[itex]x(t) = e^{-t}[/itex]