Jump to content

Literal Calculation: Difference between revisions

From Slow Like Wiki
Tags: Manual revert Visual edit
 
(5 intermediate revisions by the same user not shown)
Line 41: Line 41:
For reals:
For reals:


* If <math>a \leq b</math>then <math>a + c \leq b + c
* If <math>a \leq b</math> then <math>a + c \leq b + c
</math>
</math>
* If <math>a \leq b</math>and <math>c \leq d</math>then <math>ac \leq bc
* If <math>a \leq b</math> and <math>c \leq d</math> then <math>a + c \leq b + c
</math>
</math>
* If <math>a \leq b</math>and <math>c \geq 0</math>then
When you multiply two members of an inequality by the same number:
* You keep the sense of the inequality if the number is positive or null. If <math>a \leq b</math> and <math>c \geq 0</math>then <math>ac \leq bc</math>
* You change the sense of the inequality if the number is negative or null. If <math>a \leq b</math> and <math>c \leq 0</math> then <math>ac \geq bc</math>
You can multiply, member by member the inequalities of the same sense when all the terms are positive or null:
 
* If <math>0 \leq a \leq b</math>and <math>0 \leq c \leq d</math> then <math> ac \leq bd</math>
 
When resolving an inequality like <math>ax + b \geq 0</math> you look first at the sign of a and then resolve in three steps:
 
* If a > 0:
** Algebraic resolution. The solutions are the reals x such that <math>x \geq -\frac{b}{a}</math>
** You write the set of solutions as: <math>S = [-\frac{b}{a}; +\infty[</math>
** You represent this set of the real number line as greater than <math>-\frac{b}{a}</math>
* If a < 0:
** Algebraic resolution. The solutions are the reals x such that <math>x \leq -\frac{b}{a}</math>
** You write the set of solutions as: <math>S = ]-\infty; -\frac{b}{a}]</math>
** You represent this set of the real number line as smaller than <math>-\frac{b}{a}</math>

Latest revision as of 11:14, 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

Equations

  • If ax+b=0, if a is non-null, x=ba
  • If A = 0 or B = 0, then AB = 0

Inequalities

For reals:

  • If ab then a+cb+c
  • If ab and cd then a+cb+c

When you multiply two members of an inequality by the same number:

  • You keep the sense of the inequality if the number is positive or null. If ab and c0then acbc
  • You change the sense of the inequality if the number is negative or null. If ab and c0 then acbc

You can multiply, member by member the inequalities of the same sense when all the terms are positive or null:

  • If 0aband 0cd then acbd

When resolving an inequality like ax+b0 you look first at the sign of a and then resolve in three steps:

  • If a > 0:
    • Algebraic resolution. The solutions are the reals x such that xba
    • You write the set of solutions as: S=[ba;+[
    • You represent this set of the real number line as greater than ba
  • If a < 0:
    • Algebraic resolution. The solutions are the reals x such that xba
    • You write the set of solutions as: S=];ba]
    • You represent this set of the real number line as smaller than ba