Beautiful Curve Stitching

Geometry Level 2

The above curve-stitching is formed by joining ( i , 0 ) (i,0) to ( 0 , 10 i ) (0,10-i) for i = 1 , 2 , , 9 i = 1, 2, \ldots, 9 .

If i i is all the numbers between 1 and 10, not just integers, the outer curve will be smooth rather than kinked.

Now, after a rotation and a translation shown below, this smooth curve can be expressed as y = a b x 2 y = \frac{\sqrt{a}}{{b}}x^2 , where a a and b b are positive integers with a a square-free.

What is the value of b 2 a ? \frac{b^2}{a}?


The answer is 200.

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.

4 solutions

Antoine G
Jul 24, 2018

Part of the solution is given in the problem since we are told that the shape that emerges from all those tangent is a parabola. The problem is that the different lines we are given are tangents to the parabola, but we don't know where is the point these line are tangent to.

The first step is to consider the full family of lines which go through the points ( t , 0 ) (t,0) and ( 0 , 10 t ) (0,10-t) (where t t is any real number). These lines are in symmetry with the 45° in this system. The parabola also has one line of symmetry. Thanks to this we conclude ( 5 2 , 5 2 ) (\tfrac{5}{2},\tfrac{5}{2}) is the vertex of the parabola.

Next because it's a parabola, the tangent line only touch the graph (and do not cross it). This will give us a second point on the parabola. Indeed for t t close to 0 but positive, the lines have negative slope while for t t close to 0 but positive they have positive slope. Furthermore, these line all intersect very close to the point ( 0 , 10 ) (0,10) . This means that ( 0 , 10 ) (0,10) is also on the parabola (see below for details). By symmetry ( 10 , 0 ) (10,0) is also on the parabola.

So we have the vertex at ( 5 2 , 5 2 ) (\tfrac{5}{2},\tfrac{5}{2}) and another point at ( 10 , 0 ) (10,0) . We just need to rotate (so that the symmetry axis is vertical) and translate (so that the vertex is at ( 0 , 0 ) (0,0) ) . ( 5 2 , 5 2 ) ( 10 , 0 ) rotate by 45° ( 0 , 5 2 2 ) ( 5 2 , 5 2 ) translate down by 5 2 2 ( 0 , 0 ) ( 5 2 , 5 2 2 ) \begin{array}{c} (\tfrac{5}{2},\tfrac{5}{2}) \\ (10,0) \end{array} \overset{\text{rotate by 45°}}\to \begin{array}{c} (0,\tfrac{5}{2} \sqrt{2}) \\ (5 \sqrt{2},5 \sqrt{2}) \end{array} \overset{\text{translate down by } \tfrac{5}{2} \sqrt{2} }{\to} \begin{array}{c} (0,0) \\ (5 \sqrt{2}, \tfrac{5}{2} \sqrt{2}) \end{array} So we have a point on the end-parabola: x = 5 2 , y = 5 2 2 x = 5 \sqrt{2}, y= \tfrac{5}{2} \sqrt{2} . Pluging in will show that the equation for the parabola is y = 2 20 x 2 y = \frac{\sqrt{2}}{20} x^2 so that a = 2 a = 2 and b = 20 b = 20 . The answer is thus 200 \fbox{200} .

How do we know it's a parabola?

The idea is already given above: we have a family of lines between the points ( t , 0 ) (t,0) and ( 0 , 10 t ) (0,10-t) . Say L t L_t is this line, then the equation for L t L_t is y = 10 t t x + ( 10 t ) y = -\frac{10-t}{t} x + (10-t) . Note that any two such lines have exactly one intersection point. Want to know which point on L t L_t is on the parabola, then just look at the point P t , ϵ P_{t,\epsilon} which is at the intersection of L t L_t and L t + ϵ L_{t+\epsilon} . Then as ϵ 0 \epsilon \to 0 , P t , ϵ P_{t,\epsilon} will converge to a point P ˉ t \bar{P}_t on L t L_t and this point will be on the curve. You then get a parametrisation t P ˉ t t\mapsto \bar{P}_t and you can check that this parametrises a parabola. Caution: the parametrisation can be singular; here for example the equation for L t L_t is already singular when t = 0 t=0 .

