Point Slope Equation f(x) for Curved Line

  • Thread starter Thread starter morrobay
  • Start date Start date
  • Tags Tags
    Line Point Slope
morrobay
Gold Member
Messages
1,116
Reaction score
1,693

Homework Statement


On a displacement versus time graph with y-axis in feet and x-axis in seconds
and variable speed. Is it possible to find the equation of this curve , f(x)
With two points: x =1sec and y = 3' and dy/dx = 1.7 ft/sec , at that point
And x = 2.5 sec and y= 5' and dy/dx = 0 at that point

Homework Equations


point slope equation : y - y1 = m (x - x1)
Not sure if this applies to a curved line

The Attempt at a Solution


y-3 = 1.7 ( x - 1 )
y = 1.7 x +1.3
 
Last edited:
Physics news on Phys.org
No, that function is "linear" and so represents a straight line. Exactly what the equation is depends on exactly what the speed function is. Here, you are given 4 values (position and speed at x= 1 and = 2.5) so you can "fit" a cubic function to that data.

If y= ax^3+ bx^2+ cx+ d them dy/dx= 4ax^2+ 2bx+ c so that y(1)= a+ b+ c+ d= 3, y(2.5)= 15.625a+ 6.25b+ 2.4c+ d= 5, y'(1)= 4a+ 2b+ c= 1.7, y'(2.5)= 25a+ 5b+ c= 0. You can solve those four linear equations for a, b, c, and d to find the simplest polynomial that will fit the given data. There are, however, an infinite number of functions that will fit the given data.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top