I Can I Differentiate Both Sides to Solve y in y^2=ln(1-y^2)?

NODARman
Messages
57
Reaction score
13
TL;DR Summary
How can I find the extrema of the function?
Hi, I'm differentiating the "z" function to find extreme points but after solving the first partial derivatives with respect to "x" and "y" and also the "x" variable of the system, I can't find "y" (still in the system) using "ln" (natural logarithm).

The question is can I differentiate both sides and easily write what "y" is or I can't use that method to solve it?

The problem: y^2=ln(1-y^2)

This is how I've got here (picture):
 

Attachments

  • PXL_20221010_134956551_2.jpg
    PXL_20221010_134956551_2.jpg
    47.4 KB · Views: 177
Physics news on Phys.org
You have z = (x^2 + y^2)e^{-(x^2 + y^2)} - (x^2 + y^2). It would make sense here to use polar coordinates instead, and find the value of r at which z is maximal. This leads to <br /> 1 - r^2 = e^{r^2} which is what you obtained for y after concluding that x = 0.

Now by inspection r = 0 is a solution, and since the left hand side is less than 1 for r &gt; 0 and the right hand side is greater than 1 for r &gt; 0 the only solution is r = 0. Thus the extremum is at x = y = 0.

That one could be solved analytically, but in general equations of the form <br /> \mbox{(polynomial)} = \mbox{(exponential)} have to be solved numerically.
 
Last edited:
NODARman said:
The problem: y^2=ln(1-y^2)
You can solve this particular equation similarly to the way @pasmith did above for ##r##. The lefthand side is non-negative while the righthand side is non-positive. The only possible solution is when both sides equal 0, which is at ##y=0##.
 
There is the following linear Volterra equation of the second kind $$ y(x)+\int_{0}^{x} K(x-s) y(s)\,{\rm d}s = 1 $$ with kernel $$ K(x-s) = 1 - 4 \sum_{n=1}^{\infty} \dfrac{1}{\lambda_n^2} e^{-\beta \lambda_n^2 (x-s)} $$ where $y(0)=1$, $\beta>0$ and $\lambda_n$ is the $n$-th positive root of the equation $J_0(x)=0$ (here $n$ is a natural number that numbers these positive roots in the order of increasing their values), $J_0(x)$ is the Bessel function of the first kind of zero order. I...
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...
Back
Top