As an example, for t = 10 t=10 , L 10 L_{10} is the line y = 0 y =0 and L 10 + ϵ L_{10+ \epsilon} is y = ϵ 10 + ϵ x ϵ y = \frac{\epsilon}{10+\epsilon} x - \epsilon . The intersection of L 10 L_{10} and L 10 + ϵ L_{10+ \epsilon} has a y y -coordinate which is obviously 0 and the x x -coordinate is obtained by solving 0 = ϵ 10 + ϵ x ϵ 0 = \frac{\epsilon}{10+\epsilon} x - \epsilon . This gives x = 10 + ϵ x=10+\epsilon . Hence P 10 , ϵ = ( 10 + ϵ , 0 ) P_{10,\epsilon} = (10+\epsilon,0) . Letting ϵ 0 \epsilon \to 0 shows that the point ( 10 , 0 ) (10,0) was on the curve.

From there to enveloppes... [an edit motivated by Julian Poon's comment]

In general, you have a familiy of curve C t C_t given as the solution of an equation f ( t , x , y ) = 0 f(t,x,y) =0 (in this problem C t C_t are the lines L t L_t and f ( t , x , y ) = y 10 t t x + ( 10 t ) f(t,x,y) = -y -\frac{10-t}{t} x + (10-t) ). The intersection point of C t C_t and C t + ϵ C_{t+\epsilon} will satisfy the equations f ( t , x , y ) = 0 and f ( t + ϵ , x , y ) = 0 f(t,x,y) = 0 \text{ and } f(t+\epsilon,x,y) = 0 or equivalently f ( t , x , y ) = 0 and f ( t + ϵ , x , y ) f ( t , x , y ) = 0 f(t,x,y) = 0 \text{ and } f(t+\epsilon,x,y) - f(t,x,y)= 0 Now the equation on the right will lose meaning if ϵ 0 \epsilon \to 0 , which is a bugger because [since we have three variables] we need two independent equations to get a curve. So the trick is to rewrite it as f ( t , x , y ) = 0 and f ( t + ϵ , x , y ) f ( t , x , y ) ϵ = 0 f(t,x,y) = 0 \text{ and } \frac{f(t+\epsilon,x,y) - f(t,x,y)}{\epsilon}= 0 If f ( t , x , y ) f(t,x,y) is differentiable in t t , then as ϵ 0 \epsilon \to 0 you get two independent equations (hurray!): f ( t , x , y ) = 0 and d d t f ( t , x , y ) = 0 f(t,x,y) = 0 \text{ and } \frac{ \mathrm{d}}{\mathrm{d}t} f(t,x,y) = 0 See Mark Henning's answer for the implementation of this solution method.

In general, this kind of problems can be solved by envelopes . EDIT: I just realised Mark Henning has detailed this method below.

Julian Poon - 2 years, 6 months ago

Log in to reply

Thanks for the link! I should have mentioned it. I just thought it would be nice to have a method which relies on more elementary things (properties of parabola, rotations and translations).

Antoine G - 2 years, 6 months ago

Log in to reply

Ohh, your solution's really well written by the way. Regarding the second part on "How do we know it's a parabola", you can complete it by deriving the definition of an envelope since you are already halfway there.

Julian Poon - 2 years, 6 months ago

Log in to reply

@Julian Poon Thanks for the compliment! I added the "enveloppe" part, hope some people will find it useful.

BTW, I just read in your status that you dislike Singapore's math education system. Over here in Europe people are praising Singapore's math education like crazy. I would love to hear your opinion/experiences on the topic!

Antoine G - 2 years, 6 months ago

Woah, I used the exact method as this but backwards. I rotated the parabola y=ax^2 45 degrees and fit it through the translated point (-2.5,7.5).

Kevin Tong - 2 years, 6 months ago

The problem statement is actually incorrect as it states: "If is all the numbers between 1 and 9" instead of "If is all the numbers between 1 and 10", which leads to the curve going through the point (9, 0) instead of (10, 0) and a solution that does not fit the requirements for "a" and "b"...

D S - 2 years, 6 months ago

Log in to reply

Same as I thought and that's why I was getting the wrong answer

Veselin Dimov - 2 years, 6 months ago

The problem is ill-posed, it should actually read "if all the numbers between 0 and 10" and restrict the solution to the first quadrant. Or look at all real numbers, as I said in my solution.

But if you go with "If is all the numbers between 1 and 9" and try to extrapolate the last line so that it goes through the point (9,0), then you should have gotten to the conclusion that you do not get a parabola (you get part of a parabola which is the extended by two lines), so it does not make sense to speak of "a" and "b"...

Anyways, it's always best to report such things in the "report section"

Antoine G - 2 years, 6 months ago
Mark Hennings
Nov 25, 2018

We want to identify the envelope of the family of straight lines ( 10 u ) x + u y = u ( 10 u ) 0 < u < 10 (10-u)x + uy \;= \; u(10-u) \hspace{2cm} 0 < u < 10 To do this we differentiate partially with respect to u u y x = 10 2 u y - x \; = \; 10 - 2u and eliminate u u from the two equations, obtaining 10 x + y 2 x + 10 + x y 2 y = ( 10 + x y ) ( 10 x + y ) 4 5 ( x + y ) 1 2 ( x y ) 2 = 25 1 4 ( x y ) 2 5 ( x + y ) = 25 + 1 4 ( x y ) 2 \begin{aligned} \frac{10-x+y}{2}x + \frac{10+x-y}{2}y & = \; \frac{(10+x-y)(10-x+y)}{4} \\ 5(x+y) - \tfrac12(x-y)^2 & = \; 25 - \tfrac14(x-y)^2 \\ 5(x+y) & = \; 25 + \tfrac14(x-y)^2 \end{aligned} which becomes Y = 5 2 + 2 20 X 2 Y \; = \; \tfrac{5}{\sqrt{2}} + \tfrac{\sqrt{2}}{20}X^2 where X = x y 2 Y = x + y 2 X \; = \; \tfrac{x-y}{\sqrt{2}} \hspace{1cm} Y \; = \; \tfrac{x+y}{\sqrt{2}} In other words, we obtain the parabola y = 2 20 x 2 y \; = \; \tfrac{\sqrt{2}}{20}x^2 after rotation about the origin through 4 5 45^\circ and a further translation. Thus a = 2 a=2 , b = 20 b=20 , so that b 2 a = 200 \tfrac{b^2}{a} = \boxed{200} .

Buuut in the problem lines it is said that 1≤u≤9 not 0<u<10. I think that this problem should be rewritten so it is correct

Veselin Dimov - 2 years, 6 months ago

Log in to reply

I agree that the question could be better phrased - the only way to end up with a unique smooth curve is to take the infinite collection of lines, not just a finite set.

Mark Hennings - 2 years, 6 months ago

Great idea! I'm not fully sure that I understand how it works though.. Differentiating the family of curves and eliminating the parameter..

Krishnaraj Sambath - 2 years, 6 months ago

Log in to reply

I wrote an introduction to enveloppes in my answer, in case you're interested. Otherwise, check the wikipedia page!

Antoine G - 2 years, 6 months ago
Vilim Lendvaj
Nov 27, 2018

It is enough to know the slope and point of tangency to the smooth curve of one line. You can use that along with the derivation of sqrt(a)/b x^2 to get the solution. I used the line connecting 0 and 10, giving me that the derivation of sqrt(a)/b x^2 at x=10/sqrt(2) has to be 1.

Smart solution!!

Krishnaraj Sambath - 2 years, 6 months ago
Vinod Kumar
Nov 27, 2018

(1) Take line x+y=5 and it's perpendicular distance from point (0,10)=5/√2 as "y" value in parabola y=(√a/b)x^2

(2) Find distance of point (5/2,5/2) along the line x+y=5, where, the perpendicular from point (0,10) cuts x+y=5 as equal to 5√2. Take this as the "x" value in the parabola y=(√a/b)x^2.

(3) Using (5/√2)=(√a/b){(5√2)^2}, we get the answer for b^2/a=200.

Answer=200

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...