SOLUTION: I have a problem that I am working on that has two components. The question is as follows: Part A) P is the parabola with focus (3,1) and directrix x=7. Part B) H is the hyp

Algebra ->  Quadratic-relations-and-conic-sections -> SOLUTION: I have a problem that I am working on that has two components. The question is as follows: Part A) P is the parabola with focus (3,1) and directrix x=7. Part B) H is the hyp      Log On


   



Question 246797: I have a problem that I am working on that has two components. The question is as follows:
Part A) P is the parabola with focus (3,1) and directrix x=7.
Part B) H is the hyperbola with center at (1,1), an x-intercept at (2,0) and one vertex at (5/4,1).
I need to find an equation for the indicated conic section.
I am completely confused - any help?
Lori

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
The question is as follows:
Part A) P is the parabola with focus (3,1) and directrix x=7.
Plot the focus and draw the directrix.
The vertex is half-way between the focus and the directrix,
so it is (5,1)
So h = 5, k = 1, p = -2
Form for a parabola opening to the left:
(y-k)^2 = 4p(x-h)
---
Your Problem:
(y-1)^2 = -8(x-5)
y^2-2y+1 = -8x+40
y^2-2y-39 = -8x
x = (-1/8)(y^2-2y-39)
----------------------------
Part B) H is the hyperbola with center at (1,1), an x-intercept at (2,0) and one vertex at (5/4,1).
Plot the two points:
h=1 , k=1
a = 5/4-1 = 1/4
Form:
(x-h)^2/a^2 - (y-k)^2/b^2 = 1
---
Your Problem:
(x-1)^2/(1/4)^2 - (y-1)^2/b^2 = 1
------------
Let (x,y) = (2,0)
(2-1)^2/(1/16) - (0-1)^2/b^2 = 1
16 - 1/b^2 = 1
1/b^2 = 15
b^2 = 1/15
---------------------------
Equation:
16(x-1)^2 - 15(y-1)^2 = 1
=============================
Cheers,
Stan H.