+0  
 
+11
1
485
21
avatar+483 

Let \(p(x)\) be a polynomial of degree 5 such that \(p(n) = \frac{n}{n^2 - 1} \) for \(n = 2, 3, 4, \dots, 7\). Find \(p(8).\)

Best Answer 

 #20
avatar+483 
+14

Thank you all so much for the helpful answers!!!!

Here is the solution given:

 

 

Let \(q(x) = (x^2 - 1) p(x) - x.\) Then \(q(n)\) has degree 7, and \(q(n) = 0\) for n=2, 3, 4, ... 7, so \(q(x) = (ax + b)(x - 2)(x - 3) \dotsm (x - 7)\)
for some constants \(a\) and \(b.\)

We know that \(q(1) = (1^2 - 1)p(1) - 1 = -1.\) Setting \(x=1 \) in the equation above, we get \(q(1) = 720(a + b),\)
so \(a+b=-\frac{1}{720}.\)

We also know that \(q(-1) = ((-1)^2 - 1)p(-1) + 1 = 1.\) Setting \(x=-1\) in the equation above, we get \(q(-1) = 20160(-a + b),\)
so \(-a + b = \frac{1}{20160}.\) Solving for \(a\) and \(b,\) we find \(a = -\frac{29}{40320}\) and \(b = -\frac{3}{4480}.\) Hence, \(\begin{align*} q(x) &= \left( -\frac{29}{40320} x - \frac{3}{4480} \right) (x - 2)(x - 3) \dotsm (x - 7) \\ &= -\frac{(29x + 27)(x - 2)(x - 3) \dotsm (x - 7)}{40320}. \end{align*}\)
In particular, \(q(8) = -\frac{(29 \cdot 8 + 27)(6)(5) \dotsm (1)}{40320} = -\frac{37}{8}, \)
so \(p(8) = \frac{q(8) + 8}{8^2 - 1} = \boxed{\frac{3}{56}}.\)
 

 Dec 11, 2021
 #1
avatar+118587 
+3

At first glance many would say that    p(8)=8/63 which is approx  0.127  but that is not going to be correct.

 

I solved it graphically, though the answer may not be exact.

Here is the link,  It says the polynomial is of degree 4 not 5.  (Even though I specifically asked for degree 5)

I can't check it easily because the coefficients are rounded to 2 decimal places.   indecision

https://www.geogebra.org/classic/fesnhtkm

 

And here is the graph.

 

So this is the approx answer  (or exactly)  f(8)=1/20 = 0.05

 

--------------------------------------

 

 

I also tried to plug the values into a matrix solver calculator but it said matrix A was singular.  To be honest I do't quite know what that means but it didn't give me an answer.  Maybe it did not understand my input.  idk.  

I keep being given a polynomial of degree 4 not 5 maybe this is the problem.

https://www.mathstools.com/section/main/system_equations_solver#.YbKPR71BxnI

 

 

 

 Dec 10, 2021
edited by Melody  Dec 10, 2021
 #3
avatar+133 
+1

Geogebra is very useful for curve fitting, nice idea also with the matrix solver. Using wolframalpha isn't very intuitive (generic).

tinfoilhat  Dec 10, 2021
 #2
avatar+133 
+1

I wonder if curve fitting may be useful. I'm using a brute force method, so if there is a better solution please answer!

Let the polynomial be p(x) = ax^5 + bx^4 + cx^3 + dx^2 + ex + f.

We will set up a system of equations now.

2/(2^2-1) = 2/3 = 32a + 16b + 8c + 4d + 2e + f

3/8 = 243a + 81b + 27c + 9d + 3e + f

4/15 = 4^5(a) + 4^4(b) + etc...

You probably see the idea by now. I'm certain this is the tedious method since one wouldn't want to calculate 7^5 by hand, let alone solve a system of equations with monstrous coefficients like these.

Even wolframalpha doesn't accept the equations...

 Dec 10, 2021
 #4
avatar+23245 
+2

I used the first 6 values (n = 2, ... n = 7) to find the values for a, ... f in the equation:

     y  =  ax5 + bx4 + cx3 + dx2 + ex + f

to get these values:

    a  = -7.192460317 x 10-4

    b  =  0.01875

    c  =  -0.1948164682

    d  =  1.01875

    e  =  -2.750892857

    f  =  3.375

 

If these are correct, they do show that 8/63 is not correct for n = 8.

 Dec 10, 2021
 #9
avatar+483 
+11

If these numbers are correct, then what is p(8)?

abcdefghijklmnopqrst  Dec 10, 2021
 #12
avatar+2436 
+2

See post #11, below.

GingerAle  Dec 11, 2021
 #13
avatar+118587 
0

What calculator/program  did you use to get those values Gino? 

Melody  Dec 11, 2021
 #5
avatar+118587 
+1

If I had to, I would do it by matrix elimination.  

 

Can anyone point out to me why the matrix calculator would not give me an answer?

What is the significance of a matrix being singular?

 Dec 10, 2021
 #6
avatar+2436 
+1

Hi Melody,

 

A square matrix is singular if its determinant is zero (0). (There is no inverse for this matrix.)

Note: This definition applies only if the matrix is square.

 

GA

--. .-

GingerAle  Dec 10, 2021
 #7
avatar+118587 
+1

Thanks Ginger,

I read that but why does it stop it from being used for a simultaneous solution?

I thought it might be because the coeff of x^5 was zero. 

So I tried repeating it by not using one of the equations.

This way the degree wold be 4, not 5

