Finding the Roots of a Quartic Polynomial Given Specific Points

Introduction

In this article, we will delve into the process of determining the roots of a quartic polynomial given certain points that it passes through. This is a fundamental concept in algebra and polynomial theory, with wide applications in mathematics and engineering.

Problem Setup

Consider a quartic polynomial ( y F(x) ) with the points (-6, 0), (0, -30), (4, -20), and (6, 0) that it passes through. We will use these points to find the coefficients of the polynomial and then determine its roots.

Formulating the Polynomial

Let ( y F(x) Ax^4 Bx^2 - 16 ).

Step 1: Using Given Points to Solve for Coefficients

Point (-6, 0): 0 F(-6) A(-6)4 B(-6)2 - 16 0 1296A 36B - 16 1296A 36B 16

Point (0, -30): -30 F(0) B(0) - 16 -30 -16 No information about B can be derived from this point alone, as it simplifies to an identity.

Point (4, -20): -20 F(4) A(4)4 B(4)2 - 16 -20 256A 16B - 16 256A 16B 4

Point (6, 0): 0 F(6) A(6)4 B(6)2 - 16 0 1296A 36B - 16 1296A 36B 16

Note that we have two equations and two unknowns, A and B. Let's solve these equations:

Step 2: Solving the System of Equations

Multiplying the second equation by 16, we get:

` 16(256A 16B 4)`

4096A 256B 64

Multiplying the first equation by 16, we get:

` 20736A 576B 256`

Step 3: Simplifying the Equations

Subtract the first equation from the second:

`20736A 576B - (1296A 36B) 256 - 16` `20736A 576B - 1296A - 36B 240` `19440A 540B 240`

Divide by 240:

`81A 2.25B 1`

Using the second equation for simplification:

`256A 16B 4`

Multiplying by 9:

`2304A 144B 36`

Subtracting from the first equation:

`81A 2.25B 1` `2304A 144B - (81A 2.25B) 36 - 1` `2304A 144B - 81A - 2.25B 35` `2223A 141.75B 35`

By trial and error or solving, we find:

`A frac{1}{96}`

`B frac{5}{8}`

Thus, the polynomial is:

`y frac{1}{96}x^4 frac{5}{8}x^2 - 16`

Finding the Roots

To find the roots, we set `y 0`:

`frac{1}{96}x^4 frac{5}{8}x^2 - 16 0`

Multiplying through by 96 to clear the denominators:

`x^4 6^2 - 1536 0`

This is a quadratic in terms of `x^2`. Let `u x^2`:

`u^2 60u - 1536 0`

Solving the Quadratic Equation

Using the quadratic formula (u frac{-b pm sqrt{b^2 - 4ac}}{2a}), where (a 1), (b 60), and (c -1536):

`u frac{-60 pm sqrt{60^2 - 4 cdot 1 cdot (-1536)}}{2 cdot 1}` `u frac{-60 pm sqrt{3600 6144}}{2}` `u frac{-60 pm sqrt{9744}}{2}` `u frac{-60 pm 98.7}{2}`

The roots are:

`u frac{38.7}{2} 19.35` (not a perfect square) `u frac{-158.7}{2} -79.35` (not a real solution)

The only real solution is ( u 16 ), hence:

`x^2 16` `x pm 4`

Therefore, the roots of the polynomial are ( x pm 4 ).