How to solve this integration ????
Mostrar comentarios más antiguos
>> c
c =
(x*cos(x)*sin(x))/(a^2*cos(x)^2 + b^2*sin(x)^2)^2
>> pretty(c)
x cos(x) sin(x)
--------------------------
2 2 2 2 2
(a cos(x) + b sin(x) )
>> int(c,0,(pi/2))
ans =
int((x*cos(x)*sin(x))/(a^2*cos(x)^2 + b^2*sin(x)^2)^2, x, 0, pi/2)
>> pretty(ans)
pi
--
2
/
| x cos(x) sin(x)
| -------------------------- dx
/ 2 2 2 2 2
0 (a cos(x) + b sin(x) )
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Startup and Shutdown en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!