|
| For the curve y = x4 - 5x2 + 4 to intersect with x-axis, |
| We have to remember that x-axis itself is a line with equation y = 0 |
| A way to find value of x and y that match both equations is by subtituting y with 0 |
| So we have to solve : x4 - 5x2 + 4 = 0 |
| We will use completing the square to solve the equation |
| x4 - 5x2 + 4 = 0 ,divide both side with 1 |
| So we get x4 - 5x2 + 4 = 0 , |
| We know that the coefficient of x is -5 |
| We have to use the fact that ( x + q )2 = x2 + 2qx + q2 , and assume that q = -5/2 = -2.5 |
| So we have make the equation into x4 - 5x2 + 6.25 - 2.25 = 0 |
| And it is the same with ( x2 - 2.5 )2 - 2.25 = 0 |
| And it is the same with (( x2 - 2.5 ) - 1.5 ) (( x2 - 2.5 ) + 1.5 ) = 0 |
| And it is the same with ( x2 - 2.5 - 1.5 ) ( x2 - 2.5 + 1.5 ) = 0 |
| Just add up the constants in each brackets, and we get ( x2 - 4 ) ( x2 - 1 ) = 0 |
| The equation x4 - 5x2 + 4 = 0 , have four roots : |
| | Root 1 : x1 = | x12 | = | 4 | = 2 | | Root 2 : x2 = | x22 | = | 1 | = 1 | | Root 3 : x3 = - | x12 | = - | 4 | = -2 | | Root 4 : x4 = - | x22 | = - | 1 | = -1 |
|
| Which means that the function y(x) = x4 - 5x2 + 4 : |
| Have four x-intercept in real Cartesian coordinate, they are : |
| ( x , y ) = ( 2 , 0 ) |
| ( x , y ) = ( 1 , 0 ) |
| ( x , y ) = ( -2 , 0 ) |
| ( x , y ) = ( -1 , 0 ) |
|
| The coordinate where the curve y = x4 - 5x2 + 4 intersect with y-axis, |
| will always be in the form of ( x , y ) = ( 0 ,y ) |
| A way to find value of x and y that match both equations is by subtituting x with 0 |
| So we get y = 1 (0)2 + -5 (0) + 4 |
| Which make y = 4 |
| So the function have y-intercept in ( x , y ) = ( 0 , 4 ) |