Solving a Line Integral Problem: Struggling for the Right Answer

galaxy_twirl
Messages
137
Reaction score
1
Hi everyone. I ran into a minor problem while trying to solve a problem on line integral. I suspect this question to be very straight-forward as it gave the parametric equations of the curve C. However, I am still unable to get the answer for some reason. May I have someone to point out where I went wrong? Thanks!

Question:

Ah, the image didn't get uploaded.. Please refer to the attached image. Thanks! The question in question is Q1(a).

My attempt:

Since x = t2 + 1 and y = t3+t , we have x(t) and y(t). Following on, I went one to apply the formula, ∫ F⋅ dr = ∫ f(x(t), y(t))||r'(t)|| dt.

I had r(t) as (t2 + 1) i + (t3+t) j. And I have r'(t) = (2t) i + (3t2 + 1) j, and ||r'(t)|| = √ (9t2 + 1)(t2 + 1).

Since the range of t is 0 ≤ t ≤ 1, I integrated over this range and my calculator returned 3.73 as the answer, but the answer in my answer key wrote 6. May I know where I had gone wrong? Thanks! :D

<In case the picture cannot be seen, I have uploaded it here.> Thanks again!
 

Attachments

  • IMG_20141102_023729.jpg
    IMG_20141102_023729.jpg
    41.7 KB · Views: 448
Physics news on Phys.org
galaxy_twirl said:
Hi everyone. I ran into a minor problem while trying to solve a problem on line integral. I suspect this question to be very straight-forward as it gave the parametric equations of the curve C. However, I am still unable to get the answer for some reason. May I have someone to point out where I went wrong? Thanks!

Question:

Ah, the image didn't get uploaded.. Please refer to the attached image. Thanks! The question in question is Q1(a).

My attempt:

Since x = t2 + 1 and y = t3+t , we have x(t) and y(t). Following on, I went one to apply the formula, ∫ F⋅ dr = ∫ f(x(t), y(t))||r'(t)|| dt.

I had r(t) as (t2 + 1) i + (t3+t) j. And I have r'(t) = (2t) i + (3t2 + 1) j, and ||r'(t)|| = √ (9t2 + 1)(t2 + 1).
Your r'(t) looks fine, but |r'(t)| doesn't.
galaxy_twirl said:
Since the range of t is 0 ≤ t ≤ 1, I integrated over this range and my calculator returned 3.73 as the answer, but the answer in my answer key wrote 6. May I know where I had gone wrong? Thanks! :D

<In case the picture cannot be seen, I have uploaded it here.> Thanks again!
 
Can you show me your work on the finding the gradient of f?
 
To Mark44: Oh dear. I must have been hallucinating when doing Math at nearly 3am. T_T Sorry. ||r'(t)|| is √(t^2 + (1/9))(t^2 + 1).

To td21: How do I find the gradient of f? Do I just use the formula Gradient = (y2-y1)/(x2-x1)?
 
However, my calculator returned 1.24 as the answer.. :/
 
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