A focused parabola

Calculus Level 3

Consider the parabola with minimum point at the origin and focus one unit above.

I draw a line of length 101 101 units from the focus to the the point on the parabola in the first quadrant ( x 0 , y 0 ) (x_{0}, y_{0}) .

Find the gradient of the tangent at x = x 0 x = x_{0} .


The answer is 10.

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

Ariel Gershon
Jun 17, 2015

I came up with a solution that doesn't require knowledge of the formula(s) for the focus:

Let A A be the focus, O O be the origin and B B the point ( x 0 , y 0 ) (x_0, y_0) . Since the minimum point is the origin, the equation must be of the form y = a x 2 y = ax^2 .

Now each point on the parabola is equidistant from the focus and directrix. Since O O is a distance of 1 1 from the focus, therefore the directrix must be y = 1 y = -1 .

It is also known that B B is 101 101 units away from the focus. Hence it is also 101 101 units from the directrix (i.e. the two orange lines in the diagram are of equal length). Thus y 0 = 1 + 101 = 100 y_0 = -1 + 101 = 100 .

Let C C be the point ( x 0 , 1 ) (x_0, 1) as in the diagram. Then, in the triangle A B C ABC we have B C = 99 , A B = 101 BC = 99, AB = 101 and A C B = 9 0 \angle ACB = 90^{\circ} . Therefore, by the Pythagorean Theorem, A C = 10 1 2 9 9 2 = 20 AC = \sqrt{101^2 - 99^2} = 20 .

Thus x 0 = 20 x_0 = 20 and y 0 = 100 y_0 = 100 . Since y 0 = a x 0 2 y_0 = ax_0^2 , this gives us a = 1 4 a = \dfrac{1}{4} . Hence the parabola is y = 1 4 x 2 y = \dfrac{1}{4} x^2 . The derivative of the parabola is x 2 \dfrac{x}{2} , so when x = 20 x = 20 the slope of the tangent is 10 \boxed{10} .

Jake Lai
May 29, 2015

The parabola is described by y = x 2 / 4 y = x^{2}/4 , which can easily be derived.

There is a property of parabolas: a parabola can be defined as the locus of points which are equidistant from a focus as well as a directrix. Using this, we then know that y 0 = 100 y_{0} = 100 , since the directrix is y dir = 1 y_{\text{dir}} = -1 . Hence, we get that x 0 = 20 x_{0} = 20 .

Now, to find the tangent, we simply differentiate:

d y d x x = x 0 = x 0 / 2 = 10 \left. \frac{dy}{dx} \right|_{x=x_{0}} = x_{0}/2 = \boxed{10}

Daniel Oosthuizen
May 29, 2015

For a parabola of the form y = a ( x h ) 2 + k , y = a(x - h)^2 + k, the critical point is located at the co-ordinates ( h , k ) (h, k) , and the focus is located at ( h , k + 1 4 a ) (h, k + \frac{1}{4a}) .

Given that the minimum of the parabola is at ( 0 , 1 ) (0, 1) , and the minimum — which is a type of critical point — is located at ( 0 , 0 ) (0, 0) . Therefore, h = k = 0 h = k = 0 So 1 4 a = 1 \frac{1}{4a} = 1 a = 1 4 a = \frac{1}{4}

Therefore the equation of the parabola is y = 1 4 x 2 y = \frac{1}{4}x^2 . Differentiating, we get d y d x = 1 4 ( 2 ) x 2 1 = 1 2 x \frac{\mathrm d y}{\mathrm d x} = \frac{1}{4}(2)x^{2-1}= \frac{1}{2}x .
We'll need this to find the gradient described in the problem.

A line of length 101 101 units is drawn from the focus to the point ( x 0 , y 0 ) (x_0, y_0) on the parabola. Given that ( x 0 , y 0 ) (x_0, y_0) lies in the first quadrant, find the gradient of the tangent at x = x 0 x = x_0 .

The first thing we want to find is (effectively) the point of intersection between the parabola, and the circle with centre ( 0 , 1 ) (0, 1) and radius 101 101 . So, we have ( x 0 ) 2 + ( y 1 ) 2 = 10 1 2 . (x - 0)^2 + (y - 1)^2 = 101^2. Substituting in for y y , x 2 + ( x 2 4 ) 2 = 10 1 2 x^2 +\bigg (\frac{x^2}{4}\bigg)^2 = 101^2 x 2 + [ x 4 16 2 ( x 2 4 ) + 1 ] = 10201 x^2 +\bigg [\frac{x^4}{16} - 2\bigg(\frac{x^2}{4}\bigg) + 1\bigg] = 10201 x 2 2 + x 4 16 = 10200 \frac{x^2}{2} + \frac{x^4}{16} = 10200 x 4 + 8 x 2 = 163200 x^4 + 8x^2 = 163200 Let z = x 2 z = x^2 . So z 2 + 8 z = 163200 z^2 + 8z = 163200 Therefore, ( z + 4 ) 2 = ( 4 ) 2 + 163200 (z+4)^2 = (4)^2 + 163200 ( z + 4 ) 2 = 163216 (z+4)^2 = 163216 z + 4 = ± 163216 = ± 404 z+4 = \pm\sqrt{163216} = \pm404 z = 4 ± 404 z = -4\pm404 Ignore negative solution, as x 2 x^2 is real. Therfore z = 400 z = 400 Substituting in for z z , x 2 = 400 x^2 = 400 x = ± 400 = ± 20 x = \pm\sqrt{400} = \pm20 However, x 0 x_0 is in the first quadrant, making it positive. So x 0 = 20 x_0 = 20

All that is left to do is to find the tangent at x = 20 x = 20 . Plugging in this value for the formula for the derivative, we acquire 1 2 ( 20 ) = 10 , \frac{1}{2}(20) = \boxed{10},

yielding our final answer.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...