How can substitution be used to solve first-order equations?

  • Thread starter Thread starter strawburry
  • Start date Start date
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
18 replies · 3K views
strawburry
Messages
10
Reaction score
0

Homework Statement



Consider the equation y' = f(at + by + c)
where a, b, and c are constants. Show that the substitution x = at + by + c
changes the equation to the separable equation x' = a + bf(x).
Use this method to find the general solution of the equation y' = (y+t)^2

Homework Equations



n/a

The Attempt at a Solution



not sure where to begin :/
 
Physics news on Phys.org
mm so plug in the first equation into where by is?
 
thanks! i got how to do the first part, showing the substitution to show separable equation..

How do i continue on to second part of the question?? SOrryy I am kinda slow :(
 
y' = ( x' - a ) / b

then f(x) = (x'-a)/b

then x' = a + bf(x)
 
still not understanding
Use this method to find the general solution of the equation y' = (y+t)^2
 
strawburry said:
still not understanding
Use this method to find the general solution of the equation y' = (y+t)^2

Try it. Substitute x=y+t. Do the same thing you just did to get an equation for x. What is it?
 
x = y + t
x' = y' +1

y= x^2...x'-1= x^2
 
integral ( -x^2 dx) = integral (1)

- 1/3 (x^3) = t

x = cubed root (-3t) ?
 
strawburry said:
integral ( -x^2 dx) = integral (1)

- 1/3 (x^3) = t

x = cubed root (-3t) ?

Oh, come on, that's just silly. dx/(1+x^2)=dt. Integrate both sides. I was sort of hoping you knew separable ODE's. Heard of them?
 
haha just started learning them :P