What is the equation for a perpendicular line to a given curve in a plane?

  • Context: Undergrad 
  • Thread starter Thread starter pixel01
  • Start date Start date
  • Tags Tags
    Curve Perpendicular
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 11K views
pixel01
Messages
688
Reaction score
1
Can anyone remind me about this. In a plane, there a given curve y=f(x). Now, from a given point on the plane, i can draw a line which is perpendicular to the curve (can be zero, one,two, three ..lines). I can't remember what the equation describing this line(s) is.
Thanks.
 
on Phys.org
That's because there is not simple equation for it!

Here's how I attempt to find the equation. The perpendicular from a point, (a, b) to the curve (x, f(x)) gives the (locally) shortest distance to the curve. The distance (squared) from (a, b) to (x, f(x)) is (x-a)2+ (f(x)- b)2. Differentiating that, 2(x-a)+ 2(f(x)- b)f'(x)= 0 for the closest point. x must satisfy the equation x- a+ (f(x)- b)f'(x)= 0. That can be solved for specific f but I see no way to get a general equation.
 
Assuming you've got a nice function, the first derivative gives the tangent to the curve. The perpendicular to the curve at a given point is the same as the perpendicular to the tangent at that point. Specifically, the tangent at the point x is a line through x with slope f'(x). The perpendicular through the same point has slope -1/f'(x).