Constant, polynomial, logarithm, exponential, modulus — sab function types aur unke graphs
Function ek rule hai jo har independent variable x ki ek unique dependent variable y deta hai. f: X → Y means f X se Y mein map karta hai.
| Function | Form | Graph Shape | Example |
|---|---|---|---|
| Constant | f(x) = c | Horizontal line | f(x) = 5 |
| Identity | f(x) = x | 45° line through origin | f(x) = x |
| Linear | f(x) = mx+c | Straight line | f(x) = 2x+3 |
| Polynomial | f(x) = aₙxⁿ+...+a₀ | Smooth curve | f(x) = x²−3x+2 |
| Rational | f(x) = p(x)/q(x) | Curve with asymptotes | f(x) = 1/x |
| Modulus | f(x) = |x| | V-shape | |x| = x if x≥0, -x if x<0 |
| Exponential | f(x) = aˣ | Exponential growth/decay | f(x) = 2ˣ, eˣ |
| Logarithm | f(x) = log(x) | Slow growth curve | f(x) = log₁₀(x) |
| Signum | sgn(x) | -1, 0, or 1 | +1 if x>0, 0 if x=0, -1 if x<0 |
| Greatest Integer | ⌊x⌋ | Step function | ⌊3.7⌋=3, ⌊-1.2⌋=-2 |