Top Banner

of 19

Function Tutorial

Apr 05, 2018

Download

Documents

mkris07
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
  • 8/2/2019 Function Tutorial

    1/19

    FunctionsFunctions

    By SoundaraBy Soundara

  • 8/2/2019 Function Tutorial

    2/19

    Definition:

    A function f is a mathematical expression which takesinput 'x' and produce corresponding output f(x). For anyfunction, each input x gives exactly one out put f(x).

    Afunctionconsists of three things;i) A set called the domainii) A set called the range

    iii) A rule which associates each element of the domainwith a unique element ofthe range.

  • 8/2/2019 Function Tutorial

    3/19

    Function notation: y = f(x) where x is theindependent variable and y is the dependent variable.

    We normally write functions as: f(x) and read this as"function f of x".

    We can use other letters for functions, like g(x) or y(x).

  • 8/2/2019 Function Tutorial

    4/19

    DOMAIN:

    The set of all inputs that a function accepts is calleddomain.

    Example: if a function f(x) can be given the values x ={1,2,3,...} then {1,2,3,...} is the domain.

  • 8/2/2019 Function Tutorial

    5/19

    RANGE:

    The set of all output values of a function is called as range.

    Example: if the function f(x) = x^2 is given the values x ={1,2,3,...} then its range will be x^2 = {1,4,9,...}

  • 8/2/2019 Function Tutorial

    6/19

  • 8/2/2019 Function Tutorial

    7/19

    1. Find the domain and range for the function f(x) = x^2 + 2.Also plot the graph of this function.

  • 8/2/2019 Function Tutorial

    8/19

    Solution:

    The function f(x) = x^2 + 2 is defined for all real values of x

    (because there are no restrictions on the value of x).

    Note: The set of real numbers includes all integers, positiveand negative; all fractions; and the irrational numbers.

    Hence, the domain of f(x) is "all real values of x".

  • 8/2/2019 Function Tutorial

    9/19

    Since x^2 is never negative, x^2 + 2 is never less than 2

    Hence, the range of f(x) is "all real numbers f(x) 2".

    To Plot the graph let us find some of the f(x) values by havingthe values as x = .... ,-2,-1,0,1,2, ...

    x -2 -1 0 1 2

    f(x) = x^+2 (-2)^2+2 = 6 (-1)^2+2 = 3 0+2 = 2 (1)^2+2 = 3 (2)^2 +2 = 6

  • 8/2/2019 Function Tutorial

    10/19

    We can see that x can take any value in the graph, but theresulting f(x) values are greater than or equal to 2.

  • 8/2/2019 Function Tutorial

    11/19

    2. Determine the domain and range of the given

    function:

    f(x) = sqrt ( x+4)

    Solution:

    Note: The values under a square root sign must bepositive.The domain of the function is x 4, since x cannottake values less than 4. which is [-4, infinity)And the range will be [0, infinity).

  • 8/2/2019 Function Tutorial

    12/19

    3. Plot the graph for the function f(x) = sqrt(x) -2.

  • 8/2/2019 Function Tutorial

    13/19

    Solution:

    Here x can take only the non negative real number. Negativevalues are not possible for sqrt. Hence the domain of thefunction will be [0, infinity).

    Therefore, x = 0,1,2,...

    x f(x) = sqrt(x) - 2

    0 0 - 2 = -2

    1 1 - 2 = -12 Sqrt(2) 2 = -0.6

    3 Sqrt(3) - 2 = -0.3

    4 Sqrt(4)-2 = 0

  • 8/2/2019 Function Tutorial

    14/19

    This is the graph of the function f(x) = sqrt(x) -2

  • 8/2/2019 Function Tutorial

    15/19

    Composition Of Functions:

    The term "composition of functions" refers to thecombining of functions in a manner where the outputfrom one function becomes the input for the next

    function.

    The notation used for composition is:

    (fog)(x) = f(g(x)).

    and is read "f composed with g of x" or "f of g of x".

  • 8/2/2019 Function Tutorial

    16/19

    Example:

    1. Find the composition function (fo g) (x)

    f(x) = x + 1 , g(x) = 3x

    Solution:(fog)(x) = f(g(x))= f(3x) {since g(x) = 3x}= (3x) +1{f(x) = x+1, here in the place of x we have 3xsince we need to replace x by 3x}.(fog)(x) = 3x + 1

  • 8/2/2019 Function Tutorial

    17/19

    2. Find the composition function (fo g) (x) and its

    domain.

    f(x) = x2 + 1 , g(x) = sqrt(2 x)

    Solution:

    (fog)(x) = f(g(x))= f(sqrt(2x))= (sqrt(2x)^2 +1)= 2x +1

  • 8/2/2019 Function Tutorial

    18/19

    Exercise:

    1. Determine the range of the functionf(x) = x^2 - 3.

    2. Plot the graph of the functionf(x) = |x+6|.

    3.Find the composition function (fo g) (x)

    f(x) = sqrt(-x + 1) , g(x) = x2 - 8

    4.Find, if possible, (fo g) (-2).

    f(x) = 2x + 1 , g(x) = x2

  • 8/2/2019 Function Tutorial

    19/19

    Happy learningHappy learning