NewtonApple
- 45
- 0
Homework Statement
Evaluate the line integral ∫^{(1,0)}_{(0,1)} (x^2-y)dx + (y^2+x)dy along
(a) a straight line from (0,1) to (1,2);
(b) the parabola x=t, y=t2 + 1;
(c) straight lines from (0,1) to (1,1) and then from (1,1) to (1,2).
Homework Equations
Equation of line: y = mx + c
The Attempt at a Solution
(a) [/B]To convert given integral into one variable I used Equation of line
y=mx + c
where slope m = \frac {y_2 - y_1}{x_2 - x_1} = \frac{2-1}{1-0}=1
and y intercept c = 1
which gives us y = x+1
dy = dx
Thus given integral
∫^{(1,0)}_{(0,1)} (x^2-y)dx + (y^2+x)dy
becomes one variable x dependent
= ∫^{1}_{0} (x^2-x-1)dx + (({x+1})^2+x)dx
= ∫^{1}_{0} (x^2-x-1)dx + (x^2+2x+1+x)dx
= ∫^{1}_{0} (x^2-x-1)dx + (x^2+3x+1)dx
= ∫^{1}_{0} (x^2-x-1+x^2+3x+1)dx
= ∫^{1}_{0} (2x^2+2x)dx ------------------ (1)
solving
\frac{2x^3}{3} +\frac{2x^2}{2}
applying limits gives
\frac{2}{3} + 1 = \frac{2+3}{3} = \frac{5}{3}
(b) need some hints for this part
(c) straight lines from (0,1) to (1,1) and then from (1,1) to (1,2).
from equation (1) above
= ∫^{1}_{0} (2x^2+2x)dx
solving
\frac{2x^3}{3} +\frac{2x^2}{2}
from (0,1) to (1,1)
we use only x: 0 to 1
we get \frac{2}{3} + 1 = \frac{2+3}{3} = \frac{5}{3}
from (1,1) to (1,2)
we use only x: 1 to 1
we get \frac{2}{3} - \frac{2}{3} + 1 - 1 = 0
hence adding both parts gives \frac{5}{3}Please tell me am I on the right track?
Last edited: