Sorry, but this is the only subject I could not pass even if I gave it my all every day and night of the semester. And I will still surely fail this subject, but as a last resort I will try to post my problem here, hoping to get solution and maybe an explanation. Sorry if some of the phrasing...
Homework Statement
This is for my computer simulations in physics class. The problem, as stated, is to numerically integrate a particular equation for a period of one year, given that the Earth starts at the point (1,0) with a velocity of (0,2pi). Then, I must plot the orbit.
I am using Maple...
Dear Forum :
I hung up with a integration
http://ppt.cc/mIpV
Can it be deduced to a simpler form?
The distribution of σ(E) is http://ppt.cc/-5Z5
The estimation width of x is 10MeV , height is 200mb.
The distribution of dE/dx is http://ppt.cc/vcVU
Is there a way to do some simple...
Hi!
I have written two codes in matlab,to implement the Jacobi and Gauss Seidel method.Both of the programs should stop either if the number of iterations surpass the maximum number of iterations MAXIT or if one of these conditions/or both of them:
\left \| x_{k}-x_{k-1} \right \|_{2}<ε , \left...
hello
i just copied the Numerical Code for the NLS equation which is the following:
%---specify input parameters
clear all;
distance=input('enter fiber length(in units of L_D)=');
beta2=input(' dispersion: 1 for normal, -1 for anomalous');
N=input('Nonlinear parameter N=')...
If I have a x,y table of discrete datapoints with a discrete dataset, such that delta x is not a constant, what are some of the more advanced techiques that I can use to integrate this?
I remember that there were Trapezoidal rules and Simpson's rule where delta x IS a constant (and there are...
I need to solve the following system of equations for n=0,1,2 subject to the given initial and boundary conditions. Is it possible to solve the system numerically. If yes, please give me some idea which scheme I should use for better accuracy and how should I proceed. The coupled boundary...
can anyone direct me to a website that gives adequate treatment of the numerical solution of partial differential equations, especially pertaining to problems which involve the use of the Crank-Nicolsen procedure?
Hey all,
First time posting on here hope this all goes well!
I just worked through a problem on dielectric slab waveguides with core and cladding and it was pretty straight forward finding critical angle, critical angle compliment, number of modes, numerical aperture, maximum acceptance angle...
Homework Statement
Numerically determine the period of oscillations for a harmonic oscillator using the Euler-Richardson algorithm. The equation of motion of the harmonic oscillator is described by the following:
\frac{d^{2}}{dt^{2}} = - \omega^{2}_{0}x
The initial conditions are x(t=0)=1...
Hi,
I'm trying to solve the flow profile inside an inhomogeneous porous material between two parallel moving plates (essentially Couette flow with a deviation), and I model my system by the following equations:
\nabla^2 \mathbf{u} = p(x,y,z) \mathbf{u}\\
\nabla \cdot \mathbf{u} = 0...
Are there any uses of numerical analysis in industry (outside of financial firms)? I get the impression that a lot of industrial software has already been written and standardized so you don't really have people coming up with innovative ways to e.g. numerically solve PDEs so much as using...
For this problem use Simpson's Rule with N=256 for numerical integration function is y=×^2
and the lower limit is 1 & 3 is the upper limit.
I=\frac{h}{3} {fstart+fend+2Ʃfeven+4Ʃfodd}
Find the numerical integration, using FORTRAN
my solution follows...
I have a function Z = f(P,T)
and would like to calculate the partial differentials \left ( \frac{\partial Z}{\partial P} \right )_T and \left ( \frac{\partial Z}{\partial T} \right )_P at values of P and T.
The function Z is compressibility factor (Lee and Kessler equation of state), P...
Homework Statement
Show f(x)=(x−2)sinxln(x+2) has f'(x)=0 somewhere on [-1,3]
The Attempt at a Solution
I tried using Rolle's theorem, but f(-1)≠f(3). Then I tried the mean value theorem, but didn't get 0 either.
Homework Statement
Consider a solid sphere of radius r and mass m which has a charge q distributed uniformly over its volume. The sphere is rotated about the diameter with an angular speed ω. Show that magnetic moment μ and the angular momentum l of the sphere is related as,
μ=ql/2m
Homework...
Can anyone tell me for which problems you should use these numerical methods:
- finite difference method
- finite element method
- boundary element method
- method of moments
For example I read that finite element method is often used for car crash simulations, and that it gives very...
Homework Statement
In my book, for a class on numerical analysis, we are given the definition:
"Suppose {β_{n}}from n=1 → ∞ is a sequence known to converge to zero, and \alpha_{n} converges to a number \alpha. If a positive constant K exists with
|\alpha_{n} - \alpha|≤K|β_{n}|, for large...
Homework Statement
An optical system consists of a thin lens in air with f = 100 mm. An aperture stop with a diameter of 20 mm is placed 25 mm to the right of the lens. Calculate the numerical aperture of the system. (Hint: Find the size of the entrance pupil.) What would be the numerical...
I took a CFD class last semester (had to leave school though due to personal garbage). I am making a come back this fall and as some extra credit I am trying to numerically solve the unsteady laminar flow equation in a pipe. The equation is
\dot{U} + U'' + K = 0
where dots denote the time...
Homework Statement
Hi there, thanks in advance for any help!
I have a first order DE: \frac{\partial \vec{m}}{\partial t} = -\vec{m} \times \vec{h}_{eff} + \alpha \vec{m} \times \frac{\partial \vec{m}}{\partial t} (a scaled Landau-Lifshitz-Gilbert equation)
where m is a magnetism...
I have a plot with a bunch of data points. I would like to perform a numerical integration on it. I was just wondering, what method of integrating do you guys think would be best suited for a sinusoidal like curve?
Hello guys,
First of all this is not a homework. I am preparing for my exams and this question was asked in my previous exams so I tried to solve this question myself, I have tried to solve this numerical by myself, but couldn't get the answers right. So, I am posting this question here, in...
I am doing a little research project into numerical methods of solving ODEs where I do 1 half of learning about the basics of numerical methods and then look at a particular method (Linear multistep) and then the second half is looking at a particular example, applying what I've learned and...
hi all,,,, this is the integral that I would like you users work, I would like to know what methods and with all the steps as they arrive at the approach, I'm finishing a new numerical method to and I am doing some tests, to compare it with all methods made by all users of this forum, and...
What is the most general method of approximating arbitrary systems of ODEs of 4 variables(x,y,z,t) that fit these conditions? The conditions that are assumed true of the ODEs are:
1) that I require differentials to be explicitly defined (but they can be defined in terms of other...
I have established existence and uniqueness of solutions to a nonlinear elliptic system of PDE's and would like to see how the solutions look like numerically. I have some programming background on MatLab and C++. I also understand basic ODE numerical schemes. But I am not so sure, if I need to...
I need to choose one more math class to reach a full-time status for next fall.
So far I am already taking Classical Mech I from Physics Dept, Analysis I and PDE from Math Dept.
I hear Analysis is already time-consuming hard class and I guess PDE isn't easy either, so I am considering to...
Hey
I have taken a programming course. And I have learned about Simpson, Trapezoidal and the midpoint rule etc, I have programmed these.
I have also implemented forward Euler, backward euler, Runge Kutta etc for solving ODE.
I am wondering if there is any way to unify these two things, are...
Hello,
I have been encountered an integral equation that I need to solve\evaluate numericly and I didn't find anything like it in my search yet.
The equation:
\frac{d^2 F(t)}{dt^2}=const*\int_{t'}\frac{sin(F(t)-F(t'))}{(t-t')^{2k}}dt'
If it helps there is a specific case, when K=1...
I'm trying to create a java application that models the path of a double pendulum. To do so I have been attempting to use Lagrangian Mechanics to find the equation's of motion for the system. The problem is that I have never seen a set of equations like the one yielded by this method and need...
so I have this homework as I said and marks will be added on my total, so if anyone could help you will be a lifesaver, you don't have to answer the whole thing , just help me with the part you know,
here it is :
A function g (x) is called Lipschitz function on the interval [a,b] if there...
I am struggling to understand interpolating polynomials and their errors. I have a problem off of a study guide here:
http://terminus.sdsu.edu/SDSU/Math541_f2012/Resources/studyguide-mt01.pdf
I understand that the composite simpsons rule is only exact for polynomials up to order 3, with error...
Hi, I have a mesh whose surface is made up of tesselating triangles. I would like to perform an integral over this surface of the form
\int f(\Omega) R(\Omega) d\Omega
Where f is an arbitrary function and R is the radius at that point.
I have a method implemented but it is not working...
How do people generally determine uncertainties on results that are based on Monte Carlo simulations? Take this fictive example, just so we have something specific to talk about:
I look at 106 particles, confined to a box. There is a small hole in one of the walls, and at some time t0 I am...
I'm looking for a good book on numerical methods. I know most of the basic algorithms but one that delves more into things like adaptive quadrature and that type of thing is what I'm looking for. Any texts people could recommend?
Homework Statement
Consider an initial circular low Earth orbit act at a 300 km altitude, find the velocity change required to produce an elliptical orbit with a 300 km altitude at perigee and 3000 km altitude at apogee. Given gravitational parameter for Earth μ=398600 kg3/s2, radius of...
Hello everyone!
I am trying to understand why the following function does not provide problems to being computed numerically:
∫dx1/(sin(abs(x)^(1/2))) from x=-1 to x=2.
Clearly there is a singularity for x=0 but why does taking the absolute value of x and then taking its square root...
Hey all, back with another question.
I have the opportunity in the fall to choose 1 (maybe 2 if I'm lucky) of the following classes: Numerical analysis (undergrad numerical linear algebra, using matlab), Functional Analysis (as a directed study course with a prof), and the other is doing a...
Hi all, first post :)
I have a system of z-propagated nonlinear PDEs that I solve numerically via a pseudo-spectral method which incorporates adaptive step size control using a Runge-Kutta-Fehlberg technique. This approach is fine over short propagation lengths but computation times don't...
Hi all,
i have a problem to solve that i want maybe to solve with MATLAB o excel.
I have a numerical samples and with linear approsimation i have a function, but now i want to use less samples for example only 20 and i want to find the best set of samples to approsimate in the best way the...
Homework Statement
I am working on a problem for my Thermal Physics course. In short, its a numerical problem. I had to go through some Excel calculations and end up with two columns of numbers. One, C/Nk, where C-heat capacity, k-boltzmann constant, N-number of particles and the other is...
Homework Statement
See the image: http://postimage.org/image/o19oxb5pj/
You can click on the image to enlarge it.Homework Equations
f<=fs=µsN
fk=µkNThe Attempt at a Solution
Ok, so displacement covered by big block + l= displacement covered by small block, I think.
As whole system...
Dear,
I need few Resources to get the help for my above topic. The above topic depicts that: one image will be imposed on the other one. and we have to shown it using numerical analysis. of course significant amount of programming effort is here. But I need help regarding resources/articles...
Dear All,
I need a few resources to get help with my above topic. The above topic depicts that: one image will be imposed on the other one, and we have to show it using numerical analysis. Of course significant amount of programming effort is required. But, I need help regarding...
If I have a bunch of sorted numbers spanning a large range of magnitudes, is it better to add them up from smallest to largest or from largest to smallest, or something else?
Let's say I'm summing an array A, which is sorted from large to small. Which gives a more accurate result:
sum1 = 0...