A Powerful Way to Derive the Cosine and Sine Sum and Difference Identities

Поділитися
Вставка
  • Опубліковано 16 лис 2024

КОМЕНТАРІ •

  • @damny0utoobe
    @damny0utoobe 2 роки тому +6

    That Euler identity seems simple yet shows up so much and is so useful in many applications. I can see why it's held to such a high regard.

  • @jonko82
    @jonko82 2 роки тому +3

    Very nice video! Love your content. Fun fact: Once you've used Euler's formula to derive the formulas for cos(x+y) and sin(x+y) you can get the formulas for cos(x-y) and sin(x-y) a little bit quicker by writing them as cos(x+(-y)) and sin(x+(-y)) and plug that into the sum formulas:
    cos(x-y) = cos(x+(-y)) = cosx*cos(-y)-sinx*sin(-y) = cosxcosy+sinxsiny
    sin(x-y) = sin(x+(-y)) = sinxcos(-y)+cosxsin(-y) = sinxcosy-cosxsiny

  • @ILoveMaths07
    @ILoveMaths07 2 роки тому +7

    That's so neat! Perfect! I always had a hard time memorising these identities.
    Notice that once you get the first two identities, you can just replace the y by -y and you can get the other two identities without having to start from scratch.

    • @TheMathSorcerer
      @TheMathSorcerer  2 роки тому +1

      Yes!!!

    • @TheMathSorcerer
      @TheMathSorcerer  2 роки тому +1

      ❤️

    • @jesusandrade1378
      @jesusandrade1378 2 роки тому +1

      @@TheMathSorcerer Hey Sorcerer, en otra cosa no relacionada, has visitado los canales BlackPenRedPen, LetsSolveMathProblems, Flammable Maths (aunque su humor no es para todos), DrPeyam, y MateFácil o EasyMath (narrado en español pero con captions/subtitulos en varios idiomas) ?
      Son principalmente de solución de integrales, pero también de otras ramas matemáticas.
      MateFácil o EasyMath también resuelve problemas de Física porque el autor se graduó en Ciencias Fisico-Matemáticas. Y sus videos tienen una producción visual muy buena.

  • @ThomasLahn
    @ThomasLahn 2 роки тому +2

    Neat. Note that once you have the identities for cos(x + y) and sin(x + y), you do not actually need to go back to the exponential function again because you can just replace y by −y, and then use the oddness of the sine function and the evenness of the cosine function as you did there.
    Another neat derivation for these that I learned from my professor in Linear Algebra and can remember better because I can do it in my head, is to use 2D rotation matrices
    R(φ) = [(cos(φ), −sin(φ)), (sin(φ), cos(φ))].
    Their matrix multiplication is additive with respect to the parameter φ, and commutative, which is obvious if you consider how rotations work:
    R(x + y) = R(y) R(x) = R(x) R(y).
    Then you can identify the corresponding components. For example,
    R₁₁(x + y)
    = cos(x + y)
    = R₁₁(x) R₁₁(y) + R₁₂(x) R₂₁(y)
    = cos(x) cos(y) − sin(x) sin(y).
    These two approaches combined show that multiplication of a vector by exp(𝚤 φ) is equivalent to a counter-clockwise rotation of it by φ around the axis perpendicular to the plane in which φ is measured, which helps to describe rotations in classical and quantum mechanics.

  • @telescopilan
    @telescopilan 2 роки тому +1

    You're a blessing man. Thank you🙏
    After doing math all day, your videos are therapy for me

  • @carlosalbertocuadros5469
    @carlosalbertocuadros5469 2 роки тому +2

    Good Job Professor

  • @pavithran8507
    @pavithran8507 2 роки тому +3

    at 4:57 my mind got Goosebumps like the first time i got interested in math, thats so fascinating sir, thanks for making this video, one small request sir, can you tell is there any book for trigonometry to actually derive formula like this, because ever since i know this formula i have been memorizing that formula over there until i watch this video, thanks again and have a great week ahead......student from india

  • @bingeu5819
    @bingeu5819 2 роки тому +1

    Wow what a neat alternative way to derive it!

  • @NishantKumar-yh2uw
    @NishantKumar-yh2uw 2 роки тому +1

    We could also do with series expansion.

  • @as_crit4680
    @as_crit4680 2 роки тому +2

    I want more of this stuff please !

  • @cardinalityofaset4992
    @cardinalityofaset4992 2 роки тому +2

    In my linear algebra class, the professor showed an easy geometric way to do it. It is really easy to find matrix that coresponds to the rotation in a plane through angle x. Now we notice that any mxn matrix A can be viewed as a function f_A, where f_A(x) = Ax, where x is n-dimentional vector. In our case, the matrix of a rotation through some angel is a 2x2 matrix. We also notice that multiplying two matrices (assuming the multiplication is defined) corresponds to the composition of the transformations (f_AB = f_A o f_B). And there you have it. On the left side of the equation (f_AB) will be matrix of a rotation through angle x+y (We can use the initial matrix, where we substitute x+y) and on the right side (f_A o f_B) we multipy matrix of a rotation through angle x (call it A) with matrix of a rotation through angle y (call it B) assuming that the composition of two rotations is a rotation. Because of the identity f_AB = f_A o f_B we know that the two matrices are equal. That means element in the position (i,j) of the left matrix is equal to the element (i,j) of the right matrix. This proves the identities of a conpound angle (sort of). The problem is that we dont know that the composition of two rotations is a rotation. That is not easy to show. You have to know bunch of stuff about singular decomposition of a matrix. However, it is a nice geometric way to do it :)

    • @cardinalityofaset4992
      @cardinalityofaset4992 2 роки тому +2

      If you are wonder how to find the matrix of a rotation, you just define the transformation on the standard basis. It is easy to guess what happens to the unit vectors assuming you have some basic trigonometry knowledge. Once you defined it on the R^2 basis, it is defined for all vetors in a plane since it is linear. From this you can show that the matrix equals (cosx -sinx , sinx cosx) (result that is worth memorizing)

    • @ThomasLahn
      @ThomasLahn 2 роки тому +2

      I can see that at least two professors of Linear Algebra are alike 🤓

    • @ThomasLahn
      @ThomasLahn 2 роки тому

      It suffices here that two rotations by one angle each about the same axis (i.e. in the same plane, in 2D) are equivalent to one rotation about that axis by the sum of the angles. That appears to me to be trivial.
      Only if it is a composition of rotations about two different axes (i.e. in 3D), then it is not so easy to show that that is a rotation as well, indeed.

  • @NikhilSharma-jq4sv
    @NikhilSharma-jq4sv 2 роки тому

    You are lifesaver
    I have been following you continuously.

  • @JR-uc3nk
    @JR-uc3nk 2 роки тому

    This video has perfect timing! Trying to sharpen my trig identity skills starting yesterday, excellent!

  • @UsernameDP
    @UsernameDP 2 роки тому

    Just straight up amazing, any formula that allows you to input arbitrary numbers for sine or cosine can be used to derive a formula consisting of an arbitrary input within sine and cosine. A cool way of thinking about algebraic proofs.

  • @Sheikxlove123
    @Sheikxlove123 2 роки тому +1

    This is so beautiful 😭😭😭

  • @sergiolucas38
    @sergiolucas38 2 роки тому +1

    good video, man, never seen this way before :)

  • @SuperYoonHo
    @SuperYoonHo 2 роки тому +1

    thank you so much

  • @ChechoColombia1
    @ChechoColombia1 2 роки тому +3

    The only problem is that there is a circular argument because if you want to proof the Euler formula you must know the derivative of sine, which can only be proven if you know the identity of sin(x+y).

  • @dilbertojunior
    @dilbertojunior 2 роки тому

    Euler’s Identity. Very powerful

  • @Kapadozzz
    @Kapadozzz 2 роки тому +4

    this reminds me about extracting roots of an imaginary number is pretty similar.

  • @MeM_UK
    @MeM_UK 2 роки тому

    How do you choose which/how many problems to do as a self-learner? You said to do all the problems your teacher sets, but as a self learner should I just do all the problems? You clearly select... but on what basis?

    • @MUSHIN_888
      @MUSHIN_888 2 роки тому

      I guess do all the questions

  • @hussainfawzer
    @hussainfawzer 2 роки тому

    Nice

  • @ShaolinMonkster
    @ShaolinMonkster 2 роки тому

    Video of how euler formula is derived??

  • @kiki-hb6go
    @kiki-hb6go 2 роки тому +2

    👍👍👏🏻👍👍

  • @nighatyasmin2292
    @nighatyasmin2292 2 роки тому +1

    Why don’t you give a proof of Euler’s formula? It would be more interesting. The trig identities follow as corollaries.

  • @nofilkhan6743
    @nofilkhan6743 2 роки тому +2

    First!

  • @bobkelly3162
    @bobkelly3162 2 роки тому

    Required knowledge in 1929! Lol.