Jump to content

Wikipedia:Reference desk/Archives/Mathematics/2023 July 8

From Wikipedia, the free encyclopedia
Mathematics desk
< July 7 << Jun | July | Aug >> Current desk >
Welcome to the Wikipedia Mathematics Reference Desk Archives
The page you are currently viewing is a transcluded archive page. While you can leave answers for any questions shown below, please ask new questions on one of the current reference desk pages.


July 8

[edit]

Identity as an involution

[edit]

Sure, excluding the identity element of a group as an involution has pros and cons. One of the pros is that the order of an involution would always be exactly equal to 2. Some of the cons are that involutions would not necessarily be preserved by homomorphisms and that excluding the identity would needlessly complicate the formula for the number of involutions in a direct product (in G x H, it would be mn+m+n rather than mn, where m and n are the number of involutions in G and H respectively).

So, do most sources on group theory exclude the identity element of a group as an involution? Also, are there any sources that include the identity as an involution? GeoffreyT2000 (talk) 01:59, 8 July 2023 (UTC)[reply]

Let me start by saying that very few English sources use the term involution as a term for certain kinds of elements of a group. If they do, it means "element of order 2", which occurs so often that it would be convenient to have a shorter term. The rare exception defining the term in this sense is found in this textbook. The convenience would be spoiled by including the identity element. That said, this use is potentially confusing. An endofunction is called an involution if it is its own inverse, which is equivalent to The set of bijective endofunctions on a given domain constitute a group under the operation of function composition. Clearly, the identity element of the group is its own inverse and so is an involution in the more common sense, but not in the group-theoretic sense. In particular, permutations are conventionally considered both elements of a group and simultaneously bijective endofunctions on a finite domain, so confusion may readily arise. In fact, it can be seen "in action" in the textbook referred to above here, in the proof of Theorem 7.5. There, the term cannot have the "order 2" sense, since the identity permutation is in  --Lambiam 09:58, 8 July 2023 (UTC)[reply]
Involutions play an important role in the classification of finite simple groups. So that area the word "involution" is used quite frequently. They don't come up that much in general group theory though. They do come up in certain combinatorial problems and if you search "involution" in the OEIS there are over 500 results. In particular, OEISA000085, the number of involutions in Sn. In the context of simple groups an involution is understood to not include the identity since it's a trivial case and doesn't produce much information about the group in question. But the identity does seem to be included in combinatorial contexts such as the OEIS entry linked to above. So apparently it comes down to context and convenience. --RDBury (talk) 15:49, 8 July 2023 (UTC)[reply]
The sense of involution given at A000085 is "self-inverse permutation", the same sense as used for bijective endomorphisms. contains precisely one member, the identity permutation, which has order 1, and no elements of order 2, yet the count in A00085 equals 1. This only confirms that it is confusing to define involution as "element of order 2". The sequence giving the number of elements of order 2 in is OEIS A001189.  --Lambiam 18:19, 8 July 2023 (UTC)[reply]

Fitting an power curve to data

[edit]

I have deduced a process fits the curve y = ((ax + 1)^b) - 1, in which y = 0 at x = 0. I have two other measured data points, y at x1 and x2. SoI need y to equal k1 at x = x1 and also equal to k2 (larger than k1) at x = x2. I'm getting pretty rusty on math as I'm 75. How do I derive formulas for a and b? Dionne Court (talk) 02:53, 8 July 2023 (UTC)[reply]

One doesn't get rusty on maths by old age, but by lack of practice! The system of equations
in which and are the unknowns, cannot be solved algebraically. This requires the use of a numerical method. The simplest approaches are unstable for such equations; it helps if one has a priori limits on the values of the unknowns. Presumably the and of the measured data points are positive, and increases with , in which case we may assume that and are either both positive or both negative.
If the value of is known, we can compute quantities and by using:
It is easy to see that then To verify that the value of used to compute the is correct, we can check whether the equality holds. Note now that if we do not know but define
in which the themselves depend on as described above, we have transformed the problem into finding a zero of a univariate function. This can be approached in many ways, but if you don't have a maths package doing that automatically, I recommend the regula falsi for its robustness and simplicity. Once is found this way, we have where a sanity check is that both choices give the same result.  --Lambiam 10:43, 8 July 2023 (UTC)[reply]


[edit 07.11]. I assume you want . Let’s start from some necessary conditions of solvability for

Of course, we may and do assume without loss of generality . Assume therefore

satisfy the given equations. It is clear that if , resp. if , we must have , resp. (the trivial case implies , with any ; so we can assume ). Since the function is decreasing for , we have, taking for the values ,

We then raise both sides to the power ; in the case this exponent is positive and we get in the case the inequality is reversed and in both cases

that is therefore a necessary condition of existence of a solution for given data and . Let’s show these conditions are also sufficient.

Note that we can eliminate and write a single equation for . Indeed we have

So if we put we have

Now that in case (resp. ), on the left there is a concave increasing (resp. a convex increasing) function (because , resp. ) and it equals the affine function on the right exactly at one value provided the derivative at is larger (resp. smaller) than (the derivative of the affine function). But this is the exactly the above solvability condition, so it is also sufficient.

Example: consider . These data are OK because the condition is satisfied, and will give a because . [Wolfram Alpha][1] gives:

.

Note that one the necessary condition is verified, if you want to solve the equation by yourself, there are plenty of possible approaches to solve the above scalar equation for . pma 12:14, 11 July 2023 (UTC)[reply]