how to get integration of int((sin(xd)*(2*x - 2*xd))/((y - yd)^2 + ((x - xd)^2)^(1/2)), xd, 0, 1)

1 回表示 (過去 30 日間)
chetan Bawankar
chetan Bawankar 2020 年 3 月 30 日
コメント済み: chetan Bawankar 2020 年 3 月 30 日
syms x y yd xd eta
int((2*(x-xd)*sin(eta*xd))/(eta*sqrt((x-xd)^2)+(y-yd)^2),xd,0,1)

回答 (1 件)

Hiro Yoshino
Hiro Yoshino 2020 年 3 月 30 日
simplify?
wonder if this is what you're looking for though ....
  1 件のコメント
chetan Bawankar
chetan Bawankar 2020 年 3 月 30 日
thanks for your kind suggestion
i used simplify fraction and simplify both but still i am unable to get result of intgration.
int((2*sin(eta*xd)*(x - xd))/(eta*x^2 - 2*eta*x*xd + eta*xd^2 + y^2 - 2*y*yd + yd^2),xd,0,1)

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

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by