| New Reply |
How to "Offset" a polynomial |
Share Thread | Thread Tools |
| Feb25-13, 05:41 AM | #1 |
|
|
How to "Offset" a polynomial
Suppose I have a function for a curve, for example y=x2. I want to find a function to "offsets" it by 2 units. That is, I want a larger parabola that is exactly 2 units away from my original parabola. What I have in mind is the offset command in AutoCAD. Is there a simple transformation that can be done to my function to do this? And if its not possible, is it possible to do with functions other than polynomials? I've been thinking about this for a while, and I feel like its not possible, but I was wondering if anyone had ever encountered an algebraic way to do this.
|
| Feb25-13, 07:09 AM | #2 |
|
|
|
| Feb25-13, 07:11 AM | #3 |
|
|
Maybe you should include a drawing or picture of what you want to do?
|
| Feb25-13, 08:05 AM | #4 |
|
Recognitions:
|
How to "Offset" a polynomial
I think he means something like this:
For ##y=x^2## ... the outer curve would have roots ##x = \pm 2## and intersect the y axis at ##y=-2##. With those three points, a parabola can be determined. Maybe more like: the outer boundary of the set of all points within 2 units of the curve. |
| Feb25-13, 08:06 AM | #5 |
|
|
|
| Feb25-13, 08:35 AM | #6 |
|
|
In which case, a direction of translation should be specified. For example, to translate along the X-axis, you would add/subtract some constant "c" to "x":[tex]y = (x \mp c)^2[/tex] To translate along the Y-axis, you add/subtract to "y":[tex]y = x^2 \pm c[/tex] To translate in an arbitrary (straight-line) direction, you would do a combination of the above. If you want to translate "c" units in a direction determined by an angle "theta" (with respect to the positive X-axis), then the horizontal translation is [itex]c \cos \theta[/itex] and the vertical translation is [itex]c \sin \theta[/itex], leaving the formula as[tex]y = (x - c \cos \theta)^2 + c \sin \theta[/tex] But yes, I agree with micromass than a picture would help to avoid guessing. |
| Feb25-13, 01:03 PM | #7 |
|
|
If you want to have your parabola precisely two units away from your orignal one, at every point, then you will not obtain a parabola. This would be equivalent to having a ball (with a given radius) rolling around at the perimeter of the parabola, noting the curve it traces out. For instance, for y1 = x^2 and y2 = x^2 + c the Euclidian distance between these two curves approaches zero as x tends to infinity, while the distance at x=0 is c. Scaling and translating the parabola will not produce the desired result either, since the parabolas will move farther apart as x tends to infinity.
|
| Feb25-13, 09:28 PM | #8 |
|
|
|
| New Reply |
| Thread Tools | |
Similar Threads for: How to "Offset" a polynomial
|
||||
| Thread | Forum | Replies | ||
| In binary can we have a value with "deci" "centi" "mili" or more lower valued prefix? | Computers | 14 | ||
| "Weirdness" of polynomial long division algorithm | Precalculus Mathematics Homework | 2 | ||
| Power Series Representation of a Function when "a" is a polynomial | Calculus & Beyond Homework | 4 | ||
| Big Oh: showing that a polynomial "grows faster" than any log function. | Calculus & Beyond Homework | 0 | ||
| polynomial equations whose coefficients are all matrices (was "I shouldnot") | General Math | 10 | ||