Quiz:Piecewise definition of function: Difference between revisions
No edit summary |
|||
| Line 1: | Line 1: | ||
This quiz is related to [[piecewise definition of function]]. | This quiz is related to [[piecewise definition of function]]. | ||
== | ==Converting to and from piecewise definitions== | ||
<quiz display=simple> | <quiz display=simple> | ||
{Which of the following is the correct piecewise linear definition for <math>|x + 1| - |x|</math>? | {Which of the following is the correct piecewise linear definition for <math>|x + 1| - |x|</math>? | ||
|type="()"} | |type="()"} | ||
| Line 20: | Line 12: | ||
- <math>\left \lbrace\begin{array}{rl} 1, & x \ge 0 \\ 2x + 1, & -1/2 < x < 0 \\ -2x - 1, & -1 \le x \le -1/2 \\ -1, & x \le -1 \\\end{array}\right.</math> | - <math>\left \lbrace\begin{array}{rl} 1, & x \ge 0 \\ 2x + 1, & -1/2 < x < 0 \\ -2x - 1, & -1 \le x \le -1/2 \\ -1, & x \le -1 \\\end{array}\right.</math> | ||
</quiz> | |||
==Pointwise combination (computational)== | |||
<quiz display=simple> | |||
{Suppose <math>f(x) := \left\lbrace \begin{array}{rl} x^2, & x < 2\\ x^3, & x \ge 2 \\\end{array}\right.</math> and <math>g(x) := \left \lbrace \begin{array}{rl} x + 1, & x \le 1\\ 2x + 3, & x > 1 \\\end{array}\right.</math>. What is <math>(f + g)(x)</math>? | |||
|type="()"} | |||
- <math>\left \lbrace\begin{array}{rl} x^2 + x + 1, & x \le 3 \\ 3x + 3, & x > 3 \\\end{array}\right.</math> | |||
- <math>\left \lbrace\begin{array}{rl} x^2 + x + 1, & x < 3 \\ 3x + 3, & x \ge 3 \\\end{array}\right.</math> | |||
+ <math>\left \lbrace\begin{array}{rl} x^2 + x + 1, & x \le 1 \\ x^2 + 2x + 3, & 1 < x < 2 \\ x^3 + 2x + 3, & x \ge 2 \\\end{array}\right.</math> | |||
- <math>\left \lbrace\begin{array}{rl} x^2 + x + 1, & x < 1 \\ x^2 + 2x + 3, & 1 \le x \le 2 \\ x^3 + 2x + 3, & x > 2 \\\end{array}\right.</math> | |||
- <math>\left \lbrace\begin{array}{rl} x^2 + x + 1, & x < 2 \\ x^3 + 2x + 3, & 2 \le x \le 3 \\ x^2 + 2x + 3, & x > 3 \\\end{array}\right.</math> | |||
</quiz> | </quiz> | ||
Revision as of 21:57, 19 October 2011
This quiz is related to piecewise definition of function.
Converting to and from piecewise definitions
Pointwise combination (computational)
Continuity and pointwise combination
Composition
Fill this in later
Differentiation
Fill this in later