Rotate a graph by a given number of radians?

In summary, rotating a graph by a given number of radians can be done using a transformation of coordinates or a parameterized curve. To rotate a parameterized curve, a Givens rotation matrix can be used. The parametrization of a general exponential is x(t) = t and y(t) = t^2. There are infinite possible parameterizations for any curve and x^2 and x^3+3x are polynomials, not exponentials.
  • #1
soandos
166
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
  • #2


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


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


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


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


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.
 

What does it mean to rotate a graph by a given number of radians?

Rotating a graph by a given number of radians means to change the orientation or angle of the graph by a specific measure of rotation. This is typically done by moving the graph's points around a central point, also known as the origin, to create a new graph with a different angle.

Why would someone want to rotate a graph by a given number of radians?

Rotating a graph by a given number of radians can help visualize and understand mathematical functions and relationships. It can also be useful in real-world applications, such as in engineering or physics, to analyze and solve problems involving angles and rotations.

How do you rotate a graph by a given number of radians?

To rotate a graph by a given number of radians, you can use geometric formulas or mathematical equations to determine the new coordinates of the graph's points. This can be done manually or with the help of graphing software or calculators.

What is the difference between rotating a graph by radians and degrees?

The unit of radians and degrees measure angles in different ways. One radian is equal to the angle formed by the radius of a circle that intercepts an arc of the same length as the radius, while one degree is equal to 1/360th of a full rotation. When rotating a graph, the number of radians and degrees used will affect the final orientation of the graph.

Are there any special cases when rotating a graph by a given number of radians?

Yes, there are special cases when rotating a graph by a given number of radians. For example, rotating by 0 radians or 2π radians will result in the same graph, as it represents a full rotation. Also, rotating by π/2 or 3π/2 radians will result in the graph being reflected across the x-axis or y-axis, respectively.

Similar threads

  • General Math
Replies
9
Views
2K
Replies
2
Views
691
Replies
1
Views
1K
Replies
1
Views
1K
Replies
7
Views
981
Replies
7
Views
2K
  • General Math
Replies
5
Views
2K
  • General Math
Replies
21
Views
1K
Replies
3
Views
1K
Back
Top