Functional Equation

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

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

  • @WhiteGandalfs
    @WhiteGandalfs 9 месяцев назад +87

    He is a very patient teacher with a very sympathic voice and charisma.

  • @VictorGarcia-gv1ri
    @VictorGarcia-gv1ri 11 месяцев назад +101

    I love you're enthusiasm. It makes me feel like I'm not crazy or left alone because sometimes I find math or science fascinating and when I try to talk to people about it they look at me weird. We need more teachers like you.

    • @stevenwilson5556
      @stevenwilson5556 10 месяцев назад +3

      Agreed, he has a perfect attitude to teach!

  • @paulw176
    @paulw176 11 месяцев назад +29

    hey, I'm 65 and just starting to do some math again. I was able to follow that long forgotten algebra so thanks, that is encouraging - subscribed.

  • @sophisticatedplayer
    @sophisticatedplayer 11 месяцев назад +124

    10:55 The top part was a perfect square, you don't even need to distribute everything
    ((t + 1) + (t - 1))^2 = (2t + 1 - 1)^2 = (2t)^2 = 4t^2

    • @PrimeNewtons
      @PrimeNewtons  11 месяцев назад +46

      Haha! Now I see it.

    • @tiramisu_1th
      @tiramisu_1th 11 месяцев назад +13

      yup, this is the comment im looking for

    • @Mycroft616
      @Mycroft616 11 месяцев назад +5

      That is how I handled it, too.

    • @LucenProject
      @LucenProject 11 месяцев назад +2

      Yup, came for this!

    • @Zachary_Roemmich
      @Zachary_Roemmich 8 месяцев назад +2

      I noticed that and was wondering whether you would use it.

  • @johnconrardy8486
    @johnconrardy8486 5 месяцев назад +4

    i am 70 retired eng;ineer you got my attention love your teaching style and i love math

  • @malefetsanekoalane4549
    @malefetsanekoalane4549 7 месяцев назад +9

    I am a pensioner and I alternate between doing math and the garden.Your presentation is just so captivating. I just can't imagine what I would be doing if I couldn't do math .Kudos from Johannesburg. Been thinking that functional equations were reserved for IMOs. 😅

  • @nihadsaid286
    @nihadsaid286 10 месяцев назад +4

    انا من فلسطين . واحب الرياضيات . انت مذهل و رائع . ساتابعك باستمرار . تحياتي

  • @Hardman7
    @Hardman7 8 месяцев назад +4

    Never stop teaching Coach !
    Thanks

  • @MervynRThomas
    @MervynRThomas 8 месяцев назад +3

    I love the fun you have with maths. Your enthusiasm is infectious. I wish my teachers had had half your ability.

  • @gooddude9211
    @gooddude9211 10 месяцев назад +2

    Excellent sir. Loved the way you simplified and great explanation.

  • @favourtube527
    @favourtube527 11 месяцев назад +2

    I am from Bangladesh. And mymother langyage is not english. But your lecture is incredible. Despite being a bangali i can understand your solution so easily.your way of teaching is not boring at all. You are a really great teacher

  • @zk513
    @zk513 8 месяцев назад +1

    Functional equations were always very cruel to me. Thanks to you, I'm starting to see the light. Keep on teaching!

  • @yamada.masahiro
    @yamada.masahiro 11 месяцев назад +45

    Your way of solving it is universal. Great!
    I found the numerator of RHS equals ( x + 2 )^2, and then I tried to express the denominator with ( x + 2) and ( x - 2 ).
    8 x = ( x + 2 )^2 - ( x - 2 )^2
    ∴ RHS = ( x + 2 )^2 ÷ { ( x + 2 )^2 - ( x - 2 )^2 }
    = { ( x + 2 ) / ( x - 2 ) }^2 ÷ [ { ( x + 2 ) / ( x - 2 ) }^2 - 1 ]
    Replace ( x + 2 ) / ( x - 2 ) with x, you can get x^2 / ( x^2 - 1 )

    • @shaswatadutta4451
      @shaswatadutta4451 11 месяцев назад +4

      I did exactly the same thing!!

    • @PooshanHalder
      @PooshanHalder 10 месяцев назад +2

      Same thing I did

    • @metadivergence9523
      @metadivergence9523 9 месяцев назад +1

      Me too

    • @shashankks8758
      @shashankks8758 7 месяцев назад

      I tried same thing but missed in expressing 8x in terms of X+2 ad X-2 , thanks for the steps

    • @heywrandom8924
      @heywrandom8924 7 месяцев назад

      I also did this but the identity for the denominator might not be known by many so I will try make a story that might help finding solutions in the future.
      We will try to guess the function. First notice the x square in the numerator which means that there is some squaring involved. So try f(t) = t^2. You get the numerator of the Right Hand Side (RHS) but not the denominator. You can multiply and divide the denominator by the thing you want which is (x-2)^2. Then you have 8x/(x-2)^2 in the denominator.
      Issue is that there is no evident simplification unless you saw the relevant identity in the past and remembered it.
      So we will have to write 8x in some way that involves (x-2)^2.
      If in the end we want to write a function of (x+2)/(x-2) we will probably need to write 8x in terms of (x-2)^2 and (x+2).
      If we want to get rid of the x^2 in (x-2)^2 when that term is expanded then it might be interesting to look at (x-2)^2-(x+2)^2.

  • @boguslawszostak1784
    @boguslawszostak1784 10 месяцев назад +4

    I prefer a clear and simple formulation to avoid any confusion
    In the first and second lines, the letter 'x' is used in different ways. We're used to writing y=f(x), so it's easier to change the 'x' to 't' in the first line.
    This gives us the equations:
    f(x)=y
    x=(t+2)/(t-2)
    y=(t^2+4t+4)/(8t)
    Our task is to eliminate the variable 't' from these equations.
    (t-2)*x=(t+2)
    x*t-2x=t+2
    x*t-t=2x+2
    t=2(x+1)/(x-1)
    y=(t+2)^2/(8t)= ... etc

  • @Zombie_Chess
    @Zombie_Chess 9 месяцев назад +2

    that's amazing. Never seen functional equations before but solving that looked like a lot of fun.

  • @subarnodatta
    @subarnodatta 11 месяцев назад +2

    Sir I am an Indian student studying in class 12th (high school)..
    i substituted t = x+2/x-2, and then directly used COMPONENDO-DIVIDENDO to get t+1/t-1 = x/2.. so x = 2(t+1/(t-1))..
    then I directly considered (x^2 + 4x + 4)/8x as (x+2)^2/8x and substituted x as 2(t+1/(t-1)) on both the sides to get the desired answer.
    Thanks a lot for this question sir..

  • @matthewkendall5235
    @matthewkendall5235 11 месяцев назад +9

    Neat algebra - you might wish to explain how the original function won't given an answer at x = 2, whereas the revised function won't give an answer at x = 1 or -1 and how that works okay - as you have shifted the points where the function doesn't converge because of a divide by zero and why that would be allowed!

  • @labbertubes
    @labbertubes 11 месяцев назад +1

    this is one of the most compelling math videos it has been my joy to behold. Nice cap, too.

  • @marxcarton3858
    @marxcarton3858 11 месяцев назад +1

    This is where i learnt how to solve functional equations, thank you so much!!

  • @jacobgoldman5780
    @jacobgoldman5780 11 месяцев назад +274

    You should specify that x cannot be 0 or 2 in domain of f as those values are not in the domain of original functional equation.

    • @glorrin
      @glorrin 11 месяцев назад +58

      that's not entirely correct the final x is not the same as the first one. t cannot be 1 or -1. and if f(x) = t^2/(t^2-1) then x cannot be 1 or -1.
      But t = x+2/(x-2), then whatever x t cannot be 1 so there is no problem here. t = -1 when x = 0 so you have one exception in common x = 0 is the same as t = -1.
      when x = 2 t is not defined so there is no problem.
      The first equation is not defined on 0 and -2 but the answer is not defined on 1 and -1

    • @PrimeNewtons
      @PrimeNewtons  11 месяцев назад +112

      I was just looking for f(x).

    • @JuniperHatesTwitterlikeHandles
      @JuniperHatesTwitterlikeHandles 11 месяцев назад +24

      in the original statement
      f((x+2)/(x-2)) = (x+2)^2/8x
      you would _not_ input 2 into that function by replacing the x with 2, because x is not the input to the function. You would replace the x with a number such that (x+2)/(x-2) is equal to 2, because (x+2)/(x-2) is the input to the function.
      (6+2)/(6-2)=2
      (6+2)^2)/8(6)=4/3
      thus 2 is in the domain of the original function, you can watch him work out how 0 is in the domain of the original function in the beginning of the video.
      Changing the value you put into a function does not change the function or its domain. If we had a separate function g, defined so that
      g(x) = f((x+2)/(x-2))
      then _that_ function, g, would not be defined at 2, but f still is, because when you feed 2 into f, it returns 4/3.

    • @adw1z
      @adw1z 11 месяцев назад +12

      Yes u are almost right (I see what u were trying to say) - clearly plugging in x = 0 ==> there is a simple pole at t = -1 for f(t)
      and taking some limit e.g. let x -> 2+ ==> f(t) -> 1 as t-> +inf
      let x -> 2- ==> f(t) -> 1 as t -> -inf
      This can be seen all from the initial question (and clearly holds with the final answer!), but all he wanted to do was find the function, which he did - not specify the domain and range of the functional equation (which is an obvious 2 second job anybody can do). Slight mistake in your comment: the domain of f(x+2/x-2) has those problems, not the domain of f itself; domain of f only has a singularity at -1

    • @UgyenRangdol-gf8cc
      @UgyenRangdol-gf8cc 11 месяцев назад +10

      Every one in the comment going crazy

  • @clp9823
    @clp9823 8 месяцев назад +2

    That quote at the end sent me. Very enjoyable personality.

  • @yangranay8102
    @yangranay8102 Месяц назад

    You just need to be diligent to solve such a tedious exercise. I like the way you're teaching, thanks Prime!

  • @sounakkundu6115
    @sounakkundu6115 11 месяцев назад +3

    As x approaches 2 from 2+ or 2- we see that the value is 1, thus allowing us to find f(t) as t approaches both negative and positive infinity. Mind Blown.

  • @alangrant5278
    @alangrant5278 8 месяцев назад +1

    I’m very happy to have found your channel!!!

  • @IRanOutOfPhrases
    @IRanOutOfPhrases 11 месяцев назад +3

    Been WAAAAY too long since I looked at this stuff. I was always pretty good and keen on math, but once this stuff started to turn up, it made the subject loads more interesting. It's hard to describe, but the way these functions relate to one another, it almost feels like you're peeling away at the layers of how the universe as a whole operates.
    Some of the discoveries end up being more exciting than others, of course. Very similar vibes with how taking the derivative of a function, and then taking that derivative, and then taking that derivative, and all these functions you end up with all relate to one another. It's like the numbers behind the numbers behind the numbers.
    You're introduced to things like parabolas and other common graph shapes well before learning derivatives, so it just felt like a huge plot twist when you first learn that these derivatives were there 'driving' the shapes of the graph all along. I don't know, just always seemed very cool to me.

  • @freddyalvaradamaranon304
    @freddyalvaradamaranon304 11 месяцев назад +1

    Muy interesante, didáctica y buena clase, a mi hija le servirá mucho esta excelente exposición. Estamos muy agradecidos con su bella persona, bendiciones y éxitos para Usted y su linda familia. ❤

  • @daniel-mircea
    @daniel-mircea 3 месяца назад

    (x^2+4x+4)/8x=(x+2)^2/((x+2)^2-(x-2)^2). After dividing both numerator and denominator of the fraction by(x-2)^2, the result is: f(z)=z^2/(z^2-1), where z=(x+2)/(x-2). It is always a pleasure to watch your enthusiastic presentations.

  • @Aaron-h5n
    @Aaron-h5n 11 месяцев назад +1

    Your presentation is awesome.

  • @EDWING6017
    @EDWING6017 11 месяцев назад +2

    Excellent, very interesting this exercise. Thanks so much!!! Greeting from Perú!

  • @gourivigneshgembali3496
    @gourivigneshgembali3496 10 месяцев назад +1

    I have a very easy solution.
    in the RHS, the numerator can be written as (x+2) ^2 and denominator can be written as ((x+2) ^2 - (x-2) ^2) and then divide the numerator and denominator with (x-2) ^2. Then replace x + 2/x - 2 with x. The solution is x^2/x^2 - 1

  • @beaumatthews6411
    @beaumatthews6411 8 месяцев назад +2

    Hey, really nice. I noticed something though, before 12:36 but at that time it's the step above the one you're pointing at. The top is the form a^2 + 2ab + b^2, so it equals (a+b)^2, which is ((t+1)+(t-1))^2 which evaluates to (2t)^2 then 4t^2, which is what you end up with as well. Just thought it was interesting, I immediately noticed it when I saw it

  • @tubetigeerr
    @tubetigeerr 11 месяцев назад +3

    i really like the syle he talks/teaches here!!

  • @karryy02
    @karryy02 11 месяцев назад +2

    The solution is actually easy. On the first sight, we can already see that 8x = (x+2)² - (x-2)², let u = (x+2)/(x-2), the eq becomes f(u)=1/(1-u⁻²)
    And that's the function we need to find.

  • @MathsScienceandHinduism
    @MathsScienceandHinduism 11 месяцев назад +23

    12:38 you can simply write the numerator as [ (t+1)+(t-1) ]^2=(2t)^2=4t^2

  • @john-paulderosa7217
    @john-paulderosa7217 11 месяцев назад +1

    Wonderful manner that conveys such enthusiasm and positivity. I would have understood better if a graph of the function had been included when it was found. That might have helped understand the domain issues that got so many commenters in knots.

  • @Grecks75
    @Grecks75 2 месяца назад +2

    After substitution of t := (x+2)/(x-2), I found f(t) = 1 + 1/[(t - 1)(t + 1)] which can be reasonably defined for all real (or complex) values of t except for t = ±1.
    It's an even function with a double zero at t=0, two poles of order 1 at t=-1 and t=+1, and a horizontal asymptote y=1. 😃

  • @mrunalhatekar11
    @mrunalhatekar11 11 месяцев назад +42

    Your content is so good that i think you deserve atleast a million subs. I am from India and i love watching your content. If for any reason you get depressed or think that you should stop making your videos, there's always me and my group of friends watching your vdos. Your teaching skills are fabulous. The way you make maths interesting. Thanks a lot my man. Love from india

    • @PrimeNewtons
      @PrimeNewtons  11 месяцев назад +6

      Wow! That means a lot to me. Thank you, and God bless.

  • @Sal_da_Terra21
    @Sal_da_Terra21 11 месяцев назад +1

    Nice lesson! Congratulations teacher.

  • @fisimath40
    @fisimath40 11 месяцев назад +9

    You have very good content and scenic mastery.
    The form presented shows the equivalence with the change of variable
    It could also have been done like this
    x²+4x+4=(x+2)²
    (x²+4x+4)/8x=(x+2)²/8x, dividing numerator and denominator by (x-2)²
    =((x+2)²/(x-2)²)/(8x/(x-2)²), adding and subtracting 1 from the denominator
    =((x+2)/(x-2))²/(8x/(x-2)²+1-1)
    =((x+2)/(x-2))²/(((x+2)/(x-2))²-1) then the change
    f(x)=x²/(x²-1)

  • @glebannya
    @glebannya 11 месяцев назад +3

    Bro you are great! I'm studying maths profoundly at school and your content is exactly what I'm obsessed with. Thank you!

  • @holmbrg-_-2221
    @holmbrg-_-2221 11 месяцев назад +12

    Great videos you make, they are super useful. For me personally i have, in the last couple of days, learned a bunch of new techniques from your videos.

  • @YakobWakjera
    @YakobWakjera 6 месяцев назад +1

    I love your introduction sir...

  • @555amry
    @555amry 16 дней назад +1

    11:15 When simplifying [(t+1)^2 + 2(t+1)(t-1) + (t-1)^2)], instead of expanding everything and cancelling out you could have used the general formula (a+b)^2 = a^2 + 2ab + b^2, would’ve been neater.

  • @davidchung1697
    @davidchung1697 11 месяцев назад +3

    In the video, the handwriting on the blackboard is the prettiest I have ever seen on RUclips.

  • @johnstebbins6262
    @johnstebbins6262 11 месяцев назад +1

    Wonderfully clear explanation!

  • @GargamelTheGreat
    @GargamelTheGreat 8 месяцев назад

    We need more math teachers like this dude

  • @grandstrategy8987
    @grandstrategy8987 11 месяцев назад +2

    easy to understand. you're a great teacher!

  • @thexavier666
    @thexavier666 11 месяцев назад

    Your enthusiasm is very nice

  • @mcrow312166
    @mcrow312166 5 месяцев назад

    I really like this level of maths. Thanks.

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

    The best Math teacher i have ever seen
    Iam from egypt
    And iam a new subscriber
    YOU MAKE MATH FUN🎉
    THX❤❤❤❤

  • @kailasnathastro
    @kailasnathastro 11 месяцев назад +1

    The way you explain the steps and logic is really remarkable and I enjoy all your videos.

  • @ajamessssss
    @ajamessssss 11 месяцев назад +3

    Excellent video sir, i thoroughly enjoyed it.
    just by looking at the thumbnail. I guessed we would have to plug in another variable,
    But I made the mistake of substituting a directly into the equation.
    like, f(a) = (((x+1)/(x-1))^2 + 4(x+1)/(x-1) + 4 )/ 8((x+1)/(x-1))

  • @BlackPhoton
    @BlackPhoton 11 месяцев назад +2

    Great channel, I really appreciate what you're doing and how you explain math concepts. Regarding this algebra the only thing I miss is to determine the function domain which is also part of the solution.

  • @Issac-ff2ec
    @Issac-ff2ec 5 дней назад

    11:18 The numerator is (a+b)² identity. But Absolutely beautiful question and solution!!

  • @benhuralexandredossantos1996
    @benhuralexandredossantos1996 8 месяцев назад

    Sou muito fã de suas aulas, obrigado!

  • @rogerfroud300
    @rogerfroud300 11 месяцев назад

    I hated maths at school, yet here I am watching this and enjoying it now I'm retired. I guess we just didn't have very good teachers.

  • @andreasretsinas2142
    @andreasretsinas2142 10 месяцев назад

    Very nice video! Students will love it! Keep going!

  • @ZqTi0
    @ZqTi0 8 месяцев назад

    Man I wish I had found you earlier. You make things so interesting and easy. You are such a charismatic person and teacher which makes it very easy for me to learn. Thank you for your videos.

  • @puckchibi
    @puckchibi 8 месяцев назад

    You are a very good teacher!

  • @mdforhad-wk1zo
    @mdforhad-wk1zo 8 месяцев назад

    Dream math teacher around the world❤❤❤

  • @tanoukouassialban7501
    @tanoukouassialban7501 7 месяцев назад

    Very nice. I like your videos. Just continue

  • @ahpx7553
    @ahpx7553 4 месяца назад

    Best math teacher i have ever seen, most think i love is your smile 😊

  • @jonathanestrada1064
    @jonathanestrada1064 10 месяцев назад

    So my takeaway is that when given a functional equation call it f(g(x)) in order to determine f(x) we simply find the inverse of g(x) so that when we plug that into f(g(x)) we get f(x). Sounds simple enough!
    Very good example I just wish he would have mentioned the technique in more general terms at the end. After all as a mathematician we want to be able to generalize results.

    • @PrimeNewtons
      @PrimeNewtons  10 месяцев назад

      What you explained is brilliant. That wasn't my strategy in any way. I would try that next time. Thanks

  • @polaris1985
    @polaris1985 11 месяцев назад +1

    Never seen a black guy do maths, amazing!

  • @ritwikgupta3655
    @ritwikgupta3655 6 месяцев назад

    You have great "board-side" manner. Cool...But sometimes shorter methods are easier to follow.
    Put x+2=a, x-2=b and a/b=c,
    then, f((x+2)/(x-2)) is f(a/b) or f(c) and RHS
    = a^2/(a^2-b^2) = 1/(1-(b/a)^2)
    = 1/(1-(1/c)^2) = c^2/(c^2-1)
    Now, as f(c)=c^2/(c^2-1)
    Substituting x for c, gives
    f(x)= x^2/(x^2-1)

  • @franklinokafor
    @franklinokafor 6 месяцев назад

    Keep up the good work Sir!❤ From Nigeria😊

  • @edmurnico7508
    @edmurnico7508 11 месяцев назад

    Very, very nice explanation!
    Greetings from Brasil

  • @naumtrandos4191
    @naumtrandos4191 11 месяцев назад

    A mathematics video has never had a harder plot twist than this 🔥

  • @jandirpassos5327
    @jandirpassos5327 11 месяцев назад

    Very good. Greetings from Brazil

  • @vivekrajput..
    @vivekrajput.. 11 месяцев назад

    You have a Amazing attitude
    A god's gift

  • @MohammedAli-jt7zr
    @MohammedAli-jt7zr 11 месяцев назад

    honestly i liked your explanation quite a lot dam it was interesting how you explained great respect from India Ali 🖖👍

  • @abhikbhattacharya4331
    @abhikbhattacharya4331 8 дней назад

    Identity of x is different in 2cases. In the function f(x+2/x-2), x is a VARIABLE and value of f on the RHS has been defined in terms of this VARIABLE x. In the simplified expression of f(x), x is the ARGUMENT and the value of f on the RHS has been defined in terms of its ARGUMENT x, as in the way function is conventionally defined. Once we are clear about these 2 subtle but distinct roles played by x, there is absolutely no confusion. For example, when we say x=2, we must be clear that it means VARIABLE x in the original f, which leads to argument of f tending to infinity and value of f as 1. Equivalent case in the simplified f would mean x tending to infinity, since it is serving the role of ARGUMENT here. and indeed, the corresponding value of f with its argument tending to infinity, comes out to be 1 as a limit.

  • @deventerprises2640
    @deventerprises2640 5 месяцев назад

    For the step where you distribute, you can actually use the formula a² + 2ab + b² = (a + b)², so the numerator will simplify to ((t + 1) + (t - 1))² which further simplifies to (t + 1 + t - 1)² = (2t)² = 4t²

  • @ChaosPod
    @ChaosPod 11 месяцев назад +2

    10:49 You could have factorised the numerator (t+1)^2 + 2(t+1)(t-1) + (t-1)^2 = ((t+1) + (t-1))^2 = (2t)^2 = 4t^2 since it is of the form (a + b)^2 = a^2 +2ab +b^2

  • @tubesteaknyouri
    @tubesteaknyouri 11 месяцев назад

    Thank you. You are like the Bob Ross of math.

  • @roronoazoro8343
    @roronoazoro8343 11 месяцев назад

    i like this person man, such a happy intraction

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

    You write neatly and you don't stand in front of your work. You have great delivery--clear and concise.
    You don''t need long generalizations though. Just dive right into the solution. The 84 second introduction is distracting rather than enlightening.
    If I'm being presumptuous by making critical comments I apologize. No more to say.

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

      Feedback is appreciated. We never stop learning!

  • @grinreaperoftrolls7528
    @grinreaperoftrolls7528 11 месяцев назад +5

    THIS IS SO COOL! How was this never taught to me? I made it all the way through cal 3 without ever knowing this

  • @nYEOSUh
    @nYEOSUh 11 месяцев назад

    t로 치환하는 방법은 미처 몰랐네요. 멋진 아이디어 감사합니다!

  • @plante2166
    @plante2166 11 месяцев назад

    This is how I did it:
    Notice that x^2+4x+4 = (x+2)^2. Substitute u=x+2 to get f(u/(u-4)) = u^2/(8(u-2)).
    So the idea would be to express u^2/(8(u-2)) in terms of u/(u-4). The first thing to try would be squaring u/(u-4), which gives us u^2/(u^2-8u+16) = u^2/(u^2-8(u-2)). We note that this looks very similar to the right hand side already, save for the extra u^2 in the denominator.
    This inspires us to try 1/(u/(u-4))^2 = (u^2-8(u-2))/(u^2) = 1-8(u-2)/(u^2) which is just 1-f(u/(u-4)). So now we have 1/X^2 = 1-f(X) (writing u/(u-4) as X). We solve for f to obtain f(X) = X^2/(X^2-1).

  • @nanamacapagal8342
    @nanamacapagal8342 11 месяцев назад

    I love your solution! I mostly just winged it, tried x = 1 and x = -1 for f(5) and f(3), then picked more values of x for f(-3) and f(-5)
    Then I checked by plugging back in (x+2)/(x-2)

  • @johnconrardy8486
    @johnconrardy8486 5 месяцев назад

    your a great teacher

  • @mcichael9661
    @mcichael9661 7 месяцев назад +2

    Bob Ross of algebra

  • @adamoksiuta4715
    @adamoksiuta4715 10 месяцев назад

    When you get (t+1)^2 + 2(t+1)(t-1) + (t-1)^2 in numerator you can use the formula for (a+b)^2, where a= t+1 and b= t-1. If you do that you will get (t+1 + t-1)^2. This is equal (2t)^2 and this is 4t^2.

  • @AndresReyes-b6b
    @AndresReyes-b6b 10 месяцев назад +1

    FELICIDADES ERES MUY BUENO

  • @DasWan-qs6sx
    @DasWan-qs6sx 7 месяцев назад

    Very nice video !

  • @stevenwilson5556
    @stevenwilson5556 10 месяцев назад

    I never studied functional equations and I have a degree in math with 4 semesters of calculus under my belt. I did not focus on algebra, more on probability and statistics and this sort of mathematics does not come up much in that area of math.

  • @henry_dschu
    @henry_dschu 11 месяцев назад

    yeah, this is what we did in ms. the method is that which is called the substitution of variates. make t = (x+2)/(x-2)(x≠2 &),then t= g(x), then integrate g(x) into the function on the right side, we will get a f(t)=t²/t²-1(t≠1, x≠0)。so we have f(x)=x²/x²-1(x≠±1 & x≠0 & x≠2)

  • @Jperre2010
    @Jperre2010 11 месяцев назад +1

    Excellent blackboard techniques.

  • @NAxxen18
    @NAxxen18 11 месяцев назад

    Sir here we use partial derivative method by first using partial derivative wrt x and then simplifying to eliminate x or yand then b putting f'(x)=dy/dx we can use veriable seperable form to integrate then we will finally get our funtion

  • @biscuit_6081
    @biscuit_6081 11 месяцев назад

    The change of variables from calc 2 at the end is so nice

    • @peterc.hayward8067
      @peterc.hayward8067 8 месяцев назад

      This is the part I didn't understand! Why can you arbitrarily decide to call it x again? I thought x was defined in a specific way

  • @ImAmiirH
    @ImAmiirH 6 месяцев назад +1

    Well i actully solved this in my mind with a different solution.
    (X+2)²=X²+4X+4
    (X+2+X-2)(X+2-X+2)=(2X)(4) = 8X
    so we can say:
    f(a/b) = (a²)/(a+b)(a-b)
    -> f(X/1) = X²/(X+1)(X-1)
    -> f(X) = X²/X²-1 😊
    Pls like until he see this😢

  • @aadityavikram5030
    @aadityavikram5030 11 месяцев назад +1

    One of the reasons I like your videos is because you use black board and chalk......good old days.

  • @vincentkobani-rn5zh
    @vincentkobani-rn5zh 10 месяцев назад

    I am inspired by you my Brother

  • @MathsScienceandHinduism
    @MathsScienceandHinduism 11 месяцев назад +3

    5:36 you could have easily got x in terms of t by applying componendo dividendo. btw nice solution

    • @PrimeNewtons
      @PrimeNewtons  11 месяцев назад +1

      Seriously I need to google that

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

    Thank you, awesome training.

  • @ProfesionalMathRoad
    @ProfesionalMathRoad 10 месяцев назад

    Thank you. You have a very nice performance

  • @xyz9250
    @xyz9250 7 месяцев назад

    The top could be rewritten as (x +2)^2 that will make the substitution a little simpler.

  • @v.purushothamanvedachalam737
    @v.purushothamanvedachalam737 11 месяцев назад

    Excellent, sir

  • @ThePROestRedn99
    @ThePROestRedn99 7 месяцев назад

    Did in mind in 2 mins.....by just dividing by x-2 whole square and then manupulating the terms😊