Finding equations w/ two given points:

  • Thread starter Thread starter AznBoi
  • Start date Start date
  • Tags Tags
    Points
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 3K views
AznBoi
Messages
470
Reaction score
0
Ok there are two give points and I need to find the equation:

Points: (-3,0), (-.5,0)

My work:

y=(x+3)(x+.5)
y=x^2+.5x+3x+15

Completed the square:

-15= x^2+3.5x
-15=x^2+3.5x+3.0625
-11.9375=(x+1.75)^2
y= (x+1.75)^2+11.9375

What did I do wrong??
 
Physics news on Phys.org
[tex]y = (x+3)(x+.5) = x^{2}+3.5x + 1.5[/tex]

you multiplied 3 by 5, instead of 3 by 0.5
 
Why did you assume a quadratic function? Two points determine a straight line. The constant function y= 0 passes through (-3, 0), (-5, 0).
In fact there are an infinite number of functions whose graph pass through those two points.
 
Halls, he meant the zeros of the function. He is doing quadratic equations after all.