How can i done this problem?
Afficher commentaires plus anciens
I=integral(xdy+ydx) where y=sqrt(x) O(0,0) A(1,1)
6 commentaires
John D'Errico
le 29 Mai 2016
What are O(0,0) and A(1,1)?
John D'Errico
le 29 Mai 2016
Modifié(e) : John D'Errico
le 29 Mai 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
le 29 Mai 2016
Voicila Iulian-Teodor
le 29 Mai 2016
Voicila Iulian-Teodor
le 29 Mai 2016
Voicila Iulian-Teodor
le 29 Mai 2016
Réponse acceptée
Plus de réponses (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
le 2 Sep 2022
0 votes
(X+y) dx + xdy =0 MATLAB como hacerlo
Catégories
En savoir plus sur Special Values dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!