Cauchy Product: Exponents or Counters Equal?

  • Thread starter Thread starter morenogabr
  • Start date Start date
  • Tags Tags
    Cauchy Product
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
f(x) = \sum_{n=1}^{\infty} a_n x^n

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

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:
<br /> f(x) = e^x = \\sum_{n=0}^{\\infty} (1/n!)(x^n),<br />
<br /> g(x) = sin(x) = \\sum_{k=0}^{\\infty} ((-1)^k)/(2k+1)! * x^(2k+1) <br />

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?

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

Use this format for your latex, it's better.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top