Finding equations w/ two given points:

  • Thread starter Thread starter AznBoi
  • Start date Start date
  • Tags Tags
    Points
AI Thread Summary
To find the equation given the points (-3,0) and (-0.5,0), the correct approach is to recognize that these points define a straight line, not a quadratic function. The initial attempt used a quadratic equation, which was unnecessary since two points can define multiple functions, including linear ones. The constant function y=0 is one example that passes through both points. The discussion highlights the importance of understanding the nature of functions when given specific points. Ultimately, the confusion stemmed from incorrectly assuming a quadratic form instead of a simpler linear representation.
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
y = (x+3)(x+.5) = x^{2}+3.5x + 1.5

you multiplied 3 by 5, instead of 3 by 0.5
 
ohhh lol thanks.
 
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.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top