roadrunner
Oct14-07, 05:57 PM
"let's consider the problem of connnecting a railroad track to make a smooth transition between sections of straight ttrack. Existing track along the negative x axis is to be joined smoothly to a track on the line y=1 for x>=1.
find a polynomial P=P(x) of degree 5 such that the following function F is defined by
.........0 if x<=1
F(x) =P(x) if 0<x)1
........1 if x>= 1
no idea how to start other than drawing a picture!!!
____________ (y=1)
/\
(y=0)____ ||
/\ ||
|| ||
(x=0) (x=1)
**ignore all the peroids, they are for spacing as this does not put large amounts of spaces.**
and betwwen those two lines i need an eqation for a line that looks kind of like a squished "S" on a 45 degree angle (hard to describe)
how do i go about making that equation? where do i even start?
edit...tried that code thing
find a polynomial P=P(x) of degree 5 such that the following function F is defined by
.........0 if x<=1
F(x) =P(x) if 0<x)1
........1 if x>= 1
no idea how to start other than drawing a picture!!!
____________ (y=1)
/\
(y=0)____ ||
/\ ||
|| ||
(x=0) (x=1)
**ignore all the peroids, they are for spacing as this does not put large amounts of spaces.**
and betwwen those two lines i need an eqation for a line that looks kind of like a squished "S" on a 45 degree angle (hard to describe)
how do i go about making that equation? where do i even start?
edit...tried that code thing