Intersections of a line and a curve

  • Thread starter Thread starter ehrenfest
  • Start date Start date
  • Tags Tags
    Curve Line
AI Thread Summary
To find the sum of the x-coordinates of the four intersection points between the line and the curve y = 2x^4 + 7x^3 + 3x - 5, one must set the line equation ax + b equal to the polynomial. The solution requires determining the roots of the resulting polynomial, but only the sum is needed. By applying Vieta's formulas, the sum of the roots can be derived directly from the coefficients of the polynomial without calculating the individual roots. This approach simplifies the problem, focusing on the relationship between the coefficients and the roots. Thus, the sum of the x-coordinates can be efficiently obtained through polynomial manipulation.
ehrenfest
Messages
2,001
Reaction score
1

Homework Statement



For all all lines which meet the graph y = 2x^4+7x^3+3x-5 at four distinct points, what is the sum of the x-coordinates of the four points of intersection?


Homework Equations





The Attempt at a Solution



So, you obviously set ax+b =2x^4+7x^3+3x-5, but how do you find the zero's of that?
 
Last edited:
Physics news on Phys.org
You don't need to know the roots; you only need to know their sum.
 
Yes and how do you know their sum without knowing the roots?
 
http://en.wikipedia.org/wiki/Viète's_formulas

Its a bit of grinding but in this case its a degree 4 polynomial so we can get it to the form (x-\alpha)(x-\beta)(x-\gamma)(x-\delta). Where the greek letters are the roots. Now expand that, and equate to co efficients and we can get an expression for the sum of the roots knowing only the coefficients.
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
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