Solving Algebraic Expression with Limits

  • Thread starter Thread starter krbs
  • Start date Start date
  • Tags Tags
    Algebra
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 2K views
krbs
Messages
51
Reaction score
3
Hi guys, there's a sample problem in m textbook where they simplify an expression from x3-6x2+12x-8/x2-4x+4 to (x-2)3/(x-2)2. Can you explain how they solved this? For reference, I'm learning about limits
 
Last edited:
on Phys.org
I moved the thread to our homework section as the problem is homework-like.

I guess you mean (x3-6x2+12x-8)/(x2-4x+4). For the denominator, you should be able to find roots, once you know where the denominator gets zero you can also write it as product (here: (x-2)(x-2)). For the numerator, guess a root, then take it out as factor and compute the other factor, then do the same as for the denominator.
 
mfb said:
I moved the thread to our homework section as the problem is homework-like.

I guess you mean (x3-6x2+12x-8)/(x2-4x+4). For the denominator, you should be able to find roots, once you know where the denominator gets zero you can also write it as product (here: (x-2)(x-2)). For the numerator, guess a root, then take it out as factor and compute the other factor, then do the same as for the denominator.

Uh, yeah, I missed the big notice at the top... Had a couple glasses of wine :oops::H

Ok, so I guessed root 2 (lol). Would I then just divide out factor (x-2), like polynomial long division, or is there an easier way I'm overlooking?
 
Polynomial long division is the right approach - unless you directly see or guess that the numerator is (x-2)3 (possible with practice), then you can skip those steps.
 
mfb said:
Polynomial long division is the right approach - unless you directly see or guess that the numerator is (x-2)3 (possible with practice), then you can skip those steps.

Ok thank you!