I am new to sine and cosine integrals and I am just doing this out of hobby interest, so please forgive me if this sounds obvious or easy.
I am trying to simplify or solve this expression:
$$\int\frac{\sin(ax)}{x}dx$$
Which looks a lot like the $Si(z)$ integral but with an extra $a$. In my case, $a \neq 1$ so I cannot use the $Si(z)$.
This expression is a part of a large one where I looked at the trig integrals and found the one that matched my needs
$$\int\frac{\cos(ax)}{x^n}dx = -\frac{cos(ax)}{(n - 1)x^{n-1}}-\frac{a}{n-1}\int\frac{\sin(ax)}{x}dx$$
Where in my case $n=2$ and $a$ is a function that depends on $a(x,y)$ and $x$ depends on $x(r, z)$
Where $$a(x,y) = x(y-\frac{1}{C}), C \in \mathbb{R}$$ $$x(r, z) = \sqrt{r^2+z^2}$$
Where $C$ is just a constant.
The question is: how do I express the sine integral in terms of elementary functions like the other parts of the expression? If not, then how do I work with it/use it properly?
So I can just evaluate the $Si(z)$ and then multiply by $a$?
– Mathaholic Jun 10 '24 at 15:07