Need help rotating a parabola on cartesian coordinate system

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 3K views
mesa
Gold Member
Messages
694
Reaction score
36
Okay I need to rotate a parabola on a cartesian coordinate system, y=x^2 by 90 degrees about the origin (either direction) without using piecewise, or inverse functions. Basically I am trying to use translations and deformations to accomplish this.

Anyone thoughts?
 
Mathematics news on Phys.org
Looks fine to me.

How much experience do you have with linear algebra? Consider a rotation matrix; can you think of a way to it use to transform your parabola? Maybe try representing your function parametrically.
 
Number Nine said:
Looks fine to me.

How much experience do you have with linear algebra? Consider a rotation matrix; can you think of a way to it use to transform your parabola? Maybe try representing your function parametrically.

It just started working, I can see it now.

Not familiar with this, is there a non calculus solution?