to SR from our first session Sunday 3/4/07 ... Written by Steve Bergen, bergen@chapin.edu

Notes on Quadratics

Consider the general quadratic function y = Ax2 + Bx + C which is of course related to the quadratic equation Ax2 + Bx + C = 0

Useful Links for More Info

Vocabulary words used above: quadratics, functions, discriminant, parabola, vertex

Useful Sites: ThinkQuest | Knoxville TN | Online Tools Univ Vienna | NLVM Utah | Thinking Blocks | Shodor NC

Some problems sent 3/19/07

  1. I am thinking of a number. When you square it and then multiply by 4 you get 100. What's my number?
  2. I am thinking of a number. When you square it and add 10, you get 6. What's my number?
  3. Isiah Thomas drops a basketball from 300 feet above the court. Approximately how many seconds does it take to hit the ground?

Answer below

  1. I am thinking of a number. When you square it and then multiply by 4 you get 100. What's my number?
     SOLUTION
     
     Let X = the number
     then you get X2  for x-squared
     and 
     4x2  for 4x-squared
     so 4 x2  = 100
     and so 
     x^2 = 25
     and so 
     x = 5 or x = -5 (two answers)
     
     remember that when x2  = a positive number there are TWO solutions
     in this case +5 and -5
     
     
     
  2. I am thinking of a number. When you square it and add 10, you get 6. What's my number?
     SOLUTION
     
     Let X = the number
     then you get x2  +10 = 6
     subtracting 10 from each side gives
     x2  = -4
     
     but no number that we know (so far) when squared = a negative number
     so there are no solutions!
     
     
    
     
     
  3. Isiah Thomas drops a basketball from 300 feet above the court. Approximately how many seconds does it take to hit the ground?
     SOLUTION
     
     our universal formula is that
     
     Height = Initial height - 16 T2 
    
    H = initial height - 16 T2 
    
    so in this case
    
    H = 300 - 16 T2 
    
    and we want to know when H will equal ZERO
    
    0 = 300 - 16 T2 
    
    or
    
    16 T^2 = 300
    
    t2 = 300/16 = 18.75
    
    so the solution is the square root of 18.75 
    
    T = 4.33 seconds