Simplifying Equations with Polynomial denominators/numerators

AI Thread Summary
The discussion focuses on simplifying equations with polynomial numerators and denominators. A user seeks help with factoring and simplifying a complex expression involving terms like x^n and x^2n. Participants suggest using substitutions to simplify the expressions, such as letting u = x^n, which can make factoring easier. They confirm that the user’s final expression appears correct, but emphasize that while substitution can clarify the process, it is not strictly necessary. The conversation highlights the importance of understanding polynomial identities and factoring techniques in simplifying complex equations.
darshanpatel
Messages
139
Reaction score
0

Homework Statement



I uploaded a picture of the question because I didn't want to confuse people from the way it looks because it is pretty long.

http://tinypic.com/r/2itpm39/5

Homework Equations



-None-

The Attempt at a Solution



I went from the original equation and took an 'x' out of the first numerator and then got the reciprocal of the x^n and multiplied that through

1. Original Equation
2. (((x^n)-8)/((x^2n)+(2x^n)+1)) x ((x^2n)-(4x^n)-5)/(x^n)

I don't know what I can factor out from this point..
Please help and thanks
 
Last edited:
Physics news on Phys.org
darshanpatel said:

Homework Statement



I uploaded a picture of the question because I didn't want to confuse people from the way it looks because it is pretty long.

http://tinypic.com/r/2itpm39/5

Homework Equations



-None-

The Attempt at a Solution



I went from the original equation and took an 'x' out of the first numerator and then got the reciprocal of the x^n and multiplied that through

1. Original Equation
2. (((x^n)-8)/((x^2n)+(2x^n)+1)) x ((x^2n)-(4x^n)-5)/(x^n)

I don't know what I can factor out from this point..
Please help and thanks
x2n = (xn)2

That in itself may help you. If not, then let u = xn and substitute that.
 

Attachments

  • 2itpm39.jpg
    2itpm39.jpg
    23.4 KB · Views: 404
Do you mean x^2n= (x^2)^n

Also as an example, if I took x^n-8 and did that, would it be:

((x)^3n)-(2)^3
and i don't know where to go from there

and for this one:

(x^2n)-(4x^n)-5
((x^2)^n)-((4x)^n)-5
what would i do next?
 
darshanpatel said:
Do you mean x^2n= (x^2)^n
While that's true, SammyS was right to say
x2n = (xn)2

So if you were to make the substitution u = xn,
xn - 8 would become u - 8.
darshanpatel said:
and for this one:

(x^2n)-(4x^n)-5
((x^2)^n)-((4x)^n)-5
what would i do next?
With the substitution, it would be
x2n - 4xn - 5
= (xn)2 - 4xn - 5
= u2 - 4u - 5

Now do the same kind of substitution in the first denominator. Doesn't that expression look familiar now? And can't you do something with u2 - 4u - 5?
 
I substituted all the x^n with y's and ended up with:

(((x^n)-5)((x^n)-2)((x^2n)+(2x^n)+4))/(x^n)((x^n)+1)

Is that all it can get factored and simplified?
 
Also, I think i will lose points by substituting, what is the way without it?
 
darshanpatel said:
I substituted all the x^n with y's and ended up with:

(((x^n)-5)((x^n)-2)((x^2n)+(2x^n)+4))/(x^n)((x^n)+1)

Is that all it can get factored and simplified?

((xn ) - 2) ((x2n ) + (2xn ) + 4) = x3n - 8 ≠ xn - 8
 
I redid it and got: (((x^n)-8)((x^n)-5))/(x^n)((x^n)+1)

Is that correct?

Sorry, I didn't get what you are trying to say
 
darshanpatel said:
I redid it and got: (((x^n)-8)((x^n)-5))/(x^n)((x^n)+1)

Is that correct?
If you mean
\frac{(x^n-8)(x^n-5)}{x^n(x^n+1)}
... then yes, looks right.
 
  • #10
darshanpatel said:
Also, I think i will lose points by substituting, what is the way without it?

Substituting isn't necessary, but makes things look simpler.

For example, if you were asked to factorize

x^2+4ax+4a^2

then it isn't very clear what needs to be done, but if you let 2a=b then you have

x^2+2bx+b^2 and this is clearly a perfect square, so you can factorize it as so:

(x+b)^2 and then you can substitute back in at the end to obtain

(x+2a)^2
 
Back
Top