Myster Curev: Finding the points on the function

  • Thread starter Thread starter ilovemynny
  • Start date Start date
  • Tags Tags
    Function Points
ilovemynny
Messages
24
Reaction score
0
The following five points lie on a function: (1, 20), (2, 4), (5, 3), (6, 2), (10, 1). Find a function that passes through these points and has these features:

1. There are three inflection points
2. There is at least one relative maximum
3. There is at least one relative minimum
4. At least one of your critical numbers does NOT correspond to any of the given points.
5. The curve is continuous and differentiable throughout
6. The function is not a single polynomial, but must be a piecewise-defined function

I know how to find the relative max and min (pretty sure), I just don't know how to make a piece wise function for this. I've tried it a couple of times, and it's not working out. Since it asks that the curve is continuous this would mean that x can't have different values so every graph I make up is very useless.

I hope someone can help me or at least explain to me how i can get this started
 
Physics news on Phys.org
First, this has nothing to do with "differential equations" so I am moving it to "Calculus and beyond Homework".

It looks to me like a "piece-wise" function would be simpler than a polynomial.

Just break the problem into parts- say, from x= 1 to 5 for one part, x= 5 to 10 for the second part. Find one polynomial satifying the conditions at x= 1, 2, and 5, then another satisfying the conditions at x= 5, 6, and 10.
 
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