New Reply

Find a point on the parabola with given point and distance

 
Share Thread
Jan28-12, 11:25 AM   #1
 

Find a point on the parabola with given point and distance


1. The problem statement, all variables and given/known data

Find a point on the parabola y = x^2 whose distance from (18,0) is 4*sqrt(17)


2. Relevant equations

I'm guessing I need to use the distance formula, but I'm not entirely sure.
D = sqrt( (x2 - x1)^2 + (y2 - y1)^2)


3. The attempt at a solution

Well I really don't think I'm doing this right. I tried substituting the given point and distance into the equation, but I'm not really sure where to go from there.

4*sqrt(17) = sqrt( (18 - x)^2 + (0 - y)^2)
272 = y^2 + x^2 - 36x + 324
y^2 = -(x-18)^2 + 272

I'm not really sure what to do. Any help would be greatly appreciated.
PhysOrg.com science news on PhysOrg.com

>> City-life changes blackbird personalities, study shows
>> Origins of 'The Hoff' crab revealed (w/ Video)
>> Older males make better fathers: Mature male beetles work harder, care less about female infidelity
Jan28-12, 12:10 PM   #2
 
Blog Entries: 27
Recognitions:
Gold Membership Gold Member
Homework Helper Homework Help
Science Advisor Science Advisor
hi theintarnets! welcome to pf!

that's ok so far …

now put y2 = x4

that gives you a quartic equation
but you should be able to spot one root by guesswork (you only need one )
Jan28-12, 08:17 PM   #3
 
I'm sorry, I'm not very good at math and I have no idea what you mean.
So I substitute x^4 for y^2? Can you explain why? And I'm not 100% sure what you mean by finding the roots. I'm so ashamed
Jan28-12, 09:53 PM   #4
 

Find a point on the parabola with given point and distance


Nevermind, figured it out from here :D http://answers.yahoo.com/question/in...6145630AA2WRyJ
Jan29-12, 04:33 AM   #5
 
Blog Entries: 27
Recognitions:
Gold Membership Gold Member
Homework Helper Homework Help
Science Advisor Science Advisor
hi theintarnets!

(just got up …)
Quote by theintarnets View Post
Nevermind, figured it out from here :D http://answers.yahoo.com/question/in...6145630AA2WRyJ
hmm … that's a different problem, finding a point at the shortest distance rather than at an actual distance
Quote by theintarnets View Post
I'm sorry, I'm not very good at math and I have no idea what you mean.
So I substitute x^4 for y^2? Can you explain why?
this is a standard method for solving a pair of simultaneous equations (ie two equations with two unknowns, x and y) …

you rewrite one equation to express y in terms of x (or vice versa),

then you put that value of y into the other equation, giving you an equation with only one unknown (x)!
… And I'm not 100% sure what you mean by finding the roots.
the solutions of a polynomial equation are also known as the roots …

in this case, there's an obvious whole number that works … try it!
New Reply

Tags
distance, parabola, point

Similar discussions for: Find a point on the parabola with given point and distance
Thread Forum Replies
Determining distance from Focus to Point on Parabola General Math 1
how to find 3D point on the 3D line with given distance and from given 3D point Differential Geometry 1
Please help to Find coordinates of a point formula Angle,Distance & first point known Differential Geometry 3
Least distance from a point to a parabola Precalculus Mathematics Homework 3