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

AI Thread Summary
The discussion focuses on solving a polynomial with two unknowns, specifically the function f(x) = 3x^4 + 14x^3 + px^2 + qx + 24, given its x-intercepts at -4 and 2. The user initially struggles with the concept of simultaneous equations but is guided to form two equations based on the x-intercepts, leading to a system that can be solved for p and q. After some back and forth, the correct coefficients are determined to be p = -11 and q = -70, resulting in the complete polynomial function. Additionally, there is a brief tangent discussing the differences between two logarithmic functions, clarifying that they represent different transformations on a graph. The user expresses gratitude for the help and confirms understanding of the solution process.
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;

f(-4) = 0

f(2) = 0
 
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 coefficent 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.

a_1 x+b_1 y=c_1
a_2 x+b_2 y=c_2

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}

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}

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 ...

y=\log_3{(x+4)}

?
 
  • #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
y=\log_3{(x+4)}

y=\log_3 x+4

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.

y=f(x+c) translation to the left c units.

y=f(x)+c translation up c units.
 
Last edited:
  • #23
thnx very much :D
 
Back
Top