Precalculus I Class 02/25
More Notes on Transformations
We look at how the basic points allow us to graph parabolas. We will start with the graph of y = x^2 and see how that basic points change as we transform this graph into that of y = 1/4 ( x - 3)^2 - 2.
The figure below shows the graph of the basic quadratic function y = x^2. This graph has the three basic points (-1, 1), (0, 0) and (1, 1).
The figure also shows the result of stretching the graph in the vertical direction by factor 1/4, which results in the basic points (1, 1/4), (0, 0) and (1, 1/4), each point being 1/4 the distance of the original basic points from the x axis.
We now shift the vertically stretched graph 3 units in the x direction and -2 units in the y direction, to obtain the graph of y = 1/4 ( x - 3)^2 - 2.
The point (-1, 1/4) moves to (-1 + 3, 1/4 - 2) = (2, -1 3/4).
The point (-0, 0) moves to (0 + 3, 0 - 2) = (3, -2).
The point (1, 1/4) moves to (1 + 3, 1/4 - 2) = (4, -1 3/4).
We can graph any parabola using the idea of the three basic points. We construct the graph of y = .3 x^2 - 6 x + 40.
We first note that this graph can be constructed by a vertical stretch followed by horiz and vertical shifts, and that the vertical stretch must be by factor .3. To see why see how that the vertical stretch factor 1/4 used in the preceding construction remains as the coefficient of x^2. The only way x^2 can have coefficient .3 is for the initial vertical stretch factor to be .3.
This figure enlarges the rectangular region indicated in the preceding figure. We see how the vertex at (10, 10) is 'flanked' by the basic points (11, 10.3), lying 1 unit to the right and .3 units higher than the vertex, and (9, 10.3), lying 1 unit to the left of the vertex and .3 units higher.
The transformation process is summarized below. We can see that this process results in the function y = .3 (x - 10)^2 + 10.
The original function was y = .3 x^2 - 6 x + 40. Is this the same as the function y = .3 (x - 10)^2 + 10?
We see by that the two functions are the same by expanding y = .3 ( x - 10)^2 + 10, as shown below.
Solve z^5/8=12
First write the thing out.
This means (z^5) / 8 = 12, not z^(5/8) = 12. This is because exponentiation ^ precedes multiplication or division.
Solve 12 y^(3/7) = 9.
Evaluate y = .4 x^2 - 16 x + 5 at x = 0, 5, 10 and 15 to form a sequence. Find the ave rate of change of this function for each interval. Then find the first and second differences of this sequence.
We can evaluate, obtaining y = 5, -65, -115 and -145 at x = 0, 5, 10, 15.
Using the DERIVE command vector(.4 x^2 - 16 x + 5, x, 0, 15, 5) we approximate to get [5, -65, -115, -145], meaning that the sequence of values is 5, -65, -115, -145.
Average rates of change are:
Finding first and second differences of the sequence 5, -65, -115, -145 we obtain
If the pattern continues then the second differences will continue to be 20, from which we can construct additional first differences and from them additional members of the sequence.
If you are given $1000 at 10% interest compounded annually you can easily calculate the principle in successive years, as shown below.
To figure out the principle after 100 years, we hope there's a shorcut.
As shown below, adding 10% every year is the same as multiplying by 1.10 for each year. Thus for example after 3 years the principle will be 1.10^3 times the initial principle.
If we let P0 stand for the initial principle then to get the principle after n years we simply multiply P0 by 1.10^n.
The function P(n) = 1.10^n * P0 is an exponential function, so called because the variable n appears as the exponent.
If instead of 10% = .10 the rate was r then the 'base' 1.10 would become 1 + r and the function would be P(n) = (1 + r)^n * P0.