Factoring "Puzzle": Find a for \frac {a^2 - 2x -3}{x^2 - 4x + a}

  • Thread starter Thread starter kenewbie
  • Start date Start date
  • Tags Tags
    Factoring Puzzle
AI Thread Summary
The discussion focuses on finding values of "a" that allow the expression \frac {a^2 - 2x -3}{x^2 - 4x + a} to be factored. The numerator factors to (x-3)(x+1), and the denominator's roots must match these factors for simplification. It is determined that a must be less than 5, with a specific solution found at a = 3, yielding the factors (x-3)(x-1) for the denominator. The conversation also highlights a missed solution of a = -5 due to a miscalculation and suggests using polynomial long division or the Remainder Theorem for a more efficient approach. Overall, the thread emphasizes the importance of correctly identifying roots for successful factoring.
kenewbie
Messages
238
Reaction score
0
factoring "puzzle"

For what values of "a" can the following be factored and reduced:

\frac {a^2 - 2x -3}{x^2 - 4x + a}

Ok, so the first thing on the list is to factor the top term.

x = \frac {-(-2) \pm \sqrt{(-2)^2 - 4 * 1 * (-3)} } {2 * 1}

The roots are 3 & -1, and the factors then become

(x-3)(x+1)

So, I want the denominator to become either both, or one of those factors.

I start off by rewriting the denominator as an equation

x = \frac {4 \pm \sqrt{16 - 4 * 1 * a} } {2}

At this point I can tell that there are only solutions for a < 5

I know that I want the roots the polynomial to be either 3 or -1 (or both), so I substitute everything inside the square root with R, and check which values I need from the square root.

<br /> \begin{align*}<br /> \frac{4 + R}{2} = 3\\<br /> 4 + R = 6\\<br /> R = 2\\<br /> \end{align*}<br />

and

<br /> \begin{align*}<br /> \frac{4 + R}{2} = -1\\<br /> 4 + R = -2\\<br /> R = -6\\<br /> \end{align*}<br />

Since I would be hard pressed to get the square root back as negative 6, I conclude that I want the result of the square root to be 2.

In other words

<br /> \begin{align*}<br /> \sqrt{16 - 4 * 1 * a} = 2\\<br /> 16 - 4a = 4\\<br /> a = 3\\<br /> \end{align*}<br />

Finally there. I factor the polynomial using a = 3

x = \frac {4 \pm \sqrt{16 - 4 * 3} } {2}

The roots are 3 and 1 which gives the factors

(x-3)(x-1)

And I can now factor the original rational expression

<br /> \frac {a^2 - 2x -3}{x^2 - 4x + a} = \frac {(x-3)(x+1)} {(x-3)(x-1)} = \frac {x + 1}{ x -1}<br />


However, there are two things that bug me to no end. First off the are two solutions listed, 3 and -5. I only found one of them, but I can't see where I went wrong and "missed" the second one?

The other thing is that I found my approach rather long winded, and I wondered if there was a better way to do this kind of problems?

Thanks for any feedback.

k
 
Physics news on Phys.org
Hi kenewbie! :smile:
kenewbie said:
The other thing is that I found my approach rather long winded, and I wondered if there was a better way to do this kind of problems?

(I assume you mean \frac {x^2 - 2x -3}{x^2 - 4x + a}) ?

erm … yes! :biggrin:

Two methods (basically the same):

i] Just use long division, first with (x - 3) and then with (x + 1).

The remainder will be a + something, which you want to be zero. :smile:

ii] You want 3 or 1 to be a root of the denominator, so just plug 3 or 1 into it, again you get the remainder!
 


I'm afraid I don't quite get what you mean. Can I bother you to type out examples how how you would do it?

k
 


ooh, I think I see why I missed the -5 solution.

I used 4 + R instead of 4 \pm R, which would allow me to use the -6 as just 6, which would have come out with -5 as a root.

k
 
kenewbie said:
I'm afraid I don't quite get what you mean. Can I bother you to type out examples how how you would do it?

Well, for example, if you want x2 - 4x + a to be divisible by (x - b),

then b will be a root,

and so b2 - 4b + a must be zero ("Remainder Theorem"). :smile:
 


Aha. I haven't learned "polynomial long division" or "polynomial remainder theorem" yet, but I see they both have neat little articles on wikipedia, so I'll look into them.

Thanks

k
 
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