Processing math: 100%

Wednesday, 14 December 2022

Two Equations, Two Unknowns and the Beta Function

I spotted this little problem on Twitter (see Figure 1):


Figure 1

The proximity of +31 to +32 should alert us to the possibility that either x=+2 or y=+2 is a solution. After that, the corresponding x and y values fall into place. However, let's suppose that we didn't spot this and I have to confess I didn't. In that case, we follow the conventional method. 

At first sight, it looks like you will end up with a quintic equation after substituting y=1x into x5+y5=31 and there is no general formula for solving quintic equations. However, the x5 terms cancels out nicely leaving us with a quartic equation. Let's see how:x5+(1x)5=31x5+(15x+10x210x3+5x4x5)=315x410x3+10x25x30=05x3(x2)+5(2x2x6)=05x3(x2)+5(2x+3)(x2)=0(x2)(5x3+10x+15)=05(x2)(x3+2x+3)=05(x2)(x+1)(x2x+3)=0
Thus x=2 and y=1 or x=1 and y=2. Using GeoGebra, this can be confirmed visually as shown in Figure 2:


Figure 2

Differentiation reveals a little more about the graph of x5+y5=31:y=x4y4=x4531x5
It can be seen that y is undefined when x=5311.9873
and thus the graph is vertical at this point. If we zoom in a little, this becomes clearer (see Figure 3). There is a point of horizontal inflection when x=0.


Figure 3

This was a useful little exercise as I got to revisit the binomial expansion for (a+b)5 and the factor theorem in order to factorise x3+2x+3. Using 1 rather than 31, I was also prompted to consider the area under the curve for x5+y5=1 between 0 and 1. See Figure 4.


Figure 4

In this graph, the vertical tangent occurs at x=1 and this got me thinking about the area under the curve between 0 and 1. In other words, what is the value of:1051x5dx
Using SageMathCell, the integral evaluates to:0.2β(0.2,1.2)
Now I vaguely remember coming across a so-called β function that is in some way, I think, related to the Γ function. Further investigation revealed that they are indeed related. In fact:
0.2β(0.2,1.2)=0.2Γ(0.2)Γ(1.2)Γ(0.2+1.2)0.950150138988437
This result looks about right but what is going on with this β function? 
Well, the beta function is actually an integral between 0 and 1 involving two different values, let's say a and b, so that we have:β(a,b)=10ta1(1t)b1dt
If we can get our integral into that form then we can integrate it. Firstly, we make a substitution. Let t=x5 and so dt/dx=5x4 and dx=0.2x4. We can write x4=t0.8 and the integral now transforms into:
1051x5dx=0.210t0.8(1t)0.2dt=0.210t0.21(1t)1.21dt=0.2β(0.2,1.2)
So this was quite an interesting post that led me in some unexpected directions. 
I also was interested in the area between the curves x2+y2=1 and x5+y5=1 in the range from 0 to 1. See Figure 5 where eq2 is x2+y2=1 and the curve x5+y5=1 is a tangent to the circle at x=0 and x=1.


Figure 5

Clearly, the area between the two curves from x=0 to 1 is given by β(0.2,1.2)π4. What I've learned from all this is that the β function is a very useful tool to have in one's integration armoury.

No comments:

Post a Comment