Tricky to 2 variable line/path integral

Unart
Messages
25
Reaction score
0

Homework Statement


Compute ∫f ds for f(x,y)=\frac {y^3}{x^7} y=\frac {x^4}{4} for 1≤x≤2

Homework Equations



∫f ds= ∫f(c(t))||c'(t)||

||c'(t)|| is the magnitude of ∇c'(t)

The Attempt at a Solution



From this... I gathered the following, by saying x=t
c(t)= <t,\frac {t^4}{4}>
c'(t)= <1, t^3>

That gave me a magnitude of \sqrt{1+t^6}

so now I get that ∫f ds... through plugging in the magnitude and c(t) in the integral... this

∫\frac{t^5 \sqrt{1+t^6}}{64} where x=t\, and\, 1≤t≤2

This is the part where I'm particularly stuck... am I missing a step or did I make a math error? How do I integrate this?
 
Last edited:
Physics news on Phys.org
Let ##u = 1+t^6##.
 
I am completely lost... my anti-derivative and integration is shaky at best.
so
u= 1+t^6
so do I just take the anti-derivative of t^5... and get t^6/(6*64) and then take the and then the anti-derivative of u which would \frac{2u^\frac{3}{2}}{3} then anti-derivative of U which would t+t^7/7
 
no wait, there would be a product rule... too wouldn't it.

or am I wrong
 
Ignoring the ##\frac 1 {64}##, you have$$
\int t^5\sqrt{1+t^6}\, dt$$If you let ##u = 1+t^6## then ##du = 6t^5dt##. That gives you$$
\frac 1 6\int u^{\frac 1 2}\, du$$You integrate that and substitute ##u = 1+t^6## in your answer. Then put in your limits.
 
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