Franklin Pezzuti Dyer

Home     Posts     CV     Contact     People

More Functional Equations

2017 Aug 15

NOTE: I will be using superscripts in three different ways in this post, so be careful not to get confused. The first way is as an exponent. The expression reads "f of x, raised to the nth power." The second way is to represent iteration. The expression reads "the nth iterate of f of x." The last way is to represent multiple derivatives. The expression reads "the nth derivative of f of x.

It's time for some more functional equations!

In this previous post, I looked at a few interesting functional equations, and in retrospect, it doesn't seem like they were very difficult. The answers were mostly polynomial functions that could be solved by differentiating a few times. This time, however, I have some very hard functional equations to try.

Find non-constant functions (if they exist) with the following properties:

Let's start with the first problem. It is rather easy, but it is a good problem to start with. This can be simplified with a technique that is analogous to substitution in normal equations. To simplify the equation, we can define so that we have and making the substitution $\log_2 x\to x$, we have At this point, you should be able to recognize a similarity between this equation and another functional equation involving the trigonometric functions: or Noticing this yields the obvious solution or

Now it's time for the hard problems!

I used differentiation in my previous post about functional equations, but only to solve functional equations with polynomial solutions. I would like to show how to use differentiation to solve other types of functional equations. For example, the second problem: This one stumped me for a while, and I was rather annoyed to find out that there was no non-constant solution. Watch what happens when we differentiate: And if we differentiate again: and so on: Which means that the nth derivative of $\beta$ at $x=0$ is and so, for all positive integer $n$, And, of course, the only function all of whose derivatives are equal to zero is the constant function, meaning that there exists no non-constant $\beta$ satisfying the functional equation.

On to the third one: The solution to this one is rather complicated. You could try the method that we used on the first problem, but you would end up with Yuck.

As it turns out, the answer may not even have a closed-form representation, and the answe has to be expressed as a Taylor Series. In case you are not familiar with the idea, the Taylor Series of a function $f$ is and Taylor's Theorem states that This can be very helpful with some functional equations. If we differentiate both sides of our functional equation $n$ times, we end up with and so and so

The next functional equation is and it uses the same strategy, but required a bit of manipulation before iterated differentiation can be applies. First we must take the natural logarithm of both sides: Now we must make a substitution. Define $\psi_1$ as $\ln\delta(x)=\psi(x)$ so that our functional equation is transformed into Now we can differentiate both sides $n$ times to get for $n\ge 1$. Then we have for $n\ge 1$. Then, since we have all but the first term of the Taylor Series (which is zero anyways since $\ln (1)=0$, so we don't need to worry about it) we can express $\psi_1$ as and so, when we reverse our substitution, we have

Of course, this solution isn't perfect - since we used the natural logarithm and obtained $\ln(x+1)$ on the right side of one of our equations, we basically invalidated our answer for any values of $x$ for which $\ln(x+1)$ is nonreal; namely, $x\le 0$.

Now let's try and tackle those last two functional equations.

Before we try the next one, I would like to revisit a problem from my previous post about functional equations. Here it is: The method that I used to solve it was to substitute $x\to \frac{2}{x}$ to get or I then took the original equation and this new equation: and treated them like a system of equations to be solved. If the second equation is multiplied by two, we obtain and when we add this to the original equation, we get

Notice now that if we have any functional equation in the form Where we are trying to solve for $f$, $g$ is given, $a$ is a constant, and $\theta$ has the property In fact, a formula can be obtained for $f$ in this equation. Using the same method as we did with my example, through the substitution $x\to\theta(x)$ repeated $n-1$ times, we can obtain the system of equations Now we multiply the second equation by $-a$, the third by $a^2$, the fourth by $-a^3$, and so on, until we multiply the last equation by $(-a)^{n-1}$, which leaves us with And now watch what happens when we add this system together. When we add the first two, we have and when we add this to the third one: and if you keep adding them up until the very last one, you will eventually end up with and Which is our formula.

We just need one more thing before we try the next functional equation. I'm not going to go over it again in this post, but if you haven't already, you should go back to this post and read the very end of it.

You should be able to notice now when you look at the next functional equation That this fits the form of our formula perfectly, with $a=-1$, $g(x)=\ln(x)$, and and after careful observation using the information found in my previous post, we have $n=100$. Additionally, we can determine that and so, by plugging into the formula, we have There's no need to evaluate this sum - this answer is good enough.

The last functional equation is similar to the first in that it is best solved using substitution and intuition, but it is much more difficult. This can be rearranged to get Let us now make the substitution $\psi_1(2^x)=\zeta(x)$. Then and by taking $2^x\to x$,

At this point, you may be wondering how I decided to make those substitutions. This is where the intuition part of the problem comes in.

Upon seeing the problem, it was immediately obvious to me that the answer would not end up being a non-constant polynomial. This can be easily determined by noticing that if it was a polynomial with degree $d$, then the left side of the functional equation would also have degree $d$, whereas the right side would have degree $2d$.

Once I found this out, I began to think that the solution would involve trigonometric functions, since there are so many identities relating the trigonometric functions to their squares. And when I factored the right side as I was reminded of the pythagorean identities almost immediately.

If you were unable to figure this one out before, stop reading now and let what I have revealed so far be a hint to you.

Because of my suspicions about the pythagorean identities, I made another substitution by letting $\sin^2 \psi_2(x)=\psi_1(x)$. Then I got At this point I realized that I could just let $\psi_2(x)=x$, because my equation had turned into the double-angle identity. When I substituted back in to find $\zeta$, I ended up with Which I thought was a rather satisfying solution.

That's all that I am going to do with functional equations for now.


back to home page