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 CenterFile Exchange에서 Mathematics에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by