How Do You Solve a Polynomial with Two Unknowns and Given Roots?

Click For Summary

Homework Help Overview

The discussion revolves around solving a polynomial function with two unknowns, specifically focusing on the polynomial f(x) = 3x^4 + 14x^3 + px^2 + qx + 24, which has given x-intercepts at -4 and 2. Participants are exploring how to determine the coefficients p and q based on these roots.

Discussion Character

  • Exploratory, Problem interpretation, Assumption checking

Approaches and Questions Raised

  • Participants discuss the challenge of having two unknowns in the equations derived from the x-intercepts. Some suggest creating a system of equations from the conditions f(-4) = 0 and f(2) = 0, while others express uncertainty about how to proceed from there.

Discussion Status

The conversation is ongoing, with participants sharing their attempts to derive equations and expressing confusion about solving simultaneous equations. Some guidance has been offered on how to manipulate the equations, but there is no clear consensus on the next steps.

Contextual Notes

There is a mention of the original poster's lack of familiarity with solving simultaneous equations, which may impact their ability to progress in the problem. Additionally, some participants reference checking answers against a textbook, indicating a reliance on external validation.

AFG34
Messages
130
Reaction score
0
[SOLVED] polynomial with two unknowns

Homework Statement


The graph of f(x)= 3x^4 + 14x^3 + px^2 + qx + 24 has x-intercepts -4 and 2. Determine the function.

The Attempt at a Solution



I could solve it if there were only one unknown but i don't know how to do it if there are two unknowns.

What i did so far is plug -4 for x and 0 for the output, got an expression = 0
did the same thing for 2
since both equal 0, i set them equal to each other, simplified and got: 2p-q=13.3
Don't know what to do next.
 
Physics news on Phys.org
Rather then setting them equal to each other. Solve for p with one of your x-intercepts then plug it in your other set with the other x-intercept.
 
but there are two unknowns in each expression
 
AFG34 said:
but there are two unknowns in each expression
What roco is getting at is that you can create a system of two simultaneous equations thus;

[tex]f(-4) = 0[/tex]

[tex]f(2) = 0[/tex]
 
yes i know that, that is what i initially did. So you get 2 equations, both equal to 0, both have q and p in them. But i don't know what to do next.
 
AFG34 said:
yes i know that, that is what i initially did. So you get 2 equations, both equal to 0, both have q and p in them. But i don't know what to do next.
Have you never solved simultaneous equations before?
 
no, i haven't.
 
AFG34 said:
i don't think so.
Okay, in that case if you post the two equations you obtain I shall walk you through the process.
 
1) 0 = 16p - 4q - 104
2) 0 = 4p +2q + 184

then i divided both by 2:
1) 0 = 8p - 2q - 52
2) 0 = 2p + q + 92
 
  • #10
Good, so now multiply (2) by 2 and then add the two equations.
 
  • #11
Did you ever learn to solve matrices in Algebra class?
 
  • #12
8p + 132

ok so p = -11, q = -70

thnx
 
Last edited:
  • #13
rocophysics said:
Did you ever learn to solve matrices in Algebra class?

nope
 
  • #14
AFG34 said:
nope
Well either way, your answer isn't right b/c your answer should have ended up being in terms of a solution.

I'll go step by step. Let me type this up.
 
  • #15
rocophysics said:
Did you ever learn to solve matrices in Algebra class?
If the OP hasn't met simultaneous equations it's pretty safe to say that they haven't been introduced to linear algebra (which IMHO is over-kill for a question such as this).
AFG34 said:
8p + 132

ok so p = -11
Firstly, what you have written is an expression, not an equation. Secondly, you might want to check your coefficient of p.
 
  • #16
0 = 12p + 132 is an equation
ya i typed it wrong
checked the back of the book, got the right answer (f(x)= 3x^4 + 14x^3 - 11x^2 - 70x + 24). ok i know how to do them now, thnx

hootenanny, funny name
 
Last edited:
  • #17
AFG34 said:
0 = 12p + 132 is an equation
ya i typed it wrong
checked the back of the book, got the right answer. ok i know how to do them now, thnx
Want to learn the fast way?
 
  • #18
sure

got a quick question:
is the graph of y = log3^(x+4) the same as the graph of y = log3^x+4?
*the base is 3 not 10

I think the second one is y=log3^x moved up by 4 units.
 
Last edited:
  • #19
This will only apply to linear equations.

[tex]a_1 x+b_1 y=c_1[/tex]
[tex]a_2 x+b_2 y=c_2[/tex]

[tex]x=\frac{\left|\begin{array}{cc}c_1 & b_1 \\ c_2 & b_2\end{array}\right|}{\left|\begin{array}{cc}a_1 & b_1 \\ a_2 & b_2\end{array}\right|}=\frac{c_1 b_2 - b_1 c_2}{a_1 b_2 - b_1 a_2}[/tex]

[tex]y=\frac{\left|\begin{array}{cc}a_1 & c_1 \\ a_2 & c_2\end{array}\right|}{\left|\begin{array}{cc}a_1 & b_1 \\ a_2 & b_2\end{array}\right|}=\frac{a_1 c_2 - c_1 a_2}{a_1 b_2 - b_1 a_2}[/tex]

Notice that the denominator for both x & y are the same (determinant). While the numerators vary.

You can also solve for 3 unknowns but that takes too long to type.
 
Last edited:
  • #20
AFG34 said:
sure

got a quick question:
is the graph of y = log3^(x+4) the same as the graph of y = log3^x+4?
*the base is 3 not 10

I think the second one is y=log3^x moved up by 4 units.
I'm confused to as what your problem is. Is it ...

[tex]y=\log_3{(x+4)}[/tex]

?
 
  • #21
ya that and the second one is the same except there is no bracket around x+4
 
  • #22
AFG34 said:
ya that and the second one is the same except there is no bracket around x+4
[tex]y=\log_3{(x+4)}[/tex]

[tex]y=\log_3 x+4[/tex]

No they are not the same

2nd one, as you said it translated up 4 units. While the 1st one is translated to the left 4 units.

[tex]y=f(x+c)[/tex] translation to the left c units.

[tex]y=f(x)+c[/tex] translation up c units.
 
Last edited:
  • #23
thnx very much :D
 

Similar threads

Replies
6
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 22 ·
Replies
22
Views
4K
  • · Replies 8 ·
Replies
8
Views
4K
  • · Replies 27 ·
Replies
27
Views
5K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 21 ·
Replies
21
Views
4K