In mathematics and particularly in dynamic systems, an initial condition, in some contexts called a seed value, is a value of an evolving variable at some point in time designated as the initial time (typically denoted t = 0). For a system of order k (the number of time lags in discrete time, or the order of the largest derivative in continuous time) and dimension n (that is, with n different evolving variables, which together can be denoted by an n-dimensional coordinate vector), generally nk initial conditions are needed in order to trace the system's variables forward through time.
In both differential equations in continuous time and difference equations in discrete time, initial conditions affect the value of the dynamic variables (state variables) at any future time. In continuous time, the problem of finding a closed form solution for the state variables as a function of time and of the initial conditions is called the initial value problem. A corresponding problem exists for discrete time situations. While a closed form solution is not always possible to obtain, future values of a discrete time system can be found by iterating forward one time period per iteration, though rounding error may make this impractical over long horizons.
Hi, I am solving heat equation with internal heat sources both numerically and analytically. My graphs are nearly identical but! analytical one have problem at the beginning and at the end for my domain. Many people have used the same technique to solve it analytically and they got good answers...
hello
I own mathematica 10.02
it is virtually impossible to solve PDE's ,even with NDSolve,if the initial conditions contain a derivative
I write
Derivative[1,0] [0,x] == f[x]
I mean
the first t derivative of u[t,x] for x at t=0 is f[x]
I own a book based on Mathematica 10.3
Even if a...
Hello!
Consider this ODE;
$$ x' = sin(t) (x+2) $$ with initial conditions x(0) = 1;
Now I've solved it and according to wolfram alpha it is correct (I got the homogenous and the particular solution)
$$ x = c * e^{-cos(t)} -2 $$ and now I wanted to plug in the initial conditions and this is...
I have a differential equation of the form y''(t)+y'(t)+y(t)+C = 0. I think this implies that there are non-zero initial conditions. Is it possible to write a transfer function for this system?
This post...
Hello!
The integral in equation (16), at the paper, is:
##I = r \int_{-\pi}^{\pi} e^{-2kr\phi} ~d\phi ##
My integration is as the following :
## I = - \frac{1}{2 k} e^{-2kr\phi} ~|_{-\pi}^{\pi} + C ##, so
## I = - \frac{1}{2 k} ( e^{-2kr\pi} -e^{2kr\pi})+ C ##
Now how to use the initial...
Hi everyone. I'm a new member, great to be here:)
I have a few questions that I wanted to ask you guys regarding the method by which we implement the Runge-Kutta approximation of Projectile Motion if we should do it using a numerical iterative method with a Spreadsheet like Excel.
I have...
Are there any models, theories or physicists who propose that the fundamental laws of nature come from the initial conditions? Are there any physicists who propose that the most fundamental laws of physics emerged from initial conditions at the origin of the universe? And according to this view...
Say you have the set of coupled, non-linear ODEs as derived in this thread, it has two unknowns ##N(t)## and ##\theta(t)##:
$$ N - mg = - m\frac{L}{2}\left(\dot{\theta}^2\cos(\theta) + \ddot{\theta}\sin(\theta)\right)$$
$$ \frac{L}{2}N\sin(\theta) = \frac{1}{12}ml^2\ddot{\theta}$$
What freedom...
I've attempted this questions after understanding the theory from my lecture notes, but my equation is looking bizarre here. Is this correct so far?
Are my mesh equations correct here?
Thanks.
Hello,
I am trying to solve a differential equation corresponding to a visco-elastic material model consisting of 5 units of springs and dashpots connected in parallel as can be seen in the image below. I am able to come-up with a single fifth order ODE, however I am struggling to find the...
Do we know? Do we have any idea?
There seems to be 2 schools of thought.
1. The initial conditions can be almost any value with universes inflating with different laws of physics. This is the multiverse and string theory 10^500 false vacua view.
2. The initial conditions are more restrained...
I have the formula for amplitude ##A=\sqrt (x_0^2 + \frac{\dot x_0 ^2}{\omega^2})##.
But ##x_0## and ##\dot x_0## refers to the initial conditions, and the information that I'm given is not related to the initial conditions, or at least I'm not told so.
Homework Statement
Let ##b_1\in \mathbb{R}## be given and ##n=1,2,\dots## let $$b_{n+1} := \frac{1+b_n^2}{2}.$$ Define the set $$B := \{b_1\in\mathbb{R} \mid \lim_{n\to\infty}b_n \text{ converges}\}$$
Identify the set ##B##.
Homework EquationsThe Attempt at a Solution
I claim that ##B =...
Hi all!
I need to give a presentation on a problem in class and @countryboy helped me to figure out most of it, I only have one remaining question.
Here it goes:
Consider the system dr/dt = -j, dj/dt = r , where r (t) represents Romeo’s love (positive values) or hate (negative
values) for...
Hi, I am trying to solve an ODE, however, the initial conditions are not known. From PDE examples, which are quite different, I see that some examples have initial conditions given by functions, and not by constants, i.e::
y(0) = x^2
I may have not modeled the problem correctly yet, however, I...
Hello gents,
Q:/ what is the reason for letting the inner boundary condition = (-1) when solving the radial flow of infinite form of diffusivity equation, and i would like to know what will happened if i didn't equate it with (-1).
as in the attached pic:
https://i.imgur.com/AVesmHM.png
I'm currently reading class notes from an introductory waves course, written by the professor himself. I'm stuck in the Fourier analysis part, because he gives the formulas for the nth mode amplitude of a standing wave with fixed ends and then states some properties which I can't really make...
the function y_p is a particular solution to the specified nonhomogeneous equation. Find the unique solution satisfying the equation and the given initial conditions.
$y'' + 7y' = 7x$
$y_p=\frac{1}{2}x^2-\frac{1}{7}x$
$y(0)=y'(0)=0$
$r^2+7r=0$
$r=0$
$r=-7$
Hi
For a book I'm writing, i try to write a very very very detail proof of self-buckling.
I did it almost by taking inspiration of:
https://en.wikipedia.org/wiki/Self-buckling
But i really really don't get how we arrive to, that when, x=0 as we obviously must have:
\dfrac{\mathrm{d}^2...
Homework Statement
Deriving an s-domain equation for the following inputs a) &b)
The Attempt at a Solution
I understand how to derive the equation for an input with zero initial conditions (part a) but I'm not sure what to do when there are non-zero initial conditions (part b)
Homework Statement
If ##a_n## counts the number of ways to climb a flight of n stairs if one can take 1, 2, or 3 steps at a time, then ##a_n = a_{n-1} + a_{n-2} + a_{n-3}##. What are the three initial conditions?
Homework EquationsThe Attempt at a Solution
I would say that ##a_0 = 1## since...
Homework Statement
I'm actually a tutor, and a student of mine at uni has the following differential equation with initial conditions to solve
imgur link: http://i.imgur.com/ptuymQv.gif
From y(t) = c_1sin(3t) + c_2cos(3t), it is not possible to solve for the constants using the given...
The Schwarzschild equation of motion, where coordinate length is differentiated by proper time is as far as I know
r''(t) = -\frac{G\cdot M}{r(t)^2} + r(t)\cdot{\theta}'(t)^2 - \frac{3\cdot G\cdot M\cdot{\theta}'(t)^2}{c^2}
{\theta}''(t) = -2\cdot r'(t)/r(t)\cdot{\theta}'(t)
Now the question...
Homework Statement
The scenario is a pendulum of length l and mass m2 attached to a mass of m1 which is allowed to slide along the horizontal with no friction. The support mass moves along in the X direction and the pendulum swings through the x-y plane with an angle θ with the vertical. After...
I am not a scientist, but as a hobby I am summarizing different initial condition theories, specifically, eternal inflation, LGC, cyclic, and bounce theories. I need a completion time ATB where all theories produce an identical plasma. The plasma then enters the big bang process of expansion...
Hello guys, I'd just like to ask how can I formulate transfer function of second order differential system when I don't have zero initial conditions?
the equation is = y''(t) + B/m*y'(t) + k/m*y(t) = g y(0)= -L
don't care what parameters mean .. it's supposed to be solved in general
Thank...
The ODE is $y'' + 4y' - 12y = 0$, I get $y = C_1e^{-6x} + C_2e^{2} $
The initial conditions are y(0) = 1, y(1)=2 - which gives me $C_1 = 1-C_2$ and $C_2 = \frac{2e^{6}-1}{e^{8}-1} $
This just looks more messy than book exercises normally are, and when I laboriously substitute back into the...
Firstly, my main question boils down to speaking about the initial conditions and boundary conditions.
I was given:
$$ u(0,y,t) = u(\pi,y,t) = u(x,0,t) = u(x,\pi,t) = 0 $$
but then the initial condition was:
$$ u(x,y,0) = 1 $$
Aren't the initial and boundary conditions inconsistent in such...
Homework Statement
Complete a free body diagram for the truss structure with a weight attached to node 2 (this is known as 151N)
Homework EquationsThe Attempt at a Solution
I have attached my Free Body Diagram
The diagram is to display what is know at the start of the problem before working...
Hello,
I have a question regarding the solution to a second order 'mass-spring-damper' system. Over the years, I have gotten familiar with the idea of system damping in the sense of under damped, over damped, and critically damped systems.
However, I've began looking closer at the solution to...
Hi,
We normally use a simple symmetry argument to show that the probability of each outcome of a throw of a fair, cube-shaped die is 1/6. However, is it possible to actually model the physics of the throw and show that the probabilities are 1/6?
Since this is classical physics, the outcome can...
Let M = {x1, x2, x3, ...} U {p} be a perfect metric space.
Let f be continuous, taking M to M with f(xn) = xn+1 and f(p) = p.
I would like to know if this dynamical system is necessarily sensitive to initial conditions.
Hi comunity! I need to make a code o a normal distribution of velocities, starting whit a random secuence uniformly distributed between [0,1]. I am using FNT95, with Plato. I want to obtain a ''for'' bucle with I=1,N for the velocities.
It is importan for the distribution to have sigma defined...
Homework Statement
A mass-spring system with a natural frequency of 3.6 Hz is started in motion with an initial displacement from equilibrium of 6.1 cm and an initial velocity of 0.7 m/s. What is the value of ϕ?
(Question aside: Finding the amplitude of the resulting function?)
Homework...
Hi everybody,
I'm writing an exploration on the mathematics of simple harmonic motion and I stumbled across something I fail to understand in one of my resources (http://tutorial.math.lamar.edu/Classes/DE/Vibrations.aspx). In the example the author uses toward the end of the resource, the...
Homework Statement
Given the following circuit:
[/B]
Where R=C=L=1, with Vs(t) = sin(wt) and complete response Vo(t)=A*sin(wt + π/4).
Homework Equations
Determine the init. cond. of the capacitor voltage Vc and Inductor current Ic at t = 0. Also, find A and w.[/B]The Attempt at a Solution...
Hello guys,
actually I'am working on a model to describe the creep-behaviour of a concrete specimen. This model is based on a 'generalized maxwell-chain'. I attached a picture, where you can see it:
The acting load is the tension \sigma, while E_0 and E_1 are the stiffnesses of the...
Homework Statement
y'' + 4y = t2 + 6et; y(0) = 0; y'(0) = 5
Homework Equations
The Attempt at a Solution
So, getting the general solution, we have r2 + 4 = 0, so r = +/- 2i
So the general solution is yc = sin(2t) + cos(2t)
I then used the method of undetermined coefficients to figure that...
Hi all. Say we have a background inflaton field ##\varphi## and that we've integrated the background equation for ##\varphi##, ##H(\eta)##, and ##a(\eta)## up to the number of e-folds of inflation corresponding to ##\epsilon = 1## in the slow-roll parameter. We then wish to solve for the ##k##...
Hello! This is my first post to this excellent forum! I would like some help with this exercise:
u_{xx} (x,y) + u_{yy} (x,y) = 0, with 0 < x < 2 \pi , 0 < y < 4 \pi
u_x (0,y) = 0, \, u_x(2 \pi, y) = 0, \, 0< y < 4 \pi
u(x,0) = a \cos(2x), \, u(x, 4 \pi) = a \cos^3(x), \, 0<x<2\pi...
Homework Statement
Consider the RL circuit shown in the figure. Assume that the current ##i(t)## has reached a steady state with the switch at position ##A##. At time ##t = 0##, the switch is moved from position ##A## to position ##B##.
http://imgur.com/dRIOrp0
If I use the image button...
Burgers Equation Question -- cannot satisfy initial conditions
Homework Statement
Use characteristics to solve u_t+uu_x=0 on half line x≥0 with u(x,0)=x^2
Homework Equations
NA
The Attempt at a Solution
I think I have an issue with the initial condition. So solving via...
Given a PDE of order 1 and another of order 2, you could show me what is, or which are, all possible initial conditions? For an ODE of order 2, for example, the initial condition is simple, is (t₀, y₀, y'₀). However, for a PDE, I think that there is various way to specify the initial condition...
Homework Statement
http://imgur.com/Mwin7dB
http://imgur.com/Mwin7dB
Homework Equations
The Attempt at a Solution
This is a fairly simple problem. My issue is that I can't identify the second initial condition. The first one is simple. At t=0, the voltage on the capacitor is...
Mod note: Reinstated problem after poster deleted it.
Homework Statement
Just wondering if I did this correctly: ##y''+4y'+4y=e^{x}## and initial conditions ##y(0)=0; y'(0)=1##
Homework Equations
The Attempt at a Solution
So I found the characteristic equation to be...