Integral of sin(cos(x))

5 次查看(过去 30 天)
Hi. I was trying to find the integral of sin(cos(x)) using matlab but it gives me this message 'Explicit integral could not be found'. Can anybody help me how to find this integral?
syntax:
syms x
int(sin(cos(x)), x)
  1 个评论
Yasmany Fernandez
Yasmany Fernandez 2019-1-28
It is very simple dear friend, there is no primitive for that integral, instead you can use development in series of taylor or numerical integration methods

请先登录,再进行评论。

采纳的回答

Kye Taylor
Kye Taylor 2012-4-25
Ultimately, are you trying to compute a definite integral? If there are limits, you may be able to use Bessel functions to evaluate it. Check out http://en.wikipedia.org/wiki/Bessel_function#Bessel.27s_integrals Or, if the limits of the intergral are functions themselves, there may still be hope with an integral transform.

更多回答(1 个)

Walter Roberson
Walter Roberson 2012-4-25
There is no analytic integral for that.

类别

Help CenterFile Exchange 中查找有关 Bessel functions 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by