Why Does Reversing Limits in a Line Integral Affect the Result?

jegues
Messages
1,085
Reaction score
3

Homework Statement



See figure attached for problem statement as well as the solution provided.

Homework Equations





The Attempt at a Solution



My only question is why can't I use,

32 \int ^{1}_{2} t\sqrt{8t^{2}+1}dt

I realize that this will give me the negative of his answer, I just don't understand why it doesn't work.

I still have t bounded from 1 to 2.

What's different here?

Thanks again!
 

Attachments

  • LIQ.JPG
    LIQ.JPG
    33.1 KB · Views: 495
Physics news on Phys.org
Your answer is right. I don't see why the solution thinks \int_C = \int_{-C}. Is this for some physics problem/class and needs to be positive for physical reasons?
 
Gib Z said:
Your answer is right. I don't see why the solution thinks \int_C = \int_{-C}. Is this for some physics problem/class and needs to be positive for physical reasons?

Nope, this is for a Math course.
 
jegues said:

Homework Statement



See figure attached for problem statement as well as the solution provided.

Homework Equations





The Attempt at a Solution



My only question is why can't I use,

32 \int ^{1}_{2} t\sqrt{8t^{2}+1}dt

I realize that this will give me the negative of his answer, I just don't understand why it doesn't work.

I still have t bounded from 1 to 2.

What's different here?

Thanks again!

In the problem you are given

\int_C y\,ds

and y is positive at all points on the curve. So a properly set up integral must give a positive answer. When you use the identity

ds = |R'(t)| dt

you are implicitly assuming that the integration is in a positive direction with respect to the parameter t (dt > 0).
 
LCKurtz said:
In the problem you are given

\int_C y\,ds

and y is positive at all points on the curve. So a properly set up integral must give a positive answer. When you use the identity

ds = |R'(t)| dt

you are implicitly assuming that the integration is in a positive direction with respect to the parameter t (dt > 0).

So what should I be checking or looking at when doing problems like this to ensure I don't preform the same error time and time again? I'm still a little confused.
 
LCKurtz said:
In the problem you are given

\int_C y\,ds

and y is positive at all points on the curve. So a properly set up integral must give a positive answer. When you use the identity

ds = |R'(t)| dt

you are implicitly assuming that the integration is in a positive direction with respect to the parameter t (dt > 0).

jegues said:
So what should I be checking or looking at when doing problems like this to ensure I don't preform the same error time and time again? I'm still a little confused.

For ds type integrals, the element of arc length is always positive. For example, how long a curve is shouldn't depend on which end you measure from. When you have a curve parameterized as

\vec R(t) = \langle x(t),y(t),z(t)\rangle,\ a\le t \le b

the parameterization itself implies a positive direction along the curve as t moves from a to b. So if you want to use the formula

<br /> ds = |\vec R&#039;(t)| dt<br />

your lower limit must be a and upper limit must be b. Just always integrate in the positive t direction for ds type integrals, regardless of which physical direction it takes you along the curve.

Note that the situation is different for line integrals of the type

\int_C \vec F \cdot d\vec R

Such an integral may represent, for example, the work done by the force moving an object along C. The answer will be positive or negative depending on which way the curve is traversed.
 
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