Solving Equations with Fractions

  • Thread starter Thread starter Mkorr
  • Start date Start date
  • Tags Tags
    Fractions
AI Thread Summary
The discussion focuses on solving the equation involving fractions: (1/(x-1) - 1/(x-2)) = (1/(x-3) - 1/(x-4)). Participants detail the process of rearranging the equation and finding a common denominator to combine the fractions. They identify errors in polynomial expansions and suggest simplifying the equation by eliminating the denominators early in the process. The correct solution is derived as x = 10/31, but it is noted that this does not satisfy the original equation upon verification. The conversation emphasizes the importance of careful algebraic manipulation and checking solutions.
Mkorr
Messages
47
Reaction score
0

Homework Statement



Solve the following equations:

\frac{1}{x-1} -\frac{1}{x-2} = \frac{1}{x-3} - \frac{1}{x-4}

Homework Equations



See above.

The Attempt at a Solution



Rearrangement gives

\frac{1}{x-1} -\frac{1}{x-2} - \frac{1}{x-3} + \frac{1}{x-4} = 0

Conversion to same denominator gives

\frac{(x-2)(x-3)(x-4)}{(x-1)(x-2)(x-3)(x-4)} -\frac{(x-1)(x-3)(x-4)}{(x-1)(x-2)(x-3)(x-4)} - \frac{(x-1)(x-2)(x-4)}{(x-1)(x-2)(x-3)(x-4)} + \frac{(x-1)(x-2)(x-3)}{(x-1)(x-2)(x-3)(x-4)} = 0

Writing as one fraction gives

\frac{(x-2)(x-3)(x-4) -(x-1)(x-3)(x-4) - (x-1)(x-2)(x-4) + (x-1)(x-2)(x-3)}{(x-1)(x-2)(x-3)(x-4)} = 0

Partially multiplying binomials gives

\frac{(x^{2} - 5x + 6)(x-4) -(x^{2}-4x +3)(x-4) - (x^{2} - 3x +2)(x-4) + (x^{2} - 3x + 2)(x-3)}{(x-1)(x-2)(x-3)(x-4)} = 0

Complete multiplication (just looking at the denominator for simplification) gives

\frac{x^3 - 4x^2 - 5x^2 + 20x + 6x - 24 - (x^3 - 8x^2 + 16x - 12) - (x^3 - 7x^2 - 12x + 2x - 8) + x^3 - 6x + 9x + 2x -6}{(x-1)(x-2)(x-3)(x-4)} = 0

Removal of the parenthesis gives

\frac{x^3 - 4x^2 - 5x^2 + 20x + 6x - 24 - x^3 + 8x^2 - 16x + 12 - x^3 + 7x^2 + 12x - 2x + 8 + x^3 - 6x^2 + 9x + 2x -6}{(x-1)(x-2)(x-3)(x-4)} = 0

Adding together everything gives

\frac{31x - 10}{(x-1)(x-2)(x-3)(x-4)} = 0

Rewriting

\frac{1}{(x-1)(x-2)(x-3)(x-4)} \cdot (31x - 10) = 0

The left factor equals to zero lacks a solution so

31x - 10 = 0
x = 10/31

but this is clearly wrong as checking does not produce the equality when checked.
 
Physics news on Phys.org
Mkorr said:
Complete multiplication (just looking at the denominator for simplification) gives

\frac{x^3 - 4x^2 - 5x^2 + 20x + 6x - 24 - (x^3 - 8x^2 + 16x - 12) - (x^3 - 7x^2 - 12x + 2x - 8) + x^3 - 6x + 9x + 2x -6}{(x-1)(x-2)(x-3)(x-4)} = 0

The 2nd polynomial:
x3 - 8x2 + 16x - 12
should be
x3 - 8x2 + 19x - 12

The 3rd polynomial:
x3 - 7x2 - 12x + 2x - 8
should be
x3 - 7x2 + 12x + 2x - 8 or x3 - 7x2 + 14x - 8

The last polynomial:
x3 - 6x + 9x + 2x -6
should be
x3 - 6x2 + 9x + 2x -6 or x3 - 6x2 + 11x - 6
 
Last edited:
By the way- when you combine all the fractions, you will eventually set it equal to 0, then multiply both sides by the common denominator, eliminating it. It is simpler just to get it equal to 0, then multiply both sides of the equation by that common denominator immediately. That is, go from
\frac{1}{x-1} -\frac{1}{x-2} = \frac{1}{x-3} - \frac{1}{x-4}
to
\frac{1}{x-1} -\frac{1}{x-2}- \frac{1}{x-3}+ \frac{1}{x-4}= 0
to
(x-2)(x-3)(x-4)- (x-1)(x-3)(x-4)- (x-1)(x-2)(x-4)+ (x-1)(x-2)(x-3)= 0

It at least saves writing all of those fractions!
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top