What is Method: Definition and 1000 Discussions

In mathematics and computational science, the Euler method (also called forward Euler method) is a first-order numerical procedure for solving ordinary differential equations (ODEs) with a given initial value. It is the most basic explicit method for numerical integration of ordinary differential equations and is the simplest Runge–Kutta method. The Euler method is named after Leonhard Euler, who treated it in his book Institutionum calculi integralis (published 1768–1870).The Euler method is a first-order method, which means that the local error (error per step) is proportional to the square of the step size, and the global error (error at a given time) is proportional to the step size.
The Euler method often serves as the basis to construct more complex methods, e.g., predictor–corrector method.

View More On Wikipedia.org
  1. Toxis

    Fact checking - Scientific method

    Hi, I have a somewhat strange request (hence did not knew which section to use for this post). I have no formal training in sciences (have a degree in philosophy, and no matter how much my peers disagreed with my opinion, that is not a science:), but I fell in love with science while studying...
  2. D

    A few queries on the variation of parameters method

    I've been reviewing my knowledge on the technique of variation of parameters to solve differential equations and have a couple of queries that I'd like to clear up (particularly for 2nd order inhomogeneous ODEs), if possible. The first is that, given the complementary solution...
  3. N

    MATLAB Runge Kutta Method: Solve Example with MATLAB

    hello all dear please help me can solve this Example By Simulation With matlab
  4. S

    Newton's Method utilizing Mathcad

    Homework Statement I am writing a simple program in Mathcad for Newton's Method. The function is x^3-5*x^2+3*x+4. The root is between 0 and 3, and we want a tolerance of 0.00001. My code is the exact same as a program I made in Matlab that works, but since I am new to Mathcad, I am getting an...
  5. L

    Node Method Problem: Identifying Errors

    Homework Statement Homework Equations V=IR The Attempt at a Solution I believe my a1 and a2 are correct. But my b1 is definitely wrong. Even if I carry out the above subtraction for the v1 part (which gives you b1) I will not have somethign as simple as R2 + R3 on the numerator [/B]...
  6. M

    Complicated Integral Using the Substitution Method

    Homework Statement Evaluate the following integral using a change of variables: \int\frac{dx}{\sqrt{1-\sin^4{x}}} Homework Equations If f(x)=g(u(x))u'(x) and \int g(x)dx = G(x) +C then \int f(x)dx = G(u(x))+C The Attempt at a Solution It seems helpful to first simplify a little to obtain...
  7. J

    Portal (Approximate) Method of Analysis: Superposition

    Homework Statement For the portal frame geometry and factored loading shown in the figure below, calculate the shear force, axial load and bending moment diagrams using the Portal Frame Method. You may use the principle of superposition for gravity and lateral load effects. Note: • all...
  8. S

    MATLAB Script for Bisection Method

    Homework Statement Not really for homework, but it is a script I am working on. It involves utilizing the Bisection Method for solving equations in one variable. However, I cannot seem to get it to work properly. It seems to enter the while loop and become stuck their. When I execute it by...
  9. binbagsss

    Method of characteristics. pde. limits of integral question

    I'm using the method of characteristics to solve a pde of the from ## au_{x}+bu_{y}=c## where ## a=\frac{dx}{d \tau} , b= a=\frac{dy}{d \tau}, c=a=\frac{du}{d \tau}## where initial data is parameterised by ##s## and initial curve given by ##x( \tau)=x_{0}(s)##, ##y( \tau)=y_{0}(s)## and ##u(...
  10. Blidaru Bogdan

    A transfer matrix method for the analysis of fractal quantum

    Good day, guys ! I am working on a project regarding the transfer matrix method used in quantum tunneling by means of a MATLAB program --- Cantor set fractal potentials. I am trying to represent some things here (as seen in the document below) : - the eigenvalues for the energy - the...
  11. B

    B-Spline (Another Method)

    What I learned from a book, B-spline is constructed by knowing some control points. However, below video showing that a B-spline is not constructed by a control point instead of fitpoints and tangent weight (handle). Anyone know what is the name of the theory of it in a book and how to solve...
  12. K

    Vortex Lattice Method: Find Airfoil Equation for Designing

    Hello! I have some queries regarding Vortex Lattice Method. I want to design an airfoil using Vortex Lattice Method. For that, I need to find out the equation of airfoil first. So how exactly am I going to do that? Please refer the following link...
  13. ELB27

    Legality and Generality of a Simplifying Method

    I have a question regarding the legality and generality of the following method for simplifying a vector expression. The specific expression that arose my question is ##\left[\left(\vec{P}\cdot\hat{r}\right)\left(\hat{r}\times\vec{M}\right) +...
  14. binbagsss

    Method of Characteristics, PDE, Jacobian condition Q

    Hi, I'm looking at the Jacobian condition which is ## J= a \frac{dy_{0}}{ds}-b\frac{dx_0}{ds}## where the pde takes the form ##c= a\frac{\partial u}{\partial x} + b \frac{\partial u}{\partial y} ##, where ##a=\frac{\partial x}{\partial \tau } ##, ##b=\frac{\partial y}{\partial \tau }##...
  15. ltkach2015

    Alternative Vector Method to Finding Angles of Vertices of Triangle?

    NOTE: I know the solution, but I challenge it. Specifically, I feel that the generally accepted solution to this problem is not intuitive. I have shown the accepted solution, and below that I have shown what I feel seems more intuitive (from a geometric standpoint)...
  16. P

    Alpha Particle Spectroscopy - Is My Method Correct?

    Homework Statement Hey, first time poster here, I'm current writing up a lab report I just wanted to check my method is correct. I'm doing alpha particle spectroscopy using a cloud chamber setup. Most published reports seem to vary pressure (so the mass thickness varies). Our chamber let us...
  17. S

    Solving an ODE using shooting method

    Hi, I am trying to solve the following ODE for my maths project: ## y'' = \frac{\alpha}{2}y^3 - \frac{3}{2}y^2 + y - \frac{3}{x} y'## under the following boundary conditions: ## y'(0) = 0 ## ## y(x) \rightarrow y \_ \equiv 0\ \text{as}\ x \rightarrow \infty ## As a first step, I converted...
  18. R

    Ground state energy from the variational method

    Homework Statement Consider a one-dimentional particle in a box with infinite potential walls at x=0 and x=L. Employ the variational method with the trial wave function ΨT(x) = sin(ax+b) and variational parameters a,b>0 to estimate the ground state energy by minimising the expression E_{T}=...
  19. Maged Saeed

    Initial guess in Newton's method

    How to find the Initial guess for Newton method with high accuracy ?? Is there a way rather than using mean value theorem [which is used to test whether there is a solution on a closed interval to the equation] ?
  20. PcumP_Ravenclaw

    Understanding Cardano's method of solving Cubic equation

    Dear All, I am trying to understanding Cardano's method to solve the cubic equation. Please first see the reference text that is attached (Alan F. Beardon, Algebra and Geometry). My rough understanding is that we make 2 substitutions (## P1(z - a/3)## and ##P(z - b/z) ## ) to...
  21. A

    Explain this method for integrals (complex analysis)

    I saw this method of calculating: $$I = \int_{0}^{1} \log^2(1-x)\log^2(x) dx$$ http://math.stackexchange.com/questions/959701/evaluate-int1-0-log21-x-log2x-dx Can you take a look at M.N.C.E.'s method? I don't understand a few things. Somehow he makes the relation...
  22. N

    Calculating Neutron Flux using SN Method

    when we calculate the neutron flux in finite medium using sn method for steady state neutron transport equation, it gives us some numbers up to 1. I am sure its not the real flux, can someone explain how we can calculte the real flux using sn method.
  23. dkotschessaa

    I need a better "method" for working out proofs and problems

    I will even take book recommendations, though I have read Polya's "how to solve it," and Vellemans similarly titled "How to Prove it." I think I am looking more for how to organize my thoughts, and much of this overlaps with "how to study," which, I am still trying to learn how to do. My...
  24. R

    Choosing the trial wavefunction (variational method)

    Homework Statement I'm going to list two questions as they offer the same problem with more choices, hopefully it will help realize the method (?) used (A) An electron, confined in the two dimensional region 0<x<L and 0<y<L with infinite potential walls, is subject to the potential...
  25. J

    What is the easiest method for adding and subtracting rational numbers

    What is the easiest method for adding and subtracting rational numbers
  26. Silicon Waffle

    C/C++ [C++] Similar method of bitconverter -- ToInt16

    In C#, byte[] tail={...} short reader = BitConverter.ToInt16(tail, 4); which is to convert 2 bytes 4 and 5 to a short value. I'd like to do this in C++ So I do char tail[]={...} short reader=toInt16(tail,4); ... short toInt16(char*tail,int index) { int n=index; int m=n+1; string...
  27. electronic engineer

    MATLAB Solving Partial Differential Equation using Crank-Nicolson Method in MATLAB

    Hello, i'm willling to solve partial differential equation of the form: dy/dt = d2y/dx2 + 2/x * dy/dx - 4y where d here means partial derivation of course. boundary conditions are: dy/dx(0,t) = 0, y(1,t) = 1, t>0 initial condition is: y(x,0) = 0; (x,y) is position and t is time. and...
  28. E

    Number of KCL and KVL equations for branch-current method

    Homework Statement Find ix and Valpha [/B] Homework Equations KCL KVL The Attempt at a Solution [/B]How do I determine the number of KCL and KVL equations? In this problem I am solving, there are 6 unknowns so I need 6 equations. I can write 4 independent KCL equations, 1 KVL at loop 1(to...
  29. E

    Method of Joints, Virtual Load

    Hi I was hoping someone could clear something up for me, I've been set an virtual load (unit load method) question at University, that part of the question I can do however its the calculating the force on the members part that I am struggling with. The question asks for all the forces in the...
  30. M

    Use Euler's method with h=0.1 to find approximate values?

    Homework Statement Use Euler's method with h=0.1 to find approximate values of the solution of the initial-value problem y'+3y=7e^(4x), y(0)=2 at x=0, 0.1, 0.2, 0.3, ..., 1.0. Homework Equations f(x, y)=7e^(4x)-3y x0=0, y0=2 The Attempt at a Solution y(0.1)=y1=y0+f(0, 2)(0.1)=2+(0,1)f(0...
  31. M

    Euler's method for a mass sliding down a frictionless curve

    Homework Statement Consider a mass sliding down a frictionless curve in the shape of a quarter circle of radius 2.00 m as in the diagram. Assume it starts from rest. Use Euler’s method to approximate both the time it takes to reach the bottom of the curve and its speed at the bottom. Hint...
  32. DivergentSpectrum

    General method of parameterization

    is there a general formula/algorithm to parameterize an equation? for example if i have a function f(x,y)=0 then can i always change it to the form x(t),y(t)? or if i had g(x,y,z)=0 then can i change it to something like x(u,v),y(u,v),z(u,v) i know of examples, like if i have x^2+y^2=1 then...
  33. SalfordPhysics

    FORTRN90: Euler Midpoint Method for SHO

    Homework Statement Write a program to simulate motion of simple harmonic oscillator. Initial conditions: Let ω = 1, x(t=0) = 1, v(t=0) = 0. Integrate over 30 seconds in intervals of 0.05s. Homework Equations δ2x / δt2 = -ω2x As set of 2 coupled ODE's; x' = v, v' = -w2x The...
  34. PcumP_Ravenclaw

    Understanding the method to solve the cubic equation

    Dear All, I am trying to understanding Cardano's method to solve the cubic equation. The reference text is attached (Alan F. Beardon, Algebra and Geometry). My rough understanding is that we make 2 substitutions (## P1(z - a/3) and P(z - b/z) ## ) to simplify the cubic equation...
  35. samgrace

    Numberical integration method

    Homework Statement Integreate: ##T = ∫ \frac{dy}{V_ab (y)} = \frac{2}{v}∫[1 + \frac{\alpha^2 y}{L} + 2\alpha \sqrt\frac{y}{L} cos(\phi(y))]^\frac{-1}{2} dy## where ## \phi (y) = \frac{\pi}{6} + sin^-1(\frac{\alpha\sqrt{y}}{2\sqrt{L}}) ## The limits are between 0 and L Homework EquationsThe...
  36. G

    Method for deduce Schrödinger Equation

    Is there any method for deduce Schrödinger equation from quantization of action??
  37. kelvin490

    Question about substitution method in integration

    It is common that we replace \int u(x)v'(x)dx by \int udv where both u and v are continuous functions of x. My question is, must we ensure that u can be written as a function of v before applying this? The above substitution method is involved in the proof of integration by parts but I cannot...
  38. S

    Numerical method for wave equation

    Hi, I am trying to plot a function subjected to a nonlinear wave equation. One of the method I found for solving the nonlinear schrodinger equation is the split step Fourier method. However I noticed that this method only works for a specific form of PDE where the equation has an analytic...
  39. 5

    Implicit Euler's Method Application

    Homework Statement dx/dt= -x2-2x(1+t+t2) x(1)=2 estimate x(1.2) with h=0.2 Homework Equations Implicit Euler: I was taught that we must solve for yk+1 using Newton's method: This doesn't seem like it will work because Newton's method assumes a function of only one variable. According to...
  40. J

    Can the energy method for this system be represented in a matrix form?

    Hi, Can somebody tell me if my kinetic energy (T) and potential energy of spring (V) for this system in matrix form is correct or wrong, m1= 2, k1 =5, m2 = m2, k2 = k2 T = 1/2 (2* q1'^2+ m2* q2'^2) so in matrix form it was 1/2(q'^T) (2 0 *( q')...
  41. T

    Vibrations - Rayleigh-Ritz Method Admissible Functions

    Hi everyone, I'm having a bit of difficulty choosing an admissible function for a fixed-fixed nonuniform bar. I chose the function φ(x) = 1 - cos(2πx/L). But when solving for the the stiffness and mass coefficients: kij = ∫EA(x)φiφjdx mij = ∫ρ(x)φiφjdx, I am not sure where I should have...
  42. R

    Question about the best method to use for finding wavefunctions and eigenvalues

    We have been covering the annhilation and creation operators in class. You can use the annihilation operator to find the groundstate wavefunction, and then use the hamiltonian in terms of annhiliation and creation operators to find the energy eigen value of that state. (or you could put the...
  43. S

    Frobenius method for Hermite Equation

    Homework Statement I'm asked to solve the Hermite Differential Equation y''(x) - 2 x y'(x) + \lambda y(x) = 0 using the Frobenius method 2. Homework Equations I am to assume the solution is in the form y(x) = \sum a_n x^{n+r} where r are the roots of the indicial equation that in this...
  44. DOTDO

    By what method did Einstein derived his gravitational field equation?

    Hi. In class, the professor has tried to derive the equation by using the principle of least-action. (But not yet completed. Maybe next class...) However I heard this method is used by Hilbert, who had derived the equation 5 days before Einstein derived it. Then, what method did Einstein use...
  45. 5

    Quadratic Newton's Method

    Homework Statement The Newton iteration formula is based on a Taylor series expansion of the function f(x) around an estimate of the root xn, truncated after the linear term. You are asked to derive a more accurate iteration scheme as follows: Start from the Taylor series expansion of f(x)...
  46. N

    Graphical method to calculate power

    Homework Statement I have been asked to show a graphical, more accurate method to calculate power used when running up a flight of stairs. The method I have used previously is measuring the height of the stairs, recording my weight in Newtons, timing how long it takes to run from the bottom to...
  47. Y

    Using Method of Imaging for two point charges between Parallel Plate Capacitors

    Homework Statement Use either image charge method of separation of variables to solve: The distance between two large, grounded parallel conducting plates is 4x. Between them, two point charges +Q and -Q are inserted and have a distance x and 3x from one of the plates. (A line connecting the...
  48. Y

    Projectile Motion: Method of finding initial velocity in a lab

    Homework Statement Determine the exit speed(initial velocity) of a marble exiting a launcher shot from a table. The height of the table, distance of the x component and the time can be measured. t=? Vi=? Vix=? Homework Equations d= vi * t + 0.5*g*t^2 Vi^2=Vix^2*Viy*2 The Attempt at a Solution I...
  49. M

    Negative Gradient and Gradient Descent Method

    What is "Negative Gradient" ? and what is "Gradient Descent Method" ? What is the difference and relationship between them ? What is the benefit each of them ?
  50. Y

    Solution to Image Charge Method for Two Point Charges

    Homework Statement Two point charges of equal value are placed a distance 2b from one another. In the middle, there is a grounded conducting sphere. What is the minimum radius of the sphere required to cancel out the repelling force between the two charges? (Solve using Image Charge Method)...
Back
Top