How to solve this integration ????
显示 更早的评论
>> 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) )
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Calculus 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!