42
$\begingroup$

The question is more general but here's the problem that motivated it: I want to find all solutions to the integral equation

$$f(x) + \int_0^x (x-y)f(y)dy = x^3.$$

Differentiating twice with respect to x this yield the second order differential equation

$$f''(x) + f(x) = 6x.$$

The solution to this last equation is something of the form $f(x) = A \cos(x + \phi) + f_p$ where $f_p$ can be found by variation of parameters or other tools and $A, \phi$ are determined by initial values.

However, what I want to know is whether I'm accounting for all solutions here. Do I not "lose information" when differentiating the original equation? If so, how can I construct all solutions from the ones I just found?

$\endgroup$
2
  • 2
    $\begingroup$ Of course, in this case, we can see by inspection that $f_p(x) = 6x$. $\endgroup$ Commented Sep 14, 2021 at 19:02
  • 2
    $\begingroup$ Using the Laplace transform on $$ f(x) + x\circledast f(x) = x^3 $$ we have $F(s) +\frac{F(s)}{s^2}=\frac{6}{s^4}$ and deriving twice the full equation we get $$ s^2F(s) + F(s) = \frac{6}{s^2} $$ both with solution $$ f(x) = 6(x-\sin x)\theta(x) $$ with $\theta$ the Heaviside step function. $\endgroup$
    – Cesareo
    Commented Sep 14, 2021 at 19:05

2 Answers 2

62
$\begingroup$

It's the other way around: when you differentiate both sides of an equation, you should be concerned about creating solutions. This is because $f'(x)=g'(x)$ only implies $f(x)=g(x)+c$ for some $c$. So any solution to the IE will satisfy the DE but not the other way around.

In effect the IE has the boundary conditions built into it in a way the DE does not. This isn't totally obvious, so let's walk through it in your example.

Substitute $x=0$ into the original IE to see $f(0)=0$. Differentiate once to get

$$f'(x)+\int_0^x f(y) dy=3x^2$$

and then substitute $x=0$ to get $f'(0)=0$. Thus the IE* implies the ODE IVP $f''(x)+f(x)=6x,f(0)=0,f'(0)=0$, which has a unique solution as you probably already know.

To see the ODE IVP implies the IE, you run the procedure in reverse:

$$\int_0^x f''(y) + f(y) dy = \int_0^x 6y dy \\ f'(x)-f'(0)+\int_0^x f(y) dy = 3x^2.$$

Use the initial condition:

$$f'(x)+\int_0^x f(y) dy = 3x^2.$$

Now you integrate again:

$$\int_0^x f'(y) dy + \int_0^x \int_0^y f(z) dz dy = \int_0^x 3y^2 dy \\ f(x)-f(0) + \int_0^x \int_0^y f(z) dz dy = x^3.$$

Use the other initial condition:

$$f(x)+\int_0^x \int_0^y f(z) dz dy = x^3.$$

This looks different from the original thing, but it is actually the same. One way to make it look the same is to use integration by parts together with the initial conditions on the outer integral of the second term. Another way is to interchange the order of integration; after the interchange you can simply do the inner $dy$ integral since $f(z)$ doesn't depend on $y$. The fact that these both work is a quite general thing, cf. https://en.wikipedia.org/wiki/Order_of_integration_(calculus)#Relation_to_integration_by_parts

* Technically you need the IE and a $C^2$ assumption to run this calculation. The shortcut way that I can think of to get this regularity assumption is to just assume it up front, check that the solution you get has the desired regularity (which it does) and then study the general uniqueness theory of the IE (which in this setting is the Fredholm alternative) to conclude that you didn't miss any irregular solutions.

$\endgroup$
7
  • 5
    $\begingroup$ Looking at this as an outsider, the only thing that is missing seems to be an argument that a solution to the integral equation will indeed have to be two times differentiable. Just for the sake of completeness. $\endgroup$
    – Carsten S
    Commented Sep 14, 2021 at 8:45
  • 4
    $\begingroup$ @CarstenS I added a footnote about this. It's a bit of a cheap shortcut, but it gets the job done. $\endgroup$
    – Ian
    Commented Sep 14, 2021 at 14:32
  • 6
    $\begingroup$ I would add that the "do the same thing to both sides" rule from elementary school, as long as the thing you do is well-defined, can only ever create extraneous solutions; you can never lose solutions this way. $\endgroup$
    – Brian Bi
    Commented Sep 14, 2021 at 20:44
  • 4
    $\begingroup$ @BrianBi: That’s a very useful observation, but I’d emphasise the small print a little more — it really relies on “the thing” you do to both sides being a mathematically well-defined function of the values involved. There are a lot of things that can be thought of as “doing the same thing to both sides” which aren’t really functions — most commonly probably “un-squaring” both sides of an equation. This (and similar things) are arguably well-defined on the formulas involved, just not on real (or complex, etc) numbers. $\endgroup$ Commented Sep 14, 2021 at 22:20
  • 1
    $\begingroup$ @BrianBi what if I have the equation $x(x-1)=0$ and I divide both sides by $x$? $\endgroup$
    – shalop
    Commented Sep 15, 2021 at 19:27
11
$\begingroup$

Something that I think that high school math doesn't explain very clearly is the theory of extra/missing solutions. Let's say we have equations $(1)$ and $(2)$. If $(1)\rightarrow (2)$, that means $(\text{x satisfies (1)})\rightarrow(\text{x satisfies (2)})$, so every solution of $(1)$ will also be a solution of $(2)$. However, $(1)\rightarrow (2)$ does not guarantee that every solution of $(2)$ will be a solution of $(1)$. So when you have a chain of equivalent equations, every solution of the final equation will be a solution of the original equation. When you have a chain of implication, you can have extraneous solutions. To lose solutions, you have to have a situation where $(2)\rightarrow (1)$, i.e. your later equation is sufficient, but not necessary, for the initial equation to be true. For instance, if you go from $x^2=y^2$ to $x=y$, the first equation is a consequence of the second, but the second does not necessarily follow from the first.

In your case, you are differentiating. If equation $(1)$ is $y=f(x)$, and equation $(2)$ is $y'=f'(x)$, we have $(1)\rightarrow(2)$ (if two functions are equal, then their derivatives are equal as well), but we don't have $(2)\rightarrow(1)$ (that is, if two derivates are equal, that doesn't mean the original functions were equal). So, for instance, if you have $f(x) = x+1$ and take the derivative of both sides, you get $f'(x) = 1$, and $f(x)=x$ is a solution to the second equation, but not the first.

Differentiating does in fact lose information, but losing information means that you are getting more solutions, not fewer. The more information you have, the more possibilities you can eliminate. If you know $y=x+1$, there are some ordered pairs that you can eliminate (for instance, you that (1,0) is not a solution). If you also know that $2y=3x$, then you can eliminate more ordered pairs. Remember that equations don't rule solutions in, they only rule solutions out.

$\endgroup$
0

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .