Learning Differential equations, week 2 level material

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 1K views
SYoungblood
Messages
64
Reaction score
1

Homework Statement



Find the general solution to the equation.

Homework Equations


(dy/dx) - y - e^3x=0

The Attempt at a Solution


[/B]
I rewrote this as dy/dx - y = e^3x

This is a linear first order ODE, in the form dy/dx + P(x)y = f(x)

P(x) = 1; f(x) = e^3x

The integrating factor = e^(integral)P(x) dx = e^(integral) 1* dx = e^x

Set the LHS equal to the integrating factor, e^x * y, and multiply the RHS by the integrating factor e^x)

d/dx (ye^x) = e^x e^3x

(integral) d/dx (ye^x) =(integral) e^(3x^2) dx

On the LHS, the integral and d/dx cancel out, but I am getting a ridiculously complicated integral that I just know isn't right on the RHS, and I am not sure where I went astray.

Thank you for your time,

SY
 
Physics news on Phys.org
SYoungblood said:
(dy/dx) - y - e^3x=0
.
.
.
I rewrote this as dy/dx - y = e^3x
Please use parentheses where needed. e^3x would normally be interpreted as ##e^3 \cdot x##. In your first equation above, you have parentheses around dy/dx, where they aren't needed, but don't have them around the exponent 3x, where they are needed.

BTW, I changed the thread title to say "... week 2 level material". I think that's what you intended.
 
  • Like
Likes   Reactions: SYoungblood
will do, thank you
 
HallsofIvy said:
[itex]e^xe^{3x}= e^{4x}[/itex], NOT [itex]e^{3x^2}[/itex].

Thank you, that is not the first silly mistake I will make, and will not be the last...