For y = x^2/4, the focus is at (0, 1) and the directrix is at y = -1.
The tangent at an arbitrary point on the parabola (xo,xo^2/4) has slope xo/2.
Thus, the equation for the tangent is xo^2/4 = xo/2.xo + b, so b = - xo^2/4.
Thus, as the equation of the line is y = xo/2 x - xo^2/4, when y = -1,
-1 = xo/2 x - xo^2/4, or -1 + xo^2/4 = xo/2 x, or x = -2/xo + x0/2
We may rewrite this as x0/2 -2/xo - x = 0, or x0^2 - 2 xo x - 4 = 0
xo = x +- √(x^2 + 4)
Then, as y = x^2/4, we have yo = x^2/2 + 1 + 1/2x√(x^2 + 4) when xo = x + √(x^2 + 4) and
yo = x^2/2 + 1 - 1/2x√(x^2 + 4) when xo = x - √(x^2 + 4)
Then, the slope of the line between the 2 points will be (x^2/2 + 1 + 1/2x√(x^2 + 4) - ( x^2/2 + 1 - 1/2x√(x^2 + 4))/(x + √(x^2 + 4) - (x + √(x^2 + 4) )) = x√(x^2 + 4)/2√(x^2 + 4) = x/2
Then, as we have the point (x + √(x^2 + 4),x^2/2 + 1 + 1/2x√(x^2 + 4)) and the slope is x/2
use y = mx + b
x^2/2 + 1 + 1/2x√(x^2 + 4) = x/2((x + √(x^2 + 4)) + b
x^2/2 + 1 + 1/2x√(x^2 + 4) = x^2/2 + 1/2x √(x^2 + 4) + b
1 = b
Then, when x = 0, y = mx + b = m(0) + 1 = 1
(0,1) is the focus. Thus, the line between the two tangents to a point on the directrix goes through the focus.
Victoria V.
I just figured out that it works better using N=1/(4p), this keeps everything in A,B,C, and p. So f(x) = Nx^2 BUT N= 1/(4p) so will use f(x)= x^2/(4p) f '(x) = x/(2p) so the slope at point B is f '(B) = B/2p and the slope at point C is f '(C) = C/2p. And f(B) = B^2/(4p) and f(C) = C^2/(4p) Here are much simpler steps: Let B = a positive x-value such that the point (B, f(B)) lies on the parabola described. Find A by solving slope of line from (B,f(B)) to (A,-p) = f '(B) = B/2p f(B)-(-p) ---------- = B/2p B - A or B^2/(4p) + p ----------------- = B/2p B - A Solve this for A and get A = (B^2 - 4p^2)/(2B) Now, using this A, find the C of the point on the left side of the parabola whose tangent also passes through (A, -p) f(C) - (-p) ----------- = C/2p C - A This time solve for C. You get a quadratic whose solution is (choosing the negative radical because C is a negative x-coordinate) C = A - sqrt(A^2 + 4p^2) Now you can write the equation for the segment from B to C. Its slope is [ f(B) - f(C) ] / (B - C) = m = (B+C)/(4p) Now write equation for this chord using one of the points. I used C. y-f(C) = (B+C)/(4p) [x - C] This simplifies to y = [ (B+C)/(4p) ] x - (BC)/(4p) For this line to pass through the focus at (0,p), we let x=0 and show that y=p. Let x=0 y = [ (B+C)/(4p) ] (0) - (BC)/(4p) y = -(BC)/(4p) Rearrange the orginal equation for the slope of the tangent line through point B to find that B = A + sqrt(A^2 + 4p^2) and from above we already found that C = A - sqrt(A^2 + 4p^2) Substitute these into y = -(BC)/(4p) So y = - [A + sqrt(A^2 + 4p^2)] [A - sqrt(A^2 + 4p^2)] ------------------------------------------------------------- 4p y = - A^2 - (A^2 + 4p^2) --------------------------------- 4p y = 4 p^2 --------- = p 4p Therefore the chord passes through (0,p) -- the focus.06/18/20