Quadratic equation - how to understand the impact of the middle term?

musicgold
Messages
303
Reaction score
19
Hi,

I am trying understand if there is a quick way to figure out the impact of the X term in a quadratic equation.

For example, by looking at the following equation, I know that it is a parabola (X^2) ; by looking at 24, I know that it is the y-intercept. However, I don't know what is the impact of the middle term (10X). I don't know what will happen to the curve if I change it to 20X. I know that the parabola will shift to the left or right but not sure exactly.


y = X^2 + 10X +24

Is there a way to figure of the effect of the middle term?

Thanks.
 
Mathematics news on Phys.org
musicgold said:
Hi,

I am trying understand if there is a quick way to figure out the impact of the X term in a quadratic equation.

For example, by looking at the following equation, I know that it is a parabola (X^2) ; by looking at 24, I know that it is the y-intercept. However, I don't know what is the impact of the middle term (10X). I don't know what will happen to the curve if I change it to 20X. I know that the parabola will shift to the left or right but not sure exactly.


y = X^2 + 10X +24

Is there a way to figure of the effect of the middle term?

Thanks.

In your equation, the 10x term causes a translation to the left by 5 units.

Your equation can be rewritten as y = x2 + 10x + 25 - 1 = (x + 5)2 - 1.

Relative to the graph of y = x2, the equation above is shifted left by 5 units and down 1 unit. Instead of the vertex being at (0, 0), the vertex is now at (-5, -1). The point (1, 1) on the graph of y = x2 has also been shifted left and down, and is now at (-4, 0).
 
I'm assuming you are looking for only the contribution the middle term brings.

Instead of considering 10x, it's easier to consider half of the middle term: that is five times 2x. Then
##x^2 + 2 a x + 24 = (x+a)^2 + 24 - a^2##.
So it takes the polynomial ##x^2 + 24## and translates it left a units and down a2 units. In your example, a=5.
 
Note therefore, which ought to be clear from the two previous posts, that the middle term has no effect on the SHAPE of the parabola, merely on its positioning in the plane.
 
I am not sure what you mean, but your question was:
y = X^2 + 10X +24
well i use factorization because it can be factorized:
so y = X^2 + 6X+4X +24
y= X(X+6) +4(X+6)
y= (X+4) (X+6)
EITHER X IS = -4 OR X IS = -6
 
Shastri Baksh said:
I am not sure what you mean, but your question was:
y = X^2 + 10X +24
well i use factorization because it can be factorized:
so y = X^2 + 6X+4X +24
y= X(X+6) +4(X+6)
y= (X+4) (X+6)
EITHER X IS = -4 OR X IS = -6

The OP wasn't asking for the x-intercepts, which you have found. He/she was asking about what role the 10x term plays in the shape of the graph of this parabola.
 
the middle term has no effect on shape of parabola,
while graphing x^2+10x+24=0
x^2=-10x-24
y=x^2 and y=-10x-24
middle term plays a role in where the linear equation cuts the parabola and not on the shape of the parabola
 
Back
Top