Fractals/Mathematics/Function

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Function[edit | edit source]

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[edit | edit source]

Types of the notation

  • functional: .
  • arrow:
A function f from X to Y. The set of points in the red oval X is the domain of f.

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

input[edit | edit source]

Input type:

Specifying a function[edit | edit source]

  • By listing function values. For example, if , then one can define a function by
  • 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 () 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 1/x that is 0 for x = 1. 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 x = 0.

formula[edit | edit source]

output[edit | edit source]

graph[edit | edit source]

transformations[edit | edit source]

Types[edit | edit source]

  • polynomial
  • rational

Rational function[edit | edit source]

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

 

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.


zeros and poles[edit | edit source]

  • 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[edit | edit source]

  • 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[edit | edit source]

References[edit | edit source]

  1. Dynamics of rational maps by Guizhen Cui, July 16, 2013
  2. Rational Functions by Kevin Wortman
  3. Izidor Hafner "3D Plots of Rational Functions of a Complex Variable" http://demonstrations.wolfram.com/3DPlotsOfRationalFunctionsOfAComplexVariable/ Wolfram Demonstrations Project Published: March 22 2016
  4. Finding the Roots & Vertical Asymptotes of Rational Functions by Cole's World of Mathematics
  5. math.stackexchange question: how-to-find-the-domain-of-a-complex-rational-function
  6. S. Boyd : EE102 Lecture 5: Rational functions and partial fraction expansion
  7. Rational_function definition in wikipedia