Special case when solving D.E.'s

  • Context: Graduate 
  • Thread starter Thread starter unseensoul
  • Start date Start date
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
5 replies · 3K views
unseensoul
Messages
47
Reaction score
0
Why can't there be common terms on both complementary function and particular integral when solving differential equations?

For instance,

dy/dx + 3y = exp(-x) + exp(-3x)

y(CF) = Aexp(−3x)

y(PI) = Cexp(−x) + Dxexp(−3x)

The term Dexp(-3x) in the P.I. has to be multiplied by x to be linearly independent of Aexp(-3x) in the C.F.. Why? What would happen if it wasn't?
 
Physics news on Phys.org
Note that due to the characteristics of the differentiation of a product, ALL products of the form Y(x)=f(x)e^(-3x) will experience some "internal cancellation".

In your case, we will get on LHS:
[tex]\frac{dY}{dx}+3Y=(f^{,}(x)e^{-3x}-3f(x)e^{-3x})+3f(x)e^{-3x}=f^{,}(x)e^{-3x}[/tex]
Thus, since this must equal identically RHS, i.e, [tex]e^{-3x}[/tex], we get the subsidiary equation on f:
[tex]f^{,}(x)=1[/tex], which is readily solved.
 
HallsofIvy said:
Try it and see! Take y(x)= C exp(-x)+ D exp(-3x) and put it into the equation. Try to solve for C and D to make it true.

D would vanish... That's why they have to be linearly independent? I can't think of it in practical situations.
 
arildno said:
[tex]\frac{dY}{dx}+3Y=(f^{,}(x)e^{-3x}-3f(x)e^{-3x})+3f(x)e^{-3x}=f^{,}(x)e^{-3x}[/tex]

Where did you get this from?