I was trying to solve a calculus problem (about the equation of the curve traced by a dog chasing a postman) and I came across the following equation. I would like to know how to solve it.
I was trying to solve a calculus problem (about the equation of the curve traced by a dog chasing a postman) and I came across the following equation. I would like to know how to solve it.
You have got to remove all that clutter. It just makes it way more confussing. And what's with all those extra letters. Need to absorb them into one another for now. How about start with writing it as:
See what I mean?
Now, itsn't that an equation with the independent variable missing? You know the kind where you let:
\frac{dy}{dx}=p
\frac{d^2y}{dx^2}=p\frac{dp}{dy}
Now, make all those substitutions, solve it for p in terms of y, and then integrate one more time.
Last edited:
#3
dimension10
371
0
jackmell said:
You have got to remove all that clutter. It just makes it way more confussing. And what's with all those extra letters. Need to absorb them into one another for now. How about start with writing it as:
and we can check this numerically in Mathematica by first solving the IVP numerically, then integrate our analytic solution numerically and compare the two. Note in the Table command below, I implicitly "invert" the function h(y) by reversing the calculated values {t(y),y}:
and we can check this numerically in Mathematica by first solving the IVP numerically, then integrate our analytic solution numerically and compare the two. Note in the Table command below, I implicitly "invert" the function h(y) by reversing the calculated values {t(y),y}:
Are there any good visualization tutorials, written or video, that show graphically how separation of variables works?
I particularly have the time-independent Schrodinger Equation in mind. There are hundreds of demonstrations out there which essentially distill to copies of one another. However I am trying to visualize in my mind how this process looks graphically - for example plotting t on one axis and x on the other for f(x,t).
I have seen other good visual representations of...