Teaching indefinite integrals that require special-casingWhat do you do when you realize mid-lecture that your lesson plan is not working?Should $varphi$ be monotone in the integration by substitution?Teaching measurement to 4th grade students by projects?Students strictly follow the steps and notations in sample problems without understanding themTeaching Models for Mathematics (like 5 E's in Science)Struggles with Teaching HS Mathteach that $frac10$ not defined properlyWhat is the ideal teaching style for Calculus exercises only?“Basic ideas” as a concept in teaching maths?Should young math students be taught an abstract concept of form?

How to be diplomatic in refusing to write code that breaches the privacy of our users

How to check is there any negative term in a large list?

System.debug(JSON.Serialize(o)) Not longer shows full string

What is the opposite of 'gravitas'?

Term for the "extreme-extension" version of a straw man fallacy?

How did Doctor Strange see the winning outcome in Avengers: Infinity War?

What happens if you roll doubles 3 times then land on "Go to jail?"

How to draw lines on a tikz-cd diagram

Is HostGator storing my password in plaintext?

How does it work when somebody invests in my business?

Italian words for tools

Is a stroke of luck acceptable after a series of unfavorable events?

How can a function with a hole (removable discontinuity) equal a function with no hole?

Why not increase contact surface when reentering the atmosphere?

Purchasing a ticket for someone else in another country?

Why Were Madagascar and New Zealand Discovered So Late?

Failed to fetch jessie backports repository

How can I kill an app using Terminal?

Is the destination of a commercial flight important for the pilot?

What to do with wrong results in talks?

Did Dumbledore lie to Harry about how long he had James Potter's invisibility cloak when he was examining it? If so, why?

Applicability of Single Responsibility Principle

How did Arya survive the stabbing?

Overloading istream>> to read comma-separated input



Teaching indefinite integrals that require special-casing


What do you do when you realize mid-lecture that your lesson plan is not working?Should $varphi$ be monotone in the integration by substitution?Teaching measurement to 4th grade students by projects?Students strictly follow the steps and notations in sample problems without understanding themTeaching Models for Mathematics (like 5 E's in Science)Struggles with Teaching HS Mathteach that $frac10$ not defined properlyWhat is the ideal teaching style for Calculus exercises only?“Basic ideas” as a concept in teaching maths?Should young math students be taught an abstract concept of form?













17












$begingroup$


I encountered the following concern when teaching indefinite integrals. I believe that many of us may overlook this. May I be wrong?



Let's consider the following example.



Find the indefinite integral
$$
I=intdfracdxxsqrtx^2-1.
$$

Some of my students gave the following answer.



Let $t=1/x$ then $dx=-1/t^2dt$, so we get
$$
I=intdfrac-1/t^2dtfrac1tsqrtfrac1t^2-1=intdfrac-dtsqrt1-t^2=-arcsinleft(tright)+C=-arcsinleft(frac1xright)+C.
$$



Sometimes, I accept this answer since it gives a quick general antiderivative.
However, the problem here is that we should write
$$
intdfrac-1/t^2dtfrac1tsqrtfrac1t^2-1=intdfractrighttsqrt1-t^2.
$$

Then we end up with the answer
$$
intdfracdxxsqrtx^2-1=begincases
-arcsinleft(dfrac1xright)+C & textfor x>1,\
arcsinleft(dfrac1xright)+C & textfor x<-1.
endcases
$$

In your teaching practice, how would you usually proceed?



PS. We may encounter the same issue in many other problems. For example, find $intsqrt1-x^2dx$. Then if we let $x=sinleft(tright)$ then
$sqrt1-sin^2left(tright)$ should be $left|cosleft(tright)right|$. So now we need to explain a bit here to our naive students. Of course, avoiding these kinds of problems is the quickest way to make our teaching job easier. However, we need to prepare a good way of explanining or handing these types of problems. That's what I want to know.










share|improve this question











$endgroup$







  • 2




    $begingroup$
    Seems to me this is more of a general simplification/substitution issue, and the fact that the simplification appears within an integral is a side issue.
    $endgroup$
    – Acccumulation
    2 days ago






  • 7




    $begingroup$
    The correct answer should in fact have two different arbitrary constants, one for each connected component of the domain.
    $endgroup$
    – Javier
    2 days ago






  • 2




    $begingroup$
    By the way, there are so many equiv ways ... Wolfram Alpha gives a form of the arctangent, Sage/Maxima says your answer but with absolute value of 1/x, and Sympy gives a nice cases result including I*arccosh(1/x). And it looks like arc secant :)
    $endgroup$
    – kcrisman
    yesterday










  • $begingroup$
    Very nice question. Inattention to this detail is indeed a shortcoming of many texts and many of my own lectures. Probably adding a condition ($x>1$ or $x<-1$) to focus attention on one case is the smart solution to not overwhelm students and yet be true to detail. Some texts are more careful than others...
    $endgroup$
    – James S. Cook
    19 hours ago










  • $begingroup$
    Obligatory xkcd
    $endgroup$
    – Wildcard
    10 hours ago















17












$begingroup$


I encountered the following concern when teaching indefinite integrals. I believe that many of us may overlook this. May I be wrong?



Let's consider the following example.



Find the indefinite integral
$$
I=intdfracdxxsqrtx^2-1.
$$

Some of my students gave the following answer.



Let $t=1/x$ then $dx=-1/t^2dt$, so we get
$$
I=intdfrac-1/t^2dtfrac1tsqrtfrac1t^2-1=intdfrac-dtsqrt1-t^2=-arcsinleft(tright)+C=-arcsinleft(frac1xright)+C.
$$



Sometimes, I accept this answer since it gives a quick general antiderivative.
However, the problem here is that we should write
$$
intdfrac-1/t^2dtfrac1tsqrtfrac1t^2-1=intdfractrighttsqrt1-t^2.
$$

Then we end up with the answer
$$
intdfracdxxsqrtx^2-1=begincases
-arcsinleft(dfrac1xright)+C & textfor x>1,\
arcsinleft(dfrac1xright)+C & textfor x<-1.
endcases
$$

In your teaching practice, how would you usually proceed?



PS. We may encounter the same issue in many other problems. For example, find $intsqrt1-x^2dx$. Then if we let $x=sinleft(tright)$ then
$sqrt1-sin^2left(tright)$ should be $left|cosleft(tright)right|$. So now we need to explain a bit here to our naive students. Of course, avoiding these kinds of problems is the quickest way to make our teaching job easier. However, we need to prepare a good way of explanining or handing these types of problems. That's what I want to know.










share|improve this question











$endgroup$







  • 2




    $begingroup$
    Seems to me this is more of a general simplification/substitution issue, and the fact that the simplification appears within an integral is a side issue.
    $endgroup$
    – Acccumulation
    2 days ago






  • 7




    $begingroup$
    The correct answer should in fact have two different arbitrary constants, one for each connected component of the domain.
    $endgroup$
    – Javier
    2 days ago






  • 2




    $begingroup$
    By the way, there are so many equiv ways ... Wolfram Alpha gives a form of the arctangent, Sage/Maxima says your answer but with absolute value of 1/x, and Sympy gives a nice cases result including I*arccosh(1/x). And it looks like arc secant :)
    $endgroup$
    – kcrisman
    yesterday










  • $begingroup$
    Very nice question. Inattention to this detail is indeed a shortcoming of many texts and many of my own lectures. Probably adding a condition ($x>1$ or $x<-1$) to focus attention on one case is the smart solution to not overwhelm students and yet be true to detail. Some texts are more careful than others...
    $endgroup$
    – James S. Cook
    19 hours ago










  • $begingroup$
    Obligatory xkcd
    $endgroup$
    – Wildcard
    10 hours ago













