How can i done this problem?
Show older comments
I=integral(xdy+ydx) where y=sqrt(x) O(0,0) A(1,1)
6 Comments
John D'Errico
on 29 May 2016
What are O(0,0) and A(1,1)?
John D'Errico
on 29 May 2016
Edited: John D'Errico
on 29 May 2016
Are you perhaps asking how to compute the arc length of some curve, between the points(0,0) and (1,1)?
Is this a question of a symbolic solution, so exact, or a numerical one?
Is this your homework? (I am somehow sure of that.) If so, then what have you tried? Answers is not here to do your homework.
Voicila Iulian-Teodor
on 29 May 2016
Voicila Iulian-Teodor
on 29 May 2016
Voicila Iulian-Teodor
on 29 May 2016
Voicila Iulian-Teodor
on 29 May 2016
Accepted Answer
More Answers (2)
Hi

.
.
2.- eq [2] you want to integrate a vector function F along a path or line.
F = [F1 , F2, F3] = [y , x, 0]
.
3.- eq [5] is possible because the curl of F is 0, just solve the following (from https://en.wikipedia.org/wiki/Curl_(mathematics) ) manually:

4.- So, the potential function you need to solve the integral is
phi = -[x*y , x*y, k]
5.- So, the integral of the field [y,x,0] along the arcul/arc/path/line (call it whatever you like it) y=x^.5 from point O [0 0] to point A [1 1] is the difference of potential
phi(O)-phi(A) = -phi(A)
and you get the same result whether you follow the previous arcul
[x x^.5]
or following
[x x^2]
If you find this answer of any help solving your question,
please click on the thumbs-up vote link,
thanks in advance
John
Jesús
on 2 Sep 2022
0 votes
(X+y) dx + xdy =0 MATLAB como hacerlo
Categories
Find more on Special Values 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!