User Tools

Site Tools


urp:algebra

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
urp:algebra [2021-11-08]
nerf_herder
urp:algebra [2021-11-08]
nerf_herder [Functions]
Line 5: Line 5:
  
 **quadratic formula**: x = (-b ±√(b²-4ac)) / 2a **quadratic formula**: x = (-b ±√(b²-4ac)) / 2a
 +
 +**PEMBAS/​BODMAS ** - order of operations: Parentheses (brackets), exponents (order), multiply/​divide,​ add/​subtract
  
 ==== System of equations==== ==== System of equations====
Line 50: Line 52:
   (nᵃ)ᵇ = nᵃᵇ   (nᵃ)ᵇ = nᵃᵇ
   n⁻ᵃ ​  = 1/nᵃ   n⁻ᵃ ​  = 1/nᵃ
 +
 +(Note: The square root sign, √, refers only to the //​positive//​ root. Use ± to include both roots.)
  
 Factorial: Factorial:
Line 84: Line 88:
  
 composition of functions: (f’g)(x) = f(g(x)), order of evaluation is important composition of functions: (f’g)(x) = f(g(x)), order of evaluation is important
-inverse ​of function - only possible if no two values of x produce the same result+ 
 +**Inverse** ​of function - only possible if no two values of x produce the same result 
 +  Example: To find f⁻¹(x) for f(x) = 5x + 3 
 +     y = 5x + 3 
 +     y-3 = 5x 
 +     x = (y-3)/5 
 +     ​f⁻¹(x) = (x-3)/​5 ​  ​(replace y with x on the last step,  
 +                         since x is input to the function, and y is output) 
 graphing an inverse: reflection of the graph about the line y=x graphing an inverse: reflection of the graph about the line y=x
  
urp/algebra.txt · Last modified: 2022-02-01 by nerf_herder