Line Integral Problem: Calculating ∫(x+y)dx+(y-x)dy Along Various Curves

FeDeX_LaTeX
Science Advisor
Messages
436
Reaction score
13

Homework Statement


Evaluate ##\int_{(1,1)}^{(4,2)} (x + y)dx + (y - x)dy## along

(a) the parabola y2 = x
(b) a straight line
(c) straight lines from (1,1) to (1,2) and then to (4,2)
(d) the curve x = 2t2 + t + 1, y = t2 + 1

The Attempt at a Solution



(a) is fine.

For (b), I get two different answers, depending on what I do. Here's what I did.

The straight line passing through (1,1) and (4,2) is ##y = \frac{1}{3}x + \frac{2}{3}## so ##dy = \frac{1}{3}dx##.

So we have (replacing y and dy with expressions in terms of x)

##\int_{1}^{4} (\frac{4}{3}x + \frac{2}{3})dx + (\frac{2}{3} - \frac{2}{3}x) \cdot \frac{1}{3}dx = \int_{1}^{4} (\frac{10}{9}x + \frac{7}{9})dx = \frac{32}{3}##

But if, instead, we replace x and dx with expressions in terms of y, we have:

##\int_{1}^{2} (12y - 6)dy + (2 - 2y)dy = \int_{1}^{2} (10y - 4)dy = 11##

and my textbook says that 11 is the correct answer for (b). But why do I get two different answers? Shouldn't they be the same? Does it have something to do with path independence (although aren't I using the same path)?
 
Physics news on Phys.org
It should be \int_1^4\frac{10}{9}x+\frac{8}{9}\,dx
 
Ah, I see... thanks!
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top