selfreference equation
#1
a(b(x)) = solve(b(x)*x)
b(c(x)) = solve(c(x)*x)
c(a(x)) = solve(a(x)*x)

it seems closely related to iterations , recursions and continued fractions but its still somewhat puzzling ...

there are many equivalent equations , but i dont know if they are helpfull.
perhaps taking derivates on both sides will help ?

regards

tommy1729
Reply
#2
(08/13/2011, 04:02 PM)tommy1729 Wrote: a(b(x)) = solve(b(x)*x)
b(c(x)) = solve(c(x)*x)
c(a(x)) = solve(a(x)*x)

it seems closely related to iterations , recursions and continued fractions but its still somewhat puzzling ...

there are many equivalent equations , but i dont know if they are helpfull.
perhaps taking derivates on both sides will help ?

regards

tommy1729

Other than the obvious solution, a(0) = b(0) = c(0) = 0, we can simplify to:

a(b(x)) = solve(b(x))
b(c(x)) = solve(c(x))
c(a(x)) = solve(a(x))

by dividing the solvand equations by x. Then we get

b(a(b(x))) = 0 = b(a(0))
c(b(c(x))) = 0 = c(b(0))
a(c(a(x))) = 0 = a(c(0))

Using the original equations again:

a(b(x)) = a(0)
b(c(x)) = b(0)
c(a(x)) = c(0)

These three quantities can then be any numbers at all, apparently.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Extended Schroeder equation Shanghai46 2 5,224 03/23/2025, 11:24 PM
Last Post: MphLee
  double functional equation , continuum sum and analytic continuation tommy1729 6 8,213 03/05/2023, 12:36 AM
Last Post: tommy1729
  tommy's displacement equation tommy1729 1 3,542 09/16/2022, 12:24 PM
Last Post: tommy1729
  A special equation : f^[t](x) = f(t x)/t tommy1729 6 7,288 06/17/2022, 12:16 PM
Last Post: tommy1729
  [MSE] Help on a special kind of functional equation. MphLee 4 7,370 06/14/2021, 09:52 PM
Last Post: JmsNxn
Big Grin Logical tetration equation Xorter 0 5,435 02/01/2018, 10:29 PM
Last Post: Xorter
  Some sort equation ... tommy1729 0 5,322 10/15/2015, 12:12 PM
Last Post: tommy1729
  An intresting equation ? Taking squares by equation. tommy1729 0 5,385 05/08/2015, 11:37 PM
Last Post: tommy1729
  Conservation of functional equation ? tommy1729 0 5,556 05/01/2015, 10:03 PM
Last Post: tommy1729
  Is this THE equation for parabolic fix ? tommy1729 5 20,191 04/16/2015, 10:01 PM
Last Post: tommy1729



Users browsing this thread: 1 Guest(s)