How would I factor the cubic polynomial $-x^3+x^2+12$? Grouping doesn't work. The rational root theorem says $\pm1,\pm2, \pm4, \pm6, \pm12$ are the possible rational roots $r$ for the linear term, but trying synthetic division $(x-r)$ doesn't divide the polynomial for any of these.
2026-03-29 15:54:44.1774799684
How do you factor the cubic polynomial $-x^3+x^2+12$?
1.2k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in ALGEBRA-PRECALCULUS
- How to show that $k < m_1+2$?
- What are the functions satisfying $f\left(2\sum_{i=0}^{\infty}\frac{a_i}{3^i}\right)=\sum_{i=0}^{\infty}\frac{a_i}{2^i}$
- Finding the value of cot 142.5°
- Why is the following $\frac{3^n}{3^{n+1}}$ equal to $\frac{1}{3}$?
- Extracting the S from formula
- Using trigonometric identities to simply the following expression $\tan\frac{\pi}{5} + 2\tan\frac{2\pi}{5}+ 4\cot\frac{4\pi}{5}=\cot\frac{\pi}{5}$
- Solving an equation involving binomial coefficients
- Is division inherently the last operation when using fraction notation or is the order of operation always PEMDAS?
- How is $\frac{\left(2\left(n+1\right)\right)!}{\left(n+1\right)!}\cdot \frac{n!}{\left(2n\right)!}$ simplified like that?
- How to solve algebraic equation
Related Questions in FACTORING
- Roots of a complex equation
- Solving for 4 variables using only 2 equations
- For any natural numbers a, b, c, d if a*b = c*d is it possible that a + b + c + d is prime number
- How can I calculate the remainder of $3^{2012}$ modulo 17?
- The complex equation $x^3 = 9 + 46i$ has a solution of the form $a + bi$ where $a,b\in \mathbb Z$. Find the value of $a^3 + b^3$
- Conversion factor
- How do I find roots of the 3rd order polynomial?
- How to find algorithm for integer factorization if the prime factorization of the integer is given?
- Define a binary operation * on the real numbers as $x * y=xy+x+y$ for all real numbers x and y.
- Computing $\lim_{x \to 1}\frac{x^\frac{1}{5}-1}{x^\frac{1}{6} -1}$
Related Questions in CUBICS
- Roots of a complex equation
- Cubic surfaces and 27 lines
- Polynomial Equation Problem with Complex Roots
- Cubic Discriminant
- Is it always possible to rearrange an equation desirably?
- Form an equation whose roots are $(a-b)^2,(b-c)^2,(c-a)^2.$
- if $x^3 + px^2+qx+r = 0$ has three real roots, show that $p^2 \ge 3q$
- The complex equation $x^3 = 9 + 46i$ has a solution of the form $a + bi$ where $a,b\in \mathbb Z$. Find the value of $a^3 + b^3$
- Roots of $z^3 + 3iz^2 + 3z + i = 0$?
- If the roots of the cubic equation $ax^3+bx^2+cx+d=0$ are equal, can one then establish a relationship between $a, b, c, d$?
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
You cannot factor this to find the roots. One way to solve the cubic is to first convert it into a depressed cubic (without the $x^2$ term). To do this, we have to make the substitution $x=y-\dfrac{b}{3a}$. $$-x^3+x^2+12=0$$ $$-(x^3-x^2-12)=0$$ $$=-\left[\left(y-\left(\dfrac{1}{3}\right)^3\right) - \left(y-\left(\dfrac{1}{3}\right)^2\right) + 12\right]=0$$ Expanding the expression and simplifying gives us: $$-\left(y^3 + \dfrac{1}{3}y + \dfrac{326}{27}\right)=0$$ $$y^3+\dfrac{1}{3}y + \dfrac{326}{27}=0$$ $$y^3+\dfrac{1}{3}y = -\dfrac{326}{27}$$ The depressed cubic is now in the form $y^3 + Ay = B$. To solve this we have to assume two variables, $s$ and $t$, with the condition that: $$3st = A$$ $$s^3 - t^3 = B$$ $y = s-t$ will be a root of the cubic. This is proved by substituting $(s-t)$ into $y$, $3st$ into $A$, and $s^3-t^3$ into $B$. You can do this on your own time; I will not write the proof here because I am lazy.
Let's derive a formula to convert our cubic into a quadratic. We first solve $3st = B$ for $s$, and substitute it into $s^3-t^3=B$ $$s = \dfrac{A}{3t}$$ $$\left(\dfrac{A}{3t}\right)^3 - t^3 = B$$ $$\dfrac{A^3}{27t^3} - B - t^3 = 0$$ Multiply by $-t^3$ on both sides. $$-\dfrac{A^3}{27} + Bt^3 + t^3\cdot t^3 = 0$$ $$t^6 + Bt^3 - \dfrac{A^3}{27}$$ Finally, we make the substitution $u=t^3$ to obtain: $$u^2 + Bu - \dfrac{A^3}{27} = 0$$ Using our formula, we get: $$u^2 - \dfrac{326}{27}u - \dfrac{\frac{1}{9}}{27} = 0$$ Multiply by 27 on both sides. $$27u^2 - 326u - \dfrac{1}{9} = 0$$ Multiply by 9 on both sides. $$243u^2 - 2934u - 1 = 0$$ I can tell that the solution is not going to be pretty. Let's find the solution. $$u = \dfrac{2934 \pm \sqrt{2934^2 - 4(243)(-1)}}{2\times 243}$$ $$u = \dfrac{2934 \pm \sqrt{8609328}}{486}$$ $$u = \dfrac{2934 \pm 4\sqrt{556833}}{486}$$ $$u = \dfrac{1467 \pm 2\sqrt{556833}}{243}$$ Remember $u=t^3$. Also discard the negative square root. $$t^3 = \dfrac{1467 + 2\sqrt{556833}}{243}$$ $$t = \sqrt[3]{\dfrac{1467 + 2\sqrt{556833}}{243}}$$ Substitute the value of t^3 into the equation $s^3 + t^3 = B$ to obtain $s$. $$s^3 + t^3 = -\dfrac{326}{27}$$ $$s^3 = -\dfrac{326}{27} - t^3$$ $$s^3 = -\dfrac{326}{27} - \dfrac{1467 + 2\sqrt{556833}}{243}$$ $$s = \sqrt[3]{-\dfrac{326}{27} - \dfrac{1467 + 2\sqrt{556833}}{243}}$$ $$s = \sqrt[3]{-\dfrac{326 + 1467 + 2\sqrt{56833}}{243}}$$ $$s = \sqrt[3]{-\dfrac{1793 + 2\sqrt{56833}}{243}}$$ Remember $y = s-t$: $$y = s-t$$ $$y= \sqrt[3]{-\dfrac{1793 + 2\sqrt{56833}}{243}} - \sqrt[3]{\dfrac{1467 + 2\sqrt{556833}}{243}}$$ Finally, remember $x = y - \dfrac{b}{3a}$: $$x = y - \dfrac{b}{3a}$$ $$x = \sqrt[3]{-\dfrac{1793 + 2\sqrt{556833}}{243}} - \sqrt[3]{\dfrac{1467 + 2\sqrt{556833}}{243}} - \dfrac{1}{3}$$ The solution to the cubic equation $-x^3 + x^2 + 12$ is (hopefully): $$\boxed{x = \sqrt[3]{-\dfrac{1793 + 2\sqrt{556833}}{243}} - \sqrt[3]{\dfrac{1467 + 2\sqrt{556833}}{243}} - \dfrac{1}{3}}$$ By the way, the mathematician Scipione del Ferro was the first person to invent a "cubic formula" using the method described above. In case you were wondering, the cubic formula is what it sounds like: a formula that can be used to solve cubic equations.
The roots of any cubic equation $ax^3 + bx^2 + cx + d = 0$ is: $$x = \sqrt[3]{\left(\dfrac{-b^3}{27a^3} + \dfrac{bc}{6a^2} - \dfrac{d}{2a}\right) + \sqrt{\left(\dfrac{-b^3}{27a^3} + \dfrac{bc}{6a^2}-\dfrac{d}{2a}\right)^2 - \left(\dfrac{c}{3a}-\dfrac{b^2}{9a^2}\right)^3}} + \sqrt[3]{\left(\dfrac{-b^3}{27a^3}+\dfrac{bc}{6a^2}-\dfrac{d}{2a}\right) + \sqrt{\left(\dfrac{-b^3}{27a^3}+\dfrac{bc}{6a^2}-\dfrac{d}{2a}\right)^2 - \left(\dfrac{c}{3a}-\dfrac{b^2}{9a^2}\right)^3}} - \dfrac{b}{3a}$$ I really, really do not think that you should memorize this formula because even if you do, it will be very, very inefficient.