Calculating a Line Integral with Triangle C

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
kliker
Messages
102
Reaction score
0

Homework Statement


hello again, sorry for asking so many questions, i just want to make sure if I am correct or not

calculate the line integral y^2dx+x^2dy where line C is the triangle with sides x=1, y=0 and y=x

The Attempt at a Solution



first of all i tried to find a customization of the line

we know that x = 1 hence it will be like this

r(t) = (1,t) but I am not sure if it's correct

then i said that the integral would be this

[URL]http://www2.wolframalpha.com/Calculate/MSP/MSP470019b34815c34hai2900000d7egii1beg78b2i?MSPStoreType=image/gif&s=9&w=88&h=37[/URL]

could I just use Green's theorem?

I mean using Greens theorem I get the same result

[URL]http://www2.wolframalpha.com/Calculate/MSP/MSP167119b34a9g72bg50ia000021ai53gc37dac65a?MSPStoreType=image/gif&s=3&w=186&h=37[/URL]

im 99% sure that greens theorem is correct, i mean the way i implemented it, but is the first way i showed also correct?

thanks in advance
 
Last edited by a moderator:
Physics news on Phys.org
kliker said:

Homework Statement


hello again, sorry for asking so many questions, i just want to make sure if I am correct or not

calculate the line integral y^2dx+x^2dy where line C is the triangle with sides x=1, y=0 and y=x



The Attempt at a Solution



first of all i tried to find a customization of the line

we know that x = 1 hence it will be like this

r(t) = (1,t) but I am not sure if it's correct

then i said that the integral would be this

[URL]http://www2.wolframalpha.com/Calculate/MSP/MSP470019b34815c34hai2900000d7egii1beg78b2i?MSPStoreType=image/gif&s=9&w=88&h=37
[/URL]
"we know that x=1"? Did you leave out much of the problem? We know that x= 1, y= any number from 0 to 1 is one side of triangle and so one part of the path over which we want to integrate. Taking x= 1, y= t as parametric equations, dx= 0, dy= dt so the integral becomes
[tex]\int_0^1 1 dx= 1[/itex]<br /> <br /> But you still have to do the other two sides of the triangle.<br /> <br /> On the line y= 0, we can use parametric equations x= t, y= 0 with t from 0 to 1. Then dx= dt, dy= 0 but [itex]y^2 dx= 0dt[/itex] so the integral is <br /> [tex]\int_0^1 0dt= 0[/itex].<br /> <br /> On the line y= x, where we are integrating from (1, 1) to (0, 0) (we got counterclockwise around the closed path), we can take x= t, y= t so that dx= dt, dy= dt and the integral is<br /> [tex]\int_1^0 2t^2 dt= -\int_0^1 2t^2 dt= -2/3[/itex] and the entire integral is 1- 2/3= 1/3.<br /> <br /> <blockquote data-attributes="" data-quote="" data-source="" class="bbCodeBlock bbCodeBlock--expandable bbCodeBlock--quote js-expandWatch"> <div class="bbCodeBlock-content"> <div class="bbCodeBlock-expandContent js-expandContent "> could I just use Green's theorem? <blockquote data-attributes="" data-quote="" data-source="" class="bbCodeBlock bbCodeBlock--expandable bbCodeBlock--quote js-expandWatch"> <div class="bbCodeBlock-content"> <div class="bbCodeBlock-expandContent js-expandContent "> Yes, you certainly could!<br /> <br /> <blockquote data-attributes="" data-quote="" data-source="" class="bbCodeBlock bbCodeBlock--expandable bbCodeBlock--quote js-expandWatch"> <div class="bbCodeBlock-content"> <div class="bbCodeBlock-expandContent js-expandContent "> I mean using Greens theorem I get the same result<br /> <br /> [URL]http://www2.wolframalpha.com/Calculate/MSP/MSP167119b34a9g72bg50ia000021ai53gc37dac65a?MSPStoreType=image/gif&s=3&w=186&h=37[/URL]<br /> <br /> im 99% sure that greens theorem is correct, i mean the way i implemented it, but is the first way i showed also correct?<br /> <br /> thanks in advance </div> </div> </blockquote> </div> </div> </blockquote> </div> </div> </blockquote>[/tex][/tex][/tex]
 
Last edited by a moderator:
thanks a lot for your help

that cleared up everything in my mind