17












17








17


4



$begingroup$


I encountered the following concern when teaching indefinite integrals. I believe that many of us may overlook this. May I be wrong?



Let's consider the following example.



Find the indefinite integral
$$
I=intdfracdxxsqrtx^2-1.
$$

Some of my students gave the following answer.



Let $t=1/x$ then $dx=-1/t^2dt$, so we get
$$
I=intdfrac-1/t^2dtfrac1tsqrtfrac1t^2-1=intdfrac-dtsqrt1-t^2=-arcsinleft(tright)+C=-arcsinleft(frac1xright)+C.
$$



Sometimes, I accept this answer since it gives a quick general antiderivative.
However, the problem here is that we should write
$$
intdfrac-1/t^2dtfrac1tsqrtfrac1t^2-1=intdfractrighttsqrt1-t^2.
$$

Then we end up with the answer
$$
intdfracdxxsqrtx^2-1=begincases
-arcsinleft(dfrac1xright)+C & textfor x>1,\
arcsinleft(dfrac1xright)+C & textfor x<-1.
endcases
$$

In your teaching practice, how would you usually proceed?



PS. We may encounter the same issue in many other problems. For example, find $intsqrt1-x^2dx$. Then if we let $x=sinleft(tright)$ then
$sqrt1-sin^2left(tright)$ should be $left|cosleft(tright)right|$. So now we need to explain a bit here to our naive students. Of course, avoiding these kinds of problems is the quickest way to make our teaching job easier. However, we need to prepare a good way of explanining or handing these types of problems. That's what I want to know.










share|improve this question











$endgroup$




I encountered the following concern when teaching indefinite integrals. I believe that many of us may overlook this. May I be wrong?



Let's consider the following example.



Find the indefinite integral
$$
I=intdfracdxxsqrtx^2-1.
$$

Some of my students gave the following answer.



Let $t=1/x$ then $dx=-1/t^2dt$, so we get
$$
I=intdfrac-1/t^2dtfrac1tsqrtfrac1t^2-1=intdfrac-dtsqrt1-t^2=-arcsinleft(tright)+C=-arcsinleft(frac1xright)+C.
$$



Sometimes, I accept this answer since it gives a quick general antiderivative.
However, the problem here is that we should write
$$
intdfrac-1/t^2dtfrac1tsqrtfrac1t^2-1=intdfractrighttsqrt1-t^2.
$$

Then we end up with the answer
$$
intdfracdxxsqrtx^2-1=begincases
-arcsinleft(dfrac1xright)+C & textfor x>1,\
arcsinleft(dfrac1xright)+C & textfor x<-1.
endcases
$$

In your teaching practice, how would you usually proceed?



PS. We may encounter the same issue in many other problems. For example, find $intsqrt1-x^2dx$. Then if we let $x=sinleft(tright)$ then
$sqrt1-sin^2left(tright)$ should be $left|cosleft(tright)right|$. So now we need to explain a bit here to our naive students. Of course, avoiding these kinds of problems is the quickest way to make our teaching job easier. However, we need to prepare a good way of explanining or handing these types of problems. That's what I want to know.







teaching teacher-preparation






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited yesterday







Hoa

















asked 2 days ago









HoaHoa

1396




1396







  • 2




    $begingroup$
    Seems to me this is more of a general simplification/substitution issue, and the fact that the simplification appears within an integral is a side issue.
    $endgroup$
    – Acccumulation
    2 days ago






  • 7




    $begingroup$
    The correct answer should in fact have two different arbitrary constants, one for each connected component of the domain.
    $endgroup$
    – Javier
    2 days ago






  • 2




    $begingroup$
    By the way, there are so many equiv ways ... Wolfram Alpha gives a form of the arctangent, Sage/Maxima says your answer but with absolute value of 1/x, and Sympy gives a nice cases result including I*arccosh(1/x). And it looks like arc secant :)
    $endgroup$
    – kcrisman
    yesterday










  • $begingroup$
    Very nice question. Inattention to this detail is indeed a shortcoming of many texts and many of my own lectures. Probably adding a condition ($x>1$ or $x<-1$) to focus attention on one case is the smart solution to not overwhelm students and yet be true to detail. Some texts are more careful than others...
    $endgroup$
    – James S. Cook
    19 hours ago










  • $begingroup$
    Obligatory xkcd
    $endgroup$
    – Wildcard
    10 hours ago












  • 2




    $begingroup$
    Seems to me this is more of a general simplification/substitution issue, and the fact that the simplification appears within an integral is a side issue.
    $endgroup$
    – Acccumulation
    2 days ago






  • 7




    $begingroup$
    The correct answer should in fact have two different arbitrary constants, one for each connected component of the domain.
    $endgroup$
    – Javier
    2 days ago






  • 2




    $begingroup$
    By the way, there are so many equiv ways ... Wolfram Alpha gives a form of the arctangent, Sage/Maxima says your answer but with absolute value of 1/x, and Sympy gives a nice cases result including I*arccosh(1/x). And it looks like arc secant :)
    $endgroup$
    – kcrisman
    yesterday










  • $begingroup$
    Very nice question. Inattention to this detail is indeed a shortcoming of many texts and many of my own lectures. Probably adding a condition ($x>1$ or $x<-1$) to focus attention on one case is the smart solution to not overwhelm students and yet be true to detail. Some texts are more careful than others...
    $endgroup$
    – James S. Cook
    19 hours ago










  • $begingroup$
    Obligatory xkcd
    $endgroup$
    – Wildcard
    10 hours ago







