0
$\begingroup$

I have differential calculus problem where I must find the coordinates of a point C on a parabola. There is a point given which is D(8,4) and D is on a line that is intersecting with the parabola at C. Also, the line where there is the point D is perpendicular to the tangent of C.


This is the equation of the parabola:

f(x) = -x^2 + 4x + 2

This is coordinates of the single point given:

D (8,4) 

What are the coordinates of C?


I am having trouble with the fact that there is only point given for the intersecting line.

Thank you for helping out!

  • 0
    why is this tagged graph theory? :x)2010-10-24

1 Answers 1

0

Using your differential calculus, you should be able to write the equation for the line tangent to the parabola at a given point on the parabola. So if $(x,y)$ satisfies $y=-x^2+4x+2$ what is the equation of the tangent line? Then you should be able to find the equation for the line perpendicular to the tangent at the point on the parabola. One of these perpendiculars will pass through $(8,4)$.

  • 0
    The equation of the tangent line would be y = f(a) + f'(a) * (x-a).2010-10-24
  • 0
    Yes, that is right. And f'(a)=-2a+4. So now you need a perpendicular to that line at the point of tangency. You should have an equation that gives the slope of a perpendicular and you have a point.2010-10-24
  • 0
    So, y = -2(a-2)x + a^2 + 2 and to be perpendicular it would have to be y = x /( 2(a-2) ) + a^2 + 2 + b?2010-10-24
  • 0
    If that is right, I need to find the value of a and b.2010-10-24
  • 0
    Not quite. The x has to be in the numerator to be a straight line. So y=x/2/(a-2)+c where c is chosen to match the parabola at a. This gives -a^2+4a+2=a/2/(a-2)+c. If I did my algebra right, that gives c=(-2a^3+10a^2+11a+4)/2/(a-2), but you could check. So now you have a line that has to pass through (8,4). Plugging in 8 for x and 4 for y gives a single equation in a.2010-10-24
  • 0
    It looks like you edited your response 3 ago and corrected the error I mention in my last. As b is yet undefined, it can incorporate the a^2+2 terms if you want. That is what I did in my last. You come out the same either way.2010-10-24
  • 0
    @Alerty: You might wish to recall the little fact that the product of the slopes of two perpendicular lines is -1.2010-10-25
  • 0
    Yes, he got that 5 comments ago.2010-10-25