a nice functional equation

  Рет қаралды 12,174

Michael Penn

Michael Penn

Күн бұрын

Пікірлер: 41
@elephantdinosaur2284
@elephantdinosaur2284 9 ай бұрын
If f(x) = ax, then f( x^3 ) = a x^3.
@monzurrahman8307
@monzurrahman8307 9 ай бұрын
Yeah, he should have set a = (f(1))⅓, which you can do as x³ is bijective over the reals, and then f(x³) = a³x³ and everything works from there
@bjornfeuerbacher5514
@bjornfeuerbacher5514 9 ай бұрын
@@monzurrahman8307 That's not necessary, the check starting at 10:00 also works fine for a = f(1), if done properly.
@Brollyy349
@Brollyy349 9 ай бұрын
The check at the end is incorrect - "a" term should be outside the cubing brackets on the LHS, you should pull it out first as a shared factor, then apply sum of cubes formula and distribute it in the second bracket to get the conclusion.
@jardozouille1677
@jardozouille1677 9 ай бұрын
The check should be checked :)
@LouisEmery
@LouisEmery 9 ай бұрын
The second term on the RHS (f(x^2)+f(y^2) - f(xy)) was suggestive right off the bat. Looked like the factor of x^3+y^3 to begin with. Functional equations are found in math contest not in math courses (that I took). They are kind of fun since they are mostly procedure with some looking ahead.
@bwcbiz
@bwcbiz 9 ай бұрын
functional equation techniques can be a useful way to look at differential equations in some cases.
@fahrenheit2101
@fahrenheit2101 9 ай бұрын
Yes, often the form is a giveaway, but doesn't offer any insight to the method of proof, just gives a guess solution.
@spiderjerusalem4009
@spiderjerusalem4009 8 ай бұрын
Just by looking at the form, it reminisces one of the factorization of x³+y³ whence, by letting f(x)=xg(x) for some function g, it suffices to prove that g is a constant function Upon arriving at f(x³)=xf(x²) (implying g is an even function), move the terms of the original eq yf(x²)+xf(y²)=(x+y)f(xy) substituting f(x)=xg(x), then subsequently divide both sides by xy xg(x²)+yg(y²)=(x+y)g(xy) (but now i'm frankly confused whether or not it is allowed to substitute values for x,y such that xy=0. The eq is true if x=y=0, but case in which precisely one of them is 0 is uncertain) subs y=0, xg(x²)=xg(0) g(x²)=g(0) g(x)=g(0), for x≥0 since g is an even function g(-x)=g(x)=g(0), for x≥0 => g(x)=g(0) for any x g≡1
@goodplacetostop2973
@goodplacetostop2973 9 ай бұрын
11:23
@danielbranscombe6662
@danielbranscombe6662 9 ай бұрын
I used f(x)=x^(1/3)f(x^(2/3)) if you keep applying it n times you end up with f(x)=x^(1/3+2/9+4/27+....+2^n/3^(n+1))f(x^(2^n/3^n)) taking the limit as n goes to infinity we end up with f(x)=xf(1) thus if f(1)=c f(x)=cx and we can check that this works for any value of c
@aadfg0
@aadfg0 9 ай бұрын
Can't assume f continuous at x=1.
@jacksonsmith2955
@jacksonsmith2955 9 ай бұрын
@@aadfg0 i think he just did
@danielbranscombe6662
@danielbranscombe6662 9 ай бұрын
@@aadfg0 where do I assume continuity? I establish the recursive identity f(x)=x^(1/3)f(x^(2/3)) the same way as in the video if you apply this identity to itself N times you get the closed form I showed above taking the limit results in f(x)=xf(1). I don't believe I need continuity for the limit. There are two parts to the limit. The exponent of the external x is a geometric series, so known limiting value of 1. Then there is the exponent of x inside the function, which tends to 0 thus giving x^0 is 1.
@aadfg0
@aadfg0 9 ай бұрын
a_n := x^(2^n/3^n) -> 1 I completely agree with. But in order to say that a_n -> 1 implies f(a_n)-> f(1), you must have f is continuous.
@danielbranscombe6662
@danielbranscombe6662 9 ай бұрын
@@aadfg0 ok, I see it now. Thank you for pointing this out.
@julienbernu1661
@julienbernu1661 9 ай бұрын
I solved that in a completely different way: - start like you did to establish, f(x^3) = x f(x^2), and thus f is odd. - then plug y -> -y in the main equation and divide by x-y on both sides, using f odd and taking the limit as y approaches x, find that f is differentiable on |R* with d/dx f(x^3) = 3 f(x^2) - now differentiate f(x^3) = x f(x^2) to also find d/dx f(x^3) = f(x^2) + 2x^2 f '(x^2) - equating the 2 expressions for d/dx f(x^3), find that 2 f(x^2) = 2 x^2 f '(x^2), or f(x) = x f '(x) on |R*+ - above differential equation is easily solved as dx/x = df/f => ln(x) + C = ln(f) => f(x) = C x on |R*+, and with f odd, f(x) = C x on |R.
@whiteboar3232
@whiteboar3232 9 ай бұрын
Would have it been wrong to say that, since f(x^2) is even, then x*f(x^2) is odd?
@gaufqwi
@gaufqwi 9 ай бұрын
Are there any functional equation problems where the solution turns out to be something more interesting than a constant or linear function?
@Didymus888
@Didymus888 9 ай бұрын
Sure, what kind a solution is there to f(x+p) = f(x)? What about f(xy) = f(x) + f(y)? Or f(x + y) = f(x)f(y)? Answer: sine/cosine, logarithm, and exponential
@zyklos229
@zyklos229 9 ай бұрын
Wonder, if you take a step back, that not only f, but also x and y can be considered searchable objects. So for any fixated f one could find the x and y that fulfil the equation. Or for given x, y find f. So "the" solution is not only "f regardless of x and y", but is sort of extendable to a triple (f, set for x, set for y) -> true or false 🤔
@ShaunakDesaiPiano
@ShaunakDesaiPiano 9 ай бұрын
A way to prove that it’s an odd function without first proving f(0) = 0: substitute y = -x.
@JordHaj
@JordHaj 9 ай бұрын
Then you would need to also prove f is continuous
@assassin01620
@assassin01620 9 ай бұрын
​​@@JordHaj I don't recall michael ever proving f is continuous, so why would you need to for subbing in y = -x?
@dawkinsfan660
@dawkinsfan660 9 ай бұрын
Do you use Hagoromo chalk?
@adamwho9801
@adamwho9801 9 ай бұрын
By inspection, the original problem is the formula for the sum of cubes. This immediately leads to f(x) = x
@charleyhoward4594
@charleyhoward4594 9 ай бұрын
how does he get the result at 4:11 ??? x=x^(1/3) doesn't yield -f(x) when u subs, in f(x^3)=xf(x^2)
@williamwarren5234
@williamwarren5234 9 ай бұрын
Subbing x=x^(1/3): f(x^(1/3)) = x^(1/3)f(x^(2/3)) = -f(-x) With the last equality coming from subbing x = -x^(1/3) like he did on the board.
@mirokajevskivelevski8895
@mirokajevskivelevski8895 9 ай бұрын
Can you solve this problem one from the 2023 MMO (macedonian math olympiad)? Find f (R to R) s.t.x*f(x+y)+y*f(y-x)=f(x²+y²)
@yuseifudo6075
@yuseifudo6075 9 ай бұрын
You did this problem before right?
@yeech
@yeech 9 ай бұрын
Do we need to prove this is the only solution?
@bjornfeuerbacher5514
@bjornfeuerbacher5514 9 ай бұрын
Since it was shown that if the functional equation is true, the form f(x) = ax follows automatically, there can be no other solutions.
@fahrenheit2101
@fahrenheit2101 9 ай бұрын
Yes, that's always what's being asked, and in this case was shown. You plug in values, and things reduce to very nice forms.
@kishanpaswan9615
@kishanpaswan9615 9 ай бұрын
Everytime you upload any video made me realise you are really genius and I really wait everyday specially for your video
@JordHaj
@JordHaj 9 ай бұрын
Such a good, methodical procedure, and such a big flop at the end. f(x^3) = ax^3, not (ax)^3 so the only values of a that satisfy the equation are 0 and ±1. Edit: a similar flop on my part resulted in my methodical procedure being incorrect, as I also had (ax + ay) as the first factor.
@monzurrahman8307
@monzurrahman8307 9 ай бұрын
If you set a³ = f(1), then the solution is correct. This can be done as x³ is bijective over the real numbers
@bjornfeuerbacher5514
@bjornfeuerbacher5514 9 ай бұрын
The check at the end works for every value of a, if done properly. Left hand side: a x³ + a y³ Right hand side: (x + y) ( ax² + ay² - axy ) That's the same, regardless of what a actually is.
@bjornfeuerbacher5514
@bjornfeuerbacher5514 9 ай бұрын
@@monzurrahman8307 Not necessary, the check can also easily be done with a = f(1).
@JordHaj
@JordHaj 9 ай бұрын
​@@bjornfeuerbacher5514 yes, you're correct. I made the same mistake as Michael did in the end, where I had (ax + ay) as the first factor on the left side instead of (x + y). I will edit my comment to reflect that.
@tzonic8655
@tzonic8655 9 ай бұрын
Where are my shqipez at 🇦🇱🇦🇱
@charleyhoward4594
@charleyhoward4594 9 ай бұрын
totally confusing; not math as I know it
a very nice functional/differential equation
13:57
Michael Penn
Рет қаралды 17 М.
quite a nice couple of problems
12:25
Michael Penn
Рет қаралды 1,1 М.
How to treat Acne💉
00:31
ISSEI / いっせい
Рет қаралды 108 МЛН
Tuna 🍣 ​⁠@patrickzeinali ​⁠@ChefRush
00:48
albert_cancook
Рет қаралды 148 МЛН
СИНИЙ ИНЕЙ УЖЕ ВЫШЕЛ!❄️
01:01
DO$HIK
Рет қаралды 3,3 МЛН
a notorious functional equation.
19:30
Michael Penn
Рет қаралды 29 М.
what a nice functional equation!
10:10
Michael Penn
Рет қаралды 17 М.
Bernoulli Numbers and Zeta of 2n
25:16
DoctorPeregrinus
Рет қаралды 312
a prime example of an infinite matrix product
19:38
Michael Penn
Рет қаралды 14 М.
Mobius' favorite function
16:02
Michael Penn
Рет қаралды 13 М.
which method do you prefer??
20:34
Michael Penn
Рет қаралды 11 М.
thanks for the great limit!
17:18
Michael Penn
Рет қаралды 14 М.
your Calculus teacher lied* to you
18:26
Michael Penn
Рет қаралды 55 М.
you've been lied to about parabolas
16:46
Michael Penn
Рет қаралды 20 М.
How to treat Acne💉
00:31
ISSEI / いっせい
Рет қаралды 108 МЛН