Locus and area

Calculus Level 5

Let L L be the set of lines that are tangent to the curve y = x 2 + 1 4 y=x^2+\dfrac{1}{4} .

Construct curve C C by reflecting origin O \rm O across every element of L L .

Area of the region enclosed by C C is equal to a b π a-b\pi , where a a and b b are rational numbers.

Evaluate a b \dfrac{a}{b} .


The answer is 4.

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.

2 solutions

Guilherme Niedu
Jan 29, 2020

I've found a solution slightly different than mr @Chris Lewis. Here it is:

Since the derivative of y = x 2 + 1 4 y = x^2 + \frac14 with respect to x x is equal to 2 x 2x , the tangents to the curve in a point ( t , t 2 + 1 4 ) (t, t^2+\frac14) will have equation:

y ( t 2 1 4 ) = ( 2 t ) ( x t ) \large \displaystyle y - \left (t^2 - \frac14 \right) = (2t)\cdot (x-t)

y = 2 t x t 2 + 1 4 \large \displaystyle y = 2tx - t^2 + \frac14

The line which is perpendicular to the aforementioned tangent line and passes to the origin must have inclination equal to the negative inverse inclilation of the line and constant term equal to 0. So:

y = 1 2 t x \large \displaystyle y = - \frac{1}{2t} x

The point P ( x P , y P ) (x_P, y_P) of intersection among those lines is found by:

2 t x t 2 + 1 4 = 1 2 t x \large \displaystyle 2tx - t^2 + \frac14 = - \frac{1}{2t} x

x P = 4 t 3 t 2 ( 4 t 2 + 1 ) \large \displaystyle x_P = \frac{4t^3-t}{2(4t^2+1)}

y P = 4 t 2 + 1 4 ( 4 t 2 + 1 ) \large \displaystyle y_P = \frac{-4t^2+1}{4(4t^2+1)}

Each point of C will then be given by 2 2 times vector O P \overrightarrow{OP} :

x = 4 t 3 t 4 t 2 + 1 \large \displaystyle x = \frac{4t^3-t}{4t^2+1}

y = 4 t 2 + 1 2 ( 4 t 2 + 1 ) \large \displaystyle y = \frac{-4t^2+1}{2(4t^2+1)}

This curve passes through ( 0 , 0 ) (0,0) when t = 0.5 t=-0.5 , goes to ( 0 , 0.5 ) (0,0.5) when t = 0 t = 0 and then goes back to ( 0 , 0 ) (0,0) when t = 0.5 t= 0.5 , enclosing an area. The integral we're looking for is then:

A = y d x \large \displaystyle A = \left | \int y dx \right |

A = 0.5 0.5 y ( d x d t ) d t \large \displaystyle A = \left | \int_{-0.5}^{0.5} y \left ( \frac{dx}{dt} \right ) dt \right |

A = 1 2 0.5 0.5 64 t 6 48 t 4 + 20 t 2 1 ( 4 t 2 + 1 ) 3 d t \large \displaystyle A = \left | \frac12 \int_{-0.5}^{0.5} \frac{-64t^6 -48t^4 + 20t^2 - 1}{(4t^2+1)^3} dt \right |

The reason for the absolute value is that the integral itself can be positive or negative depending on the orientation chosen, but an area must be positive. Expanding in partial fractions:

A = 1 2 ( 0.5 0.5 [ 8 ( 4 t 2 + 1 ) 2 8 ( 4 t 2 + 1 ) 3 1 ] d t ) \large \displaystyle A = \left | \frac12 \left ( \int_{-0.5}^{0.5} \left [ \frac{8}{(4t^2+1)^2} - \frac{8}{(4t^2+1)^3} - 1 \right ] dt \right ) \right |

A = 1 2 ( 0.5 0.5 [ 8 ( 4 t 2 + 1 ) 2 8 ( 4 t 2 + 1 ) 3 ] d t 1 ) \large \displaystyle A = \left | \frac12 \left ( \int_{-0.5}^{0.5} \left [ \frac{8}{(4t^2+1)^2} - \frac{8}{(4t^2+1)^3} \right ] dt -1 \right ) \right |

And then making t = tan ( u ) 2 t = \frac{\tan(u)}{2} , one gets:

A = 2 ( π 4 π 4 ( cos 2 ( u ) cos 4 ( u ) ) d u ) 1 2 \large \displaystyle A = \left | 2 \left ( \int_{-\frac{\pi}{4}}^{\frac{\pi}{4}} ( \cos^2(u) - \cos^4(u) ) du \right ) - \frac12 \right |

Since cos ( 4 u ) = 8 cos 4 ( u ) 8 cos 2 ( u ) + 1 \cos(4u) = 8 \cos^4(u) - 8 \cos^2(u) + 1 , then cos 2 ( u ) cos 4 ( u ) = 1 8 ( cos ( 4 u ) + 1 ) \cos^2(u) - \cos^4(u) = \frac18 (-\cos(4u)+ 1) . Then:

A = 2 ( 1 8 π 4 π 4 ( cos ( 4 u ) + 1 ) d u ) 1 2 \large \displaystyle A = \left | 2 \left ( \frac18 \int_{-\frac{\pi}{4}}^{\frac{\pi}{4}} (- \cos(4u) + 1) du \right ) - \frac12 \right |

A = 1 4 ( sin ( 4 u ) 4 + u ) π 4 π 4 1 2 \large \displaystyle A = \left | \frac14 \left ( - \frac{\sin(4u) }{4} + u \right )_{-\frac{\pi}{4}}^{\frac{\pi}{4}} - \frac12 \right |

