Is y'' = y solvable by using a homomorphism and understanding its kernel?

  • Context: Graduate 
  • Thread starter Thread starter DanielThrice
  • Start date Start date
  • Tags Tags
    Algebra Beginning
Click For Summary

Discussion Overview

The discussion revolves around the solvability of the differential equation y'' = y, exploring the use of homomorphisms and their kernels within the context of group theory and calculus. Participants examine the properties of certain functions and their derivatives, as well as the implications for the kernel of defined mappings.

Discussion Character

  • Exploratory, Technical explanation, Conceptual clarification, Debate/contested, Mathematical reasoning

Main Points Raised

  • Some participants discuss the set G of infinitely differentiable functions and its properties under addition and multiplication, questioning whether G forms a group under these operations.
  • There is a proposal that the mapping ϕ(f) = f' is a homomorphism with respect to addition, with a focus on determining its kernel, which is suggested to consist of constant functions.
  • Another mapping % defined by % (f) = f'' - f is examined for its homomorphic properties, with participants exploring whether it satisfies the conditions for a homomorphism and discussing its kernel.
  • Some participants suggest that the kernel of the mapping % includes functions that satisfy the equation f''(x) + f(x) = 0, with examples like cos(x) and sin(x) being mentioned as potential solutions.
  • There is a debate about whether the exponential function is a solution to the equation f'' + f = 0, with some participants asserting that it is not, while others mention linear combinations of solutions.
  • Participants express uncertainty about the completeness of the identified solutions and whether there are additional functions that satisfy the differential equation.
  • One participant suggests a method for finding solutions to y'' = y by differentiating y² - (y')², indicating a potential path forward in the discussion.

Areas of Agreement / Disagreement

Participants express differing views on the nature of the kernel for the mappings discussed, particularly regarding which functions belong to it. There is no consensus on the completeness of the solutions to the differential equation y'' = y, with multiple competing views remaining.

Contextual Notes

Some participants note that the discussion requires a blend of group theory and calculus, highlighting the importance of understanding both areas to fully engage with the problem. There are unresolved questions about the nature of the kernel and the completeness of the identified solutions.

Who May Find This Useful

This discussion may be of interest to those studying advanced calculus, differential equations, and group theory, particularly in the context of functional analysis and the properties of mappings between function spaces.

DanielThrice
Messages
29
Reaction score
0
Let G denote the set
G = {f : R → R | f is infinitely differentiable at every point x ∈ R}.

Prove that G is a group under addition. Is G a group under multiplication? Why or why
not?

I have proved this after much trouble, using the axioms of group theory, and I think I understand the function quite well, but I'm confused on the definition of homomorphism and more so with kernel. Assuming ϕ : G → G defined by ϕ(f) = f ' , how can I prove that ϕ is a homomorphism with respect to the group's operation of addition.

And in this case what can I say about it's kernel?
Thank you I know this is the basics
 
Physics news on Phys.org
Well, the question is not entirely group theoretic. You need to know some basic theorems from calculus as well.

In particular, you need this result: If f and g are differentiable, then (f+g)' = f' + g'. This is pretty easy to prove directly using the derivative definition.

The kernel of \phi will be the set of all functions in G whose derivatives are zero. Again, you need some basic calculus for this. Certainly all constant functions have zero derivative. Can there be any others?
 
Of course not, the constants are the only functions with no change in how they change over time, that's why they are constants.

But how do I know to look for the zero derivatives?
 
Nevermind, lol, that's what a homomorphism is.

I said the kernel is just all of the constants:
f ' (x) = 0
(Integrate)
f (x) = C

How about if we have a different function, % : G to G defined by % (f) = f '' - f ?
Homomorphism?
(f + g) '' + (f + g) = f '' + g '' + f + g. Well any functions in the reals added to other functions of the reals gets you another function of the real, so % is a homomorphism.
Kernel:
f '' (x) + f(x) = 0
f (x) = -f '' (x) so the kernel is the set of all negative second derivatives? Since functions are infinite can we just say that every function is the second derivative of something, thus the kernel is just f (x)?
 
DanielThrice said:
How about if we have a different function, % : G to G defined by % (f) = f '' - f ?
Homomorphism?
(f + g) '' + (f + g) = f '' + g '' + f + g. Well any functions in the reals added to other functions of the reals gets you another function of the real, so % is a homomorphism.
Kernel:
f '' (x) + f(x) = 0
f (x) = -f '' (x) so the kernel is the set of all negative second derivatives? Since functions are infinite can we just say that every function is the second derivative of something, thus the kernel is just f (x)?

You are looking for specific functions that satisfy the differential equation f''(x) = -f(x). Observe that this equation is true for f(x) = cos(x), and for f(x) = sin(x). Are there others? The kernel consists of ALL functions in G that satisfy this equation.
 
So the kernel would just be cos, sin, and e^x correct?
 
Is there an easy way to prove that these are the only three?
 
The exponential function isn't a solution to f''+f=0. And any linear combination of two solutions is a solution.
 
DanielThrice said:
Nevermind, lol, that's what a homomorphism is.

I said the kernel is just all of the constants:
f ' (x) = 0
(Integrate)
f (x) = C

How about if we have a different function, % : G to G defined by % (f) = f '' - f ?
Homomorphism?
(f + g) '' + (f + g) = f '' + g '' + f + g. Well any functions in the reals added to other functions of the reals gets you another function of the real, so % is a homomorphism.
Kernel:
f '' (x) + f(x) = 0
f (x) = -f '' (x) so the kernel is the set of all negative second derivatives? Since functions are infinite can we just say that every function is the second derivative of something, thus the kernel is just f (x)?

Wait did I mess myself up...the original equation is % (f) = f '' - f so the homomorphism doesn't change that much, it just becomes (f + g) '' - (f + g) = f '' + g '' - f - g. Well any functions in the reals added to other functions of the reals gets you another function of the real, so % is a homomorphism.
But the kernel would be where f '' (x) = f (x), so we have the identity element and e^x right?
 
  • #10
You defined % by %(f)=f''-f. This implies %(f+g)=(f+g)''-(f+g)=(f''-f)+(g''-g)=%(f)+%(g). That's the most straightforward way to verify that it's a homomorphism. The kernel is the set of all f such that 0=%(f)=f''-f. So yes, f=0 and f=exp are solutions, but they're not the only ones.
 
  • #11
Yes this is a straight up analysis problem, and the OP seems to have sorted out the algebraic details in an older thread. Figuring out what type of math you're really dealing with will keep you from getting lost.

If you're interested in finishing the problem, i.e., finding the solutions to y'' = y, my advice is to assume this and differentiate y^2 - (y')^2 and go from there.
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 26 ·
Replies
26
Views
1K
  • · Replies 41 ·
2
Replies
41
Views
4K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
1
Views
3K
  • · Replies 0 ·
Replies
0
Views
1K