Trying to solve y'(2 - e^x) = -3e^x sin(y)cos(y)

  • Thread starter Thread starter twoflower
  • Start date Start date
  • Tags Tags
    E^x
twoflower
Messages
363
Reaction score
0
Hi,

I'm trying to solve this:

Find all general maximum solutions of this equation

<br /> y&#039;(2-e^{x}) = -3e^{x}\sin y\cos y<br />

First, there are some singular solutions:

If
<br /> y \equiv k\frac{\pi}{2}<br />

Then right side is zeroed and so is the left.

To convert it to the separate form, I need to divide the equation with 2-e^{x}. But I can do this only if x \neq \log 2

Otherwise I get

<br /> y&#039; = -\frac{3e^{x}}{2-e^{x}}\ \sin y\cos y<br />

And leaving out the singular solutions, I can continue this way

<br /> \frac{y&#039;}{\sin y\cos y}} = -\frac{3e^{x}}{2-e^{x}}<br />

<br /> \int \frac{dy}{\sin y\cos y} = -3\int \frac{e^{x}}{2-e^{x}}\ dx<br />

After evaluating the integrals, I got

<br /> \log \left| \tan y \right| = \log \left|\left(2-e^{x}\right)^3\right| + C<br />

Which I wrote in another way so that I could get rid of those logarithms

<br /> \log \left| \tan y \right| = \log \left|\left(2-e^{x}\right)^3\right| + \log e^{C}<br />

<br /> \log \left| \tan y \right| = \log \left|e^{C}\left(2-e^{x}\right)^3\right|<br />

And thus

<br /> \tan y = e^{C}\left(2-e^{x}\right)^3<br />

<br /> y = \arctan \left[e^{C}\left(2-e^{x}\right)^3\right] + k\pi<br />

Proof showed that this result is correct, but what remains to solve is the domain of x for which it applies.

Even for x = \log 2 the equivalence holds, so I would say that

<br /> y = \arctan \left[e^{C}\left(2-e^{x}\right)^3\right] + k\pi\ \ \ \forall x \in \mathbb{R}<br />

Anyway, according to the official results, it's not correct...

Can you see the problem?
 
Physics news on Phys.org
I got it finally.
You know, in official results there is:

<br /> y_{a,b,k} = \left\{ \begin{array}{rcl}<br /> \arctan(a(e^{x}-2)^3) + k\pi, &amp; x \in (-\infty, \log 2] \\<br /> \arctan(b(e^{x}-2)^3) + k\pi, &amp; x \in [\log 2, \infty)\end{array}\right.<br />

<br /> \mbox{for }a,\ b \in \mathbb{R} \mbox{ and } k \in \mathbb{Z}\mbox{, and }<br />

<br /> y \equiv k\frac{\pi}{2},\ \ \ x \in \mathbb{R}<br />

and I was confused why the interval is split around the \log 2 point. Now I see it's just expressing all maximal solutions as in this point the function may get different and still satisfy the equation.

One more technical thing which seems quite tricky to me:

In these official results, there are a, b \in \mathbb{R} although the critical place where they come from looks like this:

<br /> \log \left| \tan y \right| = \log \left|\left(2-e^{x}\right)^3\right| + C<br />

<br /> \log \left| \tan y \right| = \log \left|\left(2-e^{x}\right)^3\right| + \log e^{C}<br />

<br /> \log \left| \tan y \right| = \log \left|e^{C}\left(2-e^{x}\right)^3\right|<br />

Well, strictly adjusting the equation with C involved from integrating, I got e^{C}. Anyway, putting any real constant there (and not only positive) is also ok. One must be very careful when expressing all maximum solutions :frown:
 
Last edited:
Good job. And beautiful formatting. You should be answering problems here, or are you already?

Carl
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top