2




2




$begingroup$
Seems to me this is more of a general simplification/substitution issue, and the fact that the simplification appears within an integral is a side issue.
$endgroup$
– Acccumulation
2 days ago




$begingroup$
Seems to me this is more of a general simplification/substitution issue, and the fact that the simplification appears within an integral is a side issue.
$endgroup$
– Acccumulation
2 days ago




7




7




$begingroup$
The correct answer should in fact have two different arbitrary constants, one for each connected component of the domain.
$endgroup$
– Javier
2 days ago




$begingroup$
The correct answer should in fact have two different arbitrary constants, one for each connected component of the domain.
$endgroup$
– Javier
2 days ago




2




2




$begingroup$
By the way, there are so many equiv ways ... Wolfram Alpha gives a form of the arctangent, Sage/Maxima says your answer but with absolute value of 1/x, and Sympy gives a nice cases result including I*arccosh(1/x). And it looks like arc secant :)
$endgroup$
– kcrisman
yesterday




$begingroup$
By the way, there are so many equiv ways ... Wolfram Alpha gives a form of the arctangent, Sage/Maxima says your answer but with absolute value of 1/x, and Sympy gives a nice cases result including I*arccosh(1/x). And it looks like arc secant :)
$endgroup$
– kcrisman
yesterday












$begingroup$
Very nice question. Inattention to this detail is indeed a shortcoming of many texts and many of my own lectures. Probably adding a condition ($x>1$ or $x<-1$) to focus attention on one case is the smart solution to not overwhelm students and yet be true to detail. Some texts are more careful than others...
$endgroup$
– James S. Cook
19 hours ago




$begingroup$
Very nice question. Inattention to this detail is indeed a shortcoming of many texts and many of my own lectures. Probably adding a condition ($x>1$ or $x<-1$) to focus attention on one case is the smart solution to not overwhelm students and yet be true to detail. Some texts are more careful than others...
$endgroup$
– James S. Cook
19 hours ago












$begingroup$
Obligatory xkcd
$endgroup$
– Wildcard
10 hours ago




$begingroup$
Obligatory xkcd
$endgroup$
– Wildcard
10 hours ago










5 Answers
5






active

oldest

votes


















13












$begingroup$

I'd avoid giving problems like that to students first learning indefinite integrals (either by not asking it at all, or specifying the range x>1 in the question). It's a subtle algebraic trap, and if the goal is to teach students the mechanics of integration, it's going to be distracting rather than helpful.



