How do I factor a quadratic with a rational expression of x in it?

caters

New member
Joined
Mar 1, 2014
Messages
24
So, the thought came to me of solving a cubic equation. I've done it a few times before, but it has been years. I know how to solve quadratics, so I was thinking that if I could reduce the cubic to a quadratic, then I could solve the quadratic for xx and thus get my cubic solutions. Everything went smoothly until I reached a point where I have an equation of the form ax2+bx+c+dx=0ax^2 + bx + c + \frac{d}{x} = 0. This form is the quadratic reduction of the original cubic of the form ax3+bx2+cx+d=0ax^3 + bx^2 + cx + d = 0. I'm wondering how I should factor this, so that I can then solve for xx. Here's what I have so far:

Solve for x

x36x2+2x+3=0x^3 - 6x^2 + 2x + 3 = 0
Subtract 3 from both sides to get

x36x2+2x=3x^3 - 6x^2 + 2x = -3
Multiply both sides by 1x\frac{1}{x} to get

x26x+2=3xx^2 - 6x + 2 = \frac{-3}{x}
Add 3x\frac{3}{x} to both sides to get

x26x+2+3x=0x^2 - 6x + 2 + \frac{3}{x} = 0
And here I am, stuck with this dx\frac{d}{x} term in my quadratic and not knowing how to factor a quadratic with such a term in it. When I try to find an answer to my question, all I get is how to factor a quadratic that has fractional coefficients, which is not at all the same as factoring a quadratic with a dx\frac{d}{x} term. So, how can I go about factoring this quadratic with a dx\frac{d}{x} term in it? Do I have to move the dx\frac{d}{x} term back to the other side and then factor x26x+2x^2 - 6x + 2 as if it equals 0 and then solve for xx? Or is there another way to go about it that keeps the right side equal to 0?
 
So, the thought came to me of solving a cubic equation. I've done it a few times before, but it has been years. I know how to solve quadratics, so I was thinking that if I could reduce the cubic to a quadratic, then I could solve the quadratic for xx and thus get my cubic solutions. Everything went smoothly until I reached a point where I have an equation of the form ax2+bx+c+dx=0ax^2 + bx + c + \frac{d}{x} = 0. This form is the quadratic reduction of the original cubic of the form ax3+bx2+cx+d=0ax^3 + bx^2 + cx + d = 0. I'm wondering how I should factor this, so that I can then solve for xx. Here's what I have so far:

Solve for x

x36x2+2x+3=0x^3 - 6x^2 + 2x + 3 = 0
Subtract 3 from both sides to get

x36x2+2x=3x^3 - 6x^2 + 2x = -3
Multiply both sides by 1x\frac{1}{x} to get

x26x+2=3xx^2 - 6x + 2 = \frac{-3}{x}
Add 3x\frac{3}{x} to both sides to get

x26x+2+3x=0x^2 - 6x + 2 + \frac{3}{x} = 0
And here I am, stuck with this dx\frac{d}{x} term in my quadratic and not knowing how to factor a quadratic with such a term in it. When I try to find an answer to my question, all I get is how to factor a quadratic that has fractional coefficients, which is not at all the same as factoring a quadratic with a dx\frac{d}{x} term. So, how can I go about factoring this quadratic with a dx\frac{d}{x} term in it? Do I have to move the dx\frac{d}{x} term back to the other side and then factor x26x+2x^2 - 6x + 2 as if it equals 0 and then solve for xx? Or is there another way to go about it that keeps the right side equal to 0?
You CANNOT reduce a cubic polynomial to quadratic, by that method.
Google
Cardano's cubic solution.
 
Your expression which involves 3/x is NOT a quadratic.

Have you heard of the "Factor Theorem"? This states that:
If f(x) is a polynomial and f(c)=0 then (x−c) is a factor of f(x).

Note that if we call your cubic function f(x), then f(1) =0 [ "How did I get 1" I hear you say. This is an educated "guess" by considering the coefficients].

f(1) = 0 means that (x - 1) is a factor.

Do you know how to do polynomial long division to get the other factor (the other factor will be a quadratic)? Or perhaps another method to get the other factor?
 
You CANNOT reduce a cubic polynomial to quadratic, by that method.
Google
Cardano's cubic solution.
Wait, why can’t I just divide every term of the cubic by xx to reduce it to a quadratic? It seems like it should be possible to do that.
Your expression which involves 3/x is NOT a quadratic.
Why not? Isn’t a quadratic an expression with a maximum of degree 2, thus the highest degree term being ax2ax^2? That holds true for my expression of x26x+2+3x=0x^2 - 6x + 2 + \frac{3}{x} = 0 that I got from dividing every term of the cubic by xx.
 
Last edited:
Wait, why can’t I just divide every term of the cubic by xx to reduce it to a quadratic? It seems like it should be possible to do that.

Why not? Isn’t a quadratic an expression with a maximum of degree 2, thus the highest degree term being ax2ax^2? That holds true for my expression of x26x+2+3x=0x^2 - 6x + 2 + \frac{3}{x} = 0 that I got from dividing every term of the cubic by xx.
Definition of polynomial (Meriam-Webster):

Definition of polynomial

(Entry 1 of 2)
: a mathematical expression of one or more algebraic terms each of which consists of a constant multiplied by one or more variables raised to a nonnegative integral power (such as a + bx + cx2)

x26x+2+3x=x26x+2+3x1=0x^2 - 6x + 2 + \frac{3}{x} = x^2 - 6x + 2 + 3 x^{-1} = 0 is NOT a quadratic polynomial
 
Beer induced declaration follows.
So, the thought came to me of solving a cubic equation. I've done it a few times before, but it has been years. I know how to solve quadratics, so I was thinking that if I could reduce the cubic to a quadratic, then I could solve the quadratic for xx and thus get my cubic solutions. Everything went smoothly until I reached a point where I have an equation of the form ax2+bx+c+dx=0ax^2 + bx + c + \frac{d}{x} = 0. This form is the quadratic reduction of the original cubic of the form ax3+bx2+cx+d=0ax^3 + bx^2 + cx + d = 0. I'm wondering how I should factor this, so that I can then solve for xx. Here's what I have so far:

Solve for x

x36x2+2x+3=0x^3 - 6x^2 + 2x + 3 = 0
Subtract 3 from both sides to get

x36x2+2x=3x^3 - 6x^2 + 2x = -3
Multiply both sides by 1x\frac{1}{x} to get

x26x+2=3xx^2 - 6x + 2 = \frac{-3}{x}
Add 3x\frac{3}{x} to both sides to get

x26x+2+3x=0x^2 - 6x + 2 + \frac{3}{x} = 0
And here I am, stuck with this dx\frac{d}{x} term in my quadratic and not knowing how to factor a quadratic with such a term in it. When I try to find an answer to my question, all I get is how to factor a quadratic that has fractional coefficients, which is not at all the same as factoring a quadratic with a dx\frac{d}{x} term. So, how can I go about factoring this quadratic with a dx\frac{d}{x} term in it? Do I have to move the dx\frac{d}{x} term back to the other side and then factor x26x+2x^2 - 6x + 2 as if it equals 0 and then solve for xx? Or is there another way to go about it that keeps the right side equal to 0?
Wait, why can’t I just divide every term of the cubic by xx to reduce it to a quadratic? It seems like it should be possible to do that.

Why not? Isn’t a quadratic an expression with a maximum of degree 2, thus the highest degree term being ax2ax^2? That holds true for my expression of x26x+2+3x=0x^2 - 6x + 2 + \frac{3}{x} = 0 that I got from dividing every term of the cubic by xx.
I love you man!!!
 
Top