Method Definition and 1000 Threads
-
M
Least Square Method to fit a line to a set of datapoints
We are given a set of points ##(x_i , y_i)##. If we want to fit a line to these points which has the form of ##y=a_0+a_1x##, we need to do it in a way which minimizes the total error E:$$E = \sum_{i=1}^n (y_i - a_0 - a_1x_i)^2$$So we set ##\frac{\partial E}{\partial a_0} = 0## and...- MatinSAR
- Thread
- Method Square
- Replies: 11
- Forum: Introductory Physics Homework Help
-
Best rocket-stopping method
Does anyone have a good method for stopping a model rocket while it is still going up without reverse propulsion?- Rocket Maker
- Thread
- Method Rocket
- Replies: 45
- Forum: Aerospace Engineering
-
Books on D Operator Method
TL;DR Summary: Comprehensive books on D Operator method Currently I am studying (Ordinary) Differential equation but the book I am following doesn't include much on D Operator Method of solving differential equations. Please suggest me some (Ordinary Differential Equation) books that goes...- PLAGUE
- Thread
- Books Differential eqautions Method Operator Ordinary differential equation
- Replies: 5
- Forum: Science and Math Textbooks
-
T
Why Are My Bending Moment Signs Incorrect in the Direct Stiffness Method?
Hi there, I was wondering if someone might know why I am getting incorrect signs for my structure that I am working on using the Direct Stiffness Method? I am following the procedure that I was taught when I was at University and I can't completely remember everything. I am designing a...- Tygra
- Thread
- Method Stiffness
- Replies: 3
- Forum: General Engineering
-
"to pay by invoice or proforma"?
My English fails me. If you don't know: one of the things I am doing is selling chemical software - you download the program from my site, you pay with a credit card for the license, you get the registration key. You can also buy paying with a bank transfer. This is a third or fourth time I am...- Borek
- Thread
- Method
- Replies: 5
- Forum: General Discussion
-
M
Reduction of order for Second Order Differential Equation
For this, I tried solving the differential equation using an alternative method. My alternative method starts at ##tv^{''} + v^{'} = 0## I substitute ##v(t) = e^{rt}## into the equation getting, ##tr^2e^{rt} + re^{rt} = 0## ##e^{rt}[tr^2 + r] = 0## ##e^{rt} = 0## or ##tr^2 + r = 0## Note that...- member 731016
- Thread
- Differential equation Method
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
Solve using complete the square vs. quadratic formula
Using the complete the square method I got; -3+root8 or -3-root8 But using the quadratic formula (to check my answer) I got; -3+root 10 or -3-root 10 I've checked both answers several times but can't get to the bottom of it :)- paulb203
- Thread
- Formula Method Quadratic
- Replies: 11
- Forum: Precalculus Mathematics Homework Help
-
E
Why can one do this "trick" in the First Order Linear D.E. method?
If we have a first order d.e. like: $$\frac {dy} {dx} - \frac y x = 1$$ I would use two subs, namely: ##y = uv## and ##\frac {dy} {dx} = u \frac {dv} {dx} + v \frac {du} {dx}## So I get: ##\frac {dy} {dx} = u \frac {dv} {dx} + v \frac {du} {dx} - \frac {uv} {x} = 1## I then factor like this...- Ebby
- Thread
- Method
- Replies: 19
- Forum: Calculus and Beyond Homework Help
-
Sources for nuclear fuel pellet fabrication methods?
Hello, I'm looking for some sources and bibliography focused on nuclear fuel fabrication. In this context, I am referring to the creation of fuel pellets, excluding the uranium enrichment procedures. I am aware of at least two methods, the mechanical and the ceramic one. With fabrication I...- Phys pilot
- Thread
- Method
- Replies: 7
- Forum: Nuclear Engineering
-
E
I need help with this Generator excitation method please
- etudesup
- Thread
- Excitation Generator Method
- Replies: 1
- Forum: Electrical Engineering
-
How can I improve my HPLC method for beta-alanine?
I am working on HPLC method Beta alanine and unable to get a good enough peak. I'm using an agilent system HPLC ,gradient mobile phase(a: 0.1% formic Acid in Ro water,0.1% Formic acid in ACN) 250 mm C18 4/6x 250 mm column Flow rate 1.0 ul Detector: 214 nm 10 ul injected temp:ambient Gradient...- Rayyana123
- Thread
- Method
- Replies: 0
- Forum: Chemistry
-
Python My Python Library For Finite Difference Method
I recently made a Python library for modelling (very basic) finite difference problems. The Github readme goes into details of what it does and how it works, and I put together a Google Colab with some examples (diffusion, advection, water wave refraction) with interactive visuals. I'd love to...- person123
- Thread
- Difference Finite Finite difference Finite difference method Method Modelling Python
- Replies: 8
- Forum: Programming and Computer Science
-
N
Help with this mechanism (acceleration with graphic method)
Hi guys! I have problems with this mechanism...finding the aceleration with graphic method. I already have drawn the speed diagram and the values of all of them. But, i dont know if my aceleration diagram it is well drawn. I'm stuck especially when trying to plot and calculate the...- Noob of the Maths
- Thread
- Graphic Mechanism Method
- Replies: 3
- Forum: Engineering and Comp Sci Homework Help
-
I Rosenbrock method ODE : Abrupt increase during First iteration
The set of equations is I have first tried to solve only first two equations (removing the components of other 4 equations from them.) This is the output, where first column is the time, 2nd - X_p, and 3rd - X_n- gurbir_s
- Thread
- increase Method Ode
- Replies: 2
- Forum: Differential Equations
-
Method of Images, combination of an infinite plane and a hemisphere
Problem: I have done part a) in spherical polar coordinates. For part b) I thought it would be just: $$\sigma = -\epsilon_0 \frac{\partial V}{\partial r}$$ But I got confused by "You may want to use different coordinate systems .." So I assume partial derivative w.r.t to r is the spherical...- milkism
- Thread
- Combination Electrostatic Hemisphere Images Infinite Method Method of images Plane Potential Surface charge density
- Replies: 10
- Forum: Advanced Physics Homework Help
-
A Numerical method to Lippman-Schwinger equation
There is a question that puzzle me when I apply numerical method to principal value integral. Let me descibe it. We make use of the fact that the integral ##\int_0^\infty \frac{dk}{k^2-k_0^2}## vanishes, namely, $$ \int_0^\infty \frac{dk}{k^2-k_0^2} = 0 . $$ We use this formula to express a...- HadronPhysics
- Thread
- Method Numerical Numerical calculation Numerical method Quantum mechanics
- Replies: 1
- Forum: Quantum Physics
-
A Need help implementing finite difference method for BPM
I am trying to apply finite difference scheme for Beam propagation method by following this paper. I was wondering if anyone can share their code if they have implemented this method. I can share my code which is not working as expected and can get some insights if possible.- yashabyadav
- Thread
- Difference Finite Finite difference Finite difference method Method
- Replies: 1
- Forum: Other Physics Topics
-
J
Method of Images from an earthed half cylinder and plane
Hi, I want to solve the problem by method of mirroring and by using the electric field by doing superposition and then adding them up to use in Lorentz law to get the force. I have attached a figure that represents the problem. How do I know from the figure that $-p_l$ is from the...- JoelKTH
- Thread
- Cylinder Images Method Method of images Plane
- Replies: 7
- Forum: Introductory Physics Homework Help
-
K
I Derivation for the indicial exponent in the Frobenius method
I'm reading a book called Asymptotic Methods and Perturbation Theory, and I came across a derivation that I just couldn't follow. Maybe its simple and I am missing something. Equation 3.3.3b below. y(x) takes the form A(x)*(x-x0)^α and A(x) is expanded in a taylor series.- Kloo
- Thread
- Derivation Exponent Frobenius Method
- Replies: 1
- Forum: Differential Equations
-
A
Calculating time to reduce alcohol in wine using heating method
Hi, This is my first post on PF. I am engaged in a project seeking to find a simple way to reduce ethanol content in wine for those wishing to minimize alcohol intake for health or personal reasons. The alcohol-reduced wine will be used for cooking. Seems heating would do the trick however, the... -
A The eigenvalue power method for quantum problems
The classical "power method" for solving one special eigenvalue of an operator works, in a finite-dimensional vector space, as follows: suppose an operator ##\hat{A}## can be written as an ##n\times n## matrix, and its unknown eigenvectors are (in Dirac bra-ket notation) ##\left|\psi_1...- hilbert2
- Thread
- Eigenvalue Linear algebra Method Power Quantum Schrodinger equation
- Replies: 2
- Forum: Quantum Physics
-
I Understanding Euler Method: Finding Initial Condition of y(0)=1
The Euler method is straightforward to me; i.e ##y_{n+1}=y_n+ hf(t_0, y_0)## where the smaller the steps i.e ##h## size the better the approximation. My question is 'how does one go about in determining the initial condition ##y(0)=1## in this problem? am assuming that this has to be a point...- chwala
- Thread
- Condition Euler Euler method Initial Method
- Replies: 7
- Forum: Differential Equations
-
I Why Does Grounding Imply Zero Electric Potential in the Method of Images?
Can anyone explain to me why grounded means zero electric potential. I confuse what's the relation between infinite ground conducting plane and its electric potential (the method of images). I have a several question: 1. Why the conductor plane must be infinite, while in reality there's no...- sinus
- Thread
- Electric Electric potential Images Means Method Method of images Potential Zero
- Replies: 7
- Forum: Electromagnetism
-
I The Method of Images (Electromagnetism)
Can anyone explain to me why grounded means zero electric potential. I confuse what's the relation between infinite ground conducting plane and its electric potential (the method of images). I have a several question: 1. Why the conductor plane must be infinite, while in reality there's no...- sinus
- Thread
- Elecricity Electromagnetic Electromagnetism Images Method Method of images Potential
- Replies: 4
- Forum: Other Physics Topics
-
I Newton-Raphson Method With Complex Numbers
I'm trying to code Newton Raphson's method for finding zeros. I realize that even if the solution is real, it's possible for guesses to be complex. For example: $$y=\sqrt{x-6}-2$$ While 10 is a valid real root, for any guess less than 6, the result is complex. I tried to run the code allowing...- person123
- Thread
- Complex Complex numbers Method Numbers
- Replies: 7
- Forum: General Math
-
M
Alternative method of finding Electric flux from non-uniform field
For this problem, The solution is, However, why can the differential area not be: I tried integrating and got, Can someone please tell me what I have done wrong? Thank you!- member 731016
- Thread
- Electric Electric flux Field Flux Method
- Replies: 6
- Forum: Introductory Physics Homework Help
-
Use the energy method to find the distance moved by particle
This is from an examination paper -A level. My interest is on part (ii). Ok my take; i. ##KE_{initial} = \dfrac {1}{2} mu^2= \dfrac {1}{2}× 0.4 ×12^2=28.8## Joules. ii. ##\dfrac {1}{2} mv^2=\dfrac {1}{2} mu^2-mgh## ##0=28.8-(0.4×10×h)## where h is the vertical perpendiculor distance...- chwala
- Thread
- Energy Method Particle
- Replies: 1
- Forum: Introductory Physics Homework Help
-
M
A Finite-Discrete Element Method (FDEM) software recommendation
Hello, I am looking for FDEM software that can do poroelasticity and has a hydraulic solver besides a mechanics solver.- miraboreasu
- Thread
- Element Method Recommendation Software
- Replies: 2
- Forum: Mechanics
-
N
Fortran Need help with Jacobi relaxation method for Dirichlet boundary conditions
program r_jacobi implicit none !!!!Variables!!! real*8 V, V_1, V_2, Lx, Ly integer n ,i , j, k, nx, ny real*8, allocatable :: arrx(:), arry(:), phi(:,:,:) real*8 x, xi, xf, y, yi, yf, dx, dy real*8 d, q, bx, by V=1 V_1=V V_2=-V Lx = 2 Ly = 1 nx = 200 ny = nx/2...- Nikolas_Ex_Aguirre
- Thread
- Boundary Boundary conditions Conditions Gfortran Jacobi Method
- Replies: 1
- Forum: Programming and Computer Science
-
V
Using Newton's Method to Solve and Using Fsolve in Matlab
Here is my code so far and solution. When using fsolve, we obtain the result that the equation does get solved. We find the values to be 1.0000, 0.0000, and 2.0000. fsolve completed because the vector of function values is near zero as measured by the value of the function tolerance, and the...- ver_mathstats
- Thread
- Matlab Method Newton's method
- Replies: 2
- Forum: Engineering and Comp Sci Homework Help
-
Marking an A Level Paper: Method vs Answer
I am marking this now...just need your insight...the second part has [2] marks. I am giving [1] mark for the correct method...i expect use of second derivative test or otherwise for Method Mark...then the correct answer ##(0,0)## would realize the Answer mark. The student has not shown any...- chwala
- Thread
- A level Method Paper
- Replies: 7
- Forum: Calculus and Beyond Homework Help
-
M
A Rectangular higher order edge element (finite element method)
I have solved many finite element problems using nodal based (rectangular element) for higher order. now i am trying to solve electromagnetic problem using vector element (Nedelec or Whitney). I know only triangular edge based element with first order only and not higher order. i am searching...- mdn
- Thread
- Edge Element Finite element method Higher order Method Rectangular
- Replies: 1
- Forum: Differential Equations
-
M
I Method for experimental results analysis
Hello guys, I have conducted an experiment and got some results. I have 3 variables to vary, for example, five x1, five x2, and two x3 and 2 observation results, like y1, y2 I already make y1 y2 and x1 x2 x3 dimensionless since plot is 2D, what I am doing now is just plot when x3=1, x2=1, plot...- miraboreasu
- Thread
- Analysis Experimental Method Scaling
- Replies: 4
- Forum: Classical Physics
-
H
I Plane wave decomposition method in scalar optics
Suppose an optical scalar wave traveling in Z direction. Using the diffraction theory of Fourier Optics, we can predict its new distribution after a distance Z. The core idea of Fourier Optics is to decompose a scalar wave into plane waves traveling in different directions. But this...- HUANG Huan
- Thread
- Decomposition Method Optics Plane Scalar Wave
- Replies: 1
- Forum: Optics
-
V
Steepest Descent Method with Matrices
We are given f(x)=(1/2)(xT)Qx+qTx-B where xk+1=xk+αksk, the search direction is sk=-∇f(xk). Q is a 2x2 matrix and q is 2x1 matrix and B=6. My issue is I'm confused what -∇f(xk) is, is ∇f(xk)=Q(xk)-q? Just like how it is in Conjugate Gradient/Fletcher Reeve's method? Or is it Q(xk)+q? Thank you- ver_mathstats
- Thread
- Matrices Method
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
B Method of images and spherical coordinates
I am finding the potential everywhere in space due to a point charge a distance 'a' on the z-axis above an infinite xy-plane held at zero potential. This problem is fairly straight forward; place an image charge q' = -q at position -a on the z-axis. I have the solution in cartesian coordinates...- josephsanders
- Thread
- Coordinates Elecrostatics Images Method Method of images Spherical Spherical coordinates Spherical geometry
- Replies: 4
- Forum: Electromagnetism
-
T
Math vs. FE Method: Comparing Mechanical Engineering Focus
I have written FE codes. I have seen FE classes from mechanical engineering I have seen FE classes from the math departments When offered from a math department, the focus is the theory (with a lot of attention paid to general differential equations) They are good courses and they suggest, I...- Trying2Learn
- Thread
- Method
- Replies: 2
- Forum: Mechanical Engineering
-
V
Optimizing with Golden Section Method: Choosing Alpha for Maximum Efficiency
My function is f(x1,x2)=(x2-x1 2)2+ex1^2 I understand the equation for finding a point is xk+1=xk+αkdk, where dk=(0,1) and x0=(0,1). For the first step I can choose α1=0.618 (GR), but how do we choose α2? In the solution manual I see they chose 0.382, was this just some arbitrary number? My...- ver_mathstats
- Thread
- Method Section
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
Find the current using jω method
Summary: Current using jω method with 3 components in the following series : Resistor, capacitor and Inductor. I have the following information: R=1 * 10^3 ohm L = 0.5 H C = 0.1 * 10^-6 F v(t) = 230 * sqrt(2) * sin(2pi * 400 * t) All the components are in parallel as shown in the image...- Skarki
- Thread
- Current Method
- Replies: 9
- Forum: Engineering and Comp Sci Homework Help
-
M
How to apply divergence free (∇.v=0) in nodal finite element method?
I know how to apply boundary condition like Dirichlet, Neumann and Robin but i have been struggling to apply divergence free condition for Maxwells or Stokes equations in nodal finite element method. to overcome this difficulties a special element was developed called as edge element but i don't...- mdn
- Thread
- Apply Divergence Element Finite finite element Finite element method Method Nodal
- Replies: 3
- Forum: Electrical Engineering
-
R
Conversion using factor label method
Kindly help me out- rose ah
- Thread
- Method
- Replies: 3
- Forum: Introductory Physics Homework Help
-
I Why is (a+b)/2 not recommended in the Bisection method?
The image attached above from a textbook, explains that we should refrain from using (a+b)/2 while applying Bisection method but I am unable to get the reason why it is asking to do so? While the image above is from another textbook. This book uses (a+b)/2. I am really confused by two different...- CandidFlakes
- Thread
- Bisection method Confusion Method Numerical analysis
- Replies: 6
- Forum: General Math
-
M
A When should you use more mesh elements in the finite element method?
the simple rectangular isoparametric element (curved edges element) can be used to generate many complex shapes like.. square to circle square to triangle two square elements to annular. and the results i calculated in python code (2D case) are very accurate, then i confused why to use complex...- mdn
- Thread
- Element Elements Finite finite element Finite element method Mesh Method
- Replies: 9
- Forum: Differential Equations
-
S
B So what's your go-to method to locate M31 (Andromeda Galaxy)?
Here's the image that a lot of pop science articles use: Evidently, a lot of articles say to look for the Great Square of Pegasus, but it seems to me to not be a very noticeable asterism. I use the Cassiopeia's W deeper-side (i.e., right) arrowhead and count 3 lengths of the depth of the...- swampwiz
- Thread
- Galaxy Method
- Replies: 13
- Forum: Astronomy and Astrophysics
-
I FEM Method in 2D with Triangular Elements
I have worked through the basics of the FEM method in 2D with rectangular elements and now am trying to learn triangular elements but need a simple enough numerical example. It seems triangular elements are far more complicated and also depend on the global coordinates thus each local stiffness...- bob012345
- Thread
- 2d Elements Fem Method
- Replies: 12
- Forum: Differential Equations
-
A
MATLAB Boundary conditions in the resolution of a PDE with the FFT method
How to impose boundary conditions when solving a PDE with fft? For example here: If I copy this code I get periodic boundary conditions. Thank you- accdd
- Thread
- Boundary Boundary conditions Conditions Fft Method Pde Resolution
- Replies: 1
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
Python Python, unittest.mock : Getting object & method names from method_calls
Let's say that my_mock.method_calls gives me this array: [call.thing.pop(3, 4), call.thing.bob.smash(6, 7), call.thing.jig.slurp(4)] How can I extract the names 'thing', 'pop', 'bob', 'smash' etc. from this array?- Swamp Thing
- Thread
- Method Python
- Replies: 6
- Forum: Programming and Computer Science
-
H
Question about using the Wihelmy blade method
for the wihelmy blade method we want to measure the interfacial tension exerted on a paracetamol compact in the shape of a rectangular parallepiped perimeter submerged 0.12 m in water we measure a force of 0.21 mN for a contact angle of 88.29° answer whether they are true or false Surface...- havenly
- Thread
- Method
- Replies: 1
- Forum: Engineering and Comp Sci Homework Help
-
Engineering How to solve this problem by the method of superposition?
Hello there, I would like to get some help for this problem if possible. The problem here is that, after looking at the table I don't really understand how I'd be able to incorporate the moment at the pin A into the deformation. as if you look at the first page 2nd block, there's that simply...- link223
- Thread
- Method Superposition
- Replies: 2
- Forum: Engineering and Comp Sci Homework Help
-
D
Solve Euler Method in C++ for Beginners
Summary: Problem with Euler Method in C++ Hello, I have a very difficult problem for me (a beginner in programming) how to make the version of the euler method presented in c ++ with the void, float functions, so that the program will calculate from the data that I enter during the program...- Demjan
- Thread
- C++ Euler Euler method Method
- Replies: 2
- Forum: Engineering and Comp Sci Homework Help