What is the Cost Function for a Long Distance Call?

  • Thread starter Thread starter gr3gg0r
  • Start date Start date
  • Tags Tags
    Integer
AI Thread Summary
The cost function for a long-distance call is defined as C(t) = 1.04 for 0 < t ≤ 2, and for t > 2, it varies based on whether t is an integer or not. For non-integer t, the function is C(t) = 1.04 + 0.36 * greatest integer of (t - 1), while for integer t, it is C(t) = 1.04 + 0.36(t - 2). The distinction arises from the greatest integer function, which provides the largest integer less than or equal to a given number. Understanding this function is crucial for accurately calculating costs based on call duration. The discussion clarifies the need for separate cases in the cost function based on whether the call duration is an integer or not.
gr3gg0r
Messages
8
Reaction score
0
I just completed Trigonometry and College Algebra, and I'm heading into Calculus, so i thought i would get a head start on the material. So right now I'm working out of an old calculus book i got at the library. Then i came across this problem:

A dial-direct long distance call between two cities costs $1.04 for the first 2 minutes and $0.36 for each additional minute or fraction thereof.
a.) Use the greatest integer function to write the cost C of a call in terms of the time t (in minutes). Graph the cost function and discuss its continuity.
b.) Find the cost of a 9-minute call.

I didn't think this would be so hard, so i worked at it a little bit, the only part i had trouble with was coming up with the correct function, graphing and solving for 9 minutes is easy after that. I got:
C(t) = 1.04, 0 < t <= 2
1.04 + 0.36 * greatest integer of (t - 2 ), t > 2

So i doulble checked in the back of the book and it says the answer is:
C(t) = 1.04, 0 < t <= 2
1.04 + 0.36 * greatest integer of (t - 1), t > 2, t is not an integer
1.04 + 0.36(t - 2), t > 2, t is an integer

i don't understand why there needs to be to separate functions for it being an integer or not. I thought with greatest integer, if the number is already an integer, it would leave it alone, and also, why only t - 1 in the second one, shouldn't it be t - 2?

Anyways, i hope someone will help me out. Thanks!
 
Physics news on Phys.org
gr3gg0r said:
I just completed Trigonometry and College Algebra, and I'm heading into Calculus, so i thought i would get a head start on the material. So right now I'm working out of an old calculus book i got at the library. Then i came across this problem:

A dial-direct long distance call between two cities costs $1.04 for the first 2 minutes and $0.36 for each additional minute or fraction thereof.
a.) Use the greatest integer function to write the cost C of a call in terms of the time t (in minutes). Graph the cost function and discuss its continuity.
b.) Find the cost of a 9-minute call.

I didn't think this would be so hard, so i worked at it a little bit, the only part i had trouble with was coming up with the correct function, graphing and solving for 9 minutes is easy after that. I got:
C(t) = 1.04, 0 < t <= 2
1.04 + 0.36 * greatest integer of (t - 2 ), t > 2

So i doulble checked in the back of the book and it says the answer is:
C(t) = 1.04, 0 < t <= 2
1.04 + 0.36 * greatest integer of (t - 1), t > 2, t is not an integer
1.04 + 0.36(t - 2), t > 2, t is an integer

i don't understand why there needs to be to separate functions for it being an integer or not. I thought with greatest integer, if the number is already an integer, it would leave it alone, and also, why only t - 1 in the second one, shouldn't it be t - 2?

Anyways, i hope someone will help me out. Thanks!

Your book is right. You need two functions because you have two sets of parameters.

The first function is (t-1) because of the greatest integer function. Take a call of 5.1 minutes for example. It should be equivalent to a 6 minute call which is 2.48 dollars. Now (5.1-1) = 4.1. The greatest integer of 4.1 is 4. So you have the final function of 1.04 + (.36*4) = 2.48.
 
gr3gg0r said:
i don't understand why there needs to be to separate functions for it being an integer or not. I thought with greatest integer, if the number is already an integer, it would leave it alone, and also, why only t - 1 in the second one, shouldn't it be t - 2?

Because the greatest integer function is the greatest integer less than or equal to the number. What you want is the least integer function (which apparently isn't readily available to you).

The other issue (the need for a special function for the t is an integer case) has to do with how the 'greatest integer' function is defined. Does it produce the greatest integer less than a number, or does it produce the greatest integer less than or equal to a number? Depending on how it's set up, you will need a special case for some problems.
 
So basically my answer reformatted :biggrin:
 
thanks guys, i think i understand it now, i was making the mistake that 5.1 mins needed to be charged as 6 mins instead of 5 mins. Thanks again!
 
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top