Literal Calculation: Difference between revisions
Appearance
Created page with "== Developing and Factorizing Equations == For any real numbers: * <math>a(b + c) = ab + ac</math> * <math>a(b - c) = ab - ac</math> * <math>(a + b)(c + d) = ac + ad + bc + bd</math> == Remarkable Identities == For any real numbers: * Square of a sum: <math>(a + b)^2 = a^2 + 2ab + b^2</math> * Square of a difference: <math>(a - b)^2 = a^2 - 2ab + b^2</math> * Difference of two squares: <math>a^2 - b^2 = (a + b)(a - b)</math> == Powers and Exponents == For any non-nul..." |
|||
| Line 19: | Line 19: | ||
* When <math>n = 0 ; a^0 = 1</math> | * When <math>n = 0 ; a^0 = 1</math> | ||
* If n is a natural integer et a is a non-null real number: <math>a^{-n} = \frac{1}{a^n}</math> | * If n is a natural integer et a is a non-null real number: <math>a^{-n} = \frac{1}{a^n}</math> | ||
== Square Roots == | |||
If a is a positive real number, then there are two reals (one positive and one negative) for which the square is a. | |||
* The positive one is written as:<math>\sqrt{a}</math> | |||
* If a = 0, we can write <math>\sqrt{0} = 0</math> | |||
* The formula <math>\sqrt{a^2} </math> is equal to a or -a | |||
* For two non-null positive reals: <math>\sqrt{ab} = \sqrt{a}\sqrt{b}</math> | |||
* If a is a positive real or null and b is positive: <math>\sqrt{\frac{a}{b}} =\frac{\sqrt{a}}{\sqrt{b}}</math> | |||
* In particular: <math>\sqrt{\frac{1}{b}} =\frac{1}{\sqrt{b}}</math> | |||
* In an expression like <math>\frac{A}{\sqrt{b}}</math>, you can make the denominator rational: <math>\frac{A}{\sqrt{b}} = \frac{A\sqrt{b}}{(\sqrt{b})^2} = \frac{A\sqrt{b}}{b}</math> | |||
* Thanks to the third remarkable identity, <math>(a + b\sqrt{n})(a - b\sqrt{n}) = a^2 - nb^2</math> | |||
* In an expression like <math>\frac{A}{a + b\sqrt{2}}</math>you can simplify the denominator: <math>\frac{A}{a + b\sqrt{2}} = \frac{A(a - b\sqrt{2})}{a^2 - 2b^2}</math> | |||
Revision as of 10:42, 6 December 2025
Developing and Factorizing Equations
For any real numbers:
Remarkable Identities
For any real numbers:
- Square of a sum:
- Square of a difference:
- Difference of two squares:
Powers and Exponents
For any non-null natural integer:
- When
- If n is a natural integer et a is a non-null real number:
Square Roots
If a is a positive real number, then there are two reals (one positive and one negative) for which the square is a.
- The positive one is written as:
- If a = 0, we can write
- The formula is equal to a or -a
- For two non-null positive reals:
- If a is a positive real or null and b is positive:
- In particular:
- In an expression like , you can make the denominator rational:
- Thanks to the third remarkable identity,
- In an expression like you can simplify the denominator: