Finding the amount of work done (line integrals)

Deimantas
Messages
38
Reaction score
0

Homework Statement



Find the amount of work (ω) done by moving a point from (2;0) to (1;3) along the curve y=4-(x^2), in the effect of force F=(x-y;x).

Homework Equations





The Attempt at a Solution



ω = ∫((x-y)dx + xdy)

ω = ∫(x-4+x^2)dx + ∫√(4-y) dy

In the end, I get this: http://www.wolframalpha.com/input/?i=%28integrate+%28x-4%2Bx^2%29+from+1+to+2%29+%2B+%28integrate+sqrt%284-y%29+from+0+to+3%29
with the final answer 4,5. Is it correct?
 
Physics news on Phys.org
No, that is not correct. In fact, your entire method is wrong. This is a one dimensional problem (a curve) and you are doing a two dimensional integral. In general, you need to write the integral in terms of a single parameter. Here, since we have y equals a function of x, we can use x itself as that parameter.

On the curve y= 4- x^2, dy= -2x dx. So (x- y) dx= (x- 4+ x^2) dx and xdy= -2x^2 dx That is,
\int_{(2, 0)}^{(1, 3)} (x- y)dx+ xdy= \int_{x=2}^1 (x^2+ x- 4- 2x^2)dx= \int_{x=2}^1 (-x^3+ x- 4)dx
 
I thought I must have chosen a wrong method. Thank you very much for giving such a thorough answer.
 
HallsofIvy said:
No, that is not correct. In fact, your entire method is wrong. This is a one dimensional problem (a curve) and you are doing a two dimensional integral. In general, you need to write the integral in terms of a single parameter. Here, since we have y equals a function of x, we can use x itself as that parameter.

On the curve y= 4- x^2, dy= -2x dx. So (x- y) dx= (x- 4+ x^2) dx and xdy= -2x^2 dx That is,
\int_{(2, 0)}^{(1, 3)} (x- y)dx+ xdy= \int_{x=2}^1 (x^2+ x- 4- 2x^2)dx= \int_{x=2}^1 (-x^3+ x- 4)dx

just wanted to ask

i'm hoping to become a regular around here and I was hoping that you could tell me how you set out your equations in those graphics?

thanks a lot
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top