Smallest Square Tangent to a Hyperbola

Calculus Level 5

The smallest possible side length of a square who has 2 opposite sides that are tangential to the hyperbola y 2 = x 2 + 1 y^2=x^2+1 can be represented as 1 + S 1+S . What is 1000 S \lfloor 1000S\rfloor ?

Details and Assumptions
The square given in the picture does not possess the shortest possible side length.
Having two opposite corners touch the hyperbola does not count as having the square tangent to it. The two opposite sides must be tangent.


The answer is 681.

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.

1 solution

Discussions for this problem are now closed

Daniel Liu
Apr 25, 2014

Imgur Imgur

Let the upper right corner of the square be A A , the upper left corner be B B , and the origin to be O O . Clearly, the side length of the square is smallest when the square is tangent to the hyperbola at point A A . Let A = ( x , y ) A=(x,y) . Clearly, since A A is on the top half of the hyperbola, y = x 2 + 1 y=\sqrt{x^2+1} so A = ( x , x 2 + 1 ) A=(x,\sqrt{x^2+1})


Finding the side length of the square in terms of x x

Since the square is rationally symmetric about the origin, the side length of the square is the distance between the points A = ( x , y ) A=(x,y) and B = ( y , x ) B=(-y,x) . This is simply 1 + S = ( x + y ) 2 + ( x y ) 2 = 2 x 2 + 2 y 2 = 2 x 2 + 2 ( x 2 + 1 ) = 4 x 2 + 2 \begin{aligned}1+S&=\sqrt{\left(x+y\right)^2+\left(x-y\right)^2}\\ &= \sqrt{2x^2+2y^2}\\ &= \sqrt{2x^2+2(x^2+1)}\\ &= \boxed{\sqrt{4x^2+2}}\end{aligned}

So if we find the x-coordinate of point A A , we will be able to find the side length of the square using the above formula.

Now, notice that because the continuation of A O AO is a diagonal of the square, B A O = 4 5 \angle BAO=45^{\circ} . So if we can find the slope of A B AB and A O AO , then we can set the degree measure between the two lines to equal 4 5 45^{\circ} .


Imgur Imgur

Finding the slope of A B AB

Let the point of tangency be ( a , a 2 + 1 ) (a,\sqrt{a^2+1}) . The derivative of x 2 + 1 \sqrt{x^2+1} is x x 2 + 1 \dfrac{x}{\sqrt{x^2+1}} , so the slope at point ( a , a 2 + 1 ) (a,\sqrt{a^2+1}) is a a 2 + 1 \dfrac{a}{\sqrt{a^2+1}} .

Finding the slope of A O AO

Since A O AO passes through A = ( a , a 2 + 1 ) A=(a,\sqrt{a^2+1}) and O = ( 0 , 0 ) O=(0,0) , the slope is simply a 2 + 1 a \dfrac{\sqrt{a^2+1}}{a} .


Now that we know the slopes of A B AB and A O AO , we can set the degree measure between them to equal 4 5 45^{\circ} : tan 1 ( a 2 + 1 a ) tan 1 ( a a 2 + 1 ) = 4 5 \tan^{-1}\left(\dfrac{\sqrt{a^2+1}}{a}\right)-\tan^{-1}\left(\dfrac{a}{\sqrt{a^2+1}}\right)=45^{\circ}

Taking the tan \tan of both sides: tan ( tan 1 ( a 2 + 1 a ) tan 1 ( a a 2 + 1 ) ) = 1 \tan\left(\tan^{-1}\left(\dfrac{\sqrt{a^2+1}}{a}\right)-\tan^{-1}\left(\dfrac{a}{\sqrt{a^2+1}}\right)\right)=1

Using the tangent angle difference property: a 2 + 1 a a a 2 + 1 1 + ( a 2 + 1 a ) ( a a 2 + 1 ) = 1 \dfrac{\dfrac{\sqrt{a^2+1}}{a}-\dfrac{a}{\sqrt{a^2+1}}}{1+\left(\dfrac{\sqrt{a^2+1}}{a}\right)\left(\dfrac{a}{\sqrt{a^2+1}}\right)}=1

