I'm trying to rotate the equation below about the point (p, q). The equation below is similar to y = x^2 however it's been altered to allow me to slightly alter it. Any help?
What have you tried? What are your thoughts? Please comply with the rules as laid out in the Read Before Postinghttps://www.freemathhelp.com/forum/threads/54004-Read-Before-Posting thread that's stickied at the top of every sub-forum, and share with us any and all work you've done on this problem, even including the parts you know for sure are wrong. Thank you.
To rotate (x, y) through angle θ about the origin, do the matrix multiplication [cos(θ)sin(θ)−sin(θ)cos(θ)][xy].
To rotate (x, y) through angle θ about a point (a, b) that is not the origin
1) translate (a, b) to the origin using (x, y)-> (x- a, y- b)
2) do the matrix multiplication above to get the new (x, y)
3( translate back using (x, y)-> (x+ a, y+ b).
I figure this out on my own. I was learning this for a personal program I'm coding. Let's just say this is quite a bit more complex than I'm letting on. Thanks for the resources anyways.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.