A = 1 2 1 8 π \color{#20A900} \boxed{ \large \displaystyle A = \frac12 - \frac18 \pi }

So:

a = 1 2 , b = 1 8 a b = 4 \color{#3D99F6} \large \displaystyle a = \frac12, b = \frac18 \rightarrow \boxed{ \large \displaystyle \frac{a}{b} = 4}

Chris Lewis
Jan 29, 2020

A bit of a sketch solution but the missing derivations are easy to check.

The image of the origin reflected in the line a x + b y + c = 0 ax+by+c=0 has coordinates ( 2 a c a 2 + b 2 , 2 b c a 2 + b 2 ) \left( \frac{-2ac}{a^2+b^2}, \frac{-2bc}{a^2+b^2} \right) .

The tangent to the curve L L at the point P ( t , t 2 + 1 4 ) P(t,t^2+\frac14) has equation 2 t x y + 1 4 t 2 = 0 2tx-y+\frac14-t^2=0 .

Putting these two together, we find the curve C C is defined parametrically by

x = t 4 t 2 1 4 t 2 + 1 y = 1 2 4 t 2 1 4 t 2 + 1 \begin{aligned} x&=t \cdot \frac{4t^2-1}{4t^2+1} \\ y&=-\frac12 \cdot \frac{4t^2-1}{4t^2+1} \end{aligned}

Noting the similarity with the tangent-half angle substitution formulas , we put 2 t = tan θ 2t=\tan \theta to get

x = 1 2 cos 2 θ tan θ y = 1 2 cos 2 θ \begin{aligned} x&=-\frac12 \cos 2\theta \tan \theta \\ y&=\frac12 \cos 2\theta \end{aligned}

The next useful observation is that

x sin θ = 1 2 cos 2 θ sec θ y cos θ = 1 2 cos 2 θ sec θ \begin{aligned} \frac{x}{\sin \theta}&=-\frac12\cos 2\theta \sec \theta \\ \frac{y}{\cos \theta} &=\frac12 \cos 2\theta \sec \theta \end{aligned}

so the curve in question can be obtained from the polar curve C : r = cos 2 ϕ 2 cos ϕ C':\quad r=\frac{\cos 2\phi}{2\cos \phi} by applying a rotation through 9 0 90^{\circ} .

This transformation does not affect the enclosed area of C C' (which lies in the interval π 4 ϕ π 4 -\frac{\pi}{4} \le \phi \le \frac{\pi}{4} ), so the required area (using the standard formula for areas in polar coordinates) is given by

π 4 π 4 1 2 r 2 d ϕ = π 4 π 4 1 2 ( cos 2 ϕ 2 cos ϕ ) 2 d ϕ = π 4 π 4 1 8 ( 2 cos 2 ϕ 1 ) cos 2 ϕ d ϕ = π 4 π 4 1 8 4 cos 4 ϕ 4 cos 2 ϕ + 1 cos 2 ϕ d ϕ = π 4 π 4 1 8 ( 4 cos 2 ϕ 4 + sec 2 ϕ ) d ϕ = 1 2 π 8 \begin{aligned} \int_{-\frac{\pi}{4}}^{\frac{\pi}{4}} \frac12 r^2 d\phi &= \int_{-\frac{\pi}{4}}^{\frac{\pi}{4}} \frac12 \left(\frac{\cos 2\phi}{2\cos \phi}\right)^2 d\phi \\ &= \int_{-\frac{\pi}{4}}^{\frac{\pi}{4}} \frac18 \frac{\left(2\cos^2 \phi-1 \right)}{\cos^2 \phi} d\phi \\ &= \int_{-\frac{\pi}{4}}^{\frac{\pi}{4}} \frac18 \frac{4\cos^4 \phi-4\cos^2 \phi + 1 }{\cos^2 \phi} d\phi \\ &= \int_{-\frac{\pi}{4}}^{\frac{\pi}{4}} \frac18 \left(4\cos^2 \phi-4 + \sec^2 \phi \right) d\phi \\ &=\frac12-\frac{\pi}{8} \end{aligned}

and the final answer is 4 \boxed4 .

Does anyone know the name of this curve? It looks similar to (but isn't) the folium of Descartes and the trisectrix of Maclaurin. Also, is there a name for the curve generated via this type of reflection?

Chris Lewis - 1 year, 4 months ago

Several typos. (i) y = 1 2 y=\dfrac{1}{2} . 1 4 t 2 1 + 4 t 2 \dfrac{1-4t^2}{1+4t^2} .

(ii) t = 1 2 tan θ t=\dfrac{1}{2}\tan \theta .

A Former Brilliant Member - 1 year, 4 months ago

Log in to reply

Thanks! Corrected now. I'm not all that happy with this solution - it seems a bit over-complicated. Did you happen to find a better way?

Chris Lewis - 1 year, 4 months ago

Sir, in blue in the figure below is the plot of the curve (we both found the same parametric expressions), and in red is a rectagle going from ( 2 π 2 ) - (2-\frac{\pi}{2} ) to ( 2 π 2 ) (2-\frac{\pi}{2} ) and of height equal to 0.5 0.5 , i.e., a rectangle with area ( 2 π 2 ) (2-\frac{\pi}{2} ) .

Notice that the area of the rectangle is greater than the area of the curve, which actually is 1 2 π 8 \frac12 - \frac{\pi}{8} . The stretching by 2 2 and 1 2 \frac12 do make a difference. The ratio a b \frac{a}{b} will be the same, but a a and b b themselves will be different.

Guilherme Niedu - 1 year, 4 months ago

Log in to reply

Ah, thanks, I found my mistake. No need for stretching at all!

Chris Lewis - 1 year, 4 months ago

Log in to reply

You're welcome!

Guilherme Niedu - 1 year, 4 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...