Results 1 to 3 of 3

Thread: functions?

  1. #1

    Thread Starter
    Dazed Member
    Join Date
    Oct 1999
    Location
    Ridgefield Park, NJ
    Posts
    3,418

    functions?

    What is the purpose of a function? Say i want to find the revenue of a company for a given product sold. R = n(p). 1.0 = 2(.50). Now express R as a function of n. R(n) = 2n(0.50n), R(2) = 22(0.502), R(2) = 4(0.25).

    But what's with the R(2) = 4(0.25) part?

  2. #2
    New Member
    Join Date
    Apr 2005
    Posts
    10

    Re: functions?

    I'm confused, not knowing where the 22 0.52 comes from.

    You already expressed the revenue as a function of number of units and unit price thus:

    R(n,p) = np

    and if unit price is 0.5 then

    R(n) = 0.5n

    so if there are 2 units then

    R(2) = 2x0.5 = 1

    Now that happens to equal 4 x 0.25 but where the 4 and the 0.25 came from, dunno.

    As to your questuion re the purpose of a function, you sort of answered that yourself- you express something as a function of something else when you describe how to quantify the first thing for values of the second.

    Weight depends on mass and acceleration, and we could write

    W(m,a) = ma

    (Weight as a function of mass and acceleration = mass x acceleration)

    So my weight is W(80,10) = 800N for mass=80kg and g~10m/ss

    Not sure if that helps?

  3. #3

    Thread Starter
    Dazed Member
    Join Date
    Oct 1999
    Location
    Ridgefield Park, NJ
    Posts
    3,418

    Re: functions?

    Yeah sorry for the confusion. I misread somthing in my book. I understand now. Thanks for the help.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width