Category Archives: 1.6 Other Types of Equations

Polynomial Equation (Solve by factoring with the grouping method)

Example:  Solve the polynomial equation

y^3+y^2=4y+4

Solution:  Solve the polynomial equation by factoring.

The original equation.
y^3+y^2=4y+4
Write the equation so that all the terms are on the same side.

  • Subtract 4y
  • Subtract 4
y^3+y^2=4y+4
y^3+y^2-4y=4y-4y+4
y^3+y^2-4y=4
y^3+y^2-4y-4=4-4
y^3+y^2-4y-4=0
Group two terms pairs of terms and factor the greatest common factor from each group.

  • The greatest common factor for the first group is y^2
  • The greatest common factor for the second group is -4
y^3+y^2-4y-4=0
(y^3+y^2)+(-4y-4)=0
(y^3+y^2)+(-4y-4)=0
y^2(y+1)+-4(y+1)=0
Factor the common binomial from each term.

  • The common binomial is (y+1)
  • The other factor is formed using the coefficients of the parenthesis
y^2(y+1)+-4(y+1)=0
(y+1)(y^2-4)=0
Continue to factor completely by factoring the difference of squares in the second parenthesis
(y+1)(y^2-4)=0
(y+1)(y+2)(y-2)=0
Apply the zero product property by setting each factor equal to zero.
y+1=0 or y+2=0 or y-2=0
Solve each remaining equation.
y+1=0 or y+2=0 or y-2=0
y+1-1=0-1 or y+2-2=0-2 or y-2+2=0+2
y=-1 or y=-2 or y=2

The solutions to the polynomial equation y^3+y^2=4y+4 are y=-1 or y=-2 or y=2.

Quadratic in Form (U-substitution)

Example: Solve the equation.

5x^{2/3}-6x^{1/3}+1=0

Solution:

The equation is similar to a quadratic.  It has 3 terms and one exponent is twice the other.  Since the equation is quadratic in form, use substitution to solve the equation.

Use the following substitution to rewrite the equation

u=x^{1/3}

u^2=x^{2/3}

Original Equation
5x^{2/3}-6x^{1/3}+1=0
Substitute
u=x^{1/3}
u^2=x^{2/3}
5x^{2/3}-6x^{1/3}+1=0
5u^{2}-6u+1=0
Solve the quadratic equation by factoring.
1) Factor the quadratic
5u^{2}-6u+1=0
(5u-1)(u-1)=0
Solve the quadratic equation by factoring.
2) Apply the zero product property
(5u-1)(u-1)=0
5u-1=0 or u-1=0
Solve the quadratic equation by factoring.
3) Solve each linear factor
5u-1=0 or u-1=0
5u-1+1=0+1 or u-1+1=0+1
5u=1 or u=1
{5u}/5=1/5 or u=1
u=1/5 or u=1
Substitute again to bring back the original variable.  Use the original substitution.
u=x^{1/3}
u=1/5 or u=1
x^{1/3}=1/5 or x^{1/3}=1 

Solve the equation with rational exponents.
1) Rewrite the rational exponents in radical form
x^{1/3}=1/5 or x^{1/3}=1
root{3}{x}=1/5 or root{3}{x}=1
Solve the equation with rational exponents.
2) Cancel the cube root by cubing both sides.
3) Simplify
root{3}{x}=1/5 or root{3}{x}=1
(root{3}{x})^3=(1/5)^3 or (root{3}{x})^3=(1)^3
x=1/125 or x=1

The solution to 5x^{2/3}-6x^{1/3}+1=0 isx=1/125 or x=1.

 

Here is a video with similar examples.