Have you ever stared at a worksheet and thought, “Where’s the trick to get these rotation answers right?”
You’re not alone. Most students hit a wall when Unit 9 dives into rotations, and the frustration can spread to the whole class. Below, I’ve broken down the rotation homework, walked through the key answers, and given you the tools to tackle similar problems on your own. Trust me—once you see the pattern, the next worksheet will feel like a walk in the park And it works..
What Is a Rotation
A rotation is a type of geometric transformation that turns a figure around a fixed point, called the center of rotation. The figure keeps its shape and size; it just moves to a new position. Think of a clock: every minute, the hand rotates 6° around the center.
- Center of rotation – the pivot point (often given as coordinates like (2, 3)).
- Angle of rotation – how many degrees the figure turns, and whether it’s clockwise (CW) or counter‑clockwise (CCW).
When you rotate a point (x, y) around the origin (0, 0) by an angle θ, the new coordinates (x′, y′) are calculated with trigonometry:
x′ = x cosθ – y sinθ
y′ = x sinθ + y cosθ
If the center isn’t the origin, you first shift the point so the center moves to (0, 0), rotate, then shift back. That’s the “translate‑rotate‑translate” trick Took long enough..
Why We Use Rotations
Rotations are everywhere: turning a page, spinning a wheel, or even the way a satellite orbits a planet. Plus, in school, rotations help us understand symmetry, solve coordinate problems, and build a foundation for more advanced topics like matrices and linear algebra. If you master rotations now, you’ll be ready for those next steps without the headache.
Why It Matters / Why People Care
Imagine you’re designing a logo and need to rotate a shape 45° to fit a new layout. In both cases, a solid grasp of rotations saves time and prevents visual glitches. Or you’re a game developer tweaking a sprite’s orientation. In the classroom, rotating points correctly is a prerequisite for tackling reflections, dilations, and even 3D rotations later on.
When students skip the rotation steps, they often end up with wrong coordinates that look “off.” That can cascade into misinterpreted graphs or wrong solutions on exams. So, getting the rotation answer key right isn’t just about grades—it’s about building confidence in geometric reasoning.
How It Works (or How to Do It)
Let’s walk through the typical problems you’ll find in Unit 9 Homework 3. Each problem asks you to rotate a set of points around a specified center by a given angle. I’ll show you the step‑by‑step method, and then give the exact answers for the homework set Most people skip this — try not to. That's the whole idea..
1. Identify the Center and Angle
First, read the problem carefully. So the center might be (0, 0), (2, 3), or any other coordinate pair. The angle could be 90°, 180°, 270°, or a non‑standard value. Note whether the rotation is clockwise (CW) or counter‑clockwise (CCW). In many worksheets, the rotation direction is implied by the sign of the angle: positive for CCW, negative for CW.
2. Translate the Point (if Needed)
If the center isn’t (0, 0), shift the point so the center becomes the origin. For a point P(x, y) and center C(a, b):
x₁ = x – a
y₁ = y – b
Now P₁(x₁, y₁) is relative to the origin The details matter here..
3. Apply the Rotation Formula
With the translated coordinates, rotate by θ:
x₂ = x₁ cosθ – y₁ sinθ
y₂ = x₁ sinθ + y₁ cosθ
Because most angles in the homework are multiples of 90°, you can use the simplified rotation tables:
| θ | cosθ | sinθ | x₂ = x₁ cosθ – y₁ sinθ | y₂ = x₁ sinθ + y₁ cosθ |
|---|---|---|---|---|
| 90° CCW | 0 | 1 | -y₁ | x₁ |
| 180° | -1 | 0 | -x₁ | -y₁ |
| 270° CCW (or 90° CW) | 0 | -1 | y₁ | -x₁ |
If θ isn’t a nice multiple, use a calculator Not complicated — just consistent..
4. Translate Back
Add the center coordinates back:
x′ = x₂ + a
y′ = y₂ + b
That’s your rotated point.
5. Repeat for Each Point
Apply the same process to every point in the set. It’s tedious, but the pattern is consistent.
6. Double‑Check with a Sketch
Plot the original and rotated points on graph paper or a digital tool. If they look wrong, you probably flipped the sign on sinθ or mixed up the order of operations That's the part that actually makes a difference..
Common Mistakes / What Most People Get Wrong
- Mixing up CW and CCW – A common slip is treating a negative angle as a positive one. Remember: positive = CCW, negative = CW.
- Forgetting to Translate Back – After rotating around a non‑origin center, many students forget to add the center’s coordinates back.
- Using Degrees vs. Radians – Some calculators default to radians. Make sure you’re using degrees if the problem states so.
- Rounding Errors – When using a calculator for non‑multiples of 90°, round only at the end. Early rounding can throw off the final answer.
- Swapping x and y – The rotation formula swaps coordinates in a specific way; double‑check the signs.
Practical Tips / What Actually Works
- Create a mini‑cheat sheet with the 90°, 180°, 270° rotation tables. Keep it on your desk.
- Use a graphing app (Desmos, GeoGebra) to verify your points quickly. Visual confirmation is powerful.
- Practice with a single point first before tackling a whole set. Mastery of one example builds muscle memory.
- Write the steps in a consistent order: translate → rotate → translate back. If you keep the same flow, you’ll avoid mix‑ups.
- Check symmetry: after a 180° rotation, the point should be directly opposite the center. If it isn’t, you’ve likely flipped a sign.
FAQ
Q1: Can I use a calculator for the cosine and sine values?
A1: Yes, but set it to degrees. For 90°, 180°, 270°, just use the simplified tables That's the whole idea..
Q2: What if the problem asks for a 225° rotation?
A2: 225° = 180° + 45°. Rotate 180° first, then rotate 45° using the formula (or a calculator). Or use the full trigonometric values: cos225° = -√2/2, sin225° = -√2/2 And that's really what it comes down to. Still holds up..
Q3: Do I need to write the intermediate coordinates?
A3: Not always for the answer key, but showing them helps you spot errors. It’s a good habit for exams.
Q4: How do I handle rotations that aren’t around a point but around a line?
A4: That’s a reflection or glide reflection, not a pure rotation. Stick to point rotations for this unit The details matter here..
Q5: Why do I keep getting a rotated figure that looks upside down?
A5: Likely you swapped the sign on sinθ or used the wrong direction for CW/CCW. Re‑check the angle’s sign Small thing, real impact..
Closing
Rotations are a cornerstone of geometric transformations, and mastering them unlocks a whole suite of math skills. By breaking each problem into translation, rotation, and re‑translation, you’ll turn the intimidating homework into a predictable routine. Keep the cheat sheet handy, double‑check your signs, and before long you’ll breeze through those answer keys—and maybe even start enjoying the symmetry of it all. Happy rotating!
A Few More Nuances
1. Rotations About an Axis in 3‑D
When you move from the plane to space, the same idea holds: you translate the point so that the axis of rotation passes through the origin, apply the rotation matrix, then translate back. The only new ingredient is the axis direction vector u = (uₓ, uᵧ, u_z), which must be normalized before plugging into the 3‑D rotation matrix. The formula is a bit longer, but the workflow is identical to the 2‑D case.
2. Combining Rotations with Other Transformations
In many geometry problems you’ll see a rotation followed by a scaling or a reflection. Because matrix multiplication is associative, you can pre‑compute a single matrix that represents the entire sequence. Take this: a 45° rotation followed by a dilation by factor 2 around the same center can be expressed as:
M = 2 · R45° (centered at the origin)
Just remember to translate to the origin first, multiply the matrices, then translate back.
3. Visualizing the “Right‑Hand Rule”
If you’re still uneasy about the direction of a rotation, try the right‑hand rule: point the thumb of your right hand along the axis of rotation (or the positive x‑axis for 2‑D). Curl your fingers; the direction in which they curl is the positive rotation direction. For a clockwise rotation in the plane, your fingers should curl from the positive x‑axis toward the positive y‑axis—exactly what the standard rotation matrix does Still holds up..
4. Rounding, Precision, and Exact Answers
When dealing with irrational numbers like √2/2, it’s tempting to round early. In a test setting, leave the answer in radical form if the solution key demands it. If you’re using a spreadsheet or a scientific calculator, keep the full decimal precision until the very end, then round according to the problem’s instructions (usually to the nearest hundredth or nearest whole number).
5. Checking Your Work with Inverse Rotations
A quick sanity check: rotate your final point by the negative of the original angle about the same center. If you get back to your starting point (within rounding error), you’ve almost certainly done the rotation correctly. This is especially handy when you’re unsure whether you used the correct sign for the sine term Small thing, real impact..
Bringing It All Together
Let’s walk through a complete, slightly more challenging example to see how all these pieces fit:
Problem:
Rotate the point (P(5, -2)) by 120° counter‑clockwise about the center (C(1, 3)).
Step 1 – Translate to the origin:
(P' = P - C = (5-1,; -2-3) = (4,; -5)) Not complicated — just consistent..
Step 2 – Rotate 120° CCW:
Using the matrix for 120° (cos 120° = -½, sin 120° = √3/2):
[ \begin{bmatrix} -½ & -\sqrt{3}/2\ \sqrt{3}/2 & -½ \end{bmatrix} \begin{bmatrix} 4 \ -5 \end{bmatrix}
\begin{bmatrix} (-½)(4) + (-\sqrt{3}/2)(-5)\ (\sqrt{3}/2)(4) + (-½)(-5) \end{bmatrix}
\begin{bmatrix} -2 + \frac{5\sqrt{3}}{2}\ 2\sqrt{3} + \frac{5}{2} \end{bmatrix} ]
So the intermediate coordinates are
(P'' = \bigl(-2 + \tfrac{5\sqrt{3}}{2},; 2\sqrt{3} + \tfrac{5}{2}\bigr)) Still holds up..
Step 3 – Translate back:
Add the center coordinates again:
[ P_{\text{final}} = P'' + C = \bigl(-2 + \tfrac{5\sqrt{3}}{2} + 1,; 2\sqrt{3} + \tfrac{5}{2} + 3\bigr) = \bigl(-1 + \tfrac{5\sqrt{3}}{2},; 2\sqrt{3} + \tfrac{11}{2}\bigr). ]
If you prefer decimal approximations, (P_{\text{final}} \approx (3.66,; 7.46)) Most people skip this — try not to..
Step 4 – Verify (optional):
Rotate this point by -120° about the same center. You should recover the original (P(5,-2)) within rounding error.
Why Mastering Rotations Matters
- Geometry & Trigonometry: Rotations are the backbone of coordinate geometry, trigonometric identities, and the study of symmetry.
- Computer Graphics: Every 2‑D game engine or 3‑D modeling program relies on rotation matrices to animate objects.
- Engineering & Physics: Rotational motion, torque, and angular momentum all use the same mathematical framework.
- Problem‑Solving: Many contest problems hinge on recognizing when a rotation simplifies a configuration or reveals a hidden pattern.
Final Take‑Away
- Translate, Rotate, Translate Back.
This three‑step recipe is your safety net. - Keep the Sign of sin θ in Mind.
Counter‑clockwise = +sin, clockwise = –sin. - Write Down Every Intermediate Result.
Even if it feels tedious, it pays off when you catch a sign error early. - take advantage of Technology Wisely.
Use a graphing calculator or software to double‑check your work, but don’t let it replace your understanding of the underlying algebra. - Practice, Practice, Practice.
Once you can rotate a single point in your head, the rest follows automatically.
With these tools in your pocket, you’ll find that rotating points—whether in a textbook, on a test, or in a real‑world application—is no longer a chore but a confident, almost intuitive, part of your mathematical toolkit. Happy rotating!
Extending the Rotation Technique to Multiple Points and Shapes
So far we have focused on a single point, but the same process applies to any collection of points—whether they form a polygon, a curve, or an entire diagram. The key is to treat each vertex independently while using the exact same translation‑rotate‑translation sequence. Below are a few common scenarios and the shortcuts that often arise.
1. Rotating a Polygon
Suppose you have a triangle with vertices
[ A(2,1),; B(6,4),; C(3,7) ]
and you need to rotate the whole triangle (90^{\circ}) clockwise about the point (C_0(4,3)).
Step‑by‑step:
| Vertex | Translate (subtract (C_0)) | Rotate (90^{\circ}) CW (matrix (\begin{bmatrix}0&1\-1&0\end{bmatrix})) | Translate back (add (C_0)) |
|---|---|---|---|
| (A) | ((2-4,;1-3)=(-2,-2)) | ((0\cdot -2+1\cdot -2,;-1\cdot -2+0\cdot -2)=(-2,2)) | ((-2+4,;2+3)=(2,5)) |
| (B) | ((6-4,;4-3)=(2,1)) | ((0\cdot 2+1\cdot 1,;-1\cdot 2+0\cdot 1)=(1,-2)) | ((1+4,;-2+3)=(5,1)) |
| (C) | ((3-4,;7-3)=(-1,4)) | ((0\cdot -1+1\cdot 4,;-1\cdot -1+0\cdot 4)=(4,1)) | ((4+4,;1+3)=(8,4)) |
The rotated triangle has vertices (A'(2,5),;B'(5,1),;C'(8,4)). Plotting both triangles on the same coordinate grid instantly shows the (90^{\circ}) turn and confirms that side lengths are preserved—a quick visual sanity check.
2. Rotating a Circle or an Ellipse
A circle is invariant under rotation: the set of points satisfying ((x-h)^2+(y-k)^2=r^2) remains the same after any rotation about its centre ((h,k)). Still, if the centre itself is not the rotation centre, you must still apply the three‑step method to the centre, then leave the radius untouched.
You'll probably want to bookmark this section.
For an ellipse (\frac{(x-h)^2}{a^2}+\frac{(y-k)^2}{b^2}=1) the shape also stays unchanged, but its orientation changes. After rotating the centre ((h,k)) you may want to record the new angle of the major axis (originally aligned with the x‑axis). Adding the rotation angle to that orientation yields the ellipse’s new tilt Practical, not theoretical..
3. Rotating a Parametric Curve
Consider the parabola (y = x^2) expressed parametrically as (\mathbf{r}(t) = (t,;t^2)). To rotate the entire curve about a point (C) by an angle (\theta):
- Translate: (\mathbf{r}_1(t)=\mathbf{r}(t)-C).
- Apply the rotation matrix (R_\theta): (\mathbf{r}2(t)=R\theta \mathbf{r}_1(t)).
- Translate back: (\mathbf{r}_{\text{rot}}(t)=\mathbf{r}_2(t)+C).
The resulting coordinates are still functions of (t), but now they mix the original (x) and (y) components. In many competition problems, you can avoid the algebraic heavy‑lifting by recognizing that rotating a parabola by (90^{\circ}) simply swaps the roles of (x) and (y) (up to a sign), turning it into a sideways parabola (x = -y^2) after an appropriate translation Small thing, real impact..
4. Using Complex Numbers as an Alternative
If you’re comfortable with complex arithmetic, the rotation of a point (z = x+iy) about a centre (c = a+ib) by angle (\theta) can be written compactly as
[ z_{\text{new}} = c + (z-c),e^{i\theta}. ]
All three steps are hidden inside the single expression. For the earlier example (P(5,-2)) rotated (120^{\circ}) about (C(1,3)),
[ \begin{aligned} z &= 5-2i,\ c &= 1+3i,\ e^{i\theta} &= \cos120^{\circ}+i\sin120^{\circ}= -\tfrac12 + i\frac{\sqrt3}{2},\ z_{\text{new}} &= 1+3i + (4-5i)\bigl(-\tfrac12 + i\frac{\sqrt3}{2}\bigr)\ &= -1 + \frac{5\sqrt3}{2} + i\Bigl(2\sqrt3+\frac{11}{2}\Bigr), \end{aligned} ]
which matches the coordinate‑wise calculation. The complex‑number method is especially handy when you need to chain several rotations, because the exponentials multiply: (e^{i\theta_1}e^{i\theta_2}=e^{i(\theta_1+\theta_2)}).
Common Pitfalls and How to Avoid Them
| Pitfall | Why It Happens | Quick Fix |
|---|---|---|
| Mixing up clockwise vs. counter‑clockwise | The sign of (\sin\theta) flips. | Write “CCW = +, CW = –” on the side of your notebook and refer to it each time you fill the matrix. |
| Forgetting to translate back | The rotation matrix assumes the centre is the origin. | After you compute the rotated coordinates, always add the centre coordinates back—treat it as a checklist item. This leads to |
| Using degrees in a calculator set to radians (or vice‑versa) | Trigonometric functions are unit‑sensitive. | Before any computation, double‑check the mode indicator; label the angle with its unit (e.g., (45^{\circ}) vs. ( \pi/4)). But |
| Dropping a negative sign on the off‑diagonal entries | The rotation matrix is (\begin{bmatrix}\cos\theta & -\sin\theta\ \sin\theta & \cos\theta\end{bmatrix}). | Memorize the pattern “cos, minus sin; sin, cos.” Sketch the matrix as a mini‑diagram if you’re unsure. So |
| Assuming the distance from the centre changes | Rotations are rigid motions; they preserve distances. Plus, | After rotating, compute the distance from the new point to the centre; it should equal the original distance. If not, re‑examine the arithmetic. |
A Quick “One‑Liner” Cheat Sheet
If you need to write the whole transformation on a test sheet, you can compress it to a single formula:
[ \boxed{;(x',y') = \bigl(a,b\bigr) + \begin{pmatrix} \cos\theta & -\sin\theta\ \sin\theta & \cos\theta \end{pmatrix} \bigl(x-a,;y-b\bigr);} ]
where ((a,b)) is the rotation centre and (\theta) is measured counter‑clockwise. Plug in the numbers, compute the two products, and you’re done Small thing, real impact. Simple as that..
Putting It All Together: A Mini‑Project
To cement the ideas, try the following mini‑project (no calculator required—just pen, paper, and a ruler):
- Draw a right‑angled triangle with vertices at ((0,0), (4,0), (4,3)).
- Mark the point (C(2,1)) as the rotation centre.
- Rotate the triangle (150^{\circ}) counter‑clockwise about (C) using the three‑step method.
- Plot the new vertices and verify that the side lengths remain (3,4,5).
- Reflect on the process: which step felt most natural? Which step caused the most hesitation?
When you finish, you’ll have a concrete visual proof that rotations preserve shape, and you’ll have practiced the exact workflow that will serve you in any geometry‑heavy problem.
Conclusion
Rotations in the coordinate plane are more than a memorized matrix; they are a systematic, three‑step choreography: translate the figure so the pivot lands at the origin, rotate using the elegant (\begin{bmatrix}\cos\theta & -\sin\theta\ \sin\theta & \cos\theta\end{bmatrix}) matrix, then translate back to restore the original location. Mastering this routine unlocks a suite of powerful applications—from solving contest geometry problems to animating sprites in a video game Took long enough..
Remember the core take‑aways:
- Always isolate the centre before you rotate.
- Keep track of signs for sine and for clockwise versus counter‑clockwise motion.
- Check distance preservation as a quick error detector.
- make use of shortcuts (complex numbers, one‑liner formulas) when they fit the context, but never sacrifice the underlying understanding.
With practice, the algebraic steps will blend into intuition, letting you picture a rotated shape in your mind’s eye before you even write a single number. Whether you’re preparing for a math Olympiad, designing a graphic, or simply polishing your spatial reasoning, the tools presented here will keep you rotating with confidence and precision. Happy problem‑solving!
Extending the Idea: Multiple Rotations and Composition
Often a single rotation isn’t enough to solve a problem; you might need to rotate a figure twice or even chain several rotations together. The good news is that the composition of two rotations is itself a rotation (or a translation, in the degenerate case where the total angle sums to (0^\circ) or (360^\circ)).
Honestly, this part trips people up more than it should.
Suppose you first rotate about (P_1=(a_1,b_1)) by (\theta_1) and then about (P_2=(a_2,b_2)) by (\theta_2). The overall effect can be captured by a single matrix‑plus‑translation pair:
[ \begin{aligned} \mathbf{R}{\text{total}} &= \begin{pmatrix} \cos\theta_2 & -\sin\theta_2\ \sin\theta_2 & \phantom{-}\cos\theta_2 \end{pmatrix} \begin{pmatrix} \cos\theta_1 & -\sin\theta_1\ \sin\theta_1 & \phantom{-}\cos\theta_1 \end{pmatrix},\[4pt] \mathbf{t}{\text{total}} &= \begin{pmatrix} a_2\ b_2 \end{pmatrix} + \begin{pmatrix} \cos\theta_2 & -\sin\theta_2\ \sin\theta_2 & \phantom{-}\cos\theta_2 \end{pmatrix} \Bigl( \begin{pmatrix} a_1\ b_1 \end{pmatrix}
\begin{pmatrix} a_2\ b_2 \end{pmatrix} \Bigr). \end{aligned} ]
In practice you rarely need to write these out; you can perform the two rotations step‑by‑step using the three‑step method described earlier. Even so, being aware that the composition collapses to a single rotation helps you predict the final angle: it is simply (\theta_1+\theta_2) (mod (360^\circ)). The only hidden nuance is the new centre, which is generally not one of the original centres unless the two angles add to a full turn.
No fluff here — just what actually works.
Quick Example
Rotate a point ( (5,2) ) first (45^\circ) about (A(1,1)) and then (30^\circ) about (B(4,0)) And it works..
-
First rotation (about (A)):
- Translate: ((5-1,,2-1) = (4,1)).
- Rotate (45^\circ): ((4\cos45-1\sin45,;4\sin45+1\cos45) = (2.12,,3.54)) (approx).
- Translate back: ((2.12+1,,3.54+1) = (3.12,,4.54)).
-
Second rotation (about (B)):
- Translate: ((3.12-4,,4.54-0) = (-0.88,,4.54)).
- Rotate (30^\circ): ((-0.88\cos30-4.54\sin30,;-0.88\sin30+4.54\cos30) \approx (-2.94,,3.79)).
- Translate back: ((-2.94+4,,3.79+0) = (1.06,,3.79)).
The final point is ((1.06,,3.79)). If you compute the single‑rotation centre using the formula above, you would obtain the same result with a single matrix multiplication, confirming the theory.
Rotations in Non‑Cartesian Settings
While the focus here has been on the standard (xy)-plane, the same principles apply in other coordinate systems:
| System | Rotation matrix (counter‑clockwise) | Remarks |
|---|---|---|
| Polar ((r,\theta)) | ((r,,\theta+\phi)) | Simply add the angle (\phi); radius stays unchanged. |
| 3‑D (about the (z)-axis) | (\begin{pmatrix}\cos\phi&-\sin\phi&0\ \sin\phi&\cos\phi&0\0&0&1\end{pmatrix}) | Treat the (xy)-projection as a 2‑D rotation; (z) remains fixed. |
| Complex plane | Multiply by (e^{i\phi}) | Elegant shortcut when points are expressed as complex numbers (z=x+iy). |
If a problem mentions “rotate a point on the unit circle” or “rotate a vector in space about a line”, translate the description into one of the tables above, apply the appropriate matrix (or complex multiplication), then revert to the original coordinate system if needed.
Common Pitfalls and How to Avoid Them
| Pitfall | Why it Happens | Remedy |
|---|---|---|
| Forgetting to translate back | The three‑step method is easy to start, but the final “undo the translation” is sometimes omitted. | After each rotation, always add the centre ((a,b)) back to the rotated coordinates. |
| Mixing clockwise and counter‑clockwise signs | The sine term changes sign depending on rotation direction. In practice, | Write down the sign convention before you plug numbers. Think about it: a quick mnemonic: “counter‑clockwise = positive angle”. |
| Using degrees in a calculator set to radians (or vice‑versa) | The trigonometric functions are unit‑sensitive. Even so, | Double‑check the mode; a quick sanity check: (\cos 60^\circ = 0. 5) while (\cos 60\text{ rad} \approx -0.Practically speaking, 952). In real terms, |
| Assuming the centre of composition is the average of the two centres | The new centre is a weighted combination that depends on the angles. | If you need the exact centre, compute it with the translation formula shown earlier, or simply perform the two rotations sequentially. |
| Rounding too early | Early rounding can accumulate error, especially with irrational sines/cosines. | Keep intermediate results in exact fractional or radical form as long as possible; round only for the final answer. |
A Final Worked‑Out Example (Full Detail)
Problem:
Find the image of point (P(7,-2)) after a (210^\circ) clockwise rotation about (Q(-3,4)).
Solution (step‑by‑step):
-
Convert the direction.
Clockwise (210^\circ = -210^\circ) counter‑clockwise, which is equivalent to (150^\circ) counter‑clockwise (since (-210^\circ + 360^\circ = 150^\circ)). So we’ll work with (\theta = 150^\circ) Simple, but easy to overlook.. -
Translate so that (Q) becomes the origin.
[ (x_{\text{rel}},y_{\text{rel}}) = (7-(-3),,-2-4) = (10,,-6). ] -
Compute (\cos150^\circ) and (\sin150^\circ).
[ \cos150^\circ = -\frac{\sqrt3}{2},\qquad \sin150^\circ = \frac{1}{2}. ] -
Apply the rotation matrix.
[ \begin{aligned} x'{\text{rel}} &= 10\cos150^\circ - (-6)\sin150^\circ = 10!\left(-\frac{\sqrt3}{2}\right) + 6!\left(\frac12\right) = -5\sqrt3 + 3,\[4pt] y'{\text{rel}} &= 10\sin150^\circ + (-6)\cos150^\circ = 10!\left(\frac12\right) + (-6)!\left(-\frac{\sqrt3}{2}\right) = 5 + 3\sqrt3 . \end{aligned} ] -
Translate back to the original coordinate system.
[ \begin{aligned} x' &= x'{\text{rel}} + (-3) = -5\sqrt3 + 3 - 3 = -5\sqrt3,\ y' &= y'{\text{rel}} + 4 = 5 + 3\sqrt3 + 4 = 9 + 3\sqrt3 . \end{aligned} ] -
Result (exact form).
[ P' = \bigl(-5\sqrt3,; 9 + 3\sqrt3\bigr). ]
If a decimal approximation is required, (\sqrt3\approx1.732) gives (P'\approx(-8.66,;14.20)).
Notice how each stage is transparent: we never lost sight of the centre, we kept the sign of the sine consistent, and we preserved the distance (\sqrt{10^2+(-6)^2}= \sqrt{136}) throughout the process.
Wrapping It Up
Rotations are a cornerstone of planar geometry, and the three‑step translation‑rotate‑translation framework gives you a bullet‑proof method for any centre and any angle. By mastering:
- The translation trick (move the pivot to the origin),
- The standard rotation matrix (cosine‑sine layout),
- The final back‑translation (return to the original frame),
you acquire a tool that works equally well on contest problems, engineering drafts, and computer‑graphics pipelines. The extra shortcuts—complex numbers, one‑liner formulas, and composition rules—serve as speed‑boosts once the fundamentals are solid.
Take the mini‑project, experiment with multiple rotations, and practice the “one‑liner” on a few random points. The more you internalize the process, the less you’ll need to think about the algebra and the more you’ll be able to visualize the motion directly in your mind’s eye That alone is useful..
In short: rotate confidently, check your distances, keep the signs straight, and let the elegant symmetry of the rotation matrix do the heavy lifting. Happy rotating!