Jump to content

Literal Calculation: Difference between revisions

From Slow Like Wiki
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:

  • a(b+c)=ab+ac
  • a(bc)=abac
  • (a+b)(c+d)=ac+ad+bc+bd

Remarkable Identities

For any real numbers:

  • Square of a sum: (a+b)2=a2+2ab+b2
  • Square of a difference: (ab)2=a22ab+b2
  • Difference of two squares: a2b2=(a+b)(ab)

Powers and Exponents

For any non-null natural integer:

  • an=a*a*a**an
  • When n=0;a0=1
  • If n is a natural integer et a is a non-null real number: an=1an

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:a
  • If a = 0, we can write 0=0
  • The formula a2 is equal to a or -a
  • For two non-null positive reals: ab=ab
  • If a is a positive real or null and b is positive: ab=ab
  • In particular: 1b=1b
  • In an expression like Ab, you can make the denominator rational: Ab=Ab(b)2=Abb
  • Thanks to the third remarkable identity, (a+bn)(abn)=a2nb2
  • In an expression like Aa+b2you can simplify the denominator: Aa+b2=A(ab2)a22b2