Showing posts with label functions. Show all posts
Showing posts with label functions. Show all posts

Sunday, January 11, 2009

Transformations of Graphs

 

This looks at how a given graph will change when the the function is changed slightly eg how the graph y=x will change when it becomes y = 2x.

y = af(x)

The graph f(x) will "steeper" as the y value of each point is multiplied by a. It will appear like a "stretched" version of the graph y=f(x) 

graph transformation y=af(x)

 

 

y =f(x) + a

The graph f(x) will move up by the amount a as a is added to each y value. This means that the points of intersection of the graph and the y axis will increase by the amount a. The intersection of the graph and the x-axis will depend upon the function of the graph.

transformation graph f(x) + a

 

y = f(ax)

This will make the graph appear "narrower" beacuse y is taking the value of f(x) a time across. So if the value of f(x) is 3 when x =12 then the value of f(4x) = 3 when x=3 as 12/4=3.

transformation graph f(ax)

y=f(x+a)

This will shift the graph to the left by a. This is because the value of f(x) at x+a is displayed at the point x so effectively the graph occurs a earlier and therefore shifts to the left.

transformation graph y(x+a)

Wednesday, December 10, 2008

Hyperbolic Functions

Hyperbolic functions are similar to sin,cos tan etc in trigonometry and share many similar rules. Usually hyperbolic functions are written like the trigonometric ones but with a h on the end, eg sinh and cosh.

The hyperbolic functions can be all written in terms of e, sinh and cosh are as follows

sinh(x) = (ex - e-x)/2
cosh(x) = (ex + e-x)/2

And tanh can be defined as sinh/cosh so

tanh = (ex - e-x) / (ex + e-x)

though this is often written as
tanh = (e2x - 1) / (e2x + 1)
by timesing the top and bottom by ex

the other other hyperbolic functions sinh as sech, coth etc can be found in the same way as they would be in trigonometry, by using 1 over the other functions, ie sech = 1/cosh

Most of the identities in trigonometry have a similar identity with hyperbolic functions, however in most of these whenever there is a sin2 it changes to a -sinh2
so
cosh2 - sinh2=1
which you can work out by placing the equations with e’s in the place of sinh and cosh