ODR: Does this one have a solution?

  • Thread starter Thread starter twoflower
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
10 replies · 2K views
twoflower
Messages
363
Reaction score
0
Hi all,

I'm given this one:

[tex] y' = 10^{x+y}[/tex]

Here's how I went:

[tex] \frac{y'}{10^{y}} = 10^{x}[/tex]

[tex] \int\left(\frac{1}{10}\right)^{y}\ dy = \int 10^{x}\ dx[/tex]

[tex] \frac{\left(\frac{1}{10}\right)^{y}}{\log \frac{1}{10}}} = \frac{10^{x}}{\log 10} + C[/tex]

[tex] \left(\frac{1}{10}\right)^{y} = -10^{x}[/tex]

From which I conclude that it has no solution (on the right side there is negative number whereas on the left side there always will be a positive one).

Is this right conclusion?

Thank you.
 
Last edited:
Physics news on Phys.org
StatusX said:
What happened to your constant?

Well, it just...disappeared http://pinkfloyd.o106.com/forum/images/smiles/icon_redface.gif
 
Last edited by a moderator:
You're confusing "assumptions" with "conclusions." It is a conclusion to say that there is no solution.

If the constant of integration just disappeared then you cannot just make a general conclusion. Surely, the problem provided an intial condition or you can infer one. :)
 
Tide said:
You're confusing "assumptions" with "conclusions." It is a conclusion to say that there is no solution.
If the constant of integration just disappeared then you cannot just make a general conclusion. Surely, the problem provided an intial condition or you can infer one. :)

Of course, I mistakingly got rid of the constant :)
 
Firstly as mentioned, you cannot just make constants disappear. Secondly, can you elaborate on how you got the negative infront of the 10^x.
 
mezarashi said:
Firstly as mentioned, you cannot just make constants disappear. Secondly, can you elaborate on how you got the negative infront of the 10^x.

Sorry, there was a typo in the original post. Now I corrected it and hope it's clear.
 
Welcoming the constant back, I finished this ODE. Anyway, I got something slightly different than Maples tells me.

[tex] \left(\frac{1}{10}\right)^{y} = -10^{x} + C[/tex]

[tex] y \log \frac{1}{10} = \log (C - 10^{x})[/tex]

[tex] y = \frac{\log(C-10^{x})}{\log \frac{1}{10}} = -\frac{\log (C-10^{x})}{\log 10}[/tex]

Which implies

[tex] C > 0[/tex]

and for particular C

[tex] 10^{x} < C \leftrightarrow x < \frac{\log C}{\log 10}[/tex]

so

[tex] y = -\frac{\log (C-10^{x})}{\log 10},\ x \in \left(-\infty, \frac{\log C}{\log 10}\right), C > 0[/tex]

Proof shows that the equation

[tex] y' = 10^{x+y}[/tex]

so I think it's correct.

Anyway, Maple tells me that it's

[tex] y(x) = \frac{\log \left(\frac{1}{10^{x} + C \log 10}\right)}{\log 10}[/tex]

but it seems not to satisfy the equation when I differentiated it.

Where's the truth?

Thank you.
 
Last edited:
saltydog said:
I'm pretty sure the solution is:

[tex]y(x)=\text{log}\left[\frac{1}{k-10^x}\right];\quad x<\text{log}(k)[/tex]

Now . . . does this exists:

[tex]\int_0^{\text{log(k)}} y(x)dx[/tex]

?

You're right with solution (assuming it is decimal logarithm you use).

Anyway, why is Maple giving wrong answer? I thought it will be good tool to check my own results but it doesn't seem so...
 
twoflower said:
You're right with solution (assuming it is decimal logarithm you use).
Anyway, why is Maple giving wrong answer? I thought it will be good tool to check my own results but it doesn't seem so...

Twoflower, I dont' know about Maple. I use Mathematica and I believe software like it are execllent tools to check results. For example, I just finishing working on:

[tex]\mathcal{L}^{-1}\left\{\frac{2s-s^2+1}{2(s^3+s-2)}\right\}[/tex]

Well, that's a mess to do by hand (for me anyway). Have to break it up into several pieces like:

[tex]\frac{2s}{s^2+s-2},\quad \frac{1}{s-1},\quad \frac{2-s}{2+s+s^2}[/tex]

and

[tex]\frac{s^2-1}{s^3+s-2}[/tex]

Tough to keep track of everything but I can use Mathematica to invert each to verfy each step of my work. I've found this approach, using Mathematica to check steps, very useful as a learning tool. Try and learn to do so with Maple or whatever you use.:smile: