Rationalizing this fraction involving square roots

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
3 replies · 2K views
songoku
Messages
2,514
Reaction score
395
Homework Statement
Simplify:

$$\frac{\left( \sqrt{5}+\sqrt{3} \right) \left(\sqrt{5} + \sqrt{2} \right)}{\sqrt{5} + \sqrt{3} + \sqrt{2}}$$
Relevant Equations
Rationalization
I can do the question using brute force. First I multiply both the numerator and denominator by ##\sqrt{5} + \sqrt{3} - \sqrt{2}## then I simplify everything and rationalize again until no more square root in the denominator.

I want to ask if there is a trick to reduce the monstrous calculation

Thanks
 
Physics news on Phys.org
songoku said:
Homework Statement:: Simplify:

$$\frac{\left( \sqrt{5}+\sqrt{3} \right) \left(\sqrt{5} + \sqrt{2} \right)}{\sqrt{5} + \sqrt{3} + \sqrt{2}}$$
Relevant Equations:: Rationalization

I can do the question using brute force. First I multiply both the numerator and denominator by ##\sqrt{5} + \sqrt{3} - \sqrt{2}## then I simplify everything and rationalize again until no more square root in the denominator.

I want to ask if there is a trick to reduce the monstrous calculation

Thanks
I believe you are stuck with that method. The alternate is probably even worse:
##( \sqrt{5} + \sqrt{3} + \sqrt{2} ) ( - \sqrt{5} + \sqrt{3} + \sqrt{2} ) ( \sqrt{5} - \sqrt{3} + \sqrt{2} ) ( \sqrt{5} + \sqrt{3} - \sqrt{2} ) = 24##

-Dan
 
Reply
  • Like
Likes   Reactions: songoku and PeroK
If ##c = a - b##, then:
$$(\sqrt a + \sqrt b+ \sqrt c)^2 = 2(a + \sqrt{ab} + (\sqrt a + \sqrt b)\sqrt c) =2(\sqrt a + \sqrt b)(\sqrt a + \sqrt c)$$Hence:
$$\frac{(\sqrt a + \sqrt b)(\sqrt a + \sqrt c)}{\sqrt a + \sqrt b+ \sqrt c} = \frac{\sqrt a + \sqrt b+ \sqrt c}{2}$$
 
Reply
  • Like
  • Wow
Likes   Reactions: songoku, Steve4Physics and topsquark
Thank you very much for the help and explanation topsquark, PeroK