Chapter 1: Problem 16
Evaluate each expression using the functions$$ f(x)=2-x, \quad g(x)=\left\\{\begin{array}{lr}{-x,} & {-2 \leq x<0} \\ {x-1,} & {0 \leq x \leq 2}\end{array}\right. $$ $$ \begin{array}{lll}{\text { a. }} & {f(g(0))} & {\text { b. } g(f(3))} & {\text { c. } g(g(-1))} \\ {\text { d. }} & {f(f(2))} & {\text { e. } g(f(0))} & {\text { f. } f(g(1 / 2))}\end{array} $$
Short Answer
Step by step solution
Evaluate g(0)
Evaluate f(g(0))
Evaluate f(3)
Evaluate g(f(3))
Evaluate g(-1)
Evaluate g(g(-1))
Evaluate f(2)
Evaluate f(f(2))
Evaluate f(0)
Evaluate g(f(0))
Evaluate g(1/2)
Evaluate f(g(1/2))
Unlock Step-by-Step Solutions & Ace Your Exams!
-
Full Textbook Solutions
Get detailed explanations and key concepts
-
Unlimited Al creation
Al flashcards, explanations, exams and more...
-
Ads-free access
To over 500 millions flashcards
-
Money-back guarantee
We refund you if you fail your exam.
Over 30 million students worldwide already upgrade their learning with 91Ó°ÊÓ!
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
Understanding Piecewise Functions
- When \(-2 \leq x < 0\), the function rule is \(g(x) = -x\).
- When \(0 \leq x \leq 2\), the function rule switches to \(g(x) = x - 1\).
Hence, knowing how to apply the correct part of the piecewise function is essential for accurate solution outcomes.
Diving Into Function Evaluation
Let's walk through some examples:
- To evaluate \(f(3)\), substitute 3 in place of \(x\) in \(f(x)\). Thus \(f(3) = 2 - 3 = -1\).
- To evaluate \(g(0)\), first check which rule applies: since \(0 \leq x \leq 2\), use \(g(x) = x - 1\). Therefore, \(g(0) = 0 - 1 = -1\).
Exploring Algebraic Expressions in Function Composition
Here's how composition works:
- Evaluate the inner function first. For \(f(g(0))\), you'd first find \(g(0)\) and use its result in \(f(x)\).
- Plug the result of the first function into the second one: \(g(0) = -1\), then find \(f(-1) = 3\).