MHB Rotate Point p: How to Rotate by 75° Counterclockwise

  • Thread starter Thread starter GloriousGoats
  • Start date Start date
  • Tags Tags
    Point Rotating
AI Thread Summary
To rotate point p=(3,3√3) counterclockwise by 75 degrees about the origin, one can utilize the rotation matrix, which incorporates cosine and sine functions of the angle. The approach involves calculating the distance from the origin to point p and determining the angle of inclination using arctangent. By adding 75 degrees to the angle of inclination, the new coordinates can be derived using the formulas for cosine and sine. Visualizing the rotation by sketching the point and its new position can simplify the process. Ultimately, understanding the geometric implications can aid in solving the problem without complex formulas.
GloriousGoats
Messages
1
Reaction score
0
My problem reads as follows: Point p=(3,3√3) is rotated counterclockwise about the origin by 75 degrees. What are the coordinates after this rotation?
I have no idea how to rotate a point, let alone by 75 degrees.
 
Mathematics news on Phys.org
Hint 1: The matrix
$$\begin{pmatrix}\cos\theta & -\sin\theta \\ \sin\theta & \cos\theta\end{pmatrix}$$
represents a counterclockwise rotation of $\theta$ about the origin.

Hint 2: $75^\circ\ =\ 45^\circ+30^\circ$.
 
Last edited:
The way I would approach this is:

1.) Find the distance \(r\) from the origin to the given point, and find the angle of inclination \(\theta=\arctan(m)\), where \(m\) is the slope of the line through the origin and the given point. Let \(\alpha=\theta+75^{\circ}\).

2.) The rotated point will then be:

$$(r\cos(\alpha),r\sin(\alpha))$$
 
GloriousGoats said:
My problem reads as follows: Point p=(3,3√3) is rotated counterclockwise about the origin by 75 degrees. What are the coordinates after this rotation?
I have no idea how to rotate a point, let alone by 75 degrees.

If you think about where the point p is and where it will be after the rotation, you won't need any rotation formulas or addition formulas, just the basic angles. Draw a picture.
 
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Back
Top