Factoring With Negative Powers

  • Context:
  • Thread starter Thread starter mathdad
  • Start date Start date
  • Tags Tags
    Factoring Negative
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
2 replies · 1K views
mathdad
Messages
1,280
Reaction score
0
Factor

(x^2 + 1)^(-2/3) + (x^2 + 1)^(-5/3)

Solution:

(x^2 + 1)^(-2/3)[1 + (x^2 + 1)^(2/5)]

Yes?
 
Mathematics news on Phys.org
We are given to factor:

$$\left(x^2+1\right)^{-\frac{2}{3}}+\left(x^2+1\right)^{-\frac{5}{3}}$$

So, we factor out the expression with the smaller exponent, observing that $$-\frac{5}{3}<-\frac{2}{3}$$...and then we subtract that exponent:

$$\left(x^2+1\right)^{-\frac{5}{3}}\left(\left(x^2+1\right)^{-\frac{2}{3}-\left(-\frac{5}{3}\right)}+\left(x^2+1\right)^{-\frac{5}{3}-\left(-\frac{5}{3}\right)}\right)$$

Now, simplify the exponents:

$$\left(x^2+1\right)^{-\frac{5}{3}}\left(\left(x^2+1\right)^{\frac{3}{3}}+\left(x^2+1\right)^{0}\right)$$

$$\left(x^2+1\right)^{-\frac{5}{3}}\left(\left(x^2+1\right)+1\right)$$

$$\left(x^2+1\right)^{-\frac{5}{3}}\left(x^2+2\right)$$
 
I selected the wrong smallest power.