Rotate a graph by a given number of radians?

  • Context: Undergrad 
  • Thread starter Thread starter soandos
  • Start date Start date
  • Tags Tags
    Graph Radians Rotate
Click For Summary

Discussion Overview

The discussion revolves around the concept of rotating a graph by a specified number of radians, particularly focusing on the transformation of coordinate systems and parameterizations of curves. Participants explore both theoretical and practical aspects of graph rotation, including the use of rotation matrices and the implications for different types of functions.

Discussion Character

  • Exploratory
  • Technical explanation
  • Conceptual clarification
  • Debate/contested

Main Points Raised

  • One participant inquires about the method to rotate a graph, specifically mentioning the transformation of a standard parabola to a line of any slope.
  • Another participant describes a transformation of coordinates using polar coordinates and suggests a formula for rotating the graph by an angle.
  • A different viewpoint states that while rotation is possible for parameterized curves, it is not generally applicable to functions expressed as y(x).
  • There is a request for clarification on the parameterization of specific polynomial functions, with one participant providing a basic parameterization for y = x^2.
  • A subsequent reply emphasizes that there are infinitely many parameterizations for any curve and corrects the classification of polynomials as not being exponential functions.

Areas of Agreement / Disagreement

Participants express differing views on the parameterization of curves and the applicability of rotation to various types of functions. There is no consensus on the best approach to parameterization or the classification of functions discussed.

Contextual Notes

Participants note the complexity of parameterization and the existence of multiple valid forms, indicating that assumptions about the types of functions being discussed may affect the conclusions drawn.

soandos
Messages
166
Reaction score
0
Is there a way to rotate a graph by a given number of radians?
for example, take to standard parabola where the directrix is a horizontal or vertical line, and make it a line of any slope?
 
Mathematics news on Phys.org


Yes, with what we call a transformation of coordinates. If the vector through the origin the point (x,y) defines has length r and angle a, then (x,y) = (r*cos a, r*sin a). If the transformation rotates the graph by an angle b, then T(x,y) = (r*cos(a + b), r*sin(a + b)). Of course you can express this in terms of x, y since r = sqrt(x^2 + y^2) and a = arctan(y/x), but that makes for an awkward expression.
 


If you consider it as a function y(x) then no, not in general. However, if you consider it as a parameterized curve (x(t), y(t)), then yes. You would form the givens rotation matrix
http://en.wikipedia.org/wiki/Givens_rotation

Then multiply the vector by the rotation matrix to rotate the curve:
[tex]\left(\begin{matrix}\tilde{x}(t) \\ \tilde{y}(t)\end{matrix}\right) = \left(\begin{matrix}cos(\theta) & sin(\theta) \\ -sin(\theta) & cos(\theta)\end{matrix}\right)\left(\begin{matrix}x(t) \\ y(t)\end{matrix}\right)[/tex]

where [itex](\tilde{x}(t), \tilde{y}(t))[/itex] is the rotated parameterixed curve.
 


What exactly is the parametrization of a general exponetial like x^2, or x^3+3x?
 


soandos said:
What exactly is the parametrization of a general exponetial like x^2, or x^3+3x?

Its just what you would expect:
x(t) = t
y(t) = t^2
 


soandos said:
What exactly is the parametrization of a general exponetial like x^2, or x^3+3x?
There is no such thing as the parameterization of any curve. There are always an infinite number of possible parameterizations. For any curve given by y= f(x) we can always take x itself to be the parameter: x= t, y= f(t).

Oh, and "x^2" and "x^3+ 3x" are NOT "exponentials". They are polynomials.
 

Similar threads

Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
Replies
5
Views
6K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 21 ·
Replies
21
Views
2K
Replies
3
Views
2K