Is it necessary to have a formula to define a function?

  • Thread starter Thread starter san203
  • Start date Start date
  • Tags Tags
    Functions
AI Thread Summary
The discussion centers on the nature of functions and their definitions. A function is described as a relation between two sets, where each input is associated with exactly one output, but this does not require a formula to express it. Examples illustrate that functions can exist without traditional equations, such as when defining relationships between letters or arbitrary pairs. The conversation highlights that while formulas are useful for infinite sets, they are not a necessity for defining functions. Ultimately, the key takeaway is that functions can be understood as relations without the need for explicit formulas, as long as the elements are connected appropriately.
san203
Gold Member
Messages
41
Reaction score
1
i realize there is a similar thread here But the questions are not the same.
1.)Function is a relation but i don't know what relation exactly means. Its supposed to be a condition associating two objects but also takes in the quantitative factor in maths?

2.)Anyways, functions can be defined as equations but not all of them are expressed as equations.
Can someone give me an example and state why?

3.)When one associates an element with another element, it doesn't necessarily imply equality but functions are defined as F(x) = y, where x and y are the respective elements . Doesn't this become an equation even though x and y itself are not similar things.

####But then again when the elements are numbers, i see that the function(condition) f itself becomes equal to y
e.g. :- let f be the condition where every value of x from R subtracted by 2. then y= x-2. I thought y and x were related by f but here y = f(x)####
 
Last edited:
Mathematics news on Phys.org
I have actually gone through those articles. I have read a few books and top 10 results on google but those repeat the same definition. "Function is a device. Insert Input get output."
My questions is a bit different.
 
san203 said:
I have actually gone through those articles. I have read a few books and top 10 results on google but those repeat the same definition. "Function is a device. Insert Input get output."
My questions is a bit different.

For example,
##f(x)=2x+1##
2x+1 is a function of x
Where is input?
##f(input)=2(input)+1-->Output##
That's how a function normally works.
 
san203 said:
i realize there is a similar thread here But the questions are not the same.



1.)Function is a relation but i don't know what relation exactly means. Its supposed to be a condition associating two objects but also takes in the quantitative factor in maths?
I'm not sure what you mean by "quanitative factor" here. A relation, between sets P and Q, is a subset of PXQ. That is, it is a collection of ordered pairs, in which the first member of each pair is a member of set P and the second member of each pair is a member of set Q. There is NO reqirement that P and Q be sets of numbers.

2.)Anyways, functions can be defined as equations but not all of them are expressed as equations.
No, that is not true. (And I don't how you distinguish "defined as equations" from "expressed as equations".) A function, from set P to set Q, is a relation between P and Q such that no two different pairs have the same first member. For example \{(x, x^2)\}, for x an integer, is a function but the relation \{x^2, x)\} is not: (4, 2) and (4, -2) are two pairs in that relation with the same first member. Again, there is NO requirement that P and Q be sets of numbers.

Notice that, given a relation, {(x, y)}, reversing the pairs, {(y, x)}, is again a relation. If {(x, y)} is function, {(y, x)} is not necessarily a function. That is why we say a relation is "between" two sets while a function is "from" one "to" the other.

Can someone give me an example and state why?

3.)When one associates an element with another element, it doesn't necessarily imply equality but functions are defined as F(x) = y, where x and y are the respective elements . Doesn't this become an equation even though x and y itself are not similar things.
I guess you could call that an "equation" in very extended way. However, there is NOT necessairily a "formula" expressing "F". For example, I can define a function from the alphabet to itself by {(a, b), (c, b), (b, q)}. I could then define F(a)= b, F(b)= q, F(c)= b. But there is no "formula" in the sense in which you seem to be thinking.

####But then again when the elements are numbers, i see that the function(condition) f itself becomes equal to y
e.g. :- let f be the condition where every value of x from R subtracted by 2. then y= x-2. I thought y and x were related by f but here y = f(x)####
In any relation, we can write "y= f(x)" as above but the "f" is then given from the set of pairs. Even "when the elements are numbers", I can define a function pretty much at random:
{(1, 3), (-2, 5), (7, -100)}. Now I can write 3= f(1), 5= f(-2), and -100= f(7). But I am not going to be able to find a simple "formula", in the sense of arithmetic operations, for that function.

What is true is that when we are dealing with infinite sets, we cannot just write out the pairs in the function. In order to deal with them or even talk about them, we have to have some more general way of specifying the pairs- such as writing out a "formula".

But that is a limitation on us, not on "functions". There exist functions so complicated we cannot write "formulas" for them but then we really cannot work with those functions so we simply ignore them.

(And there are "intermediate" functions such as the "Bessel function" which is defined as the solution to "Bessel's differential equation". We cannot write this function as a formula in terms of simpler operations. We (approximately) determine its values by doing a numerical solution to the differential equation.)
 
  • Like
Likes 1 person
HallsofIvy said:
I'm not sure what you mean by "quanitative factor" here. A relation, between sets P and Q, is a subset of PXQ. There is NO requirement that P and Q be sets of numbers.

Sorry if i didn't express myself clearly but by those "quantitative Factors" i meant not the type of relation , i.e. b/w numbers or letters or anything but the number of such ordered pair connected through that relation.


HallsofIvy said:
(And I don't how you distinguish "defined as equations" from "expressed as equations".)

I didnt mean to. Sorry again.

HallsofIvy said:
A function, from set P to set Q, is a relation between P and Q such that no two different pairs have the same first member. For example \{(x, x^2)\}, for x an integer, is a function but the relation \{x^2, x)\} is not: (4, 2) and (4, -2) are two pairs in that relation with the same first member. Again, there is NO requirement that P and Q be sets of numbers.

Notice that, given a relation, {(x, y)}, reversing the pairs, {(y, x)}, is again a relation. If {(x, y)} is function, {(y, x)} is not necessarily a function. That is why we say a relation is "between" two sets while a function is "from" one "to" the other.

Although i completely understand what is being told here, this isn't the answer to my original question.


HallsofIvy said:
I guess you could call that an "equation" in very extended way.
However, there is NOT necessarily a "formula" expressing "F". For example, I can define a function from the alphabet to itself by {(a, b), (c, b), (b, q)}. I could then define F(a)= b, F(b)= q, F(c)= b. But there is no "formula" in the sense in which you seem to be thinking.

In any relation, we can write "y= f(x)" as above but the "f" is then given from the set of pairs. Even "when the elements are numbers", I can define a function pretty much at random:
{(1, 3), (-2, 5), (7, -100)}. Now I can write 3= f(1), 5= f(-2), and -100= f(7). But I am not going to be able to find a simple "formula", in the sense of arithmetic operations, for that function.

What is true is that when we are dealing with infinite sets, we cannot just write out the pairs in the function. In order to deal with them or even talk about them, we have to have some more general way of specifying the pairs- such as writing out a "formula".

But that is a limitation on us, not on "functions". There exist functions so complicated we cannot write "formulas" for them but then we really cannot work with those functions so we simply ignore them.

Thank you. Helped clarify a lot of thoughts. This means that we can define any functions without the need write Formulas. And the elements just have to be related somehow under that particular relation(function).
 
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Back
Top