A familiar curve!

Calculus Level 5

A curve starts from ( 0 , 1 ) (0,1) and ends at ( 1 , 0 ) (1,0) (but it does not include the two points), and the whole curve is in the first quadrant.

If we draw any tangent line of the curve, and the tangent intersects the x x -axis and y y -axis at point P P and Q Q respectively, then the length of P Q \overline{PQ} is always equal to 1.

What is the length of the curve?


The answer is 1.5.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

3 solutions

Find q q with respect to p p : Solve [ EuclideanDistance [ { p , 0 } , { 0 , q } ] = 1 , q ] \text{Solve}[\text{EuclideanDistance}[\{p,0\},\{0,q\}]=1,q] is q = 1 p 2 q = \sqrt{1-p^2} .

Draw a picture using various lines connecting the { p , 0 } \{p,0\} and { 0 , 1 p 2 } \left\{0,\sqrt{1-p^2}\right\} points with a quarter circle for comparison:

Now, it is known that the arclength is less than that of a quarter circle with a radius of 1.

Following the procedure for computing the envelope of a family of curves and then computing the arc-length of that curve gives the desired answer, which is 3 2 \frac{3}{2} .

The members of the family of curves (straight lines in this case) are: y = 1 p 2 1 p 2 x p y=\sqrt{1-p^2}-\frac{\sqrt{1-p^2} x}{p} .

( yn y ) p is 1 p 2 x p 2 x 1 p 2 + p 1 p 2 \frac{\partial (\text{yn}-y)}{\partial p}\text{ is }-\frac{\sqrt{1-p^2} x}{p^2}-\frac{x}{\sqrt{1-p^2}}+\frac{p}{\sqrt{1-p^2}} .

Solving for p 1 p 2 x p 2 x 1 p 2 + p 1 p 2 = 0 -\frac{\sqrt{1-p^2} x}{p^2}-\frac{x}{\sqrt{1-p^2}}+\frac{p}{\sqrt{1-p^2}}=0 gives three roots, but only one real root: x 3 \sqrt[3]{x}

Substituting that value for p p into the original family formula gives the curve formula: y = ( 1 x 2 / 3 ) 3 / 2 y=\left(1-x^{2/3}\right)^{3/2} .

Drawing both the original family of straight lines and the curve as a broad, red curve shows that it is probably correct.

( ( 1 x 2 / 3 ) 3 / 2 x ) 2 + ( x x ) 2 d x \int \sqrt{\left(\frac{\partial \left(1-x^{2/3}\right)^{3/2}}{\partial x}\right)^2+\left(\frac{\partial x}{\partial x}\right)^2} \, dx gives 3 x 3 2 2 \frac{3 x^{\frac{3}{2}}}{2} .

3 x 3 2 2 x = 0 1 = 3 2 \left|\frac{3 x^{\frac{3}{2}}}{2}\right|_{x=0}^{1}=\frac{3}{2}

Joe Mansley
Aug 9, 2019

From there, finding the arc length is pretty standard.

Pedro Cardoso
Dec 23, 2018

The shape is an Astroid , to see why you may want to check out this problem and it's solutions. An astroid has parametrization ( cos 3 t , sin 3 t ) (\cos^3{t},\sin^3{t}) , so it's length in the first quadrant is 0 π 2 ( d sin 3 t d t ) 2 + ( d cos 3 t d t ) 2 d t = 0 π 2 ( 3 ( sin 2 t ) cos t ) 2 + ( 3 ( cos 2 t ) sin t ) 2 d t \large \int_0^{\frac{\pi}{2}}\sqrt{\left(\frac{d\sin^3t}{dt}\right)^2+\left(\frac{d\cos^3t}{dt}\right)^2}dt=\int_0^{\frac{\pi}{2}}\sqrt{\left(3\left(\sin^2t\right)\cos t\right)^2+\left(3\left(\cos^2t\right)\sin t\right)^2}dt

Which simplifiest to 3 2 0 π 2 sin ( 2 t ) d t = 1.5 \large \frac{3}{2}\int_0^{\frac{\pi}{2}}\sin\left(2t\right)dt=1.5

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...