acpodgorski
New member
- Joined
- Oct 8, 2007
- Messages
- 14
This is a very confusing problem... please help me at least get started on it!!
Let's consider the problem of designing a railroad track to make a smooth transition between sections of straight track. Existing track along the negative x-axis is to be joined smoothly to a track along the line y = 1 for x >= 1.
a) Find a polynomial P = P(x) of degree 5 such that the function F defined by
is continuous and has continuous slope and continuous curvature
Let's consider the problem of designing a railroad track to make a smooth transition between sections of straight track. Existing track along the negative x-axis is to be joined smoothly to a track along the line y = 1 for x >= 1.
a) Find a polynomial P = P(x) of degree 5 such that the function F defined by
Code:
/ 0 if x <= 0
F(x) = < P(x) if 0 < x < 1
\ 1 if x >= 1