Function of a concave curve given pts and slopes

  • Context: Undergrad 
  • Thread starter Thread starter el_llavero
  • Start date Start date
  • Tags Tags
    Concave Curve Function
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 3K views
el_llavero
Messages
29
Reaction score
0
It's been a while since my last calc course and I'm not sure if I even encountered how to do this but is there a way to derive a function of a concave downward sloping curve given two or more points and their respective slopes? I'm obviously aware how the curve looks but I would like to know how to derive the function if at all posible. i.e. (2,10) slope -8 and (6,4) slope -1/2, this curve has a negative decreasing slope and is concave towards the (0,0) origin. The curve's appearance is obvious from the information given but is there a way to derive a general function for this curve?
 
Physics news on Phys.org
Take a third degree polynomial f(x) = a0 + a1x + a2x^2 + a3x^3, plug your four conditions in, and solve the linear system of equations for the coefficients a0, a1, a2 and a3.