kbaumen
- 190
- 0
Homework Statement
<br /> \int_{C}(xy+\ln{x})\mathrm{d}s<br />
where C is the arc of the parabola y=x^2 from (1,1) to (3,9)
Homework Equations
<br /> \int_{C}f(x,y)\mathrm{d}s = \int_{a}^{b}f(x(t),y(t))\sqrt{(\frac{dx}{dt})^2+(\frac{dy}{dt})^2}\mathrm{d}t<br />
The Attempt at a Solution
Ok, so I take x as the parameter t, so the parametric equations of the line x=t and y=t^2 where t\in [1,3]. I can then rewrite this line integral as a regular definite integral by using the formula mentioned above (pardon the bad formatting). However, when I do that, I come up with
<br /> \int_{1}^{3}(t^3+\ln{t})\sqrt{1+4t^2}\mathrm{d}t<br />
I can't seem to find a way to integrate this function. It is integrable, at least according to the Wolfram Integrator. A solutions manual for the book I'm studying from comes up with
<br /> \int_{1}^{3}(t^3+\ln{t})\sqrt{4t^2}\mathrm{d}t = \int_{1}^{3}(t^3+\ln{t})2t\mathrm{d}t<br />
which is quite straightforward, however, it seems to me that it's a mistake since \frac{dx}{dt}=1 thus there is a 1 missing under the square root.
So can someone please help me find a way to integrate the integral I've come up with or am I missing something simple, i.e. it has been set up correctly in the book?