Question:

Given the functions :?

by  |  earlier

0 LIKES UnLike

f( g (h (x))) = sqrt(e^3x+1) +2. Find functions for h(x), g(x), f(x). Can anybody please go through the whole process. I did such kind of problems way too back.

Thanks

 Tags:

   Report

1 ANSWERS


  1. Think of the order of operations for evaluating the expression, and then define functions h, g and f in that order.

    First you evaluate e^3x + 1.

    h(x) = e^(3x) + 1.

    Second, evaluate the square root:

    g(x) = sqrt(x)

    so that g( h(x) ) = sqrt( h(x) ).

    Third, add 2:

    f(x) = x + 2

    so that f( g( h(x) ) ) = g( h(x) ) + 2.

You're reading: Given the functions :?

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.