Solving f(x^3+3x^2+3x)=x in Two Ways

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

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

  • @angelmendez-rivera351
    @angelmendez-rivera351 2 года назад +35

    Provided that g : R -> R is such that g(x) = x^3 + 3·x^2 + 3·x everywhere, and that id : R -> R is such that id(x) = x everywhere, find all f : R -> R such that f°g = id. This is a well-defined search, since g is surjective.
    As is, f is a left-inverse of g. For such a left-inverse to exist, g must be injective. The injectivity of g would normally be tested by looking at monotonicity and continuity, and you would test for monotonicity by looking at the critical points. However, here, notice that x^3 + 3·x^2 + 3·x = (x + 1)^3 - 1, so if a, b : R -> R are such that a(x) = x - 1, b(x) = x^3, then g = a°b°a^(-1), and here, notice that a, b, a^(-1) are all injective and surjective, and thus bijective. Hence g is indeed injective, and in fact, bijective, which implies f exists, and is unique, and it also implies that f°g = g°f, meaning that (f(x) + 1)^3 - 1 = x everywhere. This simplifies the task significantly, and we can immediately conclude f(x) = cbrt(x + 1) - 1 everywhere. Q. E. D.

    • @angelmendez-rivera351
      @angelmendez-rivera351 2 года назад +9

      Note: it actually is important to establish that g is surjective. If g were not surjective, then f *would not* be unique. For instance, let us replace the equation f(x^3 + 3·x^2 + 3·x) = x everywhere with f(arctan(x)) = x everywhere. Here, g : R -> R is such that g(x) = arctan(x) everywhere, and so we want to find all f such that f°g = id. g is injective, but not surjective, with range(g) = (-π/2, π/2). Why is this important? Because we can conclude f(x) = tan(x) for all x in (-π/2, π/2), but you *cannot* conclude f(x) = tan(x) everywhere. As an example, let f0(x) = tan(x) for all x in (-π/2, π/2), but f0(x) = 0 for all other x. Then, even though f is not equal to f0, f0 also satisfies the equation, in that f0°g = id in this case. Indeed, f0(arctan(x)) = x everywhere. Therefore, there are at least two functions satisfying the equation. In fact, there are infinitely many. Consider an arbitrary h : R\(-π/2, π/2) -> R. Let f[h] : R -> R be such that f[h](x) = tan(x) for all x in (-π/2, π/2), f[h](x) = h(x) for all other x. Then, for all such h, f[h]°g = id is true, and f[h] is distinct for each h. This means there are card(R)^card(R\(-π/2, π/2)) = Beth(1)^Beth(1) = 2^Beth(1) = Beth(2) functions that solve the equation.
      This can be made completely general. In the most general situation, consider some given, known function g : R -> R. The task is to find all f : R -> R such that f°g = id, where id : R -> R such that id(x) = x everywhere, a.k.a find every left inverse of g. Let g^λ : range(g) -> R be such that g^λ(g(x)) = x everywhere. g^λ is well-defined, since there is only one function satisfying this property. Consider an arbitrary function h : R
      ange(g) -> R. Now, let f[h] : R -> R such that f[h](x) = g^λ(x) for all x in range(g), f[h](x) = h(x) otherwise. Thus, for all such h, f[h]°g = id, and for each distinct h, f[h] is distinct as well. The number of distinct f[h] that exist is equal to card(R)^card(R
      ange(g)) = Beth(1)^card(R
      ange(g)). In the special case that g is surjective, range(g) = R, so R
      ange(g) = {}, meaning that card(R
      ange(g)) = 0, so Beth(1)^card(R
      ange(g)) = Beth(1)^0 = 1, and so f is unique. Otherwise, there are infinitely many f: at least Beth(1) of them, and if R
      ange(g) is uncountable, then exactly Beth(2) of them.
      Of course, this all assumes g is injective. If g is not injective, then f simply does not exist, and there is nothing else to discuss. So, in summary: if g is not injective, then there are 0 functions f satisfying the equation; if g is injective, and surjective, then there is 1 function f satisfying the equation; if g is injective, and not surjective, and range(g) is cocountable in R, then there are Beth(1) functions satisfying the equation; if g is injective, and not surjective, and range(g) is not cocountable in R, then there are Beth(2) functions satisfying the equation. In this video, though, g is surjective, so f is unique, and in fact, f = g^(-1), keeping it simple.

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

      Wow! You are amazing, Angel!

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

      Chapeau.

  • @morteza3268
    @morteza3268 2 года назад +10

    This is how I solved it:
    we know f(g(x))=x so g(x)=f^(-1)(x)
    That is, it is the inverse of the function f
    y=ax³+bx²+cx+d
    If b²-3ac=0
    If this condition is met, the inverse of the function is equal to :
    y^(-1)=[(x-d)/a+(b/3a)³]⅓-(b/3a)
    f(x)=cbrt((x+1)-1

  • @GirishManjunathMusic
    @GirishManjunathMusic 2 года назад +12

    Given:
    f(x³ + 3x² + 3x) = x
    To find:
    f(x)
    Setting x³ + 3x² + 3x = y:
    Adding 1 to both sides:
    x³ + 3x² + 3x + 1 = y + 1
    (x + 1)³ = y + 1
    Raising both sides to the ⅓ power:
    x + 1 = (y + 1)↑⅓
    x = (y + 1)↑⅓ - 1
    Thus:
    f(y) = (y + 1)↑⅓ - 1

  • @vishalmishra3046
    @vishalmishra3046 2 года назад +2

    *General strategy* set y = x^3 + 3x^2 + 3x and then calculate x in terms of y.
    y = (x+1)^3 - 1 => x = (y+1)^(1/3) - 1
    So, using x instead of y, f(x) = (x+1)^(1/3) - 1 *Simple* Right ?

  • @chixenlegjo
    @chixenlegjo 2 года назад +1

    I took the derivative to look for any extrema. After noticing that there was exactly one horizontal tangent and that the a value of the cubic was 1, I knew it would be in the form f(x)=cbrt(x-h)+k where (k,h) is the point at which the horizontal tangent intersects the cubic. Finding this was easy due to my first step.

  • @benheideveld4617
    @benheideveld4617 2 года назад +24

    The equation f(g(x)) = x is asking the inverse function of g(x). I would not call that a functional equation. A functional equation requires f to occur at least twice and not of a constant like f(1).

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

      Hey! Long time, no see! 😁

    • @angelmendez-rivera351
      @angelmendez-rivera351 2 года назад +3

      *A functional equation equation requires f to occur at least twice...*
      According to who?

    • @angelmendez-rivera351
      @angelmendez-rivera351 2 года назад +8

      Also, strictly speaking, the equation is only asking for a left-inverse. It is conceivable that not only multiple left-inverses could exist, if no right-inverses exist, but also that none may exist at all. g is bijective, and that is really the key observation to solve this equation uniquely. However, g could have been chosen so that it was injective, but not surjective on R, or that it was not injective to begin with. So, the problem is not as simple as you are dismissing it to be. Syber kept it easy by choosing g to be bijective, but strictly speaking, you still have to at least state that explicitly as a premise in your proof, and explain why that matters. In this case, g being bijective means that f°g = g°f = id, and so we can rewrite f°g = id as g°f, meaning that (f(x) + 1)^3 - 1 = x everywhere, and now the solution is obvious. You could not assert this if g was not injective, though. You also could not assert f is unique without indicating g is surjective (if g is not surjective, then f is definitely not unique).

    • @benheideveld4617
      @benheideveld4617 2 года назад +7

      @@angelmendez-rivera351 Thank you for your kind and thorough stipulations. It is this kind of interaction with people more knowledgeable than me that makes it worthwhile to participate in a group like this. I notice that most people don’t like to be wrong about what they say. I love being wrong sometime, that is when I learn. I studied physics (BSc & MSc) and I notice this my attitude is a scientist’s attitude.

  • @GourangaPL
    @GourangaPL 2 года назад +2

    6:21 in Poland we call it "shooting a fly with a cannon"

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

    Once I saw that the LHS was a difference of cubes the rest was easy. A general solution of f(cubic in x) = X is much more complex.

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

    Mr, it's just an inverse function of the said expresion. Namely, take the cubic root of ((...)十1),and then -1.
    The correct wordings are therefore f(y)=(cu rt(y十1))-1,when y=..., f(y)=x.

  • @ИльхамАбдуллаев-ь6й
    @ИльхамАбдуллаев-ь6й 2 года назад +2

    Nice problem with original Solution .Thank you .Bravooo 👍👍👍👍👍👍👏

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

    I feel like the question requires more parameters. There are infinite functions that solve this expression. For example, f:Pn(R) -> P1(R) can be defined as f(a + bx + cx² + dx³ + ...) = (1/3)bx and we are done

  • @tontonbeber4555
    @tontonbeber4555 2 года назад +1

    Let's try something like ...
    y = x3 + 3x2 + 3x = (x+1)3 -1
    (y+1) = (x+1)3
    f(y) = x = cubicroot(y+1) -1

  • @moeberry8226
    @moeberry8226 2 года назад +1

    The Master has done it again. Bravo.

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

      Aww, thanks for the kind words!!! 🥰🤗💖

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

    2:29 YOU SHOULDN'T HAVE GIVEN ME THIS POWER!!!

  • @edreds2145
    @edreds2145 2 года назад +1

    Sup! One question, why, in the minute 1:56, you can move “y” to the left side? I didn’t understand

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

    Today I viewed both solutions...
    Very, very good...
    🇧🇷🇧🇷🇧🇷🇧🇷🇧🇷🇧🇷🇧🇷🇧🇷🇧🇷🇧🇷🇧🇷🇧🇷

  • @shmuelzehavi4940
    @shmuelzehavi4940 2 года назад +1

    Another way:
    The given equation:
    f(x^3 + 3x^2 + 3x) = x
    We denote: u = x^3+3x^2+3x and we have to express x as a function of u .
    Therefore, we have to solve for x the equation:
    x^3 + 3x^2 + 3x = u
    Or:
    x^3 + 3x^2 + 3x + 1 = u + 1
    Or:
    (x + 1)^3 = u + 1
    Or:
    x + 1 = ∛(u + 1) ⟹ x = ∛(u + 1) - 1
    Therefore we obtain:
    f(u) = ∛(u + 1) - 1
    Or:
    f(x) = ∛(x + 1) - 1

  • @Ghaith7702
    @Ghaith7702 2 года назад +1

    "remind myself to slow down"
    hhh nice

  • @juanmolinas
    @juanmolinas 2 года назад +2

    Hi Syber! I spent some time trying but I fell into the temptation to see how you solve it XD

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

      Hi Juan! Some temptations are not that bad after all! 😁🤩

  • @georgepaidas1132
    @georgepaidas1132 2 года назад +1

    That's really one of your best problems. Great!!!!

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

      Glad you think so! The fact that it's homemade makes me more proud 😉🥳

    • @science_nepal_lover
      @science_nepal_lover 2 года назад +1

      @@SyberMath just multiply both sides by 0
      Duh

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

      @@science_nepal_lover you are so smart 🤓

  • @giuseppemalaguti435
    @giuseppemalaguti435 2 года назад +1

    f(x) =sqrt3(1+x)-1

  • @mathswan1607
    @mathswan1607 2 года назад +5

    f(x)= cube root (x+1)-1

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

    Easy-peasy. :)

  • @boraned
    @boraned 2 года назад +1

    Abi ingilizcen gayet gelişmiş. Daha demin 1 yil onceki videonu izliyodum, türk oldugun hayvan kadar anlasiliyordu

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

      Saol! 😁😂

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

      @@SyberMath zekani harbiden apprieciateliyorum abi. content cok kafa aciyor, cok ilgi cekici ayni zamanda.

  • @elmurazbsirov7617
    @elmurazbsirov7617 2 года назад +1

    Bakıdan salamlar.Əla həll etdiniz.

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

      Çox sağ ol! Amerika Birləşmiş Ştatlarından salamlar!

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

    Just send every Polynomial to the Polynomial x.

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

    This is dumb the answer is negative 1. I looked at that seeing three larger x values = x. so it must be negative. Seen negative one was a candidate to work solved it using negative one as x and the answer comes out as negative one.

  • @lesindorf-934videos
    @lesindorf-934videos 2 года назад

    For what?

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

    Nice video👍🏻

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

    6/10/2022

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

    -1

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

    I found 'f' in front of (

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

    f(x)=0

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

    No, I can't

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

    👍

  • @andirijal9033
    @andirijal9033 2 года назад +1

    sirr are you from Ukraina ?

  • @hadibendj9716
    @hadibendj9716 2 года назад +1

    It's an incredible solution sir thank's very much, i like your channel.

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

      Thanks and welcome! 🥰

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

    Zero

  • @user-qawsedrftgyhujikolp10
    @user-qawsedrftgyhujikolp10 2 года назад

    同じことやん

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

    are you türk?

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

      Senden kaçmıyor abi hiçbir şey! 😜

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

      @@SyberMath bazen çıkmış sorular bazen de aksan çok hafif belli belirsiz buradayım diyor. Elinize aklınıza sağlık başarılarınızın devamını dilerim

  • @vladimirkaplun5774
    @vladimirkaplun5774 2 года назад +1

    Boring

  • @คุกกี้ไก่
    @คุกกี้ไก่ 2 года назад

    F=ma