How can i done this problem?
显示 更早的评论
I=integral(xdy+ydx) where y=sqrt(x) O(0,0) A(1,1)
6 个评论
John D'Errico
2016-5-29
What are O(0,0) and A(1,1)?
John D'Errico
2016-5-29
编辑:John D'Errico
2016-5-29
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
2016-5-29
Voicila Iulian-Teodor
2016-5-29
Voicila Iulian-Teodor
2016-5-29
Voicila Iulian-Teodor
2016-5-29
采纳的回答
更多回答(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
类别
在 帮助中心 和 File Exchange 中查找有关 Special Values 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!