What is the solution to the differential equation dy/dx = [10]x?

  • Thread starter Thread starter Bohrok
  • Start date Start date
  • Tags Tags
    Diff eq Weird
Click For Summary
SUMMARY

The differential equation dy/dx = [10]x can be solved by recognizing that [x] is defined as the function f(x) = 3x - 1. The iterative definitions of [x] lead to a general form [x]n = 3nx - (3n - 1)/2. By substituting this into the equation and integrating, one can derive a closed form for [10]x, which can be extended to real numbers. This approach confirms that the function is differentiable and applicable beyond natural numbers.

PREREQUISITES
  • Understanding of differential equations
  • Familiarity with function iteration and recursive definitions
  • Knowledge of integration techniques
  • Basic concepts of real analysis and function extension
NEXT STEPS
  • Study the properties of recursive functions in mathematics
  • Learn about integration techniques for non-standard functions
  • Explore the extension of functions to real numbers in calculus
  • Investigate the relationship between exponential functions and iterative sequences
USEFUL FOR

Students and educators in mathematics, particularly those studying differential equations, recursion, and function analysis. This discussion is also beneficial for anyone looking to deepen their understanding of mathematical function extensions and integration methods.

Bohrok
Messages
867
Reaction score
0
Homework Statement

Now that I'm working it out as I'm typing it, I think I may have solved this problem; could still be a mistake though...

This was an extra credit problem on the final for my into to diff eq class. I never saw anything like it before and I didn't finish it because I got stuck on one part. It's copied pretty much exactly as it was on the paper.

Define [x] by
[2] = 5
[3] = 8
[5] = 14
[-2] = -7
...

and
[x]1 = [x]
[x]2 = [[x]]
[x]3 = [[[x]]]
...

Solve dy/dx = [10]x

The attempt at a solution

I see that [x] is basically the function f(x) = 3x - 1. Then I can find a formula for [x]1, [x]2, ... by plugging f(x) into itself and finding a pattern.

[x]1 = 3x - 1
[x]2 = 9x - 4
[x]3 = 27x - 13
[x]4 = 81x - 40
...

Then I got [x]n = 3nx - (3n - 1)/2
Finding a closed form for the last term of the nth term of [x]n had me stuck and that was where I originally stopped on the problem. I used Wolframalpha to find a closed form, but is there a clever way of finding it just by looking at the numbers, without knowing the formula beforehand? I can't see it...

Now if g(x) = [10]x, then g(x) = 3x(10) - (3x - 1)/2 and I can integrate that to solve dy/dx = [10]x.

Correct?

Something that kind of bothered me is that [10]x looks like it can only be defined for natural numbers, so does dy/dx = [10]x even make sense in the first place?
 
Physics news on Phys.org
Let's look at this a bit further:

First you were given [n] evaluated for a few integer values. Then you extended the pattern to all integers with [n] = 3n-1. Then you extended that to the reals with [x] =3x-1.

You were given a definition for [x]n, presumably for n a natural number.

You found a general form for the n-th term: [x]n = 3nx - (3n - 1)/2
BTW: This can be written, [x]n = (3n(2x - 1) + 1)/2​

Then you put some in constant, namely 10, for x and obtain [10]n = 3n(10) - (3n - 1)/2 = (3n(2(10) - 1) + 1)/2 = ((19)3n + 1)/2.

So, does it make sense to extend this to real numbers? You can ask if it makes sense to extend it merely to rationals or for negative integers --- or for that matter, what does [10]0 mean?

Well, you can plug 0 into your formula for [10]n to get [10]0 = 10.

[10]-1 = 11/3 ...

Taking [10]n, as being defined for the naturals and extending it to [10]x, defined on the reals, reminds me of developing exponential functions.

In fact, since 3 = eln3, you can write [10]x as ((19)e(ln3)x + 1)/2

So, yes, it seems to make sense to think of [10]x as a function on the reals.
 
I thought it could be generalized to the reals, but all that was given was whole numbers as superscripts on [x]: [x]1 = [x], [x]2 = [[x]], [x]3 = [[[x]]], etc. so I thought maybe I should stick to whole numbers. But it's clear it has to work for all real numbers in order for it to be differentiable and the given problem to be solved, so I think I'm good with this problem now :smile:
 

Similar threads

  • · Replies 25 ·
Replies
25
Views
2K
Replies
3
Views
2K
Replies
7
Views
2K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
4
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 24 ·
Replies
24
Views
3K