Finding the Point of Tangency Theoretically

  • Thread starter Thread starter SwAnK
  • Start date Start date
  • Tags Tags
    Point
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 10K views
SwAnK
Messages
51
Reaction score
0
Hey I was given the question:
A (x1,y1) and B (x2,y2) are two points on the parabola y=ax^2+bx+c. At what point is the tangent to the parabola parallel to the secant AB.
Here are the steps I took, I am just wanting to know if I am heading in the right direction.

First I just made the slope of AB = m.
then found the derivative of ax^2+bx+c (2ax+1) and made m=2ax+1.
Then isolated x, which would give an x coordinate of m/2a+1.
Took the x value and subed it into the equation ax^2+bx+c to get a y value.

Is this how you would go about this question?? thanx
 
Physics news on Phys.org
then found the derivative of ax^2+bx+c (2ax+1) and made m=2ax+1.

Why 2ax + 1, instead of 2ax + b ?
 
Why 2ax + 1, instead of 2ax + b ?

:smile: ahh, yes good point, i wasn't thinking. Thanx for catching that PPonte!
 
Nowhere have you related your "x" to the x1 and x2; what you have done, is to parametrize the parabola in terms of the local slope m which, by the way, you haven't done correctly.

To continue along your track:
In general, you'll get for the tangent slope m
[tex]m=2ax+b\to{x}=\frac{m-b}{2a}[/tex]

If you now can find the m that is the slope of the secant between x1 and x2, you are done.