Simplifying: a 2 + 1 a a a 2 + 1 = 2 \dfrac{\sqrt{a^2+1}}{a}-\dfrac{a}{\sqrt{a^2+1}}=2

Let n = a 2 + 1 a n=\dfrac{\sqrt{a^2+1}}{a} . The equation transforms into the much simpler n 1 n = 2 n-\dfrac{1}{n}=2

Rearranging: n 2 2 n 1 = 0 n^2-2n-1=0

Using the quadratic equation, we obtain that n = 1 ± 2 n=1\pm \sqrt{2}


Case 1: n = 1 2 n=1-\sqrt{2}

We substitute back to get a 2 + 1 a = 1 2 \dfrac{\sqrt{a^2+1}}{a}=1-\sqrt{2}

Simplifying and rearranging: a 2 = 1 2 2 2 a^2=\dfrac{1}{2-2\sqrt{2}}

However, since 1 2 2 2 \dfrac{1}{2-2\sqrt{2}} is negative, a a is not real. Thus, n = 1 2 n=1-\sqrt{2} is an extraneous solution.

Case 2: n = 1 + 2 n=1+\sqrt{2}

Doing the same thing as last time, we obtain a 2 = 1 2 2 2 a^2=\dfrac{1}{2\sqrt{2}-2} a = 1 2 2 2 = 2 1 2 a=\sqrt{\dfrac{1}{2\sqrt{2}-2}}=\boxed{\sqrt{\dfrac{\sqrt{2}-1}{2}}}


Finishing up the problem

We plug a = 2 1 2 a=\sqrt{\dfrac{\sqrt{2}-1}{2}} back into the first formula we derived: A B = 4 ( 2 1 2 ) 2 + 2 = 4 ( 2 1 2 ) + 2 = 2 2 2 + 2 = 2 2 = 8 4 \begin{aligned}AB&=\sqrt{4\left(\sqrt{\dfrac{\sqrt{2}-1}{2}}\right)^2+2}\\ &=\sqrt{4\left(\dfrac{\sqrt{2}-1}{2}\right)+2} \\ &=\sqrt{2\sqrt{2}-2+2}\\ &= \sqrt{2\sqrt{2}}\\ &= \sqrt[4]{8}\end{aligned}

Thus 1 + S = 8 4 1.681 1+S=\sqrt[4]{8}\approx 1.681 , and 1000 S = 681 \lfloor 1000S\rfloor = \boxed{681} .

Let A , B , C , A,B,C, and D D be the vertices of the square. Let A ( a , b ) A(a,b) where b = a 2 + 1 b=\sqrt{a^2+1} , then using rotation transformation of + 9 0 +90^\circ with the origin as the center of rotation, we get B ( b , a ) B(-b,a) , C ( a , b ) C(-a,-b) , and D ( b , a ) D(b,-a) . Using formula of distance between 2 points, we get A B 2 = ( a b ) 2 + ( a + b ) 2 = 2 a 2 + 2 b 2 A B = 4 a 2 + 2 \begin{aligned} AB^2&=(a-b)^2+(a+b)^2\\ &=2a^2+2b^2\\ AB&=\sqrt{4a^2+2} \end{aligned} Now, using formula of distance between two paralel lines we get A B : y b = a a 2 + 1 ( x a ) C D : y + b = a a 2 + 1 ( x + a ) B C 2 = 2 a 2 a 2 + 1 + 2 a 2 + 1 B C = 2 2 a 2 + 1 \begin{aligned} AB\, : \, y-b&=\frac{a}{\sqrt{a^2+1}}(x-a)\\ CD\, : \, y+b&=\frac{a}{\sqrt{a^2+1}}(x+a)\\ BC^2&=\frac{-2a^2}{\sqrt{a^2+1}}+2\sqrt{a^2+1}\\ BC&=\frac{2}{\sqrt{2a^2+1}} \end{aligned} Since it is a square, then A B = B C 4 a 2 + 2 = 2 2 a 2 + 1 2 a 2 + 1 = 2 a = 2 1 2 \begin{aligned} AB&=BC\\ \sqrt{4a^2+2}&=\frac{2}{\sqrt{2a^2+1}}\\ 2a^2+1&=\sqrt{2}\\ a&=\sqrt{\frac{\sqrt{2}-1}{2}} \end{aligned} Hence A B = 4 a 2 + 2 = 4 ( 2 1 2 ) 2 + 2 = 8 4 \begin{aligned} AB&=\sqrt{4a^2+2}\\ &=\sqrt{4\left(\sqrt{\frac{\sqrt{2}-1}{2}}\right)^2+2}\\ &=\sqrt[4]{8} \end{aligned}

