Function Definition and 1000 Threads

In mathematics, a function is a binary relation between two sets that associates to each element of the first set exactly one element of the second set. Typical examples are functions from integers to integers, or from the real numbers to real numbers.
Functions were originally the idealization of how a varying quantity depends on another quantity. For example, the position of a planet is a function of time. Historically, the concept was elaborated with the infinitesimal calculus at the end of the 17th century, and, until the 19th century, the functions that were considered were differentiable (that is, they had a high degree of regularity). The concept of a function was formalized at the end of the 19th century in terms of set theory, and this greatly enlarged the domains of application of the concept.
A function is a process or a relation that associates each element x of a set X, the domain of the function, to a single element y of another set Y (possibly the same set), the codomain of the function. It is customarily denoted by letters such as f, g and h.If the function is called f, this relation is denoted by y = f (x) (which reads "f of x"), where the element x is the argument or input of the function, and y is the value of the function, the output, or the image of x by f. The symbol that is used for representing the input is the variable of the function (e.g., f is a function of the variable x).A function is uniquely represented by the set of all pairs (x, f (x)), called the graph of the function. When the domain and the codomain are sets of real numbers, each such pair may be thought of as the Cartesian coordinates of a point in the plane. The set of these points is called the graph of the function; it is a popular means of illustrating the function.
Functions are widely used in science, and in most fields of mathematics. It has been said that functions are "the central objects of investigation" in most fields of mathematics.