It might be an interesting question in a more advanced class, or as a question which is marked as difficult where students are expected (or told) to investigate their answer more carefully. (For instance, graphing the functions will quickly reveal that there's a problem with the first solution, and looking at the graphs is probably enough to figure out what the fixed solution should look like, though figuring out why might take students a while.)






share|improve this answer









$endgroup$




















    10












    $begingroup$

    This is a hard question, because students are so used to manipulation of this kind. I have found you are right that absolute values can cause the worst of these examples.



    Here is an example I ran into recently, which I hope will help your thinking. Observe that there are two different limits here:
    $$lim_xtopminfty fracxsqrtx^2+1 = pm 1$$



    The "usual" way to proceed with these (informally, in many texts nowadays) is to divide numerator and denominator by the highest power, so:



    $$lim_xtopminfty fracxcdot 1/xsqrt(x^2+1)cdot 1/x^2 = lim_xtopminfty frac1sqrt1+1/x^2=1$$



    But of course bringing the $1/x$ inside the root like that is the same invalid manipulation you are mentioning.



    In this case, we actually talked through it at an even more naive level, not more rigorous! Namely, as $xto -infty$, the numerator is negative and the denominator is positive. So the overall answer must be negative, no matter what the manipulation says. (You can graph it for them too.)



    So in your case, I would go more naive as well. Do a very rough sketch of $arcsin(1/x)$ (you can basically do this by drawing $-arcsin(x)$ and then "flipping over $x=1$ to infinity"), and then ask them whether this function is increasing or decreasing. When $x<-1$ it should be increasing (in fact, it should be increasing on the whole domain), so its derivative should be positive (by whichever numbering of the fundamental theorems of calculus you like). But $frac1xsqrtx^2-1$ is definitely negative there.



    enter image description here



    Now you can explain why you are picky, instead of just being picky because of some "dumb" $|x|$ thing students may find to be a little too abstract.




    Another answer brings up the question of whether this is a good question at all. But I think it is reasonable. What you may want to do, though, is find a way to discuss this "naturally", i.e. using the disconnect between what people write and then if they see what seems to be a "wrong" answer in the back of a book or something. Taking it as a first example in class probably will not register with them unless they are quite good at the concepts of calculus (not just mechanics), whereas pointing out why it is wrong/right should be better. (On another note, presumably there are branch cut issues here as well but presumably your class isn't ready for that!)






    share|improve this answer









    $endgroup$












    • $begingroup$
      And perhaps, one should be asking why in the first place students are "so used to manipulation of this kind". In my experience, this is a product of bad mathematical pedagogy, because the syllabus is often designed around 'how to do X and Y' rather than 'why should X or Y be true?'... The first question a good student should ask is "Why?". Your example is a good one to illustrate the error here, which is the failure to understand precisely what $sqrtx$ is defined as.
      $endgroup$
      – user21820
      12 hours ago










    • $begingroup$
      Well, my point of view is that, in one semester, I can't fix 12 years of students being taught math is only manipulation. (Not that every student has only had this experience, but enough will have had it that I need to make it a part of my planning.) So I do my best to get them to start thinking along that road at every opportunity.
      $endgroup$
      – kcrisman
      7 hours ago










    • $begingroup$
      Yup I understand that. =)
      $endgroup$
      – user21820
      7 hours ago


















    9












    $begingroup$

    You are right to be concerned that the students are "missing something", but IMO the real problem here is that the question is completely artificial.



    In any application of this type of integral, most likely $x$ will be known to be either positive or negative, but not both, and only one part of the "either-or" answer would apply. And there had better be a good reason why the rest of the problem needs $x$ to be negative, when it could have been replaced by $-x$ right from the start!



    The same is true for the more common case of the indefinite integral of $1/x$ when $x < 0$, of course.






    share|improve this answer









    $endgroup$




















      5












      $begingroup$

      To me, the key point here is that the integral runs over a singularity. If you naively calculates a definite form that runs over the singularity you get the wrong answer. This is something I have done enough so that I have taught myself to be careful in this case.



      I am more a physicist than a mathematician, so what I care about is the connection to a practical situation, rather than the formal manipulation of symbols. If you or the students are of a similar inclination, then the presence of the singularity is what tips you off.



      As you know, different students respond well to different approaches, so I mention this one so that you might add it to your arsenal.






      share|improve this answer








      New contributor




      Andrew is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      $endgroup$




















        1












        $begingroup$

        It is interesting to note that if we instead write the antiderivative as $I=-arctanleft(frac1sqrtx^2-1right)$, then this form is valid for both $x<1$ and $x>1$. In other words, using this arctan representation, we avoid a need for a piecewise representation for the antiderivative.



        This problem is well suited for formative assessment. I would give full credit for an answer of the form $I=-arcsinleft(frac1xright)$, and then use this as a launching point for a discussion of these more involved issues that you have uncovered, depending on the mathematical maturity of the student.






        share|improve this answer









        $endgroup$












          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: "548"
          ;
          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',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          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%2fmatheducators.stackexchange.com%2fquestions%2f15383%2fteaching-indefinite-integrals-that-require-special-casing%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          5 Answers
          5






          active

          oldest

          votes








          5 Answers
          5






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          13












          $begingroup$

          I'd avoid giving problems like that to students first learning indefinite integrals (either by not asking it at all, or specifying the range x>1 in the question). It's a subtle algebraic trap, and if the goal is to teach students the mechanics of integration, it's going to be distracting rather than helpful.



          It might be an interesting question in a more advanced class, or as a question which is marked as difficult where students are expected (or told) to investigate their answer more carefully. (For instance, graphing the functions will quickly reveal that there's a problem with the first solution, and looking at the graphs is probably enough to figure out what the fixed solution should look like, though figuring out why might take students a while.)






          share|improve this answer









          $endgroup$

















            13












            $begingroup$

            I'd avoid giving problems like that to students first learning indefinite integrals (either by not asking it at all, or specifying the range x>1 in the question). It's a subtle algebraic trap, and if the goal is to teach students the mechanics of integration, it's going to be distracting rather than helpful.



            It might be an interesting question in a more advanced class, or as a question which is marked as difficult where students are expected (or told) to investigate their answer more carefully. (For instance, graphing the functions will quickly reveal that there's a problem with the first solution, and looking at the graphs is probably enough to figure out what the fixed solution should look like, though figuring out why might take students a while.)






            share|improve this answer









            $endgroup$















              13












              13








              13





              $begingroup$

              I'd avoid giving problems like that to students first learning indefinite integrals (either by not asking it at all, or specifying the range x>1 in the question). It's a subtle algebraic trap, and if the goal is to teach students the mechanics of integration, it's going to be distracting rather than helpful.



              It might be an interesting question in a more advanced class, or as a question which is marked as difficult where students are expected (or told) to investigate their answer more carefully. (For instance, graphing the functions will quickly reveal that there's a problem with the first solution, and looking at the graphs is probably enough to figure out what the fixed solution should look like, though figuring out why might take students a while.)






              share|improve this answer









              $endgroup$



              I'd avoid giving problems like that to students first learning indefinite integrals (either by not asking it at all, or specifying the range x>1 in the question). It's a subtle algebraic trap, and if the goal is to teach students the mechanics of integration, it's going to be distracting rather than helpful.



              It might be an interesting question in a more advanced class, or as a question which is marked as difficult where students are expected (or told) to investigate their answer more carefully. (For instance, graphing the functions will quickly reveal that there's a problem with the first solution, and looking at the graphs is probably enough to figure out what the fixed solution should look like, though figuring out why might take students a while.)







              share|improve this answer












              share|improve this answer



              share|improve this answer










              answered 2 days ago









              Henry TowsnerHenry Towsner

              7,1652350




              7,1652350





















                  10












                  $begingroup$

                  This is a hard question, because students are so used to manipulation of this kind. I have found you are right that absolute values can cause the worst of these examples.



                  Here is an example I ran into recently, which I hope will help your thinking. Observe that there are two different limits here:
                  $$lim_xtopminfty fracxsqrtx^2+1 = pm 1$$



                  The "usual" way to proceed with these (informally, in many texts nowadays) is to divide numerator and denominator by the highest power, so:



                  $$lim_xtopminfty fracxcdot 1/xsqrt(x^2+1)cdot 1/x^2 = lim_xtopminfty frac1sqrt1+1/x^2=1$$



                  But of course bringing the $1/x$ inside the root like that is the same invalid manipulation you are mentioning.



                  In this case, we actually talked through it at an even more naive level, not more rigorous! Namely, as $xto -infty$, the numerator is negative and the denominator is positive. So the overall answer must be negative, no matter what the manipulation says. (You can graph it for them too.)



                  So in your case, I would go more naive as well. Do a very rough sketch of $arcsin(1/x)$ (you can basically do this by drawing $-arcsin(x)$ and then "flipping over $x=1$ to infinity"), and then ask them whether this function is increasing or decreasing. When $x<-1$ it should be increasing (in fact, it should be increasing on the whole domain), so its derivative should be positive (by whichever numbering of the fundamental theorems of calculus you like). But $frac1xsqrtx^2-1$ is definitely negative there.



                  enter image description here



                  Now you can explain why you are picky, instead of just being picky because of some "dumb" $|x|$ thing students may find to be a little too abstract.




                  Another answer brings up the question of whether this is a good question at all. But I think it is reasonable. What you may want to do, though, is find a way to discuss this "naturally", i.e. using the disconnect between what people write and then if they see what seems to be a "wrong" answer in the back of a book or something. Taking it as a first example in class probably will not register with them unless they are quite good at the concepts of calculus (not just mechanics), whereas pointing out why it is wrong/right should be better. (On another note, presumably there are branch cut issues here as well but presumably your class isn't ready for that!)






                  share|improve this answer









                  $endgroup$












                  • $begingroup$
                    And perhaps, one should be asking why in the first place students are "so used to manipulation of this kind". In my experience, this is a product of bad mathematical pedagogy, because the syllabus is often designed around 'how to do X and Y' rather than 'why should X or Y be true?'... The first question a good student should ask is "Why?". Your example is a good one to illustrate the error here, which is the failure to understand precisely what $sqrtx$ is defined as.
                    $endgroup$
                    – user21820
                    12 hours ago










                  • $begingroup$
                    Well, my point of view is that, in one semester, I can't fix 12 years of students being taught math is only manipulation. (Not that every student has only had this experience, but enough will have had it that I need to make it a part of my planning.) So I do my best to get them to start thinking along that road at every opportunity.
                    $endgroup$
                    – kcrisman
                    7 hours ago










                  • $begingroup$
                    Yup I understand that. =)
                    $endgroup$
                    – user21820
                    7 hours ago















                  10












                  $begingroup$

                  This is a hard question, because students are so used to manipulation of this kind. I have found you are right that absolute values can cause the worst of these examples.



                  Here is an example I ran into recently, which I hope will help your thinking. Observe that there are two different limits here:
                  $$lim_xtopminfty fracxsqrtx^2+1 = pm 1$$



                  The "usual" way to proceed with these (informally, in many texts nowadays) is to divide numerator and denominator by the highest power, so:



                  $$lim_xtopminfty fracxcdot 1/xsqrt(x^2+1)cdot 1/x^2 = lim_xtopminfty frac1sqrt1+1/x^2=1$$



                  But of course bringing the $1/x$ inside the root like that is the same invalid manipulation you are mentioning.



                  In this case, we actually talked through it at an even more naive level, not more rigorous! Namely, as $xto -infty$, the numerator is negative and the denominator is positive. So the overall answer must be negative, no matter what the manipulation says. (You can graph it for them too.)



                  So in your case, I would go more naive as well. Do a very rough sketch of $arcsin(1/x)$ (you can basically do this by drawing $-arcsin(x)$ and then "flipping over $x=1$ to infinity"), and then ask them whether this function is increasing or decreasing. When $x<-1$ it should be increasing (in fact, it should be increasing on the whole domain), so its derivative should be positive (by whichever numbering of the fundamental theorems of calculus you like). But $frac1xsqrtx^2-1$ is definitely negative there.



                  enter image description here



                  Now you can explain why you are picky, instead of just being picky because of some "dumb" $|x|$ thing students may find to be a little too abstract.




                  Another answer brings up the question of whether this is a good question at all. But I think it is reasonable. What you may want to do, though, is find a way to discuss this "naturally", i.e. using the disconnect between what people write and then if they see what seems to be a "wrong" answer in the back of a book or something. Taking it as a first example in class probably will not register with them unless they are quite good at the concepts of calculus (not just mechanics), whereas pointing out why it is wrong/right should be better. (On another note, presumably there are branch cut issues here as well but presumably your class isn't ready for that!)






                  share|improve this answer









                  $endgroup$












                  • $begingroup$
                    And perhaps, one should be asking why in the first place students are "so used to manipulation of this kind". In my experience, this is a product of bad mathematical pedagogy, because the syllabus is often designed around 'how to do X and Y' rather than 'why should X or Y be true?'... The first question a good student should ask is "Why?". Your example is a good one to illustrate the error here, which is the failure to understand precisely what $sqrtx$ is defined as.
                    $endgroup$
                    – user21820
                    12 hours ago










                  • $begingroup$
                    Well, my point of view is that, in one semester, I can't fix 12 years of students being taught math is only manipulation. (Not that every student has only had this experience, but enough will have had it that I need to make it a part of my planning.) So I do my best to get them to start thinking along that road at every opportunity.
                    $endgroup$
                    – kcrisman
                    7 hours ago










                  • $begingroup$
                    Yup I understand that. =)
                    $endgroup$
                    – user21820
                    7 hours ago













                  10












                  10








                  10





                  $begingroup$

                  This is a hard question, because students are so used to manipulation of this kind. I have found you are right that absolute values can cause the worst of these examples.



                  Here is an example I ran into recently, which I hope will help your thinking. Observe that there are two different limits here:
                  $$lim_xtopminfty fracxsqrtx^2+1 = pm 1$$



                  The "usual" way to proceed with these (informally, in many texts nowadays) is to divide numerator and denominator by the highest power, so:



                  $$lim_xtopminfty fracxcdot 1/xsqrt(x^2+1)cdot 1/x^2 = lim_xtopminfty frac1sqrt1+1/x^2=1$$



                  But of course bringing the $1/x$ inside the root like that is the same invalid manipulation you are mentioning.



                  In this case, we actually talked through it at an even more naive level, not more rigorous! Namely, as $xto -infty$, the numerator is negative and the denominator is positive. So the overall answer must be negative, no matter what the manipulation says. (You can graph it for them too.)



                  So in your case, I would go more naive as well. Do a very rough sketch of $arcsin(1/x)$ (you can basically do this by drawing $-arcsin(x)$ and then "flipping over $x=1$ to infinity"), and then ask them whether this function is increasing or decreasing. When $x<-1$ it should be increasing (in fact, it should be increasing on the whole domain), so its derivative should be positive (by whichever numbering of the fundamental theorems of calculus you like). But $frac1xsqrtx^2-1$ is definitely negative there.



                  enter image description here



                  Now you can explain why you are picky, instead of just being picky because of some "dumb" $|x|$ thing students may find to be a little too abstract.




                  Another answer brings up the question of whether this is a good question at all. But I think it is reasonable. What you may want to do, though, is find a way to discuss this "naturally", i.e. using the disconnect between what people write and then if they see what seems to be a "wrong" answer in the back of a book or something. Taking it as a first example in class probably will not register with them unless they are quite good at the concepts of calculus (not just mechanics), whereas pointing out why it is wrong/right should be better. (On another note, presumably there are branch cut issues here as well but presumably your class isn't ready for that!)






                  share|improve this answer









                  $endgroup$



                  This is a hard question, because students are so used to manipulation of this kind. I have found you are right that absolute values can cause the worst of these examples.



                  Here is an example I ran into recently, which I hope will help your thinking. Observe that there are two different limits here:
                  $$lim_xtopminfty fracxsqrtx^2+1 = pm 1$$



                  The "usual" way to proceed with these (informally, in many texts nowadays) is to divide numerator and denominator by the highest power, so:



                  $$lim_xtopminfty fracxcdot 1/xsqrt(x^2+1)cdot 1/x^2 = lim_xtopminfty frac1sqrt1+1/x^2=1$$



                  But of course bringing the $1/x$ inside the root like that is the same invalid manipulation you are mentioning.



                  In this case, we actually talked through it at an even more naive level, not more rigorous! Namely, as $xto -infty$, the numerator is negative and the denominator is positive. So the overall answer must be negative, no matter what the manipulation says. (You can graph it for them too.)



                  So in your case, I would go more naive as well. Do a very rough sketch of $arcsin(1/x)$ (you can basically do this by drawing $-arcsin(x)$ and then "flipping over $x=1$ to infinity"), and then ask them whether this function is increasing or decreasing. When $x<-1$ it should be increasing (in fact, it should be increasing on the whole domain), so its derivative should be positive (by whichever numbering of the fundamental theorems of calculus you like). But $frac1xsqrtx^2-1$ is definitely negative there.



                  enter image description here



                  Now you can explain why you are picky, instead of just being picky because of some "dumb" $|x|$ thing students may find to be a little too abstract.




                  Another answer brings up the question of whether this is a good question at all. But I think it is reasonable. What you may want to do, though, is find a way to discuss this "naturally", i.e. using the disconnect between what people write and then if they see what seems to be a "wrong" answer in the back of a book or something. Taking it as a first example in class probably will not register with them unless they are quite good at the concepts of calculus (not just mechanics), whereas pointing out why it is wrong/right should be better. (On another note, presumably there are branch cut issues here as well but presumably your class isn't ready for that!)







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered 2 days ago









                  kcrismankcrisman

                  3,633732




                  3,633732











                  • $begingroup$
                    And perhaps, one should be asking why in the first place students are "so used to manipulation of this kind". In my experience, this is a product of bad mathematical pedagogy, because the syllabus is often designed around 'how to do X and Y' rather than 'why should X or Y be true?'... The first question a good student should ask is "Why?". Your example is a good one to illustrate the error here, which is the failure to understand precisely what $sqrtx$ is defined as.
                    $endgroup$
                    – user21820
                    12 hours ago










                  • $begingroup$
                    Well, my point of view is that, in one semester, I can't fix 12 years of students being taught math is only manipulation. (Not that every student has only had this experience, but enough will have had it that I need to make it a part of my planning.) So I do my best to get them to start thinking along that road at every opportunity.
                    $endgroup$
                    – kcrisman
                    7 hours ago










                  • $begingroup$
                    Yup I understand that. =)
                    $endgroup$
                    – user21820
                    7 hours ago
















                  • $begingroup$
                    And perhaps, one should be asking why in the first place students are "so used to manipulation of this kind". In my experience, this is a product of bad mathematical pedagogy, because the syllabus is often designed around 'how to do X and Y' rather than 'why should X or Y be true?'... The first question a good student should ask is "Why?". Your example is a good one to illustrate the error here, which is the failure to understand precisely what $sqrtx$ is defined as.
                    $endgroup$
                    – user21820
                    12 hours ago










                  • $begingroup$
                    Well, my point of view is that, in one semester, I can't fix 12 years of students being taught math is only manipulation. (Not that every student has only had this experience, but enough will have had it that I need to make it a part of my planning.) So I do my best to get them to start thinking along that road at every opportunity.
                    $endgroup$
                    – kcrisman
                    7 hours ago










                  • $begingroup$
                    Yup I understand that. =)
                    $endgroup$
                    – user21820
                    7 hours ago















                  $begingroup$
                  And perhaps, one should be asking why in the first place students are "so used to manipulation of this kind". In my experience, this is a product of bad mathematical pedagogy, because the syllabus is often designed around 'how to do X and Y' rather than 'why should X or Y be true?'... The first question a good student should ask is "Why?". Your example is a good one to illustrate the error here, which is the failure to understand precisely what $sqrtx$ is defined as.
                  $endgroup$
                  – user21820
                  12 hours ago




                  $begingroup$
                  And perhaps, one should be asking why in the first place students are "so used to manipulation of this kind". In my experience, this is a product of bad mathematical pedagogy, because the syllabus is often designed around 'how to do X and Y' rather than 'why should X or Y be true?'... The first question a good student should ask is "Why?". Your example is a good one to illustrate the error here, which is the failure to understand precisely what $sqrtx$ is defined as.
                  $endgroup$
                  – user21820
                  12 hours ago












                  $begingroup$
                  Well, my point of view is that, in one semester, I can't fix 12 years of students being taught math is only manipulation. (Not that every student has only had this experience, but enough will have had it that I need to make it a part of my planning.) So I do my best to get them to start thinking along that road at every opportunity.
                  $endgroup$
                  – kcrisman
                  7 hours ago




                  $begingroup$
                  Well, my point of view is that, in one semester, I can't fix 12 years of students being taught math is only manipulation. (Not that every student has only had this experience, but enough will have had it that I need to make it a part of my planning.) So I do my best to get them to start thinking along that road at every opportunity.
                  $endgroup$
                  – kcrisman
                  7 hours ago












                  $begingroup$
                  Yup I understand that. =)
                  $endgroup$
                  – user21820
                  7 hours ago




                  $begingroup$
                  Yup I understand that. =)
                  $endgroup$
                  – user21820
                  7 hours ago











                  9












                  $begingroup$

                  You are right to be concerned that the students are "missing something", but IMO the real problem here is that the question is completely artificial.



                  In any application of this type of integral, most likely $x$ will be known to be either positive or negative, but not both, and only one part of the "either-or" answer would apply. And there had better be a good reason why the rest of the problem needs $x$ to be negative, when it could have been replaced by $-x$ right from the start!



                  The same is true for the more common case of the indefinite integral of $1/x$ when $x < 0$, of course.






                  share|improve this answer









                  $endgroup$

















                    9












                    $begingroup$

                    You are right to be concerned that the students are "missing something", but IMO the real problem here is that the question is completely artificial.



                    In any application of this type of integral, most likely $x$ will be known to be either positive or negative, but not both, and only one part of the "either-or" answer would apply. And there had better be a good reason why the rest of the problem needs $x$ to be negative, when it could have been replaced by $-x$ right from the start!



                    The same is true for the more common case of the indefinite integral of $1/x$ when $x < 0$, of course.






                    share|improve this answer









                    $endgroup$















                      9












                      9








                      9





                      $begingroup$

                      You are right to be concerned that the students are "missing something", but IMO the real problem here is that the question is completely artificial.



                      In any application of this type of integral, most likely $x$ will be known to be either positive or negative, but not both, and only one part of the "either-or" answer would apply. And there had better be a good reason why the rest of the problem needs $x$ to be negative, when it could have been replaced by $-x$ right from the start!



                      The same is true for the more common case of the indefinite integral of $1/x$ when $x < 0$, of course.






                      share|improve this answer









                      $endgroup$



                      You are right to be concerned that the students are "missing something", but IMO the real problem here is that the question is completely artificial.



                      In any application of this type of integral, most likely $x$ will be known to be either positive or negative, but not both, and only one part of the "either-or" answer would apply. And there had better be a good reason why the rest of the problem needs $x$ to be negative, when it could have been replaced by $-x$ right from the start!



                      The same is true for the more common case of the indefinite integral of $1/x$ when $x < 0$, of course.







                      share|improve this answer












                      share|improve this answer



                      share|improve this answer










                      answered 2 days ago









                      alephzeroalephzero

                      32113




                      32113





















                          5












                          $begingroup$

                          To me, the key point here is that the integral runs over a singularity. If you naively calculates a definite form that runs over the singularity you get the wrong answer. This is something I have done enough so that I have taught myself to be careful in this case.



                          I am more a physicist than a mathematician, so what I care about is the connection to a practical situation, rather than the formal manipulation of symbols. If you or the students are of a similar inclination, then the presence of the singularity is what tips you off.



                          As you know, different students respond well to different approaches, so I mention this one so that you might add it to your arsenal.






                          share|improve this answer








                          New contributor




                          Andrew is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.






                          $endgroup$

















                            5












                            $begingroup$

                            To me, the key point here is that the integral runs over a singularity. If you naively calculates a definite form that runs over the singularity you get the wrong answer. This is something I have done enough so that I have taught myself to be careful in this case.



                            I am more a physicist than a mathematician, so what I care about is the connection to a practical situation, rather than the formal manipulation of symbols. If you or the students are of a similar inclination, then the presence of the singularity is what tips you off.



                            As you know, different students respond well to different approaches, so I mention this one so that you might add it to your arsenal.






                            share|improve this answer








                            New contributor




                            Andrew is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                            Check out our Code of Conduct.






                            $endgroup$















                              5












                              5








                              5





                              $begingroup$

                              To me, the key point here is that the integral runs over a singularity. If you naively calculates a definite form that runs over the singularity you get the wrong answer. This is something I have done enough so that I have taught myself to be careful in this case.



                              I am more a physicist than a mathematician, so what I care about is the connection to a practical situation, rather than the formal manipulation of symbols. If you or the students are of a similar inclination, then the presence of the singularity is what tips you off.



                              As you know, different students respond well to different approaches, so I mention this one so that you might add it to your arsenal.






                              share|improve this answer








                              New contributor




                              Andrew is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                              Check out our Code of Conduct.






                              $endgroup$



                              To me, the key point here is that the integral runs over a singularity. If you naively calculates a definite form that runs over the singularity you get the wrong answer. This is something I have done enough so that I have taught myself to be careful in this case.



                              I am more a physicist than a mathematician, so what I care about is the connection to a practical situation, rather than the formal manipulation of symbols. If you or the students are of a similar inclination, then the presence of the singularity is what tips you off.



                              As you know, different students respond well to different approaches, so I mention this one so that you might add it to your arsenal.







                              share|improve this answer








                              New contributor




                              Andrew is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                              Check out our Code of Conduct.









                              share|improve this answer



                              share|improve this answer






                              New contributor




                              Andrew is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                              Check out our Code of Conduct.









                              answered yesterday









                              AndrewAndrew

                              511




                              511




                              New contributor




                              Andrew is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                              Check out our Code of Conduct.





                              New contributor





                              Andrew is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                              Check out our Code of Conduct.






                              Andrew is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                              Check out our Code of Conduct.





















                                  1












                                  $begingroup$

                                  It is interesting to note that if we instead write the antiderivative as $I=-arctanleft(frac1sqrtx^2-1right)$, then this form is valid for both $x<1$ and $x>1$. In other words, using this arctan representation, we avoid a need for a piecewise representation for the antiderivative.



                                  This problem is well suited for formative assessment. I would give full credit for an answer of the form $I=-arcsinleft(frac1xright)$, and then use this as a launching point for a discussion of these more involved issues that you have uncovered, depending on the mathematical maturity of the student.






                                  share|improve this answer









                                  $endgroup$

















                                    1












                                    $begingroup$

                                    It is interesting to note that if we instead write the antiderivative as $I=-arctanleft(frac1sqrtx^2-1right)$, then this form is valid for both $x<1$ and $x>1$. In other words, using this arctan representation, we avoid a need for a piecewise representation for the antiderivative.



                                    This problem is well suited for formative assessment. I would give full credit for an answer of the form $I=-arcsinleft(frac1xright)$, and then use this as a launching point for a discussion of these more involved issues that you have uncovered, depending on the mathematical maturity of the student.






                                    share|improve this answer









                                    $endgroup$















                                      1












                                      1








                                      1





                                      $begingroup$

                                      It is interesting to note that if we instead write the antiderivative as $I=-arctanleft(frac1sqrtx^2-1right)$, then this form is valid for both $x<1$ and $x>1$. In other words, using this arctan representation, we avoid a need for a piecewise representation for the antiderivative.



                                      This problem is well suited for formative assessment. I would give full credit for an answer of the form $I=-arcsinleft(frac1xright)$, and then use this as a launching point for a discussion of these more involved issues that you have uncovered, depending on the mathematical maturity of the student.






                                      share|improve this answer









                                      $endgroup$



                                      It is interesting to note that if we instead write the antiderivative as $I=-arctanleft(frac1sqrtx^2-1right)$, then this form is valid for both $x<1$ and $x>1$. In other words, using this arctan representation, we avoid a need for a piecewise representation for the antiderivative.



                                      This problem is well suited for formative assessment. I would give full credit for an answer of the form $I=-arcsinleft(frac1xright)$, and then use this as a launching point for a discussion of these more involved issues that you have uncovered, depending on the mathematical maturity of the student.







                                      share|improve this answer












                                      share|improve this answer



                                      share|improve this answer










                                      answered yesterday









                                      user52817user52817

                                      3,359618




                                      3,359618



























                                          draft saved

                                          draft discarded
















































                                          Thanks for contributing an answer to Mathematics Educators Stack Exchange!


                                          • Please be sure to answer the question. Provide details and share your research!

                                          But avoid


                                          • Asking for help, clarification, or responding to other answers.

                                          • Making statements based on opinion; back them up with references or personal experience.

                                          Use MathJax to format equations. MathJax reference.


                                          To learn more, see our tips on writing great answers.




                                          draft saved


                                          draft discarded














                                          StackExchange.ready(
                                          function ()
                                          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmatheducators.stackexchange.com%2fquestions%2f15383%2fteaching-indefinite-integrals-that-require-special-casing%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

                                          Romeo and Juliet ContentsCharactersSynopsisSourcesDate and textThemes and motifsCriticism and interpretationLegacyScene by sceneSee alsoNotes and referencesSourcesExternal linksNavigation menu"Consumer Price Index (estimate) 1800–"10.2307/28710160037-3222287101610.1093/res/II.5.31910.2307/45967845967810.2307/2869925286992510.1525/jams.1982.35.3.03a00050"Dada Masilo: South African dancer who breaks the rules"10.1093/res/os-XV.57.1610.2307/28680942868094"Sweet Sorrow: Mann-Korman's Romeo and Juliet Closes Sept. 5 at MN's Ordway"the original10.2307/45957745957710.1017/CCOL0521570476.009"Ram Leela box office collections hit massive Rs 100 crore, pulverises prediction"Archived"Broadway Revival of Romeo and Juliet, Starring Orlando Bloom and Condola Rashad, Will Close Dec. 8"Archived10.1075/jhp.7.1.04hon"Wherefore art thou, Romeo? To make us laugh at Navy Pier"the original10.1093/gmo/9781561592630.article.O006772"Ram-leela Review Roundup: Critics Hail Film as Best Adaptation of Romeo and Juliet"Archived10.2307/31946310047-77293194631"Romeo and Juliet get Twitter treatment""Juliet's Nurse by Lois Leveen""Romeo and Juliet: Orlando Bloom's Broadway Debut Released in Theaters for Valentine's Day"Archived"Romeo and Juliet Has No Balcony"10.1093/gmo/9781561592630.article.O00778110.2307/2867423286742310.1076/enst.82.2.115.959510.1080/00138380601042675"A plague o' both your houses: error in GCSE exam paper forces apology""Juliet of the Five O'Clock Shadow, and Other Wonders"10.2307/33912430027-4321339124310.2307/28487440038-7134284874410.2307/29123140149-661129123144728341M"Weekender Guide: Shakespeare on The Drive""balcony"UK public library membership"romeo"UK public library membership10.1017/CCOL9780521844291"Post-Zionist Critique on Israel and the Palestinians Part III: Popular Culture"10.2307/25379071533-86140377-919X2537907"Capulets and Montagues: UK exam board admit mixing names up in Romeo and Juliet paper"Istoria Novellamente Ritrovata di Due Nobili Amanti2027/mdp.390150822329610820-750X"GCSE exam error: Board accidentally rewrites Shakespeare"10.2307/29176390149-66112917639"Exam board apologises after error in English GCSE paper which confused characters in Shakespeare's Romeo and Juliet""From Mariotto and Ganozza to Romeo and Guilietta: Metamorphoses of a Renaissance Tale"10.2307/37323537323510.2307/2867455286745510.2307/28678912867891"10 Questions for Taylor Swift"10.2307/28680922868092"Haymarket Theatre""The Zeffirelli Way: Revealing Talk by Florentine Director""Michael Smuin: 1938-2007 / Prolific dance director had showy career"The Life and Art of Edwin BoothRomeo and JulietRomeo and JulietRomeo and JulietRomeo and JulietEasy Read Romeo and JulietRomeo and Julieteeecb12003684p(data)4099369-3n8211610759dbe00d-a9e2-41a3-b2c1-977dd692899302814385X313670221313670221

                                          Creating closest line along the point''s azimuth using PostgreSQL Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Drawing line between points at specific distance in PostGIS?How to efficiently find the closest point over the dateline?How to find the nearest point by using PostGIS function?PostGIS nearest point with LATERAL JOIN in PostgreSQL 9.3+Creating a table and inserting selected streets using plpgsql functionsCreating a table that stores Distances and other columnSaving select query results (year wise) from PostgreSQL/PostGIS to text filesWhat is the information behind this geometry?How to give start and end vertex ids dynamically in pgr_dijkstra?Point to Polygon nearest distance DS_distance is not using geography index & knn <-> or <#> does not give result in orderLine to point conversion with start point and end point detection?

                                          Crop image to path created in TikZ? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Crop an inserted image?TikZ pictures does not appear in posterImage behind and beyond crop marks?Tikz picture as large as possible on A4 PageTransparency vs image compression dilemmaHow to crop background from image automatically?Image does not cropTikzexternal capturing crop marks when externalizing pgfplots?How to include image path that contains a dollar signCrop image with left size given