Denyven
- 19
- 0
Homework Statement
Two points are located on the graph y=4x^{2}+7x-1. A line drawn between these two points have a mid-point at (0,0). Find these two points.
Homework Equations
The midpoint formula (x_{m},y_{m})=(\frac{x_{1}+x_{2}}{2},\frac{y_{1}+y_{2}}{2})
The Attempt at a Solution
I have worked out the distance from a point on the graph to the origin as a function of x d=\sqrt{16x^{4}+56x^{3}+42x^{2}-14x+1}, by plugging in the parabolic equation into the d=\sqrt{x^{2}+y^{2}}. I have also figured out these set of rules for x_{1}, x_{2}, y_{1} and y_{2}:
x_{1}+x_{2}=0 and y_{1}+y_{2}=0
Thus x_{1}= -x_{2} and y_{1}= -y_{2}
All of the above were derived from the midpoint formula, since the mid-point is (0,0), both the x's and the y's have to cancel out each other.
Thanks in Advance!