1

Why we say this function have closed form while the other doesn't?

$\int\sin(x)\ dx = -\cos(x) + C$ have a closed form

while $\int\frac{\sin(x)}{x}\ dx = \textrm{Si}(x) + C$ does not have a closed form?

IV_
  • 6,964
Victor
  • 8,372

1 Answers1

1

"Closed form" isn't a generally accepted term. "In closed form" definitely means "in explicit finite terms". In addition to that, what a closed form is depends on the operations, functions and symbols you allow.
see Wikipedia: Closed-form expression

Some allow only elementary expressions to be closed-form expressions. Therefore $\cos(x)$ is in closed form but $\textrm{Si}(x)$ not.

The most general definition of closed-form expressions allow all expressions in named operations/functions. With that definition, both $\cos(x)$ and $\textrm{Si}(x)$ are in closed form.

see also What does closed form solution usually mean?

IV_
  • 6,964