Solving Integral Equations: Placing Arbitrary Constants in ln/e Solutions

  • Thread starter Thread starter Air
  • Start date Start date
  • Tags Tags
    Integration
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
Air
Messages
202
Reaction score
0
This is a question...

For the following question:
[itex]y^{'}=\frac{dy}{dx}=3y[/itex]

I get the solution...
[itex]\int \frac{1}{3y} dy = \int dx[/itex]
[itex]\frac{1}{3}ln y = x + c[/itex]
[itex]y = e^{3x}+e^{3c}[/itex]

However the textbook example says the solution is...
[itex]y = ce^{3x}[/itex]

My question is would my answer be incorrect? How should the arbitrary constant be placed in ln and e integral solutions?
 
Physics news on Phys.org
You have to take into account that
[tex]e^{x+y}=e^x \cdot e^y \neq e^x + e^y[/tex]
To get a feeling for that relation, take for example
[tex]2^{3+4}=(2 \cdot 2 \cdot 2 )\cdot (2 \cdot 2 \cdot 2 \cdot 2 )=2^3 \cdot 2^4[/tex]
 
Oh yes, that is correct. Silly mistake. Thanks.