1
  1. What happens when you have a function f(x) and apply a transformation af(x/a)? Is this just equivalent to an enlargement of f(x) with scale factor a with centre of enlargement (0,0)? (Because we have stretch in each of x and y directions by the same scale factor - this is equivalent to an enlargement with centre the origin I'm assuming...)

I can't seem to find this described anywhere in books at GCSE or even online.

  1. Also, to confirm, if we have another function f(x) and apply the transformation af(x)+b, is it first a stretch of scale factor a in the y direction and then a translation by vector (0 b)? And not vice versa? Similar to how we apply BIDMAS with multiplication first?

  2. Finally, if we had the transformation af(bx), then it doesn't matter which order we say stretch in y -direction by scale factor a and stretch in x- direction by scale factor 1/b?

If there is a whole list of such transformations which summarises these, it would be great if you can point me to these:) As only the "standard" ones seem to exist from wherever I've been looking.

Thanks very much in advance!

pythag1
  • 25

1 Answers1

1

Welcome to Math Stackexchange. It’s very good that you’re thinking about these generalisations.

  1. You are correct.
  2. Your first assumption is correct. To get the “other order”, you can try $a(f(x)+b)$. Think about it.
  3. Your observation is again correct.

If operations can be done in either order (as in number 3), we say that the operations commute.

The observation at (3) is a special case of the fact that two “purely stretching” linear maps that have “the same axes of stretching” always commute. In technical language, one can say that two matrices that are diagonalised in the same basis will commute.

In general, the rules you have stated are all you need. You might want to throw in $f(x-a)$. You don’t need a “whole list” of such transformations, because you can always compose these transformations as you need, or decipher them when given one.

  • 1
    Thanks this clicks! So first Qu2, that would translate the original function up by b units, and THEN stretch it by scale factor a in the y-direction. I'm not sure then if I tried saying a(f(x)+b)=af(x) +b/a , that is also equivalent to a stretch of scale factor a in the y direction and then a translation of b/a units upwards.......so I suppose this shows that the ordering matters as the reverse is not equivalent? – pythag1 Jan 30 '21 at 17:08
  • Yea your ideas are correct in this comment here. It makes sense why in Q2 they shouldn't commute. This is (partly) because translation is not a linear transformation, and it doesn't have any fixed points, making it harder for you to find other transformations that commute with it. – Benjamin Wang Jan 31 '21 at 04:56
  • Friendly reminder that you can "accept" an answer by clicking on the grey "tick" on the left :) – Benjamin Wang Feb 03 '21 at 00:38