First Order ODE With v = y' Substitution

Click For Summary

Homework Help Overview

The discussion revolves around a first-order ordinary differential equation (ODE) involving a second derivative, specifically the equation 8t^2 * y'' + (y')^3 = 8ty', with the substitution v = y' being explored. Participants are examining the implications of this substitution and the resulting transformations of the equation.

Discussion Character

  • Exploratory, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • Participants discuss the transformation of the original equation into a form involving v and its derivative, questioning the exactness of the resulting equation. Some suggest using integrating factors or recognizing the equation as a Bernoulli type, while others explore the implications of these transformations and substitutions.

Discussion Status

There is an active exploration of different methods to approach the problem, including the use of integrating factors and Bernoulli equations. Participants are questioning the assumptions made in their transformations and discussing potential paths forward without reaching a consensus on a single method.

Contextual Notes

Participants note the challenge of achieving exactness in the transformed equation and the need for additional constraints or assumptions to facilitate a solution. The discussion reflects the complexity of the problem and the various interpretations of the mathematical relationships involved.

checkmatechamp
Messages
23
Reaction score
0

Homework Statement



8t^2 * y'' + (y')^3 = 8ty' , t > 0

Homework Equations

The Attempt at a Solution



I tried using the substitution v = y' to get:

8t^2 * v' + v^3 = 8tv

I rewrote it in the form 8t^2 * dv/dt + v^3 = 8tv, and then moved the v^3 to the other side to get 8t^2 * dv/dt = 8tv - v^3.

I then multiplied both sides by dt to get:

8t^2 dv = (8tv - v^3) dt

Try to get it in exact form.

8t^2 dv - (8tv - v^3) dt = 0

8t^2 dv + (8tv + v^3) dt = 0

But when I test for exactness, it doesn't work, because 16t doesn't equal 3v^2 + 8t. Did I mess up somewhere, or is there some way to continue?
 
Physics news on Phys.org
First write the equation as 8t^2dv+ (v^3- 8tv)dt= 0.
Yes, that is not an "exact equation" because the derivative of 8t^2, with respect to t is 16t while the derivative of v^3- 8tv with respect to v is 3v^2- 8t. They are not the same. However, since everything here is a power of t and v, I would try powers of t and v as an integrating factor- multiply the both sides of the equation by t^nv^m to get 8t^{n+2}v^mdv+ (t^nv^{m+3}- 8t^{n+1}v^m)dt= 0. Do there exist values of m and n such that this is an exact equation?
 
checkmatechamp said:

Homework Statement



8t^2 * y'' + (y')^3 = 8ty' , t > 0

Homework Equations

The Attempt at a Solution



I tried using the substitution v = y' to get:

8t^2 * v' + v^3 = 8tv

I rewrote it in the form 8t^2 * dv/dt + v^3 = 8tv, and then moved the v^3 to the other side to get 8t^2 * dv/dt = 8tv - v^3.
Have you studied the Bernoulli equation? If so, if you write it as ##8t^2v' - 8tv = -v^3## you will recognize that dividing by ##v^3## and letting ##u = v^{-2}## will lead you to a linear first order DE.
 
LCKurtz said:
Have you studied the Bernoulli equation? If so, if you write it as ##8t^2v' - 8tv = -v^3## you will recognize that dividing by ##v^3## and letting ##u = v^{-2}## will lead you to a linear first order DE.

Alright, let's see.

8t^2v' - 8tv = -v^3

v' - v*t^-1 = -v^3 / (8t^2)

v^-3 * v' - v^-2 * t^-1 = -1 / (8t^2)

Bernoulli form is v^-n * v' + p(t)*v^(1-n) = q(t)

So that means n = 3 in this case.

Use a substitution u = v^(1 - 3)

u = v^-2 and u' = -2v^-3*v'

So then substituting back in, we get:

-0.5u' - u/t = -1/(8t^2)

So then I multiply both sides by -2 and get:

u' + 2u/t = 2/(8t^2)

u' + 2u/t = 1/(4t^2)

Integrating factor is e^(∫(2/t)dt)

Integrating factor is e^(2*ln(t))

e^(ln(t^2)), which becomes t^2

Multiply both sides by the integrating factor.

t^2 * u' + 2tu = 1/4

So t^2 * u = ∫(t^2*0.25t^-2)

t^2*u = ∫0.25 dt

t^2*u = 0.25t

u = 0.25t / (t^2)

u = 0.25/t + c

u = v^-2, so v^-2 = 0.25/t + c

Flip both sides.

v^2 = 1/(0.25/t + c)

v^2 = (t / c1t + 0.25)

v = √(t / c1t + 0.25)

Since v = y', that means y = ∫√(t / c1t + 0.25). Am I on the right track once I solve that integral?
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 12 ·
Replies
12
Views
3K
Replies
12
Views
2K
Replies
19
Views
3K
Replies
3
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
1
Views
1K
  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
4
Views
2K