View More On Wikipedia.org
  1. SaschaSIGI

    I Understanding Hessian for multidimensional function

    Hello everybody, I have a question regarding this visualization of a multidimensional function. Given f(u, v) = e^{−cu} sin(u) sin(v). Im confused why the maximas/minimas have half positive Trace and half negative Trace. I thought because its maxima it only has to be negative. 3D vis 2D...
  2. chwala

    Find the derivative of the given function

    Let's see how messy it gets... ##\dfrac{dy}{dx}=\dfrac{(1-10x)(\sqrt{x^2+2})5x^4 -(x^5)(-10)(\sqrt{x^2+2})-x^5(1-10x)\frac{1}{2}(x^2+2)^{-\frac{1}{2}}2x}{[(1-10x)(\sqrt{x^2+2})]^2}##...
  3. I

    Show that the given function is decreasing

    As a follow up for : https://www.physicsforums.com/threads/let-k-n-show-that-there-is-i-n-s-t-1-1-k-i-1-2-k-i-1-4.1054669/ show that ## \alpha\left(k\right)\ :=\ \left(1-\tfrac{1}{k}\right)^{\ln\left(2\right)k}-\left(1-\tfrac{2}{k}\right)^{\ln\left(2\right)k} ## is decreasing for ##...
  4. Silvia2023

    For this Partial Derivative -- Why are different results obtained?

    Given a function F(x,y)=A*x*x*y, calculate dF(x,y)/d(1/x), to calculate this derivative I make a change of variable, let u=1/x, then the function becomes F(u,y)=A*(1/u*u)*y, calculating the derivative with respect to u, we have dF/du=-2*A*y*(1/(u*u *u)) replacing we have dF/d(1/x)=-2*A*x*x*x*y...
  5. PeaceMartian

    I What are the Zeta Function and the Riemann Hypothesis?

    What is the zeta function and the Riemann hypothesis.
  6. phos19

    I Fermi energy for a Fermion gas with a multiplicity function ##g_n##

    I ran across the following problem : Statement: Consider a gas of ## N ## fermions and suppose that each energy level ## \varepsilon_n## has a multiplicity of ## g_n = (n+1)^2 ##. What is the Fermi energy and the average energy of this gas when ## N \rightarrow \infty## ? My attempt: The...
  7. E

    Vector is a function of its position or not?

    At first I thought that this force vector ## \vec F = 3 \hat x + 2 \hat y ## is a function of ## x ## and ## y ##, which is to say that its magnitude and direction vary with the x and y positions, but this is not so, right? It's just a force with a constant magnitude and direction. And I can...
  8. MatinSAR

    Distance as a function of time for two falling stones

    I am aware that this question is very simple and basic. Using ##y(t)=y_0+v_{0,y}t-\frac {1}{2}gt^2## we can find distance as a function of time: ##|y_1-y_2|=|y_0+v_{0,y}t|=-y_0- v_{0,y}t## I assumed the downward direction to be negative. So as I wrote ##D(t)=-y_0- v_{0,y}t##. It tells that the...
  9. E

    Details regarding the high temperature limit of the partition function

    My main question here is about how we actually justify, hopefully fairly rigorously, the steps leading towards converting the sum to an integral. My work is below: If we consider the canonical ensemble then, after tracing over the corresponding exponential we get: $$Z = \sum_{n=0}^\infty...
  10. Mohmmad Maaitah

    How to find intervals where this function is decreasing and increasing?

    Please walk me step by step on how to do it (we don't have imaginary numbers so don't bring that up) Also how to put signs on the numbers line when I get minus in the root? (non solveable equation) Sorry for my English.
  11. M

    Finding where this function is increasing or decreasing

    For this, I first try to work out where function is increasing My working is ##f'(x) = 12x^3 - 12x^2 - 24x## For increasing, ##12x(x^2 - x - 2) > 0## ##12x > 0## and ##(x - 2)(x + 1) > 0## ##x > 0## and ##x > 2## and ##x > -1## However, how do I combine those facts into a single domain...
  12. M

    Python Graphing a piecewise function (Python)

    I am trying to write a python script to plot the function, Where ##V_0 = 5~V## ##t_0 = 10~ms## ##\tau = 5~ms## My script that I have written to try to do this is, Which plots, However, the plot is meant to look like this with the horizontal line. Can someone please give me some guidance to...
  13. L

    Discharging a capacitor -- Calculate the current as a function of time

    Hi, I am not sure if I have calculated the task b correctly. I always interpret an open switch as an infinitely large resistor, which is why no current is flowing through this "resistor". So there is no current in the red circle, as it was the case in task part a, but only in the blue circle...
  14. F

    I Partial derivatives of the function f(x,y)

    Hello, Given a function like ##z= 3x^2 +2y##, the partial derivative of z w.r.t. x is equal to: $$\frac {\partial z}{\partial x} = 6x$$ Let's consider the point ##(3,2)##. If we sat on top of the point ##(3,2)## and looked straight in the positive x-direction, the slope The slope would be...
  15. T

    I Infinite product representation of Bessel's function of the 2nd kind

    An infinite product representation of Bessel's function of the first kind is: $$J_\alpha(z) =\frac{(z/2)^\alpha}{\Gamma(\alpha+1)}\prod_{n=1}^\infty(1-\frac{z^2}{j_{n,\alpha}^2})$$ Here, the ##j_{n,\alpha}## are the various roots of the Bessel functions of the first kind. I found this...
  16. barryj

    I Formula for credit card balance as a function of payments

    I have been trying to find the financial formula that will give the balance of a credit card debt as a function of time. Example, at 18% interest, if I pay $150 a month how long will it take me to pay off my debt. When I google, I get pointers to Excello functions. I want to know the exact formula.
  17. A

    Oven controller block diagram, transfer function and temperature calcs

    FIGURE 5 shows an electrically heated oven and its associated control circuitry. The current, I, to the oven's heating element is fed from a voltage-controlled power amplifier such that I = EK1. A voltage, VD, derived from a potentiometer, sets the desired oven temperature, TD. The oven...
  18. kakaho345

    Finding free electron gas Green function in Fourier space

    As in title: Plugging in the definition is straight forward, I am too lazy to type, I will just quote the book Fetter 1971: Up to here everything is very straight forward, in particular, since we are working on free electron gas, ##E=\hbar \omega## However, I have no idea how to arrive...
  19. J

    I Solution of delayed forcing function

    Tried to figure out myself but have now admitted defeat, requesting some guidance from you good people. Not looking for any specific answers, unless the problem is my working out and not my process. If we take the following differential equation: ##y(t)'' + 4y(t) = 7u(t-2)## and determine...
  20. P

    Equation involving inverse trigonometric function

    I came across the mentioned equation aftet doing a integral for an area related problem.Doing the maclaurin series expansion for the inverse sine function,I considered the first two terms(as the latter terms involved higher power of the argument divided by factorial of higher numbers),doing so...
  21. ergospherical

    Python Speed of function vs lambda calls in python

    An observation I made earlier- something like def f(...): ... return ... def g: ... = f(...) was quite a bit slower than doing def g: f = lambda ... : ... ... = f(...) any reasons why?
  22. H

    I Symmetry and two electron wave function

    In the picture below we have two identical orbitals A and B and the system has left-right symmetry. I use the notation ##|n_{A \uparrow}, n_{A \downarrow},n_{B \uparrow},n_{B \downarrow}>## which for example ##n_{A \uparrow}## indicates the number of spin-up electrons in the orbital A. I would...
  23. M

    Showing piece-wise function continuous

    For this, , The solution is, However, should they not write ##f(x) = \cos x## on ##[\frac{pi}{4}, \infty)## Many thanks!
  24. M

    Using continuity to evaluate a limit of a composite function

    For this problem, The solution is, However, I tried to solve this problem using my Graphics Calculator instead of completing the square. I got the zeros of ##x^2 - 2x - 4## to be ##x_1 = 3.236## and ##x_2 = -1.236## Therefore ##x_1 ≥ 3.236## and ##x_2 ≥ -1.236## Since ##x_1 > x_2## then...
  25. M

    Interchanging x and y for inverse function

    For this, Why are we allowed to interchange x and y? Is it because the equation will still be true? Many thanks!
  26. Euge

    POTW Local Integrability of a Maximal Function

    Let ##f## be a measurable function supported on some ball ##B = B(x,\rho)\subset \mathbb{R}^n##. Show that if ##f \cdot \log(2 + |f|) ## is integrable over ##B##, then the same is true for the Hardy-Littlewood maximal function ##Mf : y \mapsto \sup_{0 < r < \infty}|B(y,r)|^{-1} \int_{B(y,r)}...
  27. chwala

    Write the given hyperbolic function as simply as possible

    My take; ##2\cosh x = e^x +e^{-x}## I noted that i could multiply both sides by ##e^x## i.e ##e^x⋅2\cosh x = e^x(e^x +e^{-x})## ##e^x⋅2\cosh x = e^{2x}+1## thus, ##\dfrac{e^x}{1+e^{2x}}=\dfrac{\cosh x + \sinh x}{e^x⋅2\cosh x}## ##= \dfrac{\cosh x +...
  28. C

    Is ##f(x)=2^{x}-1## considered an exponential function?

    I wonder if it's ##f(x)=2^{x}-1## considered an exponential function because in my textbook it's stated that the set of values of an exponential function is a set of positive real numbers, while when graphing this function I get values(y line) that are not positive(graph in attachments), so I am...
  29. ananonanunes

    Find limit of multi variable function

    This is what I did: $$\lim_ {(x,y) \rightarrow (1,0)} {\frac {g(x)(x-1)^2y}{2(x-1)^4+y^2}}=\lim_ {(x,y) \rightarrow (1,0)} {g(x)y\frac {(x-1)^2}{2(x-1)^4+y^2}}$$ I know that ##\lim_ {(x,y) \rightarrow (1,0)} {g(x)y}=0## and that ##\frac {(x-1)^2}{2(x-1)^4+y^2}## is limited because ##0\leq...
  30. Like Tony Stark

    Mixed states and total wave function for three-Fermion-systems

    I've already calculated the total spin of the system in the addition basis: ##\ket{1 \frac{3}{2} \frac{3}{2}}; \ket{1 \frac{3}{2} \frac{-3}{2}}; \ket{1 \frac{3}{2} \frac{1}{2}}; \ket{1 \frac{3}{2} \frac{-3}{2}}; \ket{0 \frac{1}{2} \frac{1}{2}}; \ket{0 \frac{1}{2} \frac{-1}{2}}; \ket{1...
  31. G

    I Independence of Trace-Partition function

    I am trying to calculate the partition function of the system of two completely decoupled systems. Probability-wise, the decoupled nature means that the PDF is the product of the PDF of each subsystem. I just wanted to be sure that it would translate into: $$ H = \sum_{k_i...
  32. R

    Expressing Feynman Green's function as a 4-momentum integral

    I am a bit confused on how we can just say that (z',p) form a 4-vector. In my head, four vectors are sacred objects that are Lorentz covariant, but now we introduced some new variable and say it forms a 4-vector with momentum. I understand that these are just integration variables but I still do...
  33. M

    B How do I invert this exponential function?

    Preface: I have not done serious math in years. Today I tried to do something fancy for a game mechanic I'm designing. I've got an item with a variable power level. It uses x amount of ammo to produce f(x) amount of kaboom. Initially it was linear, e.g. fL(x) = x, but I didn't like the scaling...
  34. K

    I Best fit to an oscillating function

    Hello! I have a plot of a function, obtained numerically, that looks like the red curve in the attached figure. It is hard to tell, but if you zoom in enough, inside the red shaded area you actually have oscillations at a very high frequency, ##\omega_0##. On top of that you have some sort of...
  35. B

    I Limit as a function, not a value

    Is it possible for a limit of a range of functions to return a function? Example: f(z)= limit (as p approaches 0) (xp-1)/p.
  36. M

    Finding the domain of a composite function

    For this problem, The solution is, However, I tried solving this problem by using the definition of composite function ##f(g(x)) = f(\frac{4}{3x -2}) = \frac{5}{\frac{4}{3x - 2} - 1} = \frac{5}{\frac{6 - 3x}{3x - 2}} = \frac {15x - 10}{6 - 3x}## which only gives a domain ##x ≠ 2##. Would some...
  37. E

    I Integration of Bessel function products (J_1(x)^2/xdx)

    Hello, While reading Sakurai (scattering theory/Eikonal approximation section), I encountered a referenced integral ## \int_0^\infty J_1(x)^2\frac{dx}{x}=1/2 ## I also see this integral from a few places (wolfram, DLMF, etc), so I tried to prove this from various angles (recurrence relations...
  38. S

    I Geometry of series terms of the Riemann Zeta Function

    This is an Argand diagram showing the first 40,000 terms of the series form of the Riemann Zeta function, for the argument ##\sigma + i t = 1/2 + 62854.13 \thinspace i## The blue lines are the first 100 (or so) terms, and the rest of the terms are in red. The plot shows a kind of approximate...
  39. E

    I Determine ## \beta ## as a function of ##\theta## linkage

    I 've been trying find ##\beta## as a function of ##\theta## for this linkage. It's quite the trigonometric mess. Start with the Law of Sines: $$ \frac{\sin \beta}{x} = \frac{\sin \varphi}{R} \implies \boxed{ x = R \frac{\sin \beta}{\sin \varphi} \tag{1} }$$ Relating angles: $$ \theta +...
  40. M

    Limit of a rational function with a constant c

    For this problem, Did they get ## x## approaches one is equivalent to ##t## approaches zero because ##t ∝ (x)^{1/3} + 1##? Many thanks!
  41. O

    Symbolic integration of a Bessel function with a complex argument

    Hello all I am trying to solve the following integral with Mathematica and I'm having some issues with it. where Jo is a Bessel Function of first kind and order 0. Notice that k is a complex number given by Where delta is a coefficient. Due to the complex arguments I'm integrating the...
  42. vinicius_linhares

    Analysis of the Ground Function: f(x) with $$f''(\bar{x})=0$$

    If f(x) is the function of the "ground": My first assumption is that in a certain $$\bar{x}$$, $$f''(\bar{x})=0$$, and from that point I will analyse the situation. The object has initial energy $$E_0=\frac{mv^2}{2}+mgf(x),$$ then $$v=\sqrt{\frac{2}{m}}\sqrt{E_0-mgf(x)}.$$ In each point the...
  43. S

    Trying to reconcile function composition problems with sets & formulas

    I know how to solve each of those problems. For the set one, I look at the output of the S and try to match it with the input of T and then take the pair (input_of_S, output_of_T), and I do that for each pair. As for the formula one, I just plug in x = g(y). My confusion lies in trying to...
  44. F

    Looking for a particular function

    TL;DR Summary: I want to find a function with f'>0, f''<0 and takes the values 2, 2^2, 2^3, 2^4,..., 2^n Hello everyone. A professor explained the St. Petersburgh paradox in class and the concept of utility function U used to explain why someone won't play a betting game with an infinite...
  45. S

    I Load on leaf blower as function of outlet shape

    Would a leaf blower see a different load (in terms of back pressure and flow) depending on whether the outlet tube ends in, say a 1" nozzle, versus a flared out horn of 6" diameter? I am not thinking of viscosity effects here, but rather of Bernoulli type considerations. In the case of the...
  46. E

    A Ballentine on the "multicomponent state function"

    I have just finished reading Ballentine Chapter 7.2 and I am positively baffled, perhaps because Ballentine is being sloppy for the first time. I attach the discussion in Ballentine at the end of this post if it helps, though I hope my writing will be independent thereof. This question is...
  47. Euge

    POTW Definite Integral of a Rational Function

    Evaluate the definite integral $$\int_0^\infty \frac{x^2 + 1}{x^4 + 1}\, dx$$
  48. abdulbadii

    Failed function within SMPS giving weak current

    What is the very common culprit component and what is its function within SMPS having weak current, far weaker than its rating while its voltage is always perfect?
Back
Top