Calculating Arc Length of a Curve: A Calculus II Problem

LBK
Messages
11
Reaction score
0

Homework Statement


Find the exact length of the curve: y= 1/4 x2-1/2 ln(x) where 1<=x<=2

Homework Equations


Using the Length formula (Leibniz) given in my book, L=Int[a,b] sqrt(1+(dy/dx)2)
I found derivative of f to be (x2-1)/2x does that look correct?

The Attempt at a Solution


I found f' to be (x2-1)/2x does that look correct? I'm thinking I must be off on something because I get a wrong answer. Either that or my integration. I am trying to use tables in the book for that, and not sure about that either. I am trying to sub u for that (dy/dx) part when integrating, for which I think I can use the form:
int sqrt(u2+a2)=1/2 (u*sqrt(u2+a2)+a2ln|u+ sqrt(u2+a2)
When I put my value back in for u, it turns into a big mess. When I plug in my x values I got 15/32 +ln 2. This isn't right, the book has 3/4 + 1/2 ln 2 if that helps. Thank you.
 
Physics news on Phys.org
Write y&#039; in the simpler form \frac12(x - \frac{1}{x}). Take a closer look at 1 + y&#039;^2, and consider the identity (a + b)^2 = (a - b)^2 + 4ab.
 
  • Like
Likes LBK
Like many textbook problems on arc length, this one is cooked up so that the square root simplifies to something nice. As it turns out, 1 + y'2 is a perfect square, so the final integral doesn't involve a radical and is pretty simple. I get the same answer as the textbook.
 
  • Like
Likes LBK
ah, I get it now. Thanks, you guys rock. I'll definitely be back lol.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top