91.6k views
0 votes
how do I do this problem?It includes the graph of the function and the piecewise function assciated to it.

how do I do this problem?It includes the graph of the function and the piecewise function-example-1
User Frakcool
by
4.6k points

1 Answer

4 votes

We are given that the cost to send a package is $8 and that the cost increases by $4 for each integer pound after 1.

First, we muse defined the greatest integer function. This function assigns the greatest integer that is smaller that the argument of the function and its symbol is:


\llcorner x\lrcorner

For example, if x = 0.5, the greatest integera that is smaller than 0.5 is 0, therefore:


\llcorner0.5\lrcorner=0

Is "x = 1.5" we have:


\llcorner1.5\lrcorner=1

Now, to determine a cost function we need to add to the $8 a charge of $4 each time that the weight "w" reaches a new integer, therefore, the function is:


C(w)=8+4\llcorner w\lrcorner

Now, if we plug in the value of "w = 0.5" we get:


C(0.5)=8+4(\llcorner0.5\lrcorner)

Now, we solve the operations:


C(0.5)=8+4(0)=8

Now, if "w = 1", we get:


C(1)=8+4(\llcorner1\lrcorner)

Solving the operation:


C(1)=8+4=12

If "w = 1.5" we get:


C(1.5)=8+4(\llcorner1.5\lrcorner)

Solving the operation we get:


C(1.5)=8+4(1)=12

The same procedure is used for the other values of the table.

A graph of the data must look like this:

The graph presents constant lines until the value of "x" reaches a new decimal number where the graph jumps to a new constant line.

A piecewise function would be a function that does not make use of the greatest integer function.

To construct is we need to have into account each of the constant values of the function and the interval associated with each of the values. For the constant value of "C(w) = 8" we have the interval:


0.5\le x<1

For the constant value of 12 we have the interval:


1\le x<2

And, for the constant value of 16 we have the interval:


2\le x\le2.5

Therefore, we write the piecewise function as:


f(x)=\begin{cases}8,0.5\le x<1 \\ 12,1\le x<2 \\ 16,2\le x\le2.5\end{cases}

how do I do this problem?It includes the graph of the function and the piecewise function-example-1
User Vivek Vikranth
by
4.8k points