Finding values for a and b for this polynomial

  • Thread starter Thread starter chef99
  • Start date Start date
  • Tags Tags
    Polynomial
Click For Summary

Homework Help Overview

The problem involves finding the values of the coefficients a and b in the polynomial f(x) = ax4 - 3x3 - 63x2 + 152x - b, given that one of its zeros is at x = 5 and that it passes through the point (-2, -560). Participants are exploring how to set up equations based on these conditions.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss setting up equations based on the zero at x = 5 and the point (-2, -560). There is mention of deriving two equations in terms of a and b from these conditions. Some participants express confusion about the correct application of these points and the resulting equations.

Discussion Status

There is ongoing exploration of the equations derived from the conditions provided. Some participants have pointed out potential errors in calculations and assumptions, while others are attempting to clarify the correct approach to finding a and b. The discussion reflects a mix of interpretations and attempts to resolve the arithmetic involved.

Contextual Notes

Participants note issues with sign errors and the interpretation of the polynomial's behavior at specific points. There is also mention of the expectation of whole numbers versus fractions in the solutions, which adds to the complexity of the discussion.

chef99
Messages
75
Reaction score
4
the polynomial f(x) = ax4 - 3x3- 63x2+ 152x - b
has one of its zeros at x = 5 and passes through the point (-2, -560)
Question: Use this info to find the values of a and b

I am prepping for a test and this one question is really stumping me, I wondered if anyone would be able to help. For all of this type of question up till now where it asks to find a and b, I have been given a factor and the remainder. I know with these values I should set up two equations, one for a and one for b, then use them to solve each other. I know if a zero is x = 5 then a factor will be x = -5 but I have no idea what to do with the point given, is there something obvious I am missing? Any help on this would be greatly appreciated

[Moderator's note: Moved from a technical forum and thus no template.]
 
Last edited by a moderator:
Physics news on Phys.org
So the fact that it has a zero when x=5 means the point (5,0) is on the curve.

Plugging those in gives you equation in two unknowns a and b right?

What happens when you plug in the other point?

You get second equation in two unknowns a and b again.

Given that what is a and b?
 
  • Like
Likes   Reactions: symbolipoint
jedishrfu said:
o the fact that it has zeros when x=5 means the point (0,5) is on the curve
No, it means that (5, 0) is on the curve.
The rest of the hint is fine.
 
  • Like
Likes   Reactions: jedishrfu
You saw my post before I edited it. I had a dyslexic moment and then saw my mistake.
 
  • Like
Likes   Reactions: symbolipoint
jedishrfu said:
So the fact that it has a zero when x=5 means the point (5,0) is on the curve.

Plugging those in gives you equation in two unknowns a and b right?

What happens when you plug in the other point?

You get second equation in two unknowns a and b again.

Given that what is a and b?

Thank you for your help.
Ok so for the first equation (x-5) --> remainder is 0, so f(-5) = 0
and for the second equation (x+2) --> remainder of -560

Is that correct? I have tried following this and using the two equations to solve for the variables in each other but when I try to test it afterword, with my values of a and b f(-5) should = 0, but I am not getting zero as a value so either there is an error in my calculations or I am applying your advice incorrectly. I have included my work below.

(x-5) --> remainder is 0 so f(-5) = 0 f(x) = a(-5)4 - 3(-5)3- 63(-5)2+ 152(-5) - b

-625a -(-375)-1575-760 - b = 0

-625 - 2710 - b = 0

-625a - b = 2710Now for the second equation;

(-2, -560) is a point so (x + 2) --> remainder of -560

a(2)4 - 3(2)3- 63(2)2+ 152(2) - b = -560

16a - 24 - 252 + 304 - b = -560

16a + 28 - b = -560

16a +588 = bNow plugging 16a +588 = b into the first equation,

-625a - 16a +588 = 2710

a = 2710/-609finally, solve for b,

16a +588 = b

16(2710/-609) +588 = b

b = 516.8Checking for f(-5) = 0,

f(-5) = (2710/-609)(-5)4 - 3(-5)3- 63(-5)2+ 152(-5) - 516.8= -5248

As you can see this is obviously not right as it should equal 0. Am I just making errors in my calculations or do I have the wrong idea entirely?
 
No that's not how to do it:

## f(5) = 0 ##
##0 = a(5)^4 - 3(5)^3- 63(5)^2+ 152(5) - b ##
 
The other point has the same sign error.
It is (x,y)=(-2, -560), you have to plug in -2 for x.
 
jedishrfu said:
No that's not how to do it:

## f(5) = 0 ##
##0 = a(5)^4 - 3(5)^3- 63(5)^2+ 152(5) - b ##
I have fixed this error, and the one pointed out by mfb, using f(5) remainder of 0 and f(-2) remainder of -560 but am still not getting f(5) = 0 when testing it afterward. I also keep getting fraction/decimal numbers, is that to be expected or should I be getting whole numbers? Perhaps I am screwing up the process later?
Here is what I got:

f(x) = a(5)4 - 3(5)3- 63(5)2+ 152(5) - b

625a -375-1575+760 - b = 0

625 - 1190 - b = 0

625a - b = 1190
and

a(-2)4 - 3(-2)3- 63(-2)2+ 152(-2) - b = -560

-16a + 24 - 252 - 304 - b = -560

-16a -532 - b = -560

b = -16a + 28

then using this value for b, -16a + 28, determine a:

625a - b = 1190

625a - (-16a + 28) = 1190

641a = 1162

a = 1162/641 <--- as you can see I'm getting a fraction, don't know if that's wrongUsing this to find b:

b = -16a + 28

b = -16(1162/641) + 28

b = -18592/641 + 28

b = 644/641Then when I test these values for a and b to see if f(5) = 0,

f(5) = (1162/641)(5)4 - 3(5)3- 63(5)2+ 152(5) - (644/641)

f(5) = - 37184/641
f(5) = -58

This is obviously not right but I don't know where I'm messing up. Am I using the correct method to find a and b or is it arithmetic error I'm making?
 
chef99 said:
This is obviously not right but I don't know where I'm messing up. Am I using the correct method to find a and b or is it arithmetic error I'm making?
You have some sign errors.

In particular, ##(-2)^4 \ne -16 ## .
 

Similar threads

  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
6
Views
4K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
Replies
21
Views
3K
Replies
3
Views
3K