But exactly the same thing happened.  

Melody  Dec 10, 2021
edited by Melody  Dec 10, 2021
 #8
avatar+2436 
+3

The determinate of a square matrix [A] is equal to zero if and only if the determinate of its reduced row echelon form [B] is equal to zero. It’s important to note that matrix [A] and reduced-form [B] do not have the same determinates, but they are zero at the same time. Because they are zero at the same time its undefined.

 

A graph of the \(y =\frac{n}{n^2-1}\) equation shows two asymptotes and a root of zero. The inverse of this equation \(y= \frac{n^2-1}{n}\)  will give two roots (1) and (-1) (the singularities of its inversion) and an asymptote at zero.  This suggests the fifth-degree polynomial equation that represents a finite portion of that equation has one real root and four complex roots.  Creating this polynomial equation by using (7) points of \(y =\frac{n}{n^2-1}\), and then extending (interpolating) it linearly yields a point that is notably different from the base equation.  That may be (one of) the point of the exercise –an example of catastrophe ...  IDK

 

My attempt at using Gauss-Jordan elimination was a catastrophe...

 

I’m interested in the official AoPS solution. I’m sure it will be over my head, but it will give me something to look up to.... !

 

GA

--. .-

GingerAle  Dec 10, 2021
edited by Guest  Dec 10, 2021
 #10
avatar+118587 
+1

You may well be right Ginger. 

Certainly all the evidence suggests/shows  that there is NO polynomial of degree 5 that fits the data.

Melody  Dec 10, 2021
 #11
avatar+2436 
+4

Note that Geno’s data set plots y ≈ 0.0535715 for P(8). This value is very close to 0.05 for P(8) on Melody’s graph, so it’s probably correct. So, the answer to your question is, The polynomial at P(8) has y ≈ 0.0535715

 

This math problem demonstrates how extrapolating (infer by extending known information) a point from a polynomial equation created from a limited and narrow data set will have an error –sometimes a significant error –for the location of a nearby data point.  The reason is the created polynomial does not include data points for the change in the curve.

 

Using Melody’s Geobraga graph, overlay g(n)=((n)/(n^(2)-1)). This will show the points on the original plot compared to the polynomial based on the sample points. Note that the graphs align perfectly until after the seventh point, where they begin to diverge. By the eighth point, the polynomial graph shows a sudden divergence down toward the x-axis, instead of the asymptotic glide toward the x-axis. So, for the polynomial, at P(8) y ≈ 0.0535715 compared to y =8/63 (≈ 0.12698) for the original equation.

 

GA

--. .-

 Dec 11, 2021
edited by GingerAle  Dec 11, 2021
 #14
avatar+118587 
+1

Thanks Ginger.

Melody  Dec 11, 2021
 #15
avatar+33603 
+5

This is the result I get, using Mathcad:

 Dec 11, 2021
 #16
avatar+118587 
0

Thanks Alan,

 So that means there is a polynomial of degree 5 that fits?  

Melody  Dec 11, 2021
 #17
avatar+33603 
+3

Yes, the polynomial is:

 

p(x) = (-29/40320)x5 + (3/160)x4 + (-1571/8064)x3 + (163/160)x2 + (-3081/1120)x + (27/8)

Alan  Dec 11, 2021
 #18
avatar+118587 
0

Thanks Alan.    cool

Melody  Dec 11, 2021
 #19
avatar+118587 
+2

Here is Alan's answer graphed, from Desmos.

 

I wouldn't guess that this was a degree 5 polynomial.  (without doing lots of work)  

Although it would have to be an odd degree.  That makes 5 reasonable I guess.

 

 

 Dec 11, 2021
 #20
avatar+483 
+14
Best Answer

Thank you all so much for the helpful answers!!!!

Here is the solution given:

 

 

Let \(q(x) = (x^2 - 1) p(x) - x.\) Then \(q(n)\) has degree 7, and \(q(n) = 0\) for n=2, 3, 4, ... 7, so \(q(x) = (ax + b)(x - 2)(x - 3) \dotsm (x - 7)\)
for some constants \(a\) and \(b.\)

We know that \(q(1) = (1^2 - 1)p(1) - 1 = -1.\) Setting \(x=1 \) in the equation above, we get \(q(1) = 720(a + b),\)
so \(a+b=-\frac{1}{720}.\)

We also know that \(q(-1) = ((-1)^2 - 1)p(-1) + 1 = 1.\) Setting \(x=-1\) in the equation above, we get \(q(-1) = 20160(-a + b),\)
so \(-a + b = \frac{1}{20160}.\) Solving for \(a\) and \(b,\) we find \(a = -\frac{29}{40320}\) and \(b = -\frac{3}{4480}.\) Hence, \(\begin{align*} q(x) &= \left( -\frac{29}{40320} x - \frac{3}{4480} \right) (x - 2)(x - 3) \dotsm (x - 7) \\ &= -\frac{(29x + 27)(x - 2)(x - 3) \dotsm (x - 7)}{40320}. \end{align*}\)
In particular, \(q(8) = -\frac{(29 \cdot 8 + 27)(6)(5) \dotsm (1)}{40320} = -\frac{37}{8}, \)
so \(p(8) = \frac{q(8) + 8}{8^2 - 1} = \boxed{\frac{3}{56}}.\)
 

abcdefghijklmnopqrst Dec 11, 2021
 #21
avatar+118587 
+2

Thanks for providing us with the solution abc ...

I am sure a number of us will examine it   laugh

Melody  Dec 12, 2021

3 Online Users