V-Moy (>‿◠)✌

Anastasiya Romanova - 7 years, 1 month ago

A nice alternative; using distance between two lines formula instead of using the 4 5 45^{\circ} condition. Thanks for sharing.

Daniel Liu - 7 years, 1 month ago

Yikes Wait, isnt it the one where it's as close to the corners touching the hyperbolas, so 1.414 is 2 \sqrt{2} , so our values are 414, and we want the one thats just a tiny bit bigger than one with side 2 \sqrt{2} , so the value still is 414? Probably my reasoning is going wacko again... :P

David Lee - 7 years, 1 month ago

That is exactly what I did!

Nanayaranaraknas Vahdam - 7 years, 1 month ago

In your case, the sides of the square won't be tangent... There is a reason why this is rated level 5 and not level 2.

Daniel Liu - 7 years, 1 month ago

well, when i did it, it wasnt level 5

David Lee - 7 years, 1 month ago

@David Lee Oops, I forgot that the level can only be seen by me.

Daniel Liu - 7 years, 1 month ago

Is there a reason why so many people tried it so fast?

Imgur Imgur

This problem is pretty hard... did I word the problem incorrectly, or did the people who tried just misread?

Daniel Liu - 7 years, 1 month ago

Ummm... dude, everybody put 1000 1000 as their answer. The diagram is misleading. D:

Finn Hulse - 7 years, 1 month ago

I added a warning on the problem. Is it OK now?

Daniel Liu - 7 years, 1 month ago

@Daniel Liu I think you should have the staff completely take it down. Having it up is misleading, but giving the clue is also too leading towards the right answer.

Finn Hulse - 7 years, 1 month ago

@Finn Hulse Finn, even if I blatantly put a diagram of the exact answer up on the problem, the actual task of finding the correct numerical answer to input is still very challenging. It isn't even my fault that the problem solvers were mislead; they evidently did not read the question carefully enough. I see no reason why you would want to take it down completely; doesn't the warning I put on the problem suffice?

Daniel Liu - 7 years, 1 month ago

@Daniel Liu No bro! Dude, here's everybody's thought process:

Let's find a square tangent to this hyperbola!

Ooh look, a pretty diagram illustrating exactly what I was looking for!

Hey, I know how to find the side length of this! It's two!

What's this about a warning? Trying to throw me off or something. It's so easy!

What's all this junk about S S ? Oh, I get it.

Then S = 1 S=1 !

So the answer is 1000!

If I asked you Classic Geometry Problem and put one of @Sreejato Bhattacharya 's crazy diagrams, what do you think would happen? Exactly! :P

Finn Hulse - 7 years, 1 month ago

@Finn Hulse I don't think anyone would ignore a warning like that... If they did, it is completely their fault.

Daniel Liu - 7 years, 1 month ago

@Daniel Liu Dude, for most people it doesn't make intuitive sense to have a square smaller than that! So they think that you just posted a really easy problem, and you're (quite weakly) trying to throw them off by putting the warning. :O

Finn Hulse - 7 years, 1 month ago

@Finn Hulse I don't think I have ever seen a problem where a warning was meant to throw people off...

Daniel Liu - 7 years, 1 month ago

@Daniel Liu Yeah, haha. I dunno, that would be my train of though. :D

Finn Hulse - 7 years, 1 month ago

I overcomplicated this problem so much. I was thinking the only possible way there could be another solution was if it was a hyperbolic square, which actually makes no sense when you think about it. Good solution.

A Former Brilliant Member - 7 years, 1 month ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...