How would one solve the equation f '(-2x) + g '(4x) = - x?

  • Context: Graduate 
  • Thread starter Thread starter coverband
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
coverband
Messages
170
Reaction score
1
How would one solve the equation f '(-2x) + g '(4x) = - x?
 
Physics news on Phys.org
Functional equations like these are generally VERY nasty.

If we are to restrict our problem to find those solutions f and g that can both be represented as power series, we might make some headway:
We set, as trial solutions:
[tex]f(x)=\sum_{n=0}^{\infty}a_{n}x^{n}, g(x)=\sum_{n=0}^{\infty}b_{n}x^{n}[/tex],
we get:
[tex]f^{'}(x)=\sum_{n=0}^{\infty}(n+1)a_{n+1}x^{n}, g^{'}(x)=\sum_{n=0}^{\infty}(n+1)b_{n+1}x^{n}[/tex]
whereby we have:
[tex]f^{'}(-2x)=\sum_{n=0}^{\infty}(n+1)a_{n+1}(-2)^{n}x^{n}, g^{'}(4x)=\sum_{n=0}^{\infty}(n+1)b_{n+1}4^{n}x^{n}[/tex]

Inserting this into our equation, and rearranging, we get:
[tex](a_{1}+b_{1})+(-2a_{2}+4b_{2}+1)x+\sum_{n=2}^{\infty}(n+1)((-2)^{n}a_{n}+4^{n}b_{n})x^{n}=0[/tex]

This is to hold for ALL x, so therefore, the coefficients in front of each power in x need to vanish, so we get:
[tex]a_{1}+b_{1}=0[/tex]
[tex]-2a_{2}+4b_{2}+1=0[/tex]
[tex](-2)^{n}a_{n}+4^{n}b_{n}=0\to{b}_{n}=(-2)^{-n}a_{n}, n\geq{2}[/tex]

Fixing, say, the power series for f, yields then an explicit scheme for g.
 
You're allowed to use the same index n for both?

oh, I supose for any an, there's only one unique bn.