1

For example, what is the antiderivative of $t^{0.3} \cos (t)$? Of course this is the real part of $t^{0.3} e^{it}$

Comment: Originally I was thinking about an antiderivative. But a definite integral also helps.

teepung
  • 97

1 Answers1

1

Incomplete Gamma Function $$ \begin{aligned} & \int t^\alpha \cos t d t \\ = & \operatorname{Re} \int_0^t x^\alpha e^{-i x} d x \\ \stackrel{ i x \rightarrow x }{=}& \operatorname{Re} \int_0^{t i}\left(\frac{x}{i}\right)^\alpha e^{-x} \frac{d x}{i} \\ = & \operatorname{Re}\left[(-i)^{\alpha+1} \int_0^{it} x^\alpha e^{-x} d x\right] \\ = & \operatorname{Re}\left[(-i)^{\alpha+1}(\Gamma(\alpha+1)-\Gamma(\alpha+1, i t))\right] \end{aligned} $$ Wish it helps!

Lai
  • 20,421
  • Hi Lai, I'm confused about your last step. Looking at this wiki page about incomplete gamma function: https://en.wikipedia.org/wiki/Incomplete_gamma_function The integral is defined over the real numbers (represented by t on the wiki page, and the upper bound x should be a real number), what do you mean by 'i t' as an upper bound? I'm not familiar with the gamma function, just asking. – teepung Apr 05 '23 at 16:22