Solving A Quadratic Functional Equation

Поделиться
HTML-код
  • Опубликовано: 28 ноя 2024

Комментарии • 207

  • @leickrobinson5186
    @leickrobinson5186 3 года назад +116

    I love this problem!! :-D
    You can generalize your solution, and, in my opinion, the generalized version is in some ways simpler. Here’s the solution:
    It’s very easy to show that any function f(x) can be written as the sum of an even function and an odd function:
    f(x) = O(x) + E(x)
    where O(-x) = - O(x)
    and E(-x) = E(x)
    Substituting into the equation, we get
    O(x)E(x) = x
    Now, both sides are odd, since an even function times an odd function is odd (which is good, because else we’d have no solution).
    Thus,
    O(x) = x/E(x)
    And the general family of solutions is
    f(x) = x/E(x) + E(x)
    where E(x) is any even function.
    We obtain your solution by setting E(x)=c.
    However,
    f(x) = 1/x + x^2
    is also a solution.
    Want f(x) to be continuous? Choose an E(x) that has no real roots. For example:
    f(x) = x/(x^2 + 1) + x^2 + 1
    is a solution that is continuous everywhere.
    :-D
    [Footnote: to show that any function can be written as the sum of an even function and an odd function, consider any function f(x). I’ll use the Michael Penn trick of “multiplying by one and adding zero”:
    f(x)=(1/2)(f(x) + f(x)) + (1/2)(f(-x) - f(-x))
    Which we can rearrange to get
    f(x)=(1/2)(f(x) + f(-x)) + (1/2)(f(x) - f(-x))
    But, (f(x) + f(-x)) is even and (f(x) - f(-x)) is odd, so we can see that f(x) is the sum of even function
    E(x) = (1/2)(f(x) + f(-x))
    and odd function
    O(x) = (1/2)(f(x) - f(-x))
    :-D]

    • @anirudh67
      @anirudh67 3 года назад

      How can you say that any function can be written as a sum of odd and even functions? Exponential and logarithms are neither odd nor even

    • @Alians0108
      @Alians0108 3 года назад +11

      @@anirudh67 exponential functions can be written as a sum of their odd and even parts still. E.g.
      e^x = (e^x+e^-x)/2 + (e^x-e^-x)/2

    • @leickrobinson5186
      @leickrobinson5186 3 года назад +4

      @@anirudh67 Consider any function f(x). I’ll use the Michael Penn trick of “multiplying by one and adding zero”:
      f(x)=(1/2)(f(x) + f(x)) + (1/2)(f(-x) - f(-x))
      Which we can rearrange to get
      f(x)=(1/2)(f(x) + f(-x)) + (1/2)(f(x) - f(-x))
      But, (f(x) + f(-x)) is even and (f(x) - f(-x)) is odd, so we can see that f(x) is the sum of even function
      E(x) = (1/2)(f(x) + f(-x))
      and odd function
      O(x) = (1/2)(f(x) - f(-x))
      :-D

    • @anirudh67
      @anirudh67 3 года назад

      @@leickrobinson5186 great thanks :D

    • @raystinger6261
      @raystinger6261 3 года назад +5

      That's exactly what I did. The f(-x) is a clear indicator that function parity is relevant to this problem. Just one more thing:
      Given that f²(x) - f²(-x) = 4x, if f(x) was a purely even function or a purely odd function, we would get 0 = 4x, which is false. Therefore, f(x) must have an even and an odd component.
      Also, f(x) = cos(x) + x*sec(x) is also a solution.

  • @KevinAPamwar
    @KevinAPamwar Год назад +2

    Nice... but actually infinite solutions if all powers of x are assumed
    f(x) = E(x) + x/E(x)
    or
    f(x) = O(x) + x/O(x)
    Where O and E are odd and even functions

  • @عبدالستارآلكبيش
    @عبدالستارآلكبيش 3 года назад +7

    There are non-polynomial solutions such as f(x)= c x^n +(1/c) x^(1-n)

  • @mvashishtha
    @mvashishtha 3 года назад +5

    Solution has flaws
    f(x)^2 -f(-x)^2 has x^2, x^4 ... terms 0 but doesn't necessarily mean cofficients in f(x) are also zero.
    Coefficient of expression a1a2+a0a3 = 0 doesn't mean a2=0 and a3=0. You have touched upon just one solution.
    It rather means a2=-a0^2*a3. That gives another solution.

    • @bscutajar
      @bscutajar 2 года назад

      Exactly, I don't know how no one else pointed this out. The logic at 5:55 is flawed

    • @mcwulf25
      @mcwulf25 2 года назад

      @@bscutajar I did

  • @MathElite
    @MathElite 3 года назад +17

    Edit: please don't post solutions until the premiere starts
    This channel is wonderful, made me like solving equations again

    • @SyberMath
      @SyberMath  3 года назад +3

      Thank you! 💖
      ^^^ You make great videos! Dear friends, check it out! ^^^

  • @vikramvilla
    @vikramvilla 3 года назад +3

    It can be done in an easier way by just observing the eqn.
    It is of the form of p2 - q2 = 4t
    Now, we know that (a+b)2 - (a-b)2 = 4ab
    So, a+b = f(x), a-b = f(-x), ab =x
    Now put b= x/a
    a+x/a = f(x), a-x/a = f(-x)
    So, f(x) = a+x/a with a not equal to 0.

  • @spaghetti1383
    @spaghetti1383 3 года назад +1

    To get all the solutions (including non-polynomials), we can use the fact that all functions can be represented as the sum of an even function and an odd function, f(x)=e(x)+o(x). Then substituting this sum into the equation results in 4e(x)o(x)=4x. Thus, e(x)o(x)=x.
    The most obvious functions that satisfy this relation are e(x)=c*x^(-2n) and o(x)=1/c*x^(2n+1), where n is an integer. The solution in the video is this at n=0.
    But other solutions include
    e(x)=c*x^(2n/(2n+1)), o(x)=1/c*x^(1/(2n+1)
    and
    e(x)=c*cos^(a)(bx), o(x)=1/c*x/cos^(a)(bx).
    Most, if not all, of these extra solutions will be discontinuous at x=0.

  • @luffnis
    @luffnis 3 года назад +4

    Everytime he says "so whats that supposed to mean?" You have to take a shot

  • @זאבגלברד
    @זאבגלברד 3 года назад +2

    I saw a video by Math Elite and he solved such an equation for general case. He showed that f(x) can not be odd or even. Then he uses a theorm that every function can be written as a sum of even and odd function. Then f(x)=O(x) + x/O(x) [O(x) is an odd function] OR f(x)=E(x) + x/E(x). [E(x) is an even function]. In the polinomial case, y=c is an even function.

    • @SyberMath
      @SyberMath  3 года назад

      That's such a beautiful result! He makes great videos!

  • @ramaprasadghosh717
    @ramaprasadghosh717 3 года назад +1

    Determination of the coefficients a's
    a_0 =a , a_1= 1/a
    a_0*a_3 + a_1*a_2 = 0
    so a_2 = -a_3*a*a
    etc .
    f(x).= a+x/a is a feasible solution
    for any non zero a (in complex plane)

  • @PS-mh8ts
    @PS-mh8ts 3 года назад +2

    I haven't gone through all the comments, and so I'm not sure whether anyone has given this answer. The given functional equation has infinitely many solutions of the form f(x) = u(x) + x/u(x) where u(x) is any even function (i.e, a function such that u(x) = u(-x) for example: u(x) = cos(x), x^2, x^4, and so on). To obtain the solution you've arrived at, set u(x) = c.

    • @SyberMath
      @SyberMath  3 года назад

      Nice!
      See the pinned comment.

    • @PS-mh8ts
      @PS-mh8ts 3 года назад

      @@SyberMath OK. Thank you. I'll remove my comments after a day or two. The comment pinned by you has all the details, and a detailed solution as well.

    • @SyberMath
      @SyberMath  3 года назад

      @@PS-mh8ts You don't need to remove it imo

    • @PS-mh8ts
      @PS-mh8ts 3 года назад

      @@SyberMath OK. Thank you. :-)

    • @andrewtaylor9799
      @andrewtaylor9799 3 года назад

      Are there any other solutions or is this all of them?

  • @danielmilyutin9914
    @danielmilyutin9914 3 года назад +5

    F(x) = 2sqrt(x) if x > 0,
    F(x) = 0 otherwise.
    For x greater 0: F(x)² = 4x.
    For x less 0: -F(-x)² = -(2sqrt(-x))²=4x.
    Looks like solution to me.

    • @leickrobinson5186
      @leickrobinson5186 3 года назад +3

      Very nice! It me a minute to figure out how that fits into my general solution
      (that is, f(x) = x/E(x) + E(x)
      where E(x) is any even function).
      We get your solution if we set
      E(x) = sqrt(|x|).
      Then, f(x) = x/sqrt(|x|) + sqrt(|x|)
      = 2 sqrt(x) for x>0 and
      = 0 for x

    • @SyberMath
      @SyberMath  3 года назад +1

      Very nice!

    • @danielmilyutin9914
      @danielmilyutin9914 3 года назад

      @@SyberMath you should fix your solution.
      I mean that general solution is in form proposed by Leick Robinson. And your solution has only polynomial form.

    • @432v01
      @432v01 2 года назад

      In fact, since this equation only gives the relation between f(a) and f(-a) for each a, for a>=0 we may let f(a) be anything such that f(a)^2>=4a and then we may set f(-a)=+-sqrt(f(a)^2-4a) to make f satisfies the equation.

  • @242math
    @242math 3 года назад +6

    watching you easily solve these complicated questions is amazing, learning a lot Syber

    • @SyberMath
      @SyberMath  3 года назад +3

      Glad to hear that! Make sure to check Leick Robinson's comments. They are very insightful!

    • @leif1075
      @leif1075 3 года назад

      @@SyberMath I got as far as noticing x plus 1 works as a solution and x plus one half of you multiply the x by 2..don't you think that counts as most of the correct answer anyway? I just forgot to try to generalize further.

    • @leif1075
      @leif1075 2 года назад

      @@SyberMath Hope you can respond when you can. Thanks very much.

  • @snejpu2508
    @snejpu2508 3 года назад +13

    How do we know that f(x) is a polynomial? It might be for example 1/x.

    • @coolmangame4141
      @coolmangame4141 3 года назад

      hmm ye same question here

    • @SyberMath
      @SyberMath  3 года назад +2

      Does 1/x satisfy the equation? 🤔

    • @leickrobinson5186
      @leickrobinson5186 3 года назад +13

      The general family of solutions is
      f(x) = x/E(x) + E(x)
      where E(x) is any even function. See my main comment for the derivation details. :-D

    • @vascomanteigas9433
      @vascomanteigas9433 3 года назад +2

      A Laurent series: ...+a(-2)/x^2+a(-1)/x+a(0)+a(1)*x+a(2)*x^2+...+b(1)*log(x)+...

    • @leickrobinson5186
      @leickrobinson5186 3 года назад

      @@vascomanteigas9433 Can you elaborate?

  • @srirajan1933
    @srirajan1933 Год назад

    Silly question: should coefficients 2*a0*a1 = 1, instead of just a0*a1 = 1? There are 2 such terms by distributing the multiplication across terms in the final step. Or am I missing something obvious? Thanks!

  • @_CJO_transmisje
    @_CJO_transmisje 9 месяцев назад

    how about function in complex domain -> z(x)=sqrt(2x)?
    [sqrt( 2x)]^2 = 2x
    [sqrt(-2x)]^2 = [i*sqrt(2x)]^2 = -2x; the sum is 4x.

  • @mrl9418
    @mrl9418 3 года назад

    What about this : h (x) = ( f(x) + f(-x) )/2 ; g(x) = ( f(x) - f(-x) )/2.
    The equation becomes: h g = x;
    g is odd, h is even, so g has zeros; h is even and need not have zeros. So: g(x) = x / h(x) for h even and nowhere zero. Then
    f (x) = h(x) + g(x) = h(x) + x/ h(x) is defined (and a solution) for any h even and nowhere zero, without further hypothesis on the regularity of h.

  • @mitchwyatt9230
    @mitchwyatt9230 Год назад

    why would you assume f must be a polynomial? For example, one solution is f(x)=sqrt(3x^2+2x+1). Indeed, if f(x)=sqrt(ax^2 + 2x + c) where a>0 and c is such that ax^2+2x+c is always nonnegative, then this would satisfy the equation. In fact, more generally, f(x)=sqrt(2x+ g(x)) where g(x) is any even function and g(x)+2x is always nonnegative, will work.

  • @Alev-Verlag
    @Alev-Verlag 3 года назад +1

    It is easier to solve:
    we denote f (x) = a, f (-x) = b. Then (a + b) (a-b) = 4x. a + b - even function -> a + b = 2; a-b - odd function -> a-b = 2x, whence f (x)=1-x.

    • @dinkarwadhwa8489
      @dinkarwadhwa8489 2 года назад

      I did it in a similar way. Given that [f(x) + f(-x)]*[f(x) + f(-x)] = 4x. Now assume that 4x represents product of 1*4x, or 2*2x, or 4*x. Then I (wrongly) assumed that [f(x) + f(-x)] is equal to 4x or 2x or x, and [f(x) - f(-x)] is equal to 1 or 2 or 4, but I still somehow got the right answer: c*x + 1/c.

  • @AlexandreRibeiroXRV7
    @AlexandreRibeiroXRV7 3 года назад +1

    Syber, I went on about solving this in a similar fashion, but considered instead the power series for f^2(x). This led me to a whole family of solutions, namely f^2(x) must be of the form a_0 + 2x + a_2x^2 + a_4x^4 + ... + a_(2m)*2x^(2m) + a_(2m + 2)*x^(2m + 2) + ...
    And from here you could cut of at any point, or if you're feeling bold, you can even go with an infinite power series. So say, a function like f(x) = sqrt(2x + cos(x)) should work as well. Did I miss something in the definition of the function f(x) or is this solution acceptable?

    • @leickrobinson5186
      @leickrobinson5186 3 года назад

      One issue I see is that there is an implicit assumption that we are looking for real-valued functional solutions.
      But, f(x) = sqrt(2x + cos(x)) is not real-valued for sufficiently large negative values of x.

    • @SyberMath
      @SyberMath  3 года назад

      Leaving the problem a little open-ended helped spark some good conversation
      😁

    • @AlexandreRibeiroXRV7
      @AlexandreRibeiroXRV7 3 года назад

      @@leickrobinson5186 you still could keep summing as many powers as you want. sqrt(x^4 + x^2 + 2x + 1) is an example of such function which works for all real values of x.

    • @Marco-he7yj
      @Marco-he7yj 3 года назад +1

      Sqrt( even fuction +2x) is solution

  • @ManuelRuiz-xi7bt
    @ManuelRuiz-xi7bt 2 года назад +1

    Just split f into its even and uneven part e(x) and o(x), with f(x) = e(x) + o(x) and e(x) = e(-x) and o(x) = -o(-x).
    You get e(x).o(x) = x as only condition.
    you'll also find solutions like
    e(x) = c (x^(2m))^(1/(2n+1))
    o(x) = 1/c (x^(1-2n+2m))^(1/(2n+1))
    f(x) = c (x^(2m))^(1/(2n+1)) + 1/c (x^(1-2n+2m))^(1/(2n+1))

  • @JohnRandomness105
    @JohnRandomness105 3 года назад

    [f(x) - f(-x)][f(x) + f(-x)] = 4x = O(x)*E(x) -- the product of the odd and even parts of f(x). Here's a solution: E(x) = 2*cosh(x), and O(x) = 2x/cosh(x). This means f(x) = cosh(x) + x/cosh(x).
    We can check: [f(x)]² = cosh²(x) + 2x + x²/cosh²(x) and [f(-x)]² = cosh²(x) - 2x + x²/cosh²(x). Subtract them and you get 4x.
    The solution's not unique. I also tried E(x) = 2(1 + x²).
    EDIT: Okay, what I called the odd and even parts of f(x) are twice the standard parts.

  • @jitendramohan7500
    @jitendramohan7500 3 года назад +1

    F(x) = (a+x/a) with a as non zero constant

  • @md2perpe
    @md2perpe 3 года назад

    Let e(x) and o(x) be the even and odd parts of f(x) respectively, i.e. e(x) = (f(x)+f(-x))/2 and o(x) = (f(x)-f(-x))/2. Then the equation reduces to 4 e(x) o(x) = 4x, i.e. e(x) o(x) = x. So just take any couple of even and odd functions e(x) and o(x) such that e(x) o(x) = x. Then f(x) = e(x) + o(x) satisfies the functional equation.
    One can start with choosing e(x) such that e(x) at most vanishes for x=0. Then set o(x) = x/e(x), with o(0) arbitrary if e(0) = 0.
    Example 1: e(x) = 1+x², o(x) = x/(1+x²).
    Example 2: e(x) = x², o(x) = 1/x with o(0) = 42.

    • @md2perpe
      @md2perpe 3 года назад

      Another example: f(x) = e(x) + o(x), where e(x) = 1 if x is rational, e(x) = 2 if x is irrational, and o(x) = x if x is rational, o(x) = x/2 if x is irrational. This is a discontinuous solution.

  • @Mathcambo
    @Mathcambo 3 года назад +1

    Mathematics is the science that deals with the logic of shape, quantity and arrangement. Math is all around us, in everything we do. ... The needs of math arose based on the wants of society. The more complex a society, the more complex the mathematical needs.

  • @mathsandsciencechannel
    @mathsandsciencechannel 3 года назад +3

    keep it up bro. well done. very good content

  • @wyboo2019
    @wyboo2019 3 года назад

    at 5:50 how do you go from a1 a2 + a0 a3 = 0 to concluding that a2=a4=a6=...=0? could it not be that just a1 a2 = -a0 a3? and likewise for the coefficients of higher degrees

    • @ManjulaMathew-wb3zn
      @ManjulaMathew-wb3zn 10 месяцев назад

      I agree with you. If a3=d then a2=-d.c^2 will make the x^2, coefficient zero. It will get a lot more complicated with higher order coefficients. I think the linear function is only one of the solutions. You can certainly make the higher order polynomials work by choosing proper coefficients.

  • @sawyerw5715
    @sawyerw5715 3 года назад

    what about f(x)=sqrt(2x)....[sqrt(2x)]^2-[sqrt(-2x)]^2=2x- (-2x)=4x

  • @Handelsbilanzdefizit
    @Handelsbilanzdefizit 3 года назад +2

    This was easy. I had the solution at the first look.
    Because the difference: f(x)² - f(-x)² = some linear function (x) --> positive 'x' raises more than negative 'x' in a linear way (1st order)
    --> conclusion: f(x)² = not balanced = shifted parabola. --> f(x) = some linear funktion. And with that in mind, you can easily solve it.

  • @mcwulf25
    @mcwulf25 2 года назад

    Not 100% proven as a1a2+a0a3 = 0 does not require a2 and a3 to be zero. They could be a2=a0 and a3=-a1. However that had implications on subsequent terms.

  • @teraflonik
    @teraflonik 3 года назад +3

    How do we prove the solution must be a polynomial tho? That seems to be tbe hardest part of the problem.

    • @leickrobinson5186
      @leickrobinson5186 3 года назад +3

      It doesn’t have to be a polynomial.
      For example,
      f(x) = x/(x^2 + 1) + x^2 + 1
      is a solution. (See my main comment for details and derivation.)

    • @teraflonik
      @teraflonik 3 года назад

      @@leickrobinson5186 Thanks, that's very cool

    • @Drk950
      @Drk950 3 года назад

      I saw it like power series

  • @caioalmeida3213
    @caioalmeida3213 Год назад

    Thanks for the problem!

  • @sergiokorochinsky49
    @sergiokorochinsky49 3 года назад

    5:53 ...I think the conclusion is erroneous.
    The equations are:
    x^0: a0 a1 = 1 a0 = 1/a1
    x^2: a0 a3 + a1 a2 = 0 a2 = -a0^2 a3
    x^4: a0 a5 + a1 a4 + a2 a3 = 0 a4 = a0^3 a3^2 - a0^2 a5
    x^6: a0 a7 + a1 a6 + a2 a5 + a3 a4 = 0 a6 = -a0^2 a7 + 2 a0^3 a3 a5 - a0^4 a3^3
    ...
    I seems that for *any* odd function O(x) (free coefficients a1 a3 a5 a7...) there is and even function E(x) (coefficients a0 a2 a4 a6...) such that f(x) = O(x) + E(x) is solution to the equation.

  • @chaosredefined3834
    @chaosredefined3834 Год назад

    Consider E(x) = (f(x) + f(-x))/2. Note that E(-x) = (f(-x) + f(x))/2 = E(x). Hence, E(x) is even.
    Next, consider O(x) = (f(x) - f(-x))/2. Note that O(-x) = (f(-x) - f(x))/2 = -O(x). Hence, O(x) is odd.
    Next, note that O(x) + E(x) = (f(x) - f(-x))/2 + (f(x) + f(-x))/2 = 2f(x)/2 = f(x). So, f(x) = O(x) + E(x). Also note that E(x) - O(x) = (f(x) + f(-x) - f(x) + f(-x))/2 = 2f(-x)/2 = f(-x). So, f(-x) = E(x) - O(x)
    Now, consider [f(x)]^2 - [f(-x)]^2 = 4x. Substitute in f(x) = O(x) + E(x), and f(-x) = E(x) - O(x), giving us [O(x) + E(x)]^2 - [E(x) - O(x)]^2 = 4x. Simplifying the left hand side(and skipping a few steps), we get
    4O(x)E(x) = 4x
    O(x)E(x) = x
    O(x) = x/E(x) or E(x) = x/O(x)
    So, for example, sin(x) is odd. So O(x) = sin x, E(x) = x/sin(x) gives us f(x) = sin x + x/(sin x).
    In fact, as a general solution, let g(x) be any non-even function. Then f(x) = g(x) + g(-x) + x/(g(x) + g(-x)) will solve the given quadratic.

  • @matthewleitch1
    @matthewleitch1 3 года назад

    So, when you said you would be solving for 'f of x' what you really intended to do was find f (i.e. the definition of f), and the initial equation was an identity, not just an equation. I was confused until the very end.

  • @tonyhaddad1394
    @tonyhaddad1394 3 года назад +2

    Onctly i dont know how to solve functionel equation but i will learn from you !!!! 😊

  • @bscutajar
    @bscutajar 2 года назад

    I dont get why a2,a3 and so on need to equal 0. Just because the sums of products of the coefficients equal 0, doesn't mean all a2, a3, ... need to equal zero.

  • @PunmasterSTP
    @PunmasterSTP Год назад

    Quadratic functional equation? More like "Cool, tricky problem with a great explanation!" 👍

  • @madaniali6031
    @madaniali6031 2 года назад

    F(x)=square of(ax2+2x+c) also is solution

  • @WolfgangKais2
    @WolfgangKais2 2 года назад

    So c = c(x) Can be and non-zero, even function, for example just a constant function…. (c not zero).

  • @georget8008
    @georget8008 Год назад

    we have proven that a2=a3=....=0 gives.one polynomial solution. But how do we know that this is the only polynomial solution?
    Similarly, we have proven that a linear polynomial is a solution.
    How do we prove that it is the only solution?

  • @남현욱-e2g
    @남현욱-e2g Год назад +1

    how do I know that f(x) is polynomial function?

    • @chaosredefined3834
      @chaosredefined3834 Год назад

      Every function is polynomial, thanks to the taylor series.

    • @mohamedramadan-qt9yl
      @mohamedramadan-qt9yl Год назад

      ​@@chaosredefined3834 this is an approximation under some conditions on X, this solution is a restricted solution not in the general case

    • @chaosredefined3834
      @chaosredefined3834 Год назад

      @@mohamedramadan-qt9yl Nope. That's like saying that 3 + 0.1 + 0.04 + 0.001 + ... is an appropiximation for pi. Chopping it off early makes it an approximation, but the infinite series is equal.

    • @mohamedramadan-qt9yl
      @mohamedramadan-qt9yl Год назад

      @@chaosredefined3834 He should say that f(x) is a polynomial, if he doesn't say that he must mention that the function satisfies Taylor expansion conditions.
      Otherwise the proof is not valid for every function f(x)

  • @souhilaoughlis5832
    @souhilaoughlis5832 3 года назад +3

    What if f is not polynomial?
    Great video by the way!

    • @SyberMath
      @SyberMath  3 года назад

      Good question! I challenge you and everyone else to find a non-polynomial solution to this equation!
      🙃😉😁🤩

    • @vascomanteigas9433
      @vascomanteigas9433 3 года назад +1

      Assume that f are analytic, and place the Laurent series on it...

    • @leickrobinson5186
      @leickrobinson5186 3 года назад

      @@SyberMath Lol, challenge retroactively accepted… and done. See the main comment I just left for details. :-D

    • @aaryangre7809
      @aaryangre7809 3 года назад

      @@SyberMath I tried using the same method and got the same value for f(x)
      I got:(assuming that f(x) is not a polynomial)
      f(x)=a+b/x and that ab=x^2
      So if b=(x^2)/a
      f(x)=a+(x^2) × 1
      a x
      I.e f(x)=a+x/a

    • @leickrobinson5186
      @leickrobinson5186 3 года назад +1

      @@aaryangre7809 The general family of solutions is
      f(x) = x/E(x) + E(x)
      where E(x) is any even function. See my main comment for the derivation details. :-D

  • @CipriValdezate
    @CipriValdezate Год назад

    You're a genious!

    • @SyberMath
      @SyberMath  Год назад

      Aww, thank you for the kind words! 🥰💖

  • @giuseppeimbimbo1555
    @giuseppeimbimbo1555 3 года назад

    Can we differentiate the two sides?

  • @krumpy8259
    @krumpy8259 3 года назад

    I didn' t understand why the rest of the coefficients must be zero, can someone elaborate please 5:45?

    • @ConManAU
      @ConManAU 3 года назад +2

      If we’re assuming that f is a polynomial of degree n, then when you expand everything out you have a polynomial of degree 2n on the left and a constant value on the right, which only works if the polynomial on the left is also a constant.
      This breaks down if f is an arbitrary power series, which leads to the alternative solutions some people are discussing in the comments.

  • @mrhassanshehatamath2074
    @mrhassanshehatamath2074 3 года назад

    Creative solutions

  • @aashsyed1277
    @aashsyed1277 3 года назад

    Damn you're so welcome.......
    Appreciate you

  • @AltinoSantos
    @AltinoSantos 3 года назад

    The solution reminds us of the parallelogram rule:
    ||X+Y||^2 - ||X-Y||^2 = 4X•Y

  • @CAG2
    @CAG2 3 года назад

    does f(x) = sqrt(2x) not work?

  • @bajjiabderrahmane7438
    @bajjiabderrahmane7438 Год назад

    Et si f n'est pas polynomiale ?

  • @marcociarrocchi543
    @marcociarrocchi543 3 года назад

    Why if a1a2+a0a3 is 0 are you sure a2 and a3 are 0? Thanks...

  • @michaelaristidou2605
    @michaelaristidou2605 3 года назад

    From a1a2 + a0a3 = 0, why is a2 and a3 equal 0? Could be that a2 = a0 and a3 = - a1.

    • @SyberMath
      @SyberMath  3 года назад

      All the sums are 0 not just that one.

    • @zanti4132
      @zanti4132 3 года назад

      If the polynomial has finite degree, meaning the polynomial has a largest exponent, then all the coefficients other than a₀ and a₁ do have to be zero. On the other hand, you could have what amounts to an infinite polynomial, as happens with a Taylor Series. Solutions to this problem with an infinite polynomial are possible, and I have no doubt all the alternate solutions given in other comments here fall into this category.

    • @bscutajar
      @bscutajar 2 года назад

      @@SyberMath yeah so?

  • @beautifulworld6163
    @beautifulworld6163 2 года назад

    What happens if this function is not polynomial

  • @حسینکریمیان-ع1غ
    @حسینکریمیان-ع1غ 3 года назад

    Very well

  • @deepjyoti5610
    @deepjyoti5610 3 года назад

    U are helping me for olympiad , thnxxxxxx
    Can i ask , is u a college student or completed phd

    • @SyberMath
      @SyberMath  3 года назад

      Neither 😁

    • @deepjyoti5610
      @deepjyoti5610 3 года назад

      @@SyberMath then?? A school student??

    • @SyberMath
      @SyberMath  3 года назад

      @@deepjyoti5610 A former math teacher 😁

  • @sekarganesan
    @sekarganesan 3 года назад +1

    One extra like 👍

  • @雅阿林
    @雅阿林 2 года назад

    problem? why cant it be x^-1 or x^1/2

  • @ismaelerrabihi3024
    @ismaelerrabihi3024 3 года назад

    You are even better than BlackPenRedPen

    • @leickrobinson5186
      @leickrobinson5186 3 года назад +1

      I’m not so sure I can decide who is better, but BRPR certainly has a new contender! :-D

    • @SyberMath
      @SyberMath  3 года назад +5

      Thank you for the compliment but BlackPenRedPen is a college professor with lots of knowledge and good content! I have respect and admiration for his work!
      I'm just trying to share my passion for problem solving.

  • @JoshuaHernandez8a
    @JoshuaHernandez8a 3 года назад

    Two words Fourier transform

  • @1990fort
    @1990fort 2 года назад

    1st step - Floor function ISN'T additive:
    [ f(x) ] - [ f(-x) ] != [ f(x) - f(-x) ]
    This is a wrong approach

    • @SyberMath
      @SyberMath  2 года назад

      Those are brackets not the floor function symbols

  • @dadada6192
    @dadada6192 3 года назад

    This is the functional equation of c+x/c

  • @manojsurya1005
    @manojsurya1005 3 года назад

    😃good one

  • @a.osethkin55
    @a.osethkin55 3 года назад

    Super

  • @qmli962
    @qmli962 3 года назад

    Why can you assume it's polynomial? In fact you can't!

  • @mrhatman675
    @mrhatman675 3 года назад

    But how can we prove there aren t any more functions that satisfy this equation?

    • @leickrobinson5186
      @leickrobinson5186 3 года назад +3

      Actually, there are *many* more functions that satisfy this equation.
      The general family of solutions is
      f(x) = x/E(x) + E(x)
      where E(x) is any even function.
      (See my main comment for a detailed derivation of the solution.) :-D

    • @MathElite
      @MathElite 3 года назад +1

      @@leickrobinson5186 also f(x) = x/O(x) + O(x) works too :DD
      O(x) is an odd function

    • @leickrobinson5186
      @leickrobinson5186 3 года назад +2

      @@MathElite This is actually included in my family of solutions!
      Since the product of two odd functions is an even function, we can choose
      E(x) = x/O(x)
      Substituting, we get
      f(x) = x/(x/O(x)) + x/O(x)
      = O(x) + x/O(x)
      :-D

    • @MathElite
      @MathElite 3 года назад

      @@leickrobinson5186 ah nice

    • @shmuelzehavi4940
      @shmuelzehavi4940 3 года назад

      @@leickrobinson5186 Which means that the 2 solutions are equivalent.

  • @tanalpha5462
    @tanalpha5462 3 года назад

    Why a2=a3=...=an=0?

  • @강일구-c5j
    @강일구-c5j 3 года назад

    I think [ ] is symbol of Gauss.

  • @Germankacyhay
    @Germankacyhay 3 года назад

    👍

  • @syedmdabid7191
    @syedmdabid7191 Год назад

    Sir! d/ dx( n f(x) = n. d/ dx( f(x))
    Int. ( n. f(x)) = n Int of f(x)
    Σ(nx^2) = n. Σ( x^2)
    But f(nx) # nf(x) can't.

  • @tanalpha5462
    @tanalpha5462 3 года назад

    What if the function is not polynomial?

    • @chaosredefined3834
      @chaosredefined3834 Год назад

      Every function is polynomial, thanks to the taylor series.

    • @tanalpha5462
      @tanalpha5462 Год назад

      @@chaosredefined3834 you mean derivable at any degree?

  • @राजनगोंगल
    @राजनगोंगल 3 года назад

    👍👍👍

  • @peterkiedron8949
    @peterkiedron8949 3 года назад

    You did not really show that a2=a3=a4=....=0

  • @dragonman1495
    @dragonman1495 3 года назад

    I thought that was the floor of f(x) for a second

  • @termitori
    @termitori Год назад

    f(x) = h(x) + g(x) h is event g is odd,
    so : f(x) = h(x)+x/h(x)
    chose h(x) when h for any x never equal 0
    f(x)² - f(-x)² = 4 x
    (h(x)+g(x))²-(h(x)-g(x))² = 4x
    4 h(x) g(x) = 4x
    sp : g(x) = x/ h(x)
    so f(-x) = h(x) -x / h(x) ...

  • @Chivorn837
    @Chivorn837 Год назад

  • @Alians0108
    @Alians0108 3 года назад

    More like, an add on to Leick's solution.
    f(x) = x/g(x) + g(x)
    for any non-zero g(x). try
    f(x)= x/e^x + e^x
    f(x) = x + x
    f(x) = sin(x)

  • @dustinbachstein3729
    @dustinbachstein3729 3 года назад

    Um... where's the proof that f(x) has to be polynomial?!

    • @SyberMath
      @SyberMath  3 года назад +2

      Does not have to be. Check the comments for a more general solution

    • @dustinbachstein
      @dustinbachstein 3 года назад

      @@SyberMath Thanks for the hint!
      I approached the equation from a slightly different angle than in the other comment:
      Because -(-x)=x, our equation includes infinitely many equations for (x, -x) pairs, which are independant of each other. For example, if you solved the equation for x=1 and x=-1, then these two values are independant of every other x value.
      So for a given value of x, we'd normally have two equations for the two values f(x) and f(-x). (The first equation is the original one, the second is given by replacing x with -x). Now there's something special here, because the equation does not change by replacing x with -x. So in fact, we only have one equation for two values, which is the very reason why we have infinitely many solutions!
      Now I solved this by just solving for f(x):
      f(x)=+/-sqrt(4x+f(-x)²),
      which means that for any arbitrary function g: ]-inf; 0] --> IR, the function f: IR --> IR given by f(x)=...
      ...g(x) for x0 (Note that the sqrt always exists!)
      solves the functional equation. The +/- can be chosen seperately for every value of x>0.
      This solution should be equivalent to the solution in the other comment
      f(x)=x/E(x)+E(x) with an arbitrary even function E.

    • @SyberMath
      @SyberMath  3 года назад

      @@dustinbachstein Wow!!! 🤩

    • @SyberMath
      @SyberMath  3 года назад

      No proof. I just found the polynomial solutions 😁

  • @tiborfutotablet
    @tiborfutotablet 3 года назад

    Lol dude you cheated with the assumption that f(x) is a polynomial. Where is the part where you discuss the other case?

    • @SyberMath
      @SyberMath  3 года назад

      It's in the comments section. 😁
      I found a specific set of solutions

  • @xxxprawn8374
    @xxxprawn8374 3 года назад +1

    sir, with all due respect, you appear to be clueless as to what a functional equation is, you didn't even define the domain and codomain of the function which makes your equation ill-defined and your assumption that the function is a polynomial literally gave me a hemmorhage