How to Shift a Polynomial Curve by a Fixed Distance?

  • Thread starter zzinfinity
  • Start date
  • Tags
    Polynomial
In summary: If you want a new curve you must specify how new curve relates to the first at each point.Dear Simon,thank you for your reply..i actually want to know if this NEW curve is a parabola or not? will this NEW parabola take on a NEW EQUATION? or will it have the SAME equation as the parabola 1 ? because we have just offsetted the whole parabola 1 2 units downwards.In summary, the conversation discusses the concept of offsetting a polynomial function, where the goal is to find a larger parabola that is exactly 2 units away from the original parabola. The conversation explores various methods and formulas for achieving this offset, including using CAD
  • #1
zzinfinity
47
0
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.
 
Mathematics news on Phys.org
  • #2


zzinfinity said:
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 do you mean? What does "exactly 2 units away" mean? What do you mean by a "a larger parabola"?
 
  • #3


Maybe you should include a drawing or picture of what you want to do?
 
  • #4


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.
 
  • #6


JJacquelin said:
These formulas are producing offsets in directions normal to the curve. The reference to CAD software makes me think that the OP simply wants to translate the parabola. (Guesswork here.)

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.
 
  • #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.
 
Last edited:
  • #9
Hello,

mine is a similar question.

Suppose we make a co-ordinate system with y and x axes.locate a point 5 units above the vertex which is at the ORIGIN.this point is the focus.now, we make a dashed line 5 units below parallel to y=0 and this is our directrix.considering this origin we sketch a parabola according to the equation y2=4fx where f is the focus.lets call this parabola 1

NOW,the question is.i intend to OFFSET the parabola 1 curve 2 units BELOW.such that the new curve(i am keeping it un named and un-defined and ambigious by calling it a curve) i get is 2 units exactly below the parabola 1 with the same curvature(similar to offseting a line or a semi-circle in a CAD modelling software such as pro-e or SW).WILL THIS NEW CURVE BE A PARABOLA (as per its definition of equal distances from directrix and focus)?
 
  • #10
Welcome to PF;
Did you follow the link in posts #7 and #8?

Do you mean that each point on the second curve has a y value that is 2 units less than the y value of the first, for the same value of x? (Sketch what you mean and check.)
 
  • #11
Simon Bridge said:
Welcome to PF;
Did you follow the link in posts #7 and #8?

Do you mean that each point on the second curve has a y value that is 2 units less than the y value of the first, for the same value of x? (Sketch what you mean and check.)

Dear Simon,

thank you for your reply..

i actually want to know if this NEW curve is a parabola or not? will this NEW parabola take on a NEW EQUATION? or will it have the SAME equation as the parabola 1 ? because we have just offsetted the whole parabola 1 2 units downwards.
 
  • #12
mathmut said:
i actually want to know if this NEW curve is a parabola or not? will this NEW parabola take on a NEW EQUATION? or will it have the SAME equation as the parabola 1 ? because we have just offsetted the whole parabola 1 2 units downwards.
Don't know for sure but it sounds like the new curve will also be a parabola with a different equation. To be sure, I need you to answer my questions.

If you follow suggestions, you should be able to work it out for yourself anyway.

Note - shifting a curve given by f(y)=g(x) x0 a units to the right and b units up gives a new equation: f(y-b)=g(x-a), but it is the same curve in a new position.
 

1. How do you offset a polynomial?

To offset a polynomial, you can add a constant value to all of the terms in the polynomial. This will shift the entire polynomial either to the left or right on the x-axis, depending on the value of the constant.

2. Why would you want to offset a polynomial?

Offsetting a polynomial can be useful in graphing and analyzing functions. It can help to highlight certain features of the polynomial, such as the roots or turning points, and make it easier to understand the behavior of the function.

3. Can any polynomial be offset?

Yes, any polynomial can be offset. However, the degree of the polynomial will determine the number of possible offsets. For example, a polynomial of degree 2 can be offset by one value, while a polynomial of degree 3 can be offset by two values.

4. How does offsetting a polynomial affect its degree?

Offsetting a polynomial does not change its degree. The degree of a polynomial is determined by the highest exponent in the polynomial, and adding a constant value to all the terms does not change this.

5. Is there a limit to how much you can offset a polynomial?

There is no limit to how much you can offset a polynomial. However, offsetting a polynomial too much may result in a polynomial that is difficult to graph or analyze, so it is important to consider the purpose of the offset and choose a suitable value.

Similar threads

  • General Math
Replies
7
Views
1K
Replies
8
Views
1K
Replies
3
Views
708
  • General Math
Replies
4
Views
1K
Replies
9
Views
2K
Replies
4
Views
1K
Replies
2
Views
1K
  • General Math
Replies
8
Views
4K
  • General Math
Replies
9
Views
1K
  • General Math
Replies
17
Views
1K
Back
Top