Problem Integrating sin(2*x)

5 visualizzazioni (ultimi 30 giorni)
Ricardo
Ricardo il 5 Mar 2014
Commentato: Gustavo Leal il 9 Ott 2017
>> 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

Risposta accettata

Paul
Paul il 5 Mar 2014
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 Commenti
Ricardo
Ricardo il 5 Mar 2014
Modificato: Ricardo il 5 Mar 2014
All right, Thanks!!
Gustavo Leal
Gustavo Leal il 9 Ott 2017
sin(pi)^2 != -cos (2pi)/2 ,for example, something its wrong with this function at MATLab

Accedi per commentare.

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by