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

1 view (last 30 days)
syms x y yd xd eta
int((2*(x-xd)*sin(eta*xd))/(eta*sqrt((x-xd)^2)+(y-yd)^2),xd,0,1)

Answers (1)

Hiro Yoshino
Hiro Yoshino on 30 Mar 2020
simplify?
wonder if this is what you're looking for though ....
  1 Comment
chetan Bawankar
chetan Bawankar on 30 Mar 2020
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)

Sign in to comment.

Categories

Find more on Mathematics in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!