Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Comments on Finding distance to parabola's focus, given some points

Post

Finding distance to parabola's focus, given some points

+3
−0

A high school student I know has the following problem:

A parabola is given by $y^2=2px$ with $p>0$. The point $D$ is on the parabola in the first quadrant at a distance of $8$ from the $x$-axis.

  1. Find the distance of $D$ from the directrix of the parabola, in terms of $p$.

We draw two circles. One has its center at $D$ and a radius of $p+4$. The other has its center at the focus $F$ of the parabola. The latter circle is externally tangent to the first circle, and is tangent also to the $y$-axis.

  1. Using part 1, find the equation of the parabola.

The student found $D=(\frac{32}p,8)$ and $F=(\frac p2,0)$ in part 1, and used those to express the distance between the circles' centers using the distance formula. The distance between the centers is also the sum of the given radii. Equating those two expressions of the distance yields $p^4+6p^3-8p^2-512=0$. And that's the sticking point. What should one do next? Or how else should one solve part 2?


I did solve it as follows, but am pretty sure this is not the intended solution:

That last equation yields $$(p^2+6p+8)p^2=16(p^2+32)$$Now, $p=4$ works by inspection. If $0<p\lessgtr4$ then $(p^2+6p+8)p^2\lessgtr(p^2+6\cdot4+8)16=16(p^2+32)$.

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

1 comment thread

[cross-posted](//math.stackexchange.com/q/4409542) (1 comment)
[cross-posted](//math.stackexchange.com/q/4409542)
msh210‭ wrote about 2 years ago