Results 1 to 5 of 5

Thread: 2003 Trig Contest

  1. #1

    Thread Starter
    Fanatic Member prog_tom's Avatar
    Join Date
    May 2001
    Location
    Los Angeles and Little Rock
    Posts
    810

    Talking 2003 Trig Contest

    Code:
    WELCOME TO TOM'S 2003 TRIG COMPETITION
    
    (1). Determine the solution to the inequality |x3 - 5x + 3| - 4 < 0
    
    (2). A window had the shape of a rectangle with a semicircle mounted on the top. Let x represent the diameter of the semicircle. The rectangular portion of the rectangle is 5ft taller than its wide. Give the Area of the window as a function of x.
    
    (3). The halflife of tritium is 12.4 years. If the initial amount of tritium present is 0.42 kg, approx how much tritium will remain after 45 months?

    prog_tom
    JOIN THE REVOLUTION!!!! Dual T3 backedup science community.
    http://physics.sviesoft.com/forum

  2. #2
    Fanatic Member sql_lall's Avatar
    Join Date
    Jul 2002
    Location
    Up Above (i.e. AUS)
    Posts
    571

    Talking Hehe

    #2: Area=area rect + area circ/2.
    Area rect = length * height = x(x+5)
    Area circ/2 = (Pi * r^2)/2 = Pi*x^2/4/2 = (Pi*x^2)/8
    => Formula = x(x+5) + (Pi*x^2)/8
    *This can be mixed around to be a generic quadratic if needed.

    #3: The function can be written thus:
    Wt = W0 * 2(-t/12.4)

    Wt = weight after t years
    W0 = origional weight
    t = time in years

    t = 45/12 = 15/4
    W0 = 0.42
    => W15/4 = 0.42 * 2(-15/49.6)
    =. W15/4 = 0.3406 (4 s.f.)
    sql_lall

  3. #3
    Addicted Member TheAlchemist's Avatar
    Join Date
    Jan 2003
    Location
    Dar-esSalaam,Tanzania
    Posts
    139
    hey prog_tom,
    i think theres a problem with the equation in the first question:

    |x^3 - 5x + 3| -4 < 0 ---assertion, test with x =3

    |(3^3) - (5*3) + 3| - 4 = 11 which is > 0

    i tried it with other values too but it only worked with x =1 and
    x = 2.

    sql_lall has done justice to the others!
    One thing that sustains me through life is the conciousness of the immense inferiority of everyone else
    --Oscar Wilde

  4. #4

    Thread Starter
    Fanatic Member prog_tom's Avatar
    Join Date
    May 2001
    Location
    Los Angeles and Little Rock
    Posts
    810

    Re: Hehe

    Originally posted by sql_lall
    #2: Area=area rect + area circ/2.
    Area rect = length * height = x(x+5)
    Area circ/2 = (Pi * r^2)/2 = Pi*x^2/4/2 = (Pi*x^2)/8
    => Formula = x(x+5) + (Pi*x^2)/8
    *This can be mixed around to be a generic quadratic if needed.

    #3: The function can be written thus:
    Wt = W0 * 2(-t/12.4)

    Wt = weight after t years
    W0 = origional weight
    t = time in years

    t = 45/12 = 15/4
    W0 = 0.42
    => W15/4 = 0.42 * 2(-15/49.6)
    =. W15/4 = 0.3406 (4 s.f.)

    What unit is your answer for 3 in?

    prog_tom
    JOIN THE REVOLUTION!!!! Dual T3 backedup science community.
    http://physics.sviesoft.com/forum

  5. #5
    Fanatic Member sql_lall's Avatar
    Join Date
    Jul 2002
    Location
    Up Above (i.e. AUS)
    Posts
    571

    Talking Sorry

    Good point:

    kg * integer = kg, so my answer was in Kilograms.
    sql_lall

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