Lesson How Functions Can Work

Algebra ->  Functions -> Lesson How Functions Can Work      Log On


   


This Lesson (How Functions Can Work) was created by by Nate(3500) About Me : View Source, Show
About Nate:

Lets start with the basic linear function.
f(x) = x
graph%28300%2C300%2C-5%2C5%2C-5%2C5%2Cx%29
f(x) = x + 1 wouldn't you easily think that all points would increase one (so vertically shifts one unit)
graph%28300%2C300%2C-5%2C5%2C-5%2C5%2Cx%2B1%29
f(x) = 2x + 1 you could easily understand that the slope is affected (the slope is steeper)
graph%28300%2C300%2C-5%2C5%2C-5%2C5%2C2x%2B1%29
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Now, lets use a parabolic function.
f(x) = (x)^2
graph%28300%2C300%2C-5%2C5%2C-5%2C5%2C%28x%29%5E2%29
f(x) = (x - 1)^2 knowing: f(x) = a(x - h)^2 + k where (h,k) is the vertex, the x-value is shifted -h units, parabola shifts one unit to the right
graph%28300%2C300%2C-5%2C5%2C-5%2C5%2C%28x+-+1%29%5E2%29
f(x) = (x - 1)^2 + 2 whenever you add to a function like this, all the units shift vertically (graph shifts two units vertically)
graph%28300%2C300%2C-5%2C5%2C-5%2C5%2C%28x+-+1%29%5E2+%2B+2%29
f(x) = (2)(x - 1)^2 + 2 the value of a determines the contractions of the parabola (the parabola bends in 2x)
graph%28300%2C300%2C-5%2C5%2C-5%2C5%2C2%28x+-+1%29%5E2+%2B+2%29
f(x) = (2)(2x - 1)^2 + 2 further bending of the parabola, but distorts the vertex
graph%28300%2C300%2C-5%2C5%2C-5%2C5%2C2%282x+-+1%29%5E2+%2B+2%29
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Now, lets use a trig function.
f(x) = sin(x)
graph%28300%2C300%2C-5%2C5%2C-5%2C5%2Csin%28x%29%29
f(x) = sin(x + 1) works the same, all values shifts -1 units horizontally
graph%28300%2C300%2C-5%2C5%2C-5%2C5%2Csin%28x%2B1%29%29
f(x) = sin(x + 1) + 1 just like the parabola, the 'wave' is vertically shifted one unit
graph%28300%2C300%2C-5%2C5%2C-5%2C5%2Csin%28x+%2B+1%29+%2B+1%2C1%29
f(x) = 2sin(x + 1) + 1 unlike the parabola, this value determines the height of the 'wave'
graph%28300%2C300%2C-5%2C5%2C-5%2C5%2C2%2Asin%28x+%2B+1%29+%2B+1%2C1%29
f(x) = 2sin(2x + 1) + 1 the coefficient determines the frequency (2pi/c) ~> where c is the coefficient ~> (frequency = pi)
graph%28300%2C300%2C-5%2C5%2C-5%2C5%2C2%2Asin%282x+%2B+1%29+%2B+1%2C1%29

This lesson has been accessed 13475 times.