Graphing Parabolas that are not parallel to the y-axis

  • Context: Undergrad 
  • Thread starter Thread starter EuroNerd77
  • Start date Start date
  • Tags Tags
    Graphing Parallel
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
EuroNerd77
Messages
4
Reaction score
0
I have gone over parabolas for a while in my Algebra II class and we are limited to just horizontal and vertical parabolas. I want to figure out how to graph a parabola that is titled at an angle. An equation that let's me graph a parabola whose axis of symmetry is let's say at 43° or 312.45° or whatever degree non parallel to an axis.
 
Physics news on Phys.org
What would you do to the equation in order to rotate it? I need an equation to do this.
 
EuroNerd77 said:
What would you do to the equation in order to rotate it? I need an equation to do this.

Essentially you set a matrix with elements (cosx, sinx) for the first row and (-sinx, cosx) for the second row (x is the rotation angle). Each point (x,y) is transformed by mutiplying by the matrix.