Simplifying Equations with Polynomial denominators/numerators

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
9 replies · 3K views
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: 427
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
[tex]\frac{(x^n-8)(x^n-5)}{x^n(x^n+1)}[/tex]
... then yes, looks right.
 
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

[tex]x^2+4ax+4a^2[/tex]

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

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

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

[tex](x+2a)^2[/tex]