How would you you apply matrix transformations that adjust the 'axis' using trigonometric values - to quadratics and all sorts of graphs other than the 'linear' graphs that are dealt with in my year 11 math methods book?
Merspi promotes a strong editing culture. We strive to keep our questions and answers well-presented
|
2
|
|
|
|
|
1
|
Often if you apply an affine transformation to a function f(x), you will not get back another function. For example, if you plot y=x^2, then rotate by 90 degrees, you will no longer have a function. When you're dealing with straight lines, the worst thing you could encounter would be a vertical line. So this problem doesn't arise here. If you want to work in more generality, you'll need to convert to a parametric equation. This might sound complicated at first (if you haven't encountered them before), but they're not that bad. We could draw the parabola y=x^2 instead by plotting the points (t,t^2) where t runs from minus infinity to infinity (t is the parameter, hence the name "parametric equation"). So (t,t^2) is the same as y=x^2. We can then multiply (t,t^2) by any affine transformation, for example, if we multiply it by
then we obtain the parametric equation (t^2,-t). So we've rotated y=x^2 by 90 degrees. |
||
|
|
Remember to vote up questions and answers you find interesting or helpful (requires 15 reputation points)
