Inverse Fourier transform of $frac{jwL}{R+jwl}$











up vote
1
down vote

favorite












I am trying to find the inverse Fourier transform of:



$$frac{jwL}{R+jwl}$$



My current attempt is



$$mathcal{F^{-1}(frac{jwL}{R+jwl})}$$
$$mathcal{F^{-1} ({jwL})} oplus mathcal{F^{-1}(frac{1}{R+jwL}}) $$
$$L.mathcal{F^{-1} ({jw}}) oplus frac{1}{L}.mathcal{F^{-1}(frac{1}{frac{R}{L}+jw}}) $$
$$ L.mathcal{F^{-1} ({jw}}) oplus frac{1}{L}.u(t).e^{frac{Rt}{L}} $$



I get stuck with $$ mathcal{F^{-1} ({jw}}) $$ as $$frac{1}{2 pi} int_{-infty}^infty jwe^{jwt} $$ doesn't converge










share|cite|improve this question




























    up vote
    1
    down vote

    favorite












    I am trying to find the inverse Fourier transform of:



    $$frac{jwL}{R+jwl}$$



    My current attempt is



    $$mathcal{F^{-1}(frac{jwL}{R+jwl})}$$
    $$mathcal{F^{-1} ({jwL})} oplus mathcal{F^{-1}(frac{1}{R+jwL}}) $$
    $$L.mathcal{F^{-1} ({jw}}) oplus frac{1}{L}.mathcal{F^{-1}(frac{1}{frac{R}{L}+jw}}) $$
    $$ L.mathcal{F^{-1} ({jw}}) oplus frac{1}{L}.u(t).e^{frac{Rt}{L}} $$



    I get stuck with $$ mathcal{F^{-1} ({jw}}) $$ as $$frac{1}{2 pi} int_{-infty}^infty jwe^{jwt} $$ doesn't converge










    share|cite|improve this question


























      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      I am trying to find the inverse Fourier transform of:



      $$frac{jwL}{R+jwl}$$



      My current attempt is



      $$mathcal{F^{-1}(frac{jwL}{R+jwl})}$$
      $$mathcal{F^{-1} ({jwL})} oplus mathcal{F^{-1}(frac{1}{R+jwL}}) $$
      $$L.mathcal{F^{-1} ({jw}}) oplus frac{1}{L}.mathcal{F^{-1}(frac{1}{frac{R}{L}+jw}}) $$
      $$ L.mathcal{F^{-1} ({jw}}) oplus frac{1}{L}.u(t).e^{frac{Rt}{L}} $$



      I get stuck with $$ mathcal{F^{-1} ({jw}}) $$ as $$frac{1}{2 pi} int_{-infty}^infty jwe^{jwt} $$ doesn't converge










      share|cite|improve this question















      I am trying to find the inverse Fourier transform of:



      $$frac{jwL}{R+jwl}$$



      My current attempt is



      $$mathcal{F^{-1}(frac{jwL}{R+jwl})}$$
      $$mathcal{F^{-1} ({jwL})} oplus mathcal{F^{-1}(frac{1}{R+jwL}}) $$
      $$L.mathcal{F^{-1} ({jw}}) oplus frac{1}{L}.mathcal{F^{-1}(frac{1}{frac{R}{L}+jw}}) $$
      $$ L.mathcal{F^{-1} ({jw}}) oplus frac{1}{L}.u(t).e^{frac{Rt}{L}} $$



      I get stuck with $$ mathcal{F^{-1} ({jw}}) $$ as $$frac{1}{2 pi} int_{-infty}^infty jwe^{jwt} $$ doesn't converge







      fourier-transform






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Nov 20 at 21:38

























      asked Nov 20 at 20:18









      C. Begley

      105




      105






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          1
          down vote



          accepted










          Recall that:




          1. $$mathcal{F}(e^{-alpha t}u(t)) = frac{1}{alpha + jomega};$$

          2. $$mathcal{F}(delta(t)) = 1.$$


          Notice that:
          $$frac{jomega L}{R+jomega L} = frac{jomega L + R - R}{R+jomega L} = 1- frac{R}{R+jomega L}.$$



          The inverse Fourier transform of is:



          $$delta(t) - frac{R}{L}e^{-frac{Rt}{L}}u(t).$$






          share|cite|improve this answer























            Your Answer





            StackExchange.ifUsing("editor", function () {
            return StackExchange.using("mathjaxEditing", function () {
            StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
            StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
            });
            });
            }, "mathjax-editing");

            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "69"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            noCode: true, onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














             

            draft saved


            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3006837%2finverse-fourier-transform-of-fracjwlrjwl%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            1
            down vote



            accepted










            Recall that:




            1. $$mathcal{F}(e^{-alpha t}u(t)) = frac{1}{alpha + jomega};$$

            2. $$mathcal{F}(delta(t)) = 1.$$


            Notice that:
            $$frac{jomega L}{R+jomega L} = frac{jomega L + R - R}{R+jomega L} = 1- frac{R}{R+jomega L}.$$



            The inverse Fourier transform of is:



            $$delta(t) - frac{R}{L}e^{-frac{Rt}{L}}u(t).$$






            share|cite|improve this answer



























              up vote
              1
              down vote



              accepted










              Recall that:




              1. $$mathcal{F}(e^{-alpha t}u(t)) = frac{1}{alpha + jomega};$$

              2. $$mathcal{F}(delta(t)) = 1.$$


              Notice that:
              $$frac{jomega L}{R+jomega L} = frac{jomega L + R - R}{R+jomega L} = 1- frac{R}{R+jomega L}.$$



              The inverse Fourier transform of is:



              $$delta(t) - frac{R}{L}e^{-frac{Rt}{L}}u(t).$$






              share|cite|improve this answer

























                up vote
                1
                down vote



                accepted







                up vote
                1
                down vote



                accepted






                Recall that:




                1. $$mathcal{F}(e^{-alpha t}u(t)) = frac{1}{alpha + jomega};$$

                2. $$mathcal{F}(delta(t)) = 1.$$


                Notice that:
                $$frac{jomega L}{R+jomega L} = frac{jomega L + R - R}{R+jomega L} = 1- frac{R}{R+jomega L}.$$



                The inverse Fourier transform of is:



                $$delta(t) - frac{R}{L}e^{-frac{Rt}{L}}u(t).$$






                share|cite|improve this answer














                Recall that:




                1. $$mathcal{F}(e^{-alpha t}u(t)) = frac{1}{alpha + jomega};$$

                2. $$mathcal{F}(delta(t)) = 1.$$


                Notice that:
                $$frac{jomega L}{R+jomega L} = frac{jomega L + R - R}{R+jomega L} = 1- frac{R}{R+jomega L}.$$



                The inverse Fourier transform of is:



                $$delta(t) - frac{R}{L}e^{-frac{Rt}{L}}u(t).$$







                share|cite|improve this answer














                share|cite|improve this answer



                share|cite|improve this answer








                edited Nov 20 at 20:39

























                answered Nov 20 at 20:26









                the_candyman

                8,55921944




                8,55921944






























                     

                    draft saved


                    draft discarded



















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3006837%2finverse-fourier-transform-of-fracjwlrjwl%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Wiesbaden

                    To store a contact into the json file from server.js file using a class in NodeJS

                    Marschland