Can factorials be integrated in this equation?

  • Context: Graduate 
  • Thread starter Thread starter Nick Jackson
  • Start date Start date
  • Tags Tags
    Factorials Integration
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
3 replies · 2K views
Nick Jackson
Messages
13
Reaction score
0
Hello,

well here's my problem: I got this integral and I don't know how to calculate it (I am trying to find if there exists a k that satisfies this relation) :

[tex]\int_0^k \frac{1}{ ( 4k-4r-2 ) ! ( 4r+1 ) ! }\, \left ( \frac{y}{x} \right )^{4r} dk = \int_0^k \frac{1}{ ( 4k-4r ) ! ( 4r+3 ) ! }\, \left ( \frac{y}{x} \right )^{4r} dk[/tex]

The problem is mainly in the factorial part (they are results of binomial coefficients as you may see)
Any help?

P.S. There probably doesn't exist such a k.
 
on Phys.org
What you have written here is non-sense. For 2 reasons! First is that you cannot have the dummy variable of integration also be a limit of integration. But that is a minor detail- since it is a dummy variable, replace it with some other variable:
[tex]\frac{\left(\frac{y}{x}\right)^{4r}}{(4r+1)!} \int_0^k\frac{1}{(4p- 4r- 2)!}dp[/tex][tex]= \frac{\left(\frac{y}{x}\right)^{4r}}{(4r+ 3)!}\int_0^k\frac{1}{(4p- 4r)!}dp[/tex]

But there is a much more important problem. Whether you call it "k" or "p", the "variable of integration" must be continuous while the factorial is only defined for non-negative integers.
 
Sorry I meant to put r in the variable not k. However I see your point about the continuity... I started with having sums in the lhs and the rhs. What do I do now?