Proving No Intersection: y=2x-1 & y=x^4+3x^2+2x

  • Thread starter Thread starter msimard8
  • Start date Start date
  • Tags Tags
    Intersection
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 3K views
msimard8
Messages
58
Reaction score
0
Heres the quesion

Prove that the line whose equation is y=2x-1 does not intersect the curve with equation y=x^4 + 3x^2 +2x.

We are suppose to solve this using indirect proof, thus assuming the equations do intersect, and proving that wrong.

i let the y's equal each other, but that isn't getting me anywhere

where should i start.

thanks
 
Physics news on Phys.org
msimard8 said:
Heres the quesion

Prove that the line whose equation is y=2x-1 does not intersect the curve with equation y=x^4 + 3x^2 +2x.

We are suppose to solve this using indirect proof, thus assuming the equations do intersect, and proving that wrong.

i let the y's equal each other, but that isn't getting me anywhere

where should i start.

thanks

Of course that is getting you somewhere. Ever thought of substituting x^2 = t ?
 
Let [itex]y_1(x) = 2x-1[/itex] and [itex]y_2(x) = x^4 + 3x^2 + 2x[/itex]. Look at [itex]f(x) = y_2(x) - y_1(x) = x^4 + 3x^2 + 1[/itex].

If [itex]y_1[/itex] and [itex]y_2[/itex] intersect at [itex]x_0 \in \mathbb{R}[/itex] then [itex]f(x_0) = 0[/itex]. Can you get the contradiction (what do you know about [itex]x^2, \, x^4[/itex] when [itex]x \in \mathbb{R}[/itex]?)?
 
radou said:
Of course that is getting you somewhere. Ever thought of substituting x^2 = t ?


umm yea i got the roots, x=1 or x=1 or x=-1

but what does that mean
 
msimard8 said:
umm yea i got the roots, x=1 or x=1 or x=-1

but what does that mean

How did you get these roots? Let's start again. Intersection means setting x^4+3x^2+2x = 2x - 1, which implies x^4+3x^2+1=0. Now, as said, substitute x^2 = t, and solve the quadratic equation. Both solutions of this equation t1 and t2 are negative. So, substituting back to x^2 = t means that there is no real solution for the equation x^4+3x^2+1=0, i.e. y1 = x^4+3x^2+2x and y2 = 2x - 1 don't intersect.
 
thank you so much


i just made a simple sign error in factoring t^2 + t +1

which gave me wrong roots

thanks again