Processing math: 100%
 
+0  
 
0
743
2
avatar

Find the x-coordinates of the points where the line y=5x-1 meets the curve y= 2x^3 + x^2 +1. I keep solving but I can't seem to get anything right, especially when I set these two next to each other.

 Dec 2, 2016
 #1
avatar+23254 
0

To find the x-coordinates of the points where  y = 5x -1  intersects  y  =  2x3 + x2 + 1,

set the equations equal to each other:      5x - 1  =  2x3 + x2 + 1,

and solve:                                                             0  =  2x3 + x2 - 5x + 2.

 

If there are rational solutions to this equation, they come from the set:  { +2, -2, +1, -1, + 1/2, -1/2 }.

If x = 2:  2(2)3 + (2)2 - 5(2) + 2  =  12   --->  2 is not a root.

If x = -2:  2(-2)3 + (-2)2 - 5(-2) + 2  = 0   --->   -2 is a root  

If x = 1:  2(1)3 + (1)2 - 5(1) + 2  = 0   --->   1 is a root  

If x = -1:  2(-1)3 + (-1)2 - 5(-1) + 2  = 6   --->   -1 is a not a root  

If x = 1/2:  2(1/2)3 + (1/2)2 - 5(1/2) + 2  = 0   --->   1/2 is a root

If x = -1/2:   2(-1/2)3 + (-1/2)2 - 5(-1/2) + 2  = 4.5   --->   -1/2 is not a root

 

The x-coordinates of the points of intersection are:  -2, 1/2, and 1.

 

[If not all of these worked, then there still could have been irrational roots.]

 Dec 2, 2016
 #2
avatar+26397 
+5

Find the x-coordinates of the points where the line y=5x-1 meets the curve y= 2x^3 + x^2 +1.

I keep solving but I can't seem to get anything right,

especially when I set these two next to each other.

 

 

Intersections:

yline=ycurve5x1=2x3+x2+1

 

2x3+x2+1=5x1|5x+12x3+x2+15x+1=02x3+x25x+2=0|:2x3+12x252x+1=0

 

We get the rational solutions, when we test all dividers from the absolut term 1:

We must test +1 or -1.

For +1 we get the first root x1: 13+1212521+1=1+1252+1=0

x1=1

 

We know that (xx1) is a divider of  x3+12x252x+1

(x3+12x252x+1):(x1)=(x2+1.5x1)

 

Because (x3+12x252x+1)=(x1)(x2+1.5x1)=0
we find the roots x2 and x3, if we set  x2+1.5x1=0

 

x2+1.5x1=0x=1.5±1.5241(1)2x=1.5±2.25+42x=1.5±6.252x=1.5±2.52x2=1.5+2.52x2=12x2=0.5x3=1.52.52x3=42x3=2

 

The x-coordinates of the intersection-points are: x1=1,x2=0.5, and x3=2

 

laugh

 Dec 2, 2016

2 Online Users

avatar