Fractals/Mathematics/Function

From testwiki
Jump to navigation Jump to search

Function

Properities of the function

  • number of variables ( Functions of one variable, Functions of two variables, Multivariate function )
  • type of the variable so type of input and output ( Real function, Vector-valued function, compex functions )


Schematic depiction of a function described metaphorically as a "machine" or "black box" that for each input yields a corresponding output


Notation

Types of the notation

  • functional: f(x)=x2.
  • arrow: xx2
A function Template:Mvar from Template:Mvar to Template:Mvar. The set of points in the red oval Template:Mvar is the domain of Template:Mvar.

In expanded arrow notation:

  • first line defines the rule of a function inline, without requiring a name to be given to the function
  • in second line the domain and codomain is explicitly stated
sqr:xx2.

input

Input type:

Specifying a function

  • By listing function values. For example, if A={1,2,3}, then one can define a function f:A by f(1)=2,f(2)=3,f(3)=4.
  • by formula
  • By recurrence relation. Functions whose domain are the nonnegative integers, known as sequences, are often defined by recurrence relations. The factorial function on the nonnegative integers (nn!) is a basic example
  • Using differential calculus. Many functions can be defined as the antiderivative of another function. This is the case of the natural logarithm, which is the antiderivative of Template:Math that is 0 for Template:Math. Another common example is the error function. More generally, many functions, including most special functions, can be defined as solutions of differential equations. The simplest example is probably the exponential function, which can be defined as the unique function that is equal to its derivative and takes the value 1 for Template:Math.

formula

output

graph

transformations

Types

  • polynomial
  • rational

Rational function

Rational map f is the ratio of 2 polynomials[1]

 f(z)=p(z)q(z)

where:

  • p, q are co-prime polynomials = p and q are polynomial functions with no common zeros (if they did have a common factor, we could just cancel them)[2] = the rational function is in reduced form
  • f is not a constant function
  • p is a numerator
  • q is the denominator and q isn't zero
  • f is a differentiable mapping from the the two-dimensional sphere (Riemann sphere) into itself.f:S2S2


zeros and poles

  • the zeros of rational function f(z) = the zeros of numerator p(z)
  • the poles of of rational function f(z) = the zeros of denominator q(z) [3] = Vertical Asymptotes [4] = the values where the denominator is equal to zero = the points where the rational function is not defined[5]
  • the multiplicity of a zero (or pole) of rational function f is the multiplicity of the root of numerator ( or denominator ) of rational function f[6]
  • complex poles or zeros come in complex conjugate pairs

difference between polynomial and rational function

  • infinity is always is superattracting fixed point for polynomials, for rational functions it is not true.
  • the term rational function sometimes includes polynomials ( as a degenerative or non-proper case ) and sometimes it only includes only the proper rational functions[7] ( without polynomials

See also

References

Template:BookCat