Numerical Definition and 701 Threads
-
E
How can I numerically solve for f(q) using only its derivative, f'(x)?
I have tried searching and have not come up with an answer to this question - but have come close in my own work (i think). Note: I want to solve this numerically, or by some formula. I am trying to solve this problem, save I have function f(x), the equation is not known. Its derivative... -
G
[Q] Do you understand what is numerical aperture and f number?
Hi, I studied concept of numerical aperture and f number I learned numerical aperture(N.A) is measure of how much light can be entered into the optical system, its mathematical expression is N.A = nsin\theta_m where n is index of refraction of immersing medium surrounding lens and...- good_phy
- Thread
- Numerical
- Replies: 1
- Forum: Other Physics Topics
-
N
[Numerical] Euler Backward method
Hi, I need to solve the following simple ODE with both the Euler Forward and Euler Backward numerical methods. I also need to answer for which values of T this can still be calculated: y'(t) = \frac{-1}{2y(t)} y(0) = 2 t \in (0, T] Obviously the analytical solution is y(t) = \sqrt{4 - t} So it...- Nick89
- Thread
- Euler Method Numerical
- Replies: 15
- Forum: Differential Equations
-
C
Evaluating Integral with Partial Fractions: A Numerical Approach
Homework Statement I am supposed to evaluate the integral using partial fractions. \int \frac{1}{(x+5)^2(x-1)} dx 2. The attempt at a solution So after doing all the work, I get (-1/36)ln|x+5| - (13/6)ln|x+5| + (1/36)ln|x-1| But the answer in the book appears as (-1/36)ln|x+5| -...- colderduck
- Thread
- Approach Fractions Integral Numerical Partial Partial fractions
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
S
Quantitative Methods: Numerical Solution of DEs
Homework Statement Show that if we fit f(x) over [xn,xn+1], with a first-degree polynomial that interpolates f at xn and xn+1, then f(x)=f(xn)+[f(xn+1)-f(xn)](x-xn)/h. Putting that approximation into the relevant equation 1 which is given at relevant equations part derive the approximation...- symsane
- Thread
- Numerical Quantitative
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
P
Numerical Analysis: Solving y0 = Ly; y(0) = 1 w/ Methods I & II
Homework Statement Consider the equation y0 = Ly; y(0) = 1: **L = lamda** Verify that the solution to this equation is y(t) = e^(Lt). We want to solve this equation numerically to obtain an approximation to y(1). Consider the two following methods to approximate the solution to this...- proplaya201
- Thread
- Analysis Numerical Numerical analysis
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
N
Numerical Integration of Functions with Poles
What are some simple techniques to numerically integrate functions with poles? -
U
Numerical Integration of sin(1/x)
Hi everyone, I am writing a simple code using Numerical Recipes (that bible of numerical method) to integrate using trapezoid rule the following integral int_pi/2_inf {sin(x)/x^2} dx I first make variable change y = 1/x to change limit of integration so that now the integral becomes... -
A
Unravel the meaning of the variables to find numerical answers
This is a riddle that has proven to be a stumper. At least, the people I have asked... The task is to unravel the meaning of the variables to find numerical answers. Can you do it? Solve for "s", "t", "r", and "u:" *Edit* When Zero is not a solution. *Edit* s * s & = & & s \\...- AtaraxiaAle
- Thread
- Numerical Variables
- Replies: 5
- Forum: General Discussion
-
F
Numerical Integration: Understanding Error, Big Oh and Taylor Expansion
We've covering numerical integration in one of my classes this semester, however I'm sort of at a loss as to how to deal with error in when using a taylor expansion for numerical integration, and also order of method (Big Oh?) and what exactly it means and was wondering if anyone could explain... -
D
C/C++ Integrating Numerical Methods in VC++: Library Recommendations and Compatibility
I'm doing some numerical integration using C++ with Visual Studio. Are there any free online libraries where I can find routines to help with this? If there are, what is recommended and would be compatible with VC++? I have looked at the GNU library, but from what I understand this only works on...- DukeLuke
- Thread
- Integration Numerical Numerical integration
- Replies: 6
- Forum: Programming and Computer Science
-
G
Step Function: Numerical Precision Matters
Hi, Friends How to numerically do with step function? I mean, this function is very sensitive to the precision. For example, f(x) is a step function. When x is greater than some very small positive number, \delta, the numerical answer is 1, which agrees with the expected value. But when x <...- Goose
- Thread
- Function Numerical Precision Step function
- Replies: 7
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
T
Is numerical analysis interesting?
I am picking courses for next semester and am torn between a numerical analysis class or one on Fourier series and wavelets. The n.a. course fits my schedule way better but every book and syllabus I have browsed concerning numerical analysis has seemed uninteresting--more like a branch of CS...- terhorst
- Thread
- Analysis Interesting Numerical Numerical analysis
- Replies: 2
- Forum: STEM Academic Advising
-
P
How Can I Quantitatively Validate My Numerical Model Against Experimental Data?
Hi, I developed this numerical model where I solve a set of PDEs that allows me to simulate an imaging detector with different parameters, etc. Now, I would like to compare my model with a particular case where experimental data has been obtained. I made a very simple plot to explain what I...- py_engineer
- Thread
- Model Numerical
- Replies: 1
- Forum: Set Theory, Logic, Probability, Statistics
-
C
Numerical integration - Fourier transform or brute force?
Hi everybody! I kindly request your help in optimizing the numerical integration of the following expression: \xi (r)=\frac{1}{2\pi ^2}\int_{-\infty}^{\infty}f(k)\cdot \sin(k\cdot r)\cdot dk f(k) vanishes outside the boundaries k=0 and k=2; I have got k and f(k) as float arrays, so we...- coccoinomane
- Thread
- Force Fourier Fourier transform Integration Numerical Numerical integration Transform
- Replies: 9
- Forum: General Math
-
R
Numerical method to solve a fourth order ODE
I've got the following ODE: K*w''''+c*w = q I can solve this with DSolve (from Matlab), but how can I solve this in a numerical way? Thanks!- rsluijs
- Thread
- Method Numerical Numerical method Ode
- Replies: 1
- Forum: Differential Equations
-
G
Numerical integration of angular velocity
OK...this is a really trivial question, but I hope someone can help me here. I am working on building a segway-style robot that balances on two wheels, but I am having some difficulties integrating the data I receive from my gyro sensor. The sensor gives me the angular velocity, and I know...- glycerunnin
- Thread
- Angular Angular velocity Integration Numerical Numerical integration Velocity
- Replies: 3
- Forum: Differential Equations
-
B
Third order differential equation numerical approximation
Homework Statement There is a fluid flowing over a hot plate. We non-dimensionalized the problem from three partial diff eq's to two ode's. I am modeling I have two coupled differential equations that are a system of initial value problems. I am supposed to numerically integrate the two...- blue2004STi
- Thread
- Approximation Differential Differential equation Numerical Numerical approximation
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
J
Improving Numerical Approximations of Limits: A Sample Exam Question
I'm having trouble with a sample exam question. I don't really understand the question, don't know what section of the book it relates to, and don't have any idea on how to solve it. I might be in trouble :) Can anyone provide any suggestions or guidance on how I might go about solving this...- JamesF
- Thread
- Analysis Confusion Numerical Numerical analysis
- Replies: 3
- Forum: Calculus and Beyond Homework Help
-
J
Numerical Solutions to Coupled ODEs with Boundry Values at Opposite Ends
I am trying to model a packed bed distillation column for a binary liquid in Python. Unfortunately, when I set up my system, I end up with a system of coupled non-linear first order ODEs with boundary conditions at opposite ends (feed conditions and exit conditions), and I do not know how to...- jsalvati
- Thread
- Coupled Numerical Odes
- Replies: 2
- Forum: Differential Equations
-
D
Numerical Differentiation: Difference approximation on numerical data
Homework Statement I am given a table of data derived from experiment. A force (F) is applied to a spring and the extension (x) is measured and recorded. An additional column of data for the derivative (dF/dx) is also provided. Here is the data: x(m) F(kN) df/dx (kN/m) 0.0...- Daria_Imparo
- Thread
- Approximation Data Difference Differentiation Numerical Numerical differentiation
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
T
Is .999999... actually equal to 1?
hey folks, been a long time since i been here, stranded on a tropical island for a few years.. nice to be back to the business. I have a problem with some " rhetoric" i was reading today in one of the old posts. Seems to me that you all seem to think that .999 followed by about 1billion...- timeformation
- Thread
- Formula Growth Numerical
- Replies: 12
- Forum: General Math
-
MATLAB How to Integrate Field Measurements Multiplied by COS(Z) in Matlab?
Hi, I have a set of over 1000 field measurements as a function of Z. I want to multiply them by COS(Z) and integrate with respect to Z. I have tried using the quadl function but to no avail. Is what I want to do possible in Matlab (ie. is there a built in function for this) and if so...- H_man
- Thread
- Integration Matlab Numerical Numerical integration
- Replies: 4
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
M
Numerical method to solve high order ODEs.
here is a simplified version of my working equtions y''' = \frac{(y'' y+y' y) y + y'y''}{y' + y''} and 3 related boundary conditions, is there some hints to solve such equation numerically? ThX- meridian
- Thread
- Method Numerical Numerical method Odes
- Replies: 4
- Forum: Differential Equations
-
A
Numerical solution of Schrodinger equation
Suppose for some specific problem (symmetric potential well) the Schroedinger equation is expected to give certain discrete bound states and corresponding eigenfunctions. Now I am trying to obtain the eigenfunctions by numerically solving the equation and plotting the solutions by randomly...- arroy_0205
- Thread
- Numerical Schrödinger Schrodinger equation
- Replies: 2
- Forum: Quantum Physics
-
T
Problems with numerical illiteracy
How good do I have to be with numbers in upper division math( esp. linear algebra and probability)? I have pretty good spatial skills, logic and algebra( I can solve differential equations quickly with little error). I got mostly A's in lower division math and, if it counts for anything, physics...- torquerotates
- Thread
- Numerical
- Replies: 5
- Forum: STEM Academic Advising
-
H
How to Solve a Higher Dimensional Numerical Integration Using Maple Notation?
Hello I have the following question in numerical integration in higher dimension. Any help/suggestion would be welcome. The integral is ( I am using maple notation ): int( int( int( int( int( int( f(x,y,z), z=-infinity..w), w=-infinity..infinity)...- hpriye
- Thread
- Integration Numerical Numerical integration
- Replies: 17
- Forum: General Math
-
N
Accuracy of Numerical Integration Methods
Hi, does anyone know what sort of methods I could use to test the accuracy of the numerical solution of the integral equation? Many thanks- ninaax
- Thread
- Accuracy Numerical
- Replies: 3
- Forum: Programming and Computer Science
-
P
Solve Large Numerical Values Without a Calculator
Hello everyone :), I'm sure someone will have no problem helping me with this. How do I figure out large powered numerical values without using a calculator. Kept getting questions involving 2^2007 and others. How would I be able to figure out these values without using a calculator or a...- PageWizard
- Thread
- Calculator Numerical
- Replies: 3
- Forum: Linear and Abstract Algebra
-
I
Good books with numerical answers in the back
So I'm trying to teach myself physics and I've been doing problems in books. I started with griffiths qm but it has no answers. I became incredibly frustrated because there was no way to check if I was doing the work correctly, and my math skills weren't good. Now I'm working through Mary Boas'...- ice109
- Thread
- Books Numerical
- Replies: 4
- Forum: Science and Math Textbooks
-
K
Numerical Integration and Energy Loss
Hello. I've recently been using a few different numerical integration methods to solve a number of different problems, and as I looked into the integration algorithms, I realized that I don't understand them as well as I thought I did. I created a simple Excel workbook that calculates the...- KLoux
- Thread
- Energy Energy loss Integration Loss Numerical Numerical integration
- Replies: 3
- Forum: Differential Equations
-
X
Trapezoidal Rule for numerical integration
The trapezoidal rule for numerical integration is based on the idea that when we partition our larger interval into subintervals, we can approximate the area over each subinterval by calculating the area of the trapezoid formed by connecting the value of the function at the left and right... -
F
Solve the Positive Integer N Puzzle: 6N = defabc
Homework Statement Im having problem of even starting this question: "Determine the positive integer N = abcdef such that 6N = defabc" any ideas? Homework Equations The Attempt at a Solution- furnis1
- Thread
- Numerical Puzzle
- Replies: 5
- Forum: Precalculus Mathematics Homework Help
-
A
Is the numerical value of action functional of any importance?
While working out a problem I got a result which gave rise to this doubt regarding value of action functional. Suppose I start from an action, obtain the equation of motion and when I try to check if that solution gives a finite value of action, I get, surprisingly, vanishing value. The actual...- arroy_0205
- Thread
- Functional Numerical Value
- Replies: 3
- Forum: High Energy, Nuclear, Particle Physics
-
S
Gravitational wave physics and numerical relativity ?
What do you think about Gravitational wave physics and numerical relativity ? Will it expand much in future? Now few universities are giving research facilities on these two. Why ? But i really like these two.- SuperStringboy
- Thread
- Gravitational Gravitational wave Numerical Physics Relativity Wave
- Replies: 1
- Forum: STEM Academic Advising
-
L
Are There Integrals That Are Easier to Solve Numerically Than Analytically?
There isn't an applied mathematics thread so i'll post this here. I'm an undergraduate and I have a presentation for my numerical methods/matlab class . I'm looking for examples of 1)Integrals which are easier/faster to integrate numerically than do evaluate using their antiderivatives... -
P
How much numerical analysis do we need?
for each of these careers: engineer, physicist, mathematician, how much numerical analysis is necessary? is just learning mathematica sufficient? or do you need at least a full class in numerical analysis?- proton
- Thread
- Analysis Numerical Numerical analysis
- Replies: 9
- Forum: STEM Academic Advising
-
Numerical Solution to 2nd Order Eqn?
Is there a numerical method for finding solutions to 2nd order non-homogeneous differential equations? Thanks.- qspeechc
- Thread
- 2nd order Numerical
- Replies: 6
- Forum: Differential Equations
-
N
Numerical PDE's II - Circular Domain
Homework Statement Approximate the solution of: \frac{\partial^{2}u }{{\partial r^{2} }} + \frac{1}{r}\frac{\partial u}{\partial r} + \frac{1}{r^{2}}\frac{\partial^{2}u}{\partial \theta^{2}} = 0, 1<r<3, 0<\theta<\pi, u(1,\theta) = 1-\cos(\theta),u(2,\theta)=u(r,0)=0 u(r,\pi)=4-2r...- Nusc
- Thread
- Circular Domain Numerical
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
D
Numerical Evaluation of Principal Value Integrals
Hi. Can anyone tell me where to find information on how to evalutate a principal value integral numerically? When I say principal value, I mean an integral where a certain point is excluded from the domain of integration. In my case, the integrand is singular in this point.- daudaudaudau
- Thread
- Integration Numerical Numerical integration
- Replies: 1
- Forum: Calculus
-
U
Titius-Bode law, any analytical or numerical derivation?
They say this is just by chance. But maybe some bright spark has come up with a mathematical derivation for it? Alternatively, what about simulating the cloud of the early solar system on a computer. Would the Titius-Bode pattern of the planet distances arise? Here's the law...- Ulysees
- Thread
- Analytical Derivation Law Numerical
- Replies: 14
- Forum: Astronomy and Astrophysics
-
S
Numerical and Non=Numerical applications of computers.
Pliz Help me and enlighten me about the numerical and non-numerical applications of computers.- spektah
- Thread
- Applications Computers Numerical
- Replies: 1
- Forum: Computing and Technology
-
R
MATLAB MATLAB numerical evaluation doubt
Hi! I need help from someone that knows something about numerical methods in MATLAB. Specifically, fsolve. So, I have an equation L = K(x) - F(x,y). Given the values of L and y, I need to determine the value of x numerically. So, here's what I've done: G(x) = L- K(x) + F(x,y) in the...- rsr_life
- Thread
- Doubt Matlab Numerical
- Replies: 2
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
U
Numerical integration of gravity at surface of an object
Given any distribution of mass, the gravity at any point outside it can be calculated by dividing the mass into infinitesimal masses, and adding up the gravity due to each. Doing that, I faced a problem on the surface of an object: no matter how small you make the integration step, near the...- Ulysees
- Thread
- Gravity Integration Numerical Numerical integration Surface
- Replies: 15
- Forum: General Math
-
L
Heat equation, initial and boundary numerical conditions
Hello to all! Homework Statement for testing my program i need a heat equation with numerical initial and boundary conditions: Derivative[2, 0][f][x, t] == Derivative[0, 1][f][x, t] f[x, 0] == numerical f[0, t] == numerical, f[numerical, t] == numerical PS. to moders: please, if...- LMZ
- Thread
- Boundary Conditions Heat Heat equation Initial Numerical
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
S
Finding the Right Book for Numerical Methods at University
does anyone know a good book that will help with 'Numerical Methods' at university level? thank you- sara_87
- Thread
- Book Numerical Numerical methods University
- Replies: 1
- Forum: STEM Academic Advising
-
H
Numerical methods: Finite difference and spectral methods?
Hi all. Can someone briefly explain the difference between finite difference methods and spectral methods? What are their principles? And what is pseudo-spectral method?- hanson
- Thread
- Difference Finite Finite difference Numerical Numerical methods
- Replies: 1
- Forum: Differential Equations
-
T
Need advice on Numerical Methods Book
I need 1 of the following 2 Numerical Methods books. Can anyone advice me which one do you think is best? Numerical Methods for Engineering Application, 2E Joel H. Ferziger ISBN 0471116211 John Wiley & Sons Numerical Methods, 3E J. Douglas Faires, Richard L. Burden ISBN 0534407617...- tomcenjerrym
- Thread
- Book Need advice Numerical Numerical methods
- Replies: 2
- Forum: General Math
-
B
Numerical Analysis: Interpolatory Requirement & Coefficient Conditions
Homework Statement take the rational function R(x)=(a+bx)\(c+dx). What does the interpolatory requirment R(xi)=yi, i=1,2,3,4 amount to? under what conditions can you find coefficients? uniquely? Homework Equations The Attempt at a Solution Let y=[y1,y2,y3,y4] and v=[a,b,c,d] and...- buzzmath
- Thread
- Analysis Numerical Numerical analysis
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
C
Numerical calculation of tunneling probability
Hi, I am trying to numerically calculate the tunneling probability for a wave function |psi> as a function of x. I have a double well potential. The wave function is initially in the left well. I do not know what exactly I have to find to show tunneling: the probability of being on the left well...- chandanrupa
- Thread
- Calculation Numerical Numerical calculation Probability Tunneling
- Replies: 1
- Forum: Quantum Physics