Solving a Differential Equation: dy/dt to f(y,t)

Click For Summary

Homework Help Overview

The discussion revolves around transforming differential equations from the form dy/dt to a function f(y,t). Participants are exploring specific equations related to fluid dynamics and numerical methods, particularly the Euler method.

Discussion Character

  • Exploratory, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • Participants are attempting to understand how to express differential equations in the desired form and are discussing the implications of specific functions, such as A(y). Questions arise about the relationship between variables and the setup of the equations.

Discussion Status

The discussion is ongoing, with participants providing insights and clarifications about the nature of the equations. Some guidance is offered regarding the interpretation of A(y) as a function of time, but no consensus has been reached on the transformation process.

Contextual Notes

There are constraints related to the specific forms of the equations and the initial conditions provided. Participants are also considering the implications of the physical context, such as water flow rates and areas of cross sections.

coolxal
Messages
5
Reaction score
0
How do you change the form of a differential equation from dy/dt to f(y,t)? So if I had dy/dx = y/A(y) + 1 where A(y) is the area of a cross section of a conical base.
 
Physics news on Phys.org
What are you asking exactly? Are you trying to solve your differential equation for y(x)?
 
To apply the Euler method, I'm given an equation of the form y' = y - t^2 + 1, 0 <= t <=2, y(0) = 0.5 and f(y,t) = y'. I set h = (b-a)/N where N is the number of iterations and h is the step size. t = a, w = y(0) then I loop w = w + h*f(t,w), t = a + i*h N times.

I'm trying to change an equation of the form (water flow rate) [tex]y' = -0.6*\pi*r^2\sqrt{2g}\frac{\sqrt{y}}{A(y)}[/tex] where r = 0.1 the radius of the orifice, g = 32, y(0) = 8, initial volume = 512(pi/3), A(y) is the area of the cross section of the tank x units above the orifice, into a form f(y,t) so I can apply the Euler method.

I think A(y) is supposed to be t but I don't know how to rewrite it to become t.
 
y=y(t), so A(y)=A(y(t)) is a function of t.
 

Similar threads

  • · Replies 8 ·
Replies
8
Views
2K
Replies
3
Views
2K
Replies
3
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
12
Views
2K
Replies
6
Views
2K