Numerical Definition and 701 Threads
-
R
MATLAB Bisection method and numerical integration
In Matlab I am trying to use the composite Simpson's rule to find ##x_l## so that $$170=\int^{x_l}_0 \sqrt{1+(y')^2} dx = \int^{x_l}_0 \sqrt{1+\left( \frac{x^2}{68000} \right)^2} dx $$ For convenience this can be written as $$I(x) = 170 - \int^x_0 \sqrt{1 + (\frac{x^2}{68000})} dx$$ The...- roam
- Thread
- Bisection method Integration Matlab Method Numerical Numerical integration
- Replies: 2
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
How to Numerically Solve a Multiple Integral in Mathematica or Sage?
I'm trying to solve numerically this multiple integral. But i don't know how to calculate it with Mathamtica or Sage software. $$\int{e^{-(\vec{v}^2_1+\vec{v}^2_2)}e^{-E(\tau)}}d\vec{r}_1d\vec{r}_2d\vec{v}_1d\vec{v}_2$$ $$E(\tau)=\frac{k}{\tau^2}e^{-\tau/\tau_0}$$...- Korbid
- Thread
- Integration Multiple Numerical
- Replies: 4
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
R
MATLAB How Accurate is Numerical Differentiation of sin(x) at 0.4?
I am trying to estimate the second derivative of ##sin(x)## at ##0.4## for ##h=10^{-k}, \ \ k=1, 2, ..., 20## using: $$\frac{f(x+h)-2f(x)+f(x-h)}{h^2}, \ \ (1)$$ I know the exact value has to be ##f''(0.4)=-sin(0.4)= -0.389418342308651.## I also want to plot the error as a function ##h## in...- roam
- Thread
- Differentiation Numerical Numerical differentiation
- Replies: 9
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
N
I Finding multiple roots of polynomial using numerical methods
Hey all, I seek to find where the derivative of a nth order polynomial is at a 0, so far I have used secant method to find it, which works, but issue is is that that returns only one root, sliding the interval could work, but then itd always point to the edge of the interval, any help...- NotASmurf
- Thread
- Multiple Numerical Numerical methods Polynomial Roots
- Replies: 20
- Forum: General Math
-
Fourier Series and deriving formulas for sums of numerical
Homework Statement Homework EquationsThe Attempt at a Solution So I am tasked with answer #3 and #4. I have supplied the indicated parenthesis of 8 also with the image. Here is my thinking: Take the Fourier series for |sin(θ)|. Let θ = 0 and we see a perfect relationship. sin(0) = 0 and...- RJLiberator
- Thread
- deriving Formulas Fourier Fourier series Numerical Series Sums
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
Few noob questions and numerical methods help....
i was trying to work with few problems for my computer oriented numerical method ...which i had in college ... i am not in college anymore ... but i failed that subject ... i am trying to improve this maths field as much as i possibly can , because its a difficult subject for me ... let met...- awholenumber
- Thread
- Noob Numerical Numerical methods
- Replies: 7
- Forum: General Math
-
M
Numerical solution of non-linear diffusion equation
Hello. I have some questions regarding the equation: k\frac{\partial}{\partial x}\left( u\frac{\partial (u-r(x,t))}{\partial x} \right) = \kappa \frac{\partial u}{\partial t}. u is positive. r(x,t) is given as an input. I have implemented this non-linear diffusion equation using backward Euler...- maka89
- Thread
- Diffusion Diffusion equation Non-linear Numerical
- Replies: 11
- Forum: Differential Equations
-
O
Does Integration Scheme Choice Matter for Initial Demo of Crane Control?
Good Day Let's say I have developed a new method to extract, more efficiently (yes, "more efficiently" is ill-defined; but bear with me) the differential equations that describe a specific phenomena (please just assume it). So now I have a system of coupled second order differential...- observer1
- Thread
- Explicit Implicit Method Numerical Numerical integration Numerical method
- Replies: 6
- Forum: Differential Equations
-
D
How to Integrate a Function with Steep Rise for Small x?
I want to integrate a function numerically from 0 to infinity where for small x ##f(x)\sim x^{-5/2} \exp(-a/x)## and for large x ##f(x) \sim \exp(-bx)##. How do I best treat the steep rise for small x? -
I Numerical sign problem software?
I'm an applied mathematician with lots of experience in classical physics but none in quantum physics. What's the simplest piece of code (eg C++ on Cygwin) that illustrates the https://en.wikipedia.org/wiki/Numerical_sign_problem in quantum physics?- mollwollfumble
- Thread
- Numerical Sign Software
- Replies: 24
- Forum: General Math
-
How Are Numerical Methods Applied in Geophysics?
I am studying numerical and programming course in this semester, I was asked to know the applications of this course (numerical methods like Bisection, Newton Raphson, Secant, Simpson, Euler and Lagrange) in geophysics and how can I exploit these methods in seismic or in geophysics in general...- Farah AbdlGhany
- Thread
- Course Geophysics Numerical Numerical methods Seismic
- Replies: 4
- Forum: STEM Academic Advising
-
Y
Finding the maximum value of a function
Homework Statement Find the extremizing (maximum) value of the function f(x) = sin x / x using Newton's 1D method. Homework Equations [/B]The Attempt at a Solution I know the maximum point in this equation is (0, 1). When I differentiated the equation twice and used the formula above, I...- yugeci
- Thread
- Function Maximum Method Newton Numerical Optimization Value
- Replies: 11
- Forum: Calculus and Beyond Homework Help
-
Can Numerical Simulations Reveal Violations of CHSH Inequalities?
In the hidden variable model for CHSH, I computed the probabilities for the CHSH operators to have results -4,-2,0,2,4, then the average S. Using a computer program, I could find the minimum of that function, obtaining S>2 : #include<stdio.h> #include<math.h> double PI=4.0*atan(1.0)...- jk22
- Thread
- Chsh Numerical
- Replies: 19
- Forum: Quantum Physics
-
How to Calculate Gauss Curvature from a Mesh Surface?
Hi! I would like to calculate the curvature for a surface S:R^2->R'3 numerically. The problem: I simply have the surface as a mesh like you see in the image attached. I calculated the linearly interpolated face normals in the nodes, too. You see the vectors. Question: How would you calculate...- Omega0
- Thread
- Curvature Gauss Numerical
- Replies: 2
- Forum: Differential Geometry
-
A
M. Kyncl's Numerical Solution of 3D Compressible Flow: Master's Thesis 2011
Hi! Does anyone know where can I find the following thesis? M. Kyncl. Numerical solution of the three-dimensional compressible flow. Master’s thesis, Prague, 2011. Doctoral Thesis Thank you- angy
- Thread
- Numerical
- Replies: 3
- Forum: Differential Equations
-
Numerical Problem on Processor Pool Model
Consider the case of a distributed computing system based on the processor-pool model that has ##P## processors in the pool. In this system, suppose a user start a computing job that involves compilation of a program consisting of ##F## source file ##(F < P)##. Assume that at this time the user...- 22990atinesh
- Thread
- Distributed Model Numerical Processor
- Replies: 1
- Forum: Engineering and Comp Sci Homework Help
-
H
How to check a numerical simulation is energy conservative?
I am modelling a 1D fluid wave propagation problem and I needed to know how I can check that my results are energy conservative. please reply, urgent. thank you.- hoomanya
- Thread
- Energy Energy conservation Numerical Numerical analysis Numerical simulation Simulation Wave Wave equation
- Replies: 22
- Forum: Mechanical Engineering
-
H
Relation between energy conservation and numerical stability
Hi, Consider the conservation laws for an isothermal linear incompressible flow governed by the mass and momentum equation. The kinetic energy equation is then solved to see if energy conserved. Can anyone tell me if once it is shown energy is conserved, it implies that convergence is obtained...- hoomanya
- Thread
- Cfd Conservation Conservation of energy Conservation of momentum Continuum mechanics Energy Energy conservation Numerical Relation Stability Thermodyamics
- Replies: 2
- Forum: Differential Equations
-
W
Numerical methods of integration
Mod note: Removed the color formatting, and surrounded the code with [ code ] tags. @whatisreality, please use a tag at the beginning of your code, and a tag at the end. Inserting colors by hand is distracting and makes your code difficult to read. I have to write a piece of code to calculate...- whatisreality
- Thread
- Integration Numerical Numerical methods
- Replies: 6
- Forum: Programming and Computer Science
-
Numerical Methods, need a 3D Jacobian
Homework Statement I'm trying to write a program to solve a system of 3 non-linear equations using the Newton-Raphson method. I'm stuck on trying to figure out what the formula for a system of 3 unknowns is. I can't remember the derivation at all and after endless hours of googling and looking...- Feodalherren
- Thread
- 3d Jacobian Numerical Numerical methods
- Replies: 16
- Forum: Engineering and Comp Sci Homework Help
-
E
When is a Numerical Aperture considered High?
When will you consider that the numerical aperture is high? I was told that the numerical Angular Spectrum Method is only valid low numerical aperture values, I want to know the boundary of this value. Thank you in advance.- ecastro
- Thread
- Numerical Optics
- Replies: 6
- Forum: Other Physics Topics
-
A
Numerical solution of Schrodinger equation script
I am right now working on a script that solves the Schrodinger equation numerically for arbitrary potentials using the finite difference method. The idea is that I diagonalize the Hamiltonian with elements: H(i,i+1)=1/dx^2 * constants H(i,i-1)=1/dx^2 * constants H(i,i) = -2/dx^2 * constants and...- aaaa202
- Thread
- Numerical Schrödinger Schrodinger equation
- Replies: 7
- Forum: Quantum Physics
-
C
Can You Help With Finite Element Analysis in Cylindrical Coordinates?
I am trying to numerically calculate the electric potential inside a truncated cone using the finite element method (FEM). The cone is embedded in cylindrical coordinates (r,phi,z). I am assuming phi-independence on the potential, therefore the problem is essentially 2D; I am working only with...- colinven
- Thread
- Analysis Cone Coordinates Cylindrical Cylindrical coordinates Electric Element Fem Finite finite element Finite element analysis Laplace Numerical Potential Truncated
- Replies: 2
- Forum: Linear and Abstract Algebra
-
A
Schrodinger equation numerical solution
I have written a program that solves the Schrödinger equation numerically using the finite difference method based on the attached article. The end goal is to make a program that solves the Schrödinger and Poisson equations self-consistently for the conduction band in different heterostructures...- aaaa202
- Thread
- Numerical Schrödinger Schrodinger equation
- Replies: 4
- Forum: Quantum Physics
-
Calculating Thrust on Curved Surface of Cylindrical Vessel
Homework Statement A large cylindrical vessel contains water to a height of 10 m. It is found that the thrust acting on the curved surface is equal to that at the bottom. If atmospheric pressure can support a water column of 10 m, the radius of the vessel is:- (a) 10 m (b) 15m (c) 5 m (d) 25 m...- Pyrus
- Thread
- Numerical Pressure Thrust
- Replies: 4
- Forum: Introductory Physics Homework Help
-
N
Numerical methods that need a guess/approximate solutions
Hello everyone! I am currently playing with an old analog computer, which could solve time-dependent ODE/PDEs pretty fast, without time-stepping. But the problem with analog computer's solutions is that they are not very accurate. I am very curious that is there any numerical method/solver which...- Nate_CU
- Thread
- Numerical Numerical method Numerical methods Ode Pde
- Replies: 3
- Forum: Differential Equations
-
L
Lyapunov exponent -- Numerical calculations
In computational physics is very often to calculate largest Lyapunov exponent. If largest Lyapunov exponent ##LE## is positive there is chaos in the system, if it is negative or zero there is no chaos in the system. But what can we say about some certain value of ##LE##. For example...- LagrangeEuler
- Thread
- Calculations Exponent Lyapunov Numerical
- Replies: 5
- Forum: Atomic and Condensed Matter
-
T
Cont. numerical solution to gravity
I believe I am misunderstanding the equations I must use for the Runge Kutta of an orbit in polar coordinates. What differential equations can i use which will allow me to numerically determine both an object's distance and angle in an orbit, dependent on time?- Timothy S
- Thread
- Gravity Numerical
- Replies: 1
- Forum: Classical Physics
-
What books for numerical solutions to PDEs
What are some good books (or other resources) on numerical methods of solving PDEs in 3 space and 1 time variable? I am interested both in finite element and finite volume methods. I could be interested in other methods but I don't know about them. I am interested in being able to take...- DEvens
- Thread
- Books Numerical Pdes
- Replies: 5
- Forum: Science and Math Textbooks
-
M
MHB Numerical Analysis: Project 01 | CPP
http://www.cpp.edu/~jlcannons/mat_201_2015_spring/Project_01.pdf I don't know if this counts as cheating, but I hope someone could look this over and see what my professor is ask.- mathisorange
- Thread
- Analysis Numerical Numerical analysis
- Replies: 1
- Forum: Topology and Analysis
-
What Factors Influence the Cooling of Magma Sills in Numerical Models?
Ok, I've built a numerical model to show the cooling of hot magma sills entered into the crust over time. The results show that the volume of the "hot" zone when the emplacement of a constant volume of hot sills is all done will vary as a matter of two things: the overall rate at which the magma...- PinkGeologist
- Thread
- Conduction Heat and thermodynamics Heat equation Hot Magma Modeling Numerical Numerical analysis Thermal conductivity Thermodyamics
- Replies: 1
- Forum: Other Physics Topics
-
J
Imposing normalization in numerical solution of of ODE
Hello all, I would like to know how to impose a normalization condition to numerically solving an ODE. For simplicity let's consider the example \frac{dy}{dx}=y You could use different methods using an initial value, but if you consider the interval [x_0,x_1] and \int_{x_0}^{x_1} y(x)dx=1...- jorgdv
- Thread
- Normalization Numerical Ode
- Replies: 8
- Forum: Differential Equations
-
M
Mathematica Working with numerical solutions in mathematica
Hi PF! I have just solved a non-linear ODE numerically in mathematica using the "NDSolve" command over a small interval ##[0,1.5]##. I'd like to be able to fit a polynomial to this solution, perhaps using the "Fit" command, although I've had no luck on my own. Any help is greatly appreciated!- member 428835
- Thread
- Mathematica Numerical
- Replies: 5
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
A numerical solution of a second order ODE
Hello everyone; i'd like some help in this problem : i want to solve num this differential equation { y"(t)+t*cos(y)=y } by the Taylor method second order expansion. i first have to make this a first order differential equation by taking this vector Z=[y' y] then we have Z'=[y" y'] which equal...- manifold
- Thread
- Differential equation Numerical Ode Second order Second order ode
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
MHB Implementation of numerical method
Hello! (Smile) Consider the initial value problem $$\left\{\begin{matrix} y'(t)=f(t,y(t)) &, a \leq t \leq b \\ y(a)=y_0& \end{matrix}\right. (1)$$ I want to write a program that implements the following numerical method to solve $(1)$ $\left\{\begin{matrix} y^{n+1}=y^n+h[\rho...- evinda
- Thread
- Method Numerical Numerical method
- Replies: 1
- Forum: General Math
-
Numerical Integration for Magnetic Field of a Loop of Wire
Homework Statement Calculate the magnetic field of a current loop. Compare your numerical results with exact solution above the center of the loop. Investigate the effect of the grid size based on this comparison. Homework Equations dB = u0*I/4pi * (dL * R) / (R^2 + Z^2)^3/2 Bz = u0*I*R^2/ (2...- Rapier
- Thread
- Field Integration Loop Magnetic Magnetic field Numerical Numerical integration Wire
- Replies: 13
- Forum: Advanced Physics Homework Help
-
C
Numerical solution to Schrödinger equation - eigenvalues
Not sure whether to post this here or in QM: I trying to numerically solve the Schrödinger equation for the Woods-Saxon Potential and find the energy eigenvalues and eigenfucnctions but I am confused about how exactly the eigenvalues come about. I've solved some differential equations in the...- CINA
- Thread
- Eigenvalues Numerical Numerical methods Quantum mechaincs Schrödinger Schrodinger equation
- Replies: 1
- Forum: Differential Equations
-
O
Numerical Analysis Programming Language
In two semesters or so, i will be taking a numerical analysis course as part of an Applied Mathematics major. In the course description it says that you should have knowledge of at least one programming language, but i cannot find any more information about this. What do you all think would be...- occh
- Thread
- Analysis Language Numerical Numerical analysis Programming
- Replies: 4
- Forum: STEM Academic Advising
-
R
Applied Does anyone own Numerical Methods by Laurene Fausett?
Hi, I'm asking this because I ordered this book today, but there is a 4-day shipping minimum. I have to do a few problems from this book, and if anyone owns this, is it possible to tell me the problem statements? Also, if I'm not allowed to ask for this, please let me know. The problems I...- Rellek
- Thread
- Numerical Numerical methods
- Replies: 1
- Forum: Science and Math Textbooks
-
B
Finite square well potential numerical solution
hi guys i need some help with the iteration made in a numerical solution for the eigenstates in a finite square well potential using the effective length approximation First, i find the eigenstate for a infinite square well, then i define the related alpha and i use it to define an effective...- Braggplane
- Thread
- Finite Finite square well Numerical Potential Square Square well
- Replies: 1
- Forum: Atomic and Condensed Matter
-
E
Heat conduction numerical model
Hi Guys, I'm new on this forum, currently studying Aerospace Engineering and am trying to produce the model of a radioisotope thermoelectric generator using numerical methods to solve the heat conduction equation as part of my research. The way it works is that I have a radioisotope source in...- elt93
- Thread
- Conduction Heat Heat conduction Model Numerical
- Replies: 4
- Forum: Thermodynamics
-
G
Algorithm for Numerical approximation to add data points
Hi, I am working on TDR (Time Domain Reflectometry). I send a 7GHz bandwidth fast rising edge (14ns) square wave into a coax. I get a return Signal. I have an ADC with 10Msamples/sec. I am using MPLAB IDE for coding the microcontroller. Now I would like to increase the Points on the...- Geeniey
- Thread
- Adc Algorithm Approximation Data Numerical Numerical approximation Numerical method Points Resolution
- Replies: 5
- Forum: General Engineering
-
The average velocity of the point - numerical value of t
Homework Statement During the first t seconds of motion, the average velocity of the point is zero. What is the numerical value of t? Homework EquationsThe Attempt at a Solution I don't understand this question. I understand that the average velocity is zero if the displacement in the...- Poetria
- Thread
- Average Average velocity Numerical Point Value Velocity
- Replies: 4
- Forum: Introductory Physics Homework Help
-
C
Numerical Solution to Complex DiffEQ?
I've been trying to figure out a way to get an approximation to a complex DiffEQ. dx/dt = c1 / (c2 + c3*x*t) Does anyone have any input on wether this problem can be approximated? Thank you.- CaseyGross
- Thread
- Complex Diffeq Numerical
- Replies: 3
- Forum: Differential Equations
-
G
Numerical Approximation and addition of new data points
Hi I am new member and I am new to the Signal processing so I hope I could get some help from the members to able to understand the concepts. I have a Signal. I have a 10Msaples/sec ADC. I view the Signal on an Oscilloscope which has 20Gsamples/sec sampling rate. The Point where I am...- Geeniey
- Thread
- Addition Approximation Data Numerical Numerical approximation Points
- Replies: 11
- Forum: Topology and Analysis
-
M
C/C++ Getting xodeint from numerical recipes to work in dev-c++
I am taking a computational physics course, and currently I have very little knowledge of programming. I have downloaded the numerical recipes machine-readable code, and I am trying to get one of their examples to work in dev-c++. Unfortunately, I am having difficulty. I have copied xodeint.c...- mjordan2nd
- Thread
- Numerical Work
- Replies: 4
- Forum: Programming and Computer Science
-
K
How to improve stabilities of numerical solutions of PDEs
This is a quite general question, but I am working with a system of partial differential equations in two variables. There is one time direction t and one spatial direction z and the numerical method is formulated by stepping forward in time. The problem is that I obtain instabilities, either at...- Kurret
- Thread
- Finite difference Numerical Numerical analysis Partial differential equations Pdes
- Replies: 3
- Forum: Differential Equations
-
Tricky Intregral for numerical quadrature
Hi - I have just started 'Computational Physics' by Koonin & Meredith, - through distance learning. Exercise 1.3 needs a program to evaluate an integral - I'm finding myself kinda rusty on integrals. The hint says - split range of integration into parts, use different change of variable in each... -
M
Numerical Approximation of a Rocket's motion
So, I ve been trying to add orientation to my model of the flight dynamics of a rocket but I ve been running into a lot of problems. I didn't bother actually doing the math for the moments of inertia and everything because I guess it really doesn't have that much of an effect on the general...- Mardlamock
- Thread
- Approximation Motion Numerical Numerical approximation
- Replies: 3
- Forum: Differential Equations
-
Numerical integration - verlet algorithm - accuracy
In my computational physics textbook, three different velocity estimators are derived for a problem with equation of motion: \ddot x = F(x) where the positions are found by using the Verlet algorithm: x(t+h) = 2 x(t) - x(t-h) + h^2 F[x(t)] The three velocity estimators are: v(t) = \frac{x(t+h)...- QPingy
- Thread
- Accuracy Algorithm Integration Numerical Numerical integration
- Replies: 2
- Forum: Classical Physics