Simplifying Rational Expression

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 · 2K views
anemone
Gold Member
MHB
POTW Director
Messages
3,851
Reaction score
115
Simplify $$\frac{x^2-4x+3+(x+1)\sqrt{x^2-9}}{x^2+4x+3+(x-1)\sqrt{x^2-9}}$$ where $$x>3$$.
 
Mathematics news on Phys.org
If we factor the first 3 terms in the numerator and denominator, and factor under the radicals, we obtain:

$$\frac{(x-1)(x-3)+(x+1)\sqrt{(x+3)(x-3)}}{(x+1)(x+3)+(x-1)\sqrt{(x+3)(x-3)}}$$

Factoring further, we obtain:

$$\frac{\sqrt{x-3}((x-1)\sqrt{x-3}+(x+1)\sqrt{x+3})}{\sqrt{x+3}((x+1)\sqrt{x+3}+(x-1)\sqrt{x-3})}$$

Dividing out the common factors, we are left with:

$$\sqrt{\frac{x-3}{x+3}}$$
 
Bravo, Mark!