Math Problem


Closed Thread
Results 1 to 7 of 7

Thread: Math Problem

Hybrid View

  1. #1
    Join Date
    Oct 2005
    Posts
    74


    Did you find this post helpful? Yes | No

    Default

    IP was nothing more than a reference number to lookup 12% on a table. The actual .12 is the number used to calculate Lambda.

    This information, examples, and formula is from Page 10 of the Bosch LSU4 Datasheet.
    Last edited by rwskinner; - 1st March 2006 at 13:21.

  2. #2
    eoasap's Avatar
    eoasap Guest


    Did you find this post helpful? Yes | No

    Default

    Ionnas is right, you need to use 0.12 for your 12 percent.
    The reason is in the definition of 'percent'. for example,
    50% is 50 out of 100, which is 50/100 which is 1/2. 12% is
    12 out of 100 --> 12/100 = 0.12
    one hundred percent would be just 1.00
    one hundred and fifty percent would be 1.50

    assuming you haven't gotten this on your calculator yet,
    i took it step by step so you can see the order of operations.
    hope it helps!

    Lambda = (Xo2 / 3 + 1) / ( 1 - 4.76 * Xo2) (given equation)
    = (0.12/3 + 1) / (1 - 4.76 * 0.12) (equation with values put in)
    (perform division and multiplication inside parenthesis first)
    = (0.04 + 1) / (1 - 0.5712)
    (perform addition within parenthesis next)
    = (1.04) / (0.4288)
    (perform division of parenthesis last)
    = 2.4253731

    any modern calculator should be able to perform this if you enter it exactly
    as it is written. it knows the order of operations and applys them.

    (Xo2 / 3 + 1) / ( 1 - 4.76 * Xo2)
    on your calculator do this:
    ( 0.12/3 + 1 ) / ( 1 - 4.76 *0.12 )

    however, if you screw up the parenthesis, it'll give you wrong answer
    Last edited by eoasap; - 1st March 2006 at 13:08.

Similar Threads

  1. Line Graph, math problem...
    By TerdRatchett in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 6th May 2009, 04:20
  2. Math problem with string result
    By Lotondo in forum mel PIC BASIC Pro
    Replies: 10
    Last Post: - 15th November 2006, 10:06
  3. PicBasic Pro Math Problem??
    By Glen65 in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 5th March 2006, 04:36
  4. Math Formula / Variable Problem! Help!
    By bwarp in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 18th February 2006, 07:59
  5. Math problem...with picbasic pro
    By pcaccia in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 15th October 2005, 19:28

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

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