Problem Integrating sin(2*x)

5 ビュー (過去 30 日間)
Ricardo
Ricardo 2014 年 3 月 5 日
コメント済み: Gustavo Leal 2017 年 10 月 9 日
>> syms x >> f=sin(2*x)
f =
sin(2*x)
>> int(f)
ans =
sin(x)^2
>>
I am sure it is wrong because it should be -1/2+sin(x)^2

採用された回答

Paul
Paul 2014 年 3 月 5 日
The integral is:
sin(x)^2 + C
but Matlab just doesn't show the constant. How do you get the -1/2? Because if you differentiate the integral (sin(x)^2 + C) you get:
2*sin(x)*cos(x) = sin(2*x)
And the constant differentiated gives 0 since it doesnt depend on x.
  4 件のコメント
Ricardo
Ricardo 2014 年 3 月 5 日
編集済み: Ricardo 2014 年 3 月 5 日
All right, Thanks!!
Gustavo Leal
Gustavo Leal 2017 年 10 月 9 日
sin(pi)^2 != -cos (2pi)/2 ,for example, something its wrong with this function at MATLab

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeCalculus についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by