Cauchy Product: Exponents or Counters Equal?

  • Thread starter Thread starter morenogabr
  • Start date Start date
  • Tags Tags
    Cauchy Product
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 4K views
morenogabr
Messages
27
Reaction score
0
When attemtpting to find the Cauchy product of two functs f(x) and g(x), which are themselves power series, is it more important to have their respective terms of summation be the same of for the exponent of their respective x variable to be equal? Or must both of these conditions be met? I am in a situation where it seems that shifting the index for f(x) to make x powers equal, makes the initial summation counters not equal. Not sure which of these conditions is needed to apply Cauchy prod theorem.
 
Physics news on Phys.org
why not show us what you are attempting, try click on the latex below to see the syntax
[tex]f(x) = \sum_{n=1}^{\infty} a_n x^n[/tex]

as a general rule I would try & make the summation powers of x equivalent. If the other subscripts are confusing why not try a variable change [itex]c_n = b_{n-2}[/itex] etc.
 
[tex] f(x) = e^x = \\sum_{n=0}^{\\infty} (1/n!)(x^n),[/tex]
[tex] g(x) = sin(x) = \\sum_{k=0}^{\\infty} ((-1)^k)/(2k+1)! * x^(2k+1) [/tex]

latex not working? maybe its clear enoug what I am trying to show...

I need to use cauchy product theorem to obtain the first 3 terms of f(x)g(x).
So for g(x) I say m=2k+1, k=(m-1)/2, etc to achieve x^m but then the sum goes from m=1 to inf.
So if I leave x powers equal, the summations start at 0 for f(x) and 1 for g(x). But the theorem only gives
c_n=sum(from 0 to inf) a_(k) * b_(n-k) not sure if this would need to go from 1 to inf in my case or leave as 0?
 
morenogabr said:
[tex] f(x) = e^x = \\sum_{n=0}^{\\infty} (1/n!)(x^n),[/tex]
[tex] g(x) = sin(x) = \\sum_{k=0}^{\\infty} ((-1)^k)/(2k+1)! * x^(2k+1) [/tex]

latex not working? maybe its clear enoug what I am trying to show...

I need to use cauchy product theorem to obtain the first 3 terms of f(x)g(x).
So for g(x) I say m=2k+1, k=(m-1)/2, etc to achieve x^m but then the sum goes from m=1 to inf.
So if I leave x powers equal, the summations start at 0 for f(x) and 1 for g(x). But the theorem only gives
c_n=sum(from 0 to inf) a_(k) * b_(n-k) not sure if this would need to go from 1 to inf in my case or leave as 0?

[tex] f(x) = e^x = \sum_{n=0}^{\infty} \frac{x^n}{n!}[/tex]
[tex] g(x) = sin(x) = \sum_{k=0}^{\infty} \frac{(-1)^k x^{2k+1}}{(2k+1)!} [/tex]

Use this format for your latex, it's better.