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
Jesús
2022 年 9 月 2 日
0 投票
(X+y) dx + xdy =0 MATLAB como hacerlo
カテゴリ
ヘルプ センター および File Exchange で Special Values についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!