freeCodeCamp/guide/arabic/mathematics/algebra/simplifying-square-roots/index.md

31 lines
2.6 KiB
Markdown
Raw Normal View History

---
title: Simplifying Square Roots
localeTitle: تبسيط الجذور المربعة
---
### مثال: بسط ![](https://latex.codecogs.com/gif.latex?\sqrt{180} "\ الجذر التربيعي {180}")
خطوات الحل:
* كسر 180 في منتج من العوامل العددية الأولية: ![](https://latex.codecogs.com/gif.latex?180&space;=&space;2^2&space;*&space;3^2&space;*&space;5 "180 = 2 ^ 2 * 3 ^ 2 * 5")
* استخدام خاصية المنتج من الجذور ![](https://latex.codecogs.com/gif.latex?\sqrt{ab}&space;=&space;\sqrt{a}\sqrt{b}&space;\Rightarrow&space;\sqrt{180}&space;=&space;\sqrt{2^2}\sqrt{3^2}\sqrt{5}=2*3\sqrt{5}=6\sqrt{5} "\ sqrt {ab} = \ sqrt {a} \ sqrt {b} \ Rightarrow \ sqrt {180} = \ sqrt {2 ^ 2} \ sqrt {3 ^ 2} \ sqrt {5} = 2 * 3 \ sqrt { (5)} = 6 \ الجذر التربيعي {5}")
لا يمكننا تبسيط الجذر التربيعي للرقم الأساسي وبالتالي الإجابة النهائية: ![](https://latex.codecogs.com/gif.latex?\sqrt{180}&space;=&space;6\sqrt{5} "\ sqrt {180} = 6 \ sqrt {5}")
### مثال: بسط ![](https://latex.codecogs.com/gif.latex?\sqrt{1750} "\ الجذر التربيعي {1750}")
خطوات الحل:
* كسر 1750 إلى منتج من العوامل العددية الأولية: ![](https://latex.codecogs.com/gif.latex?1750&space;=&space;2*7*5^3 "1750 = 2 * 7 * 5 ^ 3")
* استخدام خاصية المنتج من الجذور والحفاظ على كسر النتائج: ![](https://latex.codecogs.com/gif.latex?\sqrt{ab}&space;=&space;\sqrt{a}\sqrt{b}&space;\Rightarrow&space;\sqrt{1750}&space;=&space;\sqrt{2}\sqrt{7}\sqrt{5^3}&space;=&space;\sqrt{2}\sqrt{7}\sqrt{5}\sqrt{5^2}&space;=&space;5\sqrt{2}\sqrt{7}\sqrt{5} "\ sqrt {ab} = \ sqrt {a} \ sqrt {b} \ Rightarrow \ sqrt {1750} = \ sqrt {2} \ sqrt {7} \ sqrt {5 ^ 3} = \ sqrt {2} \ sqrt { 7} \ sqrt {5} \ sqrt {5 ^ 2} = 5 \ sqrt {2} \ sqrt {7} \ sqrt {5}")
الآن استخدم خاصية المنتج مرة أخرى لدمج الجذور التي لا يمكن تبسيطها: ![](https://latex.codecogs.com/gif.latex?5\sqrt{2}\sqrt{7}\sqrt{5}&space;=&space;5\sqrt{70} "5 \ sqrt {2} \ sqrt {7} \ sqrt {5} = 5 \ sqrt {70}")
### المصطلح:
باستخدام √49 كمثال:
* "√" يطلق عليها **الرمز الراديكالي** .
* يسمى 49 **radicand** .
#### معلومات اكثر:
* [Wikihow ، تبسيط الجذر التربيعي](https://www.wikihow.com/Simplify-a-Square-Root)
* [أكاديمية خان](https://www.khanacademy.org/math/algebra/rational-exponents-and-radicals/alg1-simplify-square-roots/a/simplifying-square-roots-review)