Method Definition and 1000 Threads
-
MATLAB Mastering Newton's Method and Graphing in Matlab: A Step-by-Step Tutorial
Hey guys, I have to make some graphs for an assignment and a friend told me it would be easiest with matlab. I need to make an x(k+1) vs. x(k) graph for Newton's method as well as the Chord method. I also need to make a few charts of the discrete logistic equation. Plotting functions isn't...- twoski
- Thread
- Matlab Method Newton's method
- Replies: 1
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
R
Method to produce and measure velocity of a standing wave
Homework Statement I'm in a Year 10 physics class. We have been asked, for homework, to design an experiment to measure the velocity of a standing wave. No other information has been given other than that. I reproduce the exact instructions we were given, since the guidelines suggest I...- Rampant
- Thread
- Measure Method Standing wave Velocity Wave
- Replies: 1
- Forum: Introductory Physics Homework Help
-
S
The Convergence Of SOR iteration method
Homework Statement show SOR iteration method converges for the system. $$6x+4y+2z=11$$ $$4x+7y+4z=3$$ $$2x+4y+5=-3$$ Homework Equations if the coeff. matrix is positive definite matrix and 0≤ω≤2. Then SOR converge for any initial guess. Or if $$ρ(T_{ω})$$≥|ω-1|, then SOR converge...- sigh1342
- Thread
- Convergence Method
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
S
Five point scheme Finite Difference Method
For possion equation $$u_{xx}+u_{yy}=f$$ I know the general five point scheme is in the form $$a_{1}U_{i,j-1}+a_{2}U_{i-1,j}+a_{3}U_{i,j}+a_{4}U_{i+1,j}+a_{5}U_{i,j+1}=f_{i,j}$$ But , is there have the form...- sigh1342
- Thread
- Difference Finite Finite difference Finite difference method Method Point
- Replies: 1
- Forum: Differential Equations
-
M
Help understanding proof for Capon Method
Hey all, I'm trying to understand the Capon Method for some reading into MIMO radar [1] and went to the original source [2] trying to wrap my head around the linear algebra involved. From [2], the Capon method is derived in Section 5.4.1, which refers to Result R35 in Appendix A. It is about...- Milliarde
- Thread
- Method Proof
- Replies: 6
- Forum: Linear and Abstract Algebra
-
S
Euler Method with h=0.05 for y'=3+t-y, y(0)=1 at t=0.1, 0.2, 0.3, and 0.4
Homework Statement Use the Euler method with h=0.05 to find approximate values of y'=3+t-y, y(0)=1 at t=0.1, 0.2, 0.3, and 0.4. Homework Equations I don't even know what formula and how to use it. The Attempt at a Solution The answers are 1.1975, 1.38549, 1.56491, 1.73658.- Success
- Thread
- Euler Euler method Method
- Replies: 3
- Forum: Calculus and Beyond Homework Help
-
K
Short/Open Circuit time constant method: b1
Homework Statement The short circuit time constant method for determining 3dB point for high pass filter says b1= the sum of short circuit time constant seen by each individual capacitor with the all other capacitor replaced by short circuit. b1 is also = the sum of pole1, pole2...- kougou
- Thread
- Circuit Constant Method Time Time constant
- Replies: 1
- Forum: Advanced Physics Homework Help
-
H
[Wolfram Mathematica] Using Newton's method to solve non-linear system
Hi. This is not actually not part of the homework; but it's something I'd like to do. I have to solve the following system using Newton-Raphson's method: $$\begin{matrix} \frac{X}{\mu }+Y=1 \\ X=\left( \lambda -\left( K-1 \right)X \right)Y \\ \end{matrix}$$ Surfing the...- Hernaner28
- Thread
- Mathematica Method Newton's method Non-linear System wolfram mathematica
- Replies: 1
- Forum: Engineering and Comp Sci Homework Help
-
Newton's Method - Cube Root Of 5
Homework Statement Use Newtons method to compute the cube root of 5. Do the first 10 iterations. x_{(0)}=1 determine the fixed points of the iteration and determine whether they are repelling/attracting. if attracting, then determine if the convergence is linear or quadratic. draw the...- twoski
- Thread
- Cube Method Newton's method Root
- Replies: 12
- Forum: Calculus and Beyond Homework Help
-
C
How Do You Solve a Differential Equation Using the Frobenius Method?
Homework Statement Solve x(1-x)\frac{d^{2}y}{dx^{2}}-2\frac{dy}{dx}+2y=0 using the Frobenius Method. Homework Equations R(x)\frac{d^{2}y}{dx^{2}}+\frac{1}{x}P(x)\frac{dy}{dx}+\frac{1}{x^{2}}V(x)y=0 R_{0}s(s-1)+P_{0}s+V_{0}=0 y=\sum^{∞}_{m=0}a_{m}x^{m+s}...- cjc0117
- Thread
- Frobenius Method
- Replies: 4
- Forum: Calculus and Beyond Homework Help
-
F
Solve Legendre Polynomial using Method of Frobenius
Not sure how this can be done. can anyone help?- feoxx
- Thread
- Frobenius Legendre Method Polynomial
- Replies: 3
- Forum: Differential Equations
-
A
Newton Raphson method and Fixed Point Iteration method ?
Hi everyone, I has been learning numerical method recently, i am very wonder how fixed point iteration method and Newton raphson method works (a more insight explanation rather than mathematical proof ) thanks!- atomic_light11
- Thread
- Fixed point Fixed point iteration Method Newton Point
- Replies: 1
- Forum: General Math
-
P
Solve a differential equation sytem. Eulers method
Homework Statement dx/dt=x+y dy/dt=-y+8x Solve this system useing Eulers method or by elimination method. Homework Equations Eulers method I know that in general I should look for solution in form y=const*exp[kx] z=const2*exp[kx] But in my case I am not sure if i can write...- prehisto
- Thread
- Differential Differential equation Method
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
P
How Is the Angle Determined for the Opposite String in a Suspended Rod Scenario?
A uniform rod of 80 Newtons is suspended from the ceiling by strings attached to its ends. The rod is in equilibrium at an angle of 10 degrees to the horizontal, and the string attached to the higher end is at an angle of 40 degrees tohe vertical. Find the angle which the other string makes with...- physicshawk
- Thread
- Forces Geometric Method
- Replies: 2
- Forum: Introductory Physics Homework Help
-
4th Order Runge-Kutta method and over/under estimates
Homework Statement "Use Excel to approximate dF/dt=-0.1F+70, F(0)=0 to generate approximations for F at t=1,2 and 4 using step size 0.1. Explain whether these approximation are greater than or less than the exact values. Determine whether the shape of the solution curve is increasing...- dwdoyle8854
- Thread
- Method Runge-kutta
- Replies: 6
- Forum: Calculus and Beyond Homework Help
-
M
Method of Joints Truss Analysis
Hello, I was curious, for the method of joints truss analysis, when considering a joint, is it assumed that all forces at that joint are radiating away from the joint (meaning tension), even if it was already found from a previous joint that the member is acting in compression? I'm not sure if...- member 392791
- Thread
- Analysis Joints Method Method of joints Truss
- Replies: 2
- Forum: Mechanical Engineering
-
T
How to use matrix method on this system of equations
Say that I have 2x+2yz=0 2y+2xz=0 and 2z+2xy=0 how would I use matrix methods to solve this system of equations? I know you can just look at it and easily figure out what the critical points are but I want to do it the safe way. Or is using the matrix method not the easiest way here? For...- Typhon4ever
- Thread
- Matrix Method System System of equations
- Replies: 10
- Forum: Calculus and Beyond Homework Help
-
N
Check answer please simple diff eq'n problem involving eulers method
Homework Statement dy/dt = -4t+2 y(0) = 1 find y(1)=? Homework Equations The Attempt at a Solution so first i solve the diff equation: dy/dt = -4t + 2 dy=(-4t+2)dt ∫dy=∫(-4t+2)dt y(t) = -2t^(2)+2t+C y(0)=1 1=-2(0)^(2)+2(0)+C_1 1=C_1 y(t) = -2t^(2)+2t+1 now i solve...- nchin
- Thread
- Method
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
U
Simplex / Big M method Tableau question
Homework Statement This is from a study guide that I don't have the answers to just yet and I am trying to figure out this last problem for my OR class. I am either confused or the problem is written wrong. I am probably confused though. Any help would be great! This Tableau is for a...- USN2ENG
- Thread
- Method
- Replies: 4
- Forum: Calculus and Beyond Homework Help
-
N
Simple differential equation problem on euler's method? HELP
how do i find the yk value?? the k, tk and mk values makes sense to me Problem #1: http://imageshack.us/photo/my-images/14/fe0x.jpg/ Solution manual: http://imageshack.us/photo/my-images/5/hu55.jpg/- nchin
- Thread
- Differential Differential equation Euler's method Method
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
Gauss method for electric field evaluation.
Gauss method for electric field evaluation. please help! Hi ppl, I have a simple question of something that I didn't get. I guess something simple. Why in the case of Gauss solution for capacitance we add the electric field of one plate charged in positive to another charged in negative to...- Dimani4
- Thread
- Electric Electric field Field Gauss Method
- Replies: 6
- Forum: Electromagnetism
-
T
Why do we take the derivative of g(x) when using the method of
Let g(x) be the right side of a heterogeneous ODE. Why do we take the derivative of g(x) when using the method of undetermined coefficients? This is to guess the form of the particular solution. The textbook says to assume the particular solutions includes both the terms of g(x) and their...- Turion
- Thread
- Derivative Method
- Replies: 5
- Forum: Differential Equations
-
S
Method of determining volume of water in an arbitrary container
All- I'm trying to work through a problem in my head and am looking for a little guidance. I want to build a system that can be used to measure the volume of water inside a container of arbitrary size and shape. The application, in case you're curious, is the drinking water tanks of a...- snwright
- Thread
- Container Method Volume Water
- Replies: 21
- Forum: General Engineering
-
T
Solving the O.D.E using Frobenius Method about x=1
Homework Statement The task is to find an analytic solution to the O.D.E 4(1-x^2)y''-y=0 \hspace{20mm} y'(1)=1 by using an appropriate series solution about x=1. The Attempt at a Solution The singularity at x=1 is regular, which makes me think the Frobenius method is what's meant by...- T-chef
- Thread
- Frobenius Method
- Replies: 11
- Forum: Calculus and Beyond Homework Help
-
Special Relativity GRE question (Where is my method flawed?)
Homework Statement http://grephysics.net/ans/9277/70 I'm not interested in how you get the right answer, I'm really just curious if somebody could show me where my thought process was flawed. Total Energy = E = 100mc^2 Rest Energy = Mc^2 Total Energy = Kinetic Energy + Rest Energy...- PsychonautQQ
- Thread
- Gre Method Relativity Special relativity
- Replies: 4
- Forum: Introductory Physics Homework Help
-
J
Method of shells around a different axis
Homework Statement Use the method of cylindrical shells to find the volume generated by rotation the region bounded by the given curves about the specified axis. Homework Equations y = x^2, y = 2-x^2; about x = 1 The Attempt at a Solution I tried to just break it down. I want...- Jbreezy
- Thread
- Axis Method
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
D
Doubt: Basic question on Work-Energy Method?
I have a basic doubt on application of work energy method, 1. Can I apply work-energy method (i.e. work done equals to change in kinetic energy(KE)) for a body sliding down the inclined plane? If yes, while solving the problem i should use only change in KE or sum of change in KE &... -
T
Log problem (or by whatever method)
Homework Statement a^2 + 2^a = 100, where a is an integer, find a. Homework Equations all laws of indices and laws of log, I think The Attempt at a Solution By trial and error, answer can be easily determined, which is 6. However, I am unsure how to approach this problem with...- tony24810
- Thread
- Log Method
- Replies: 4
- Forum: Precalculus Mathematics Homework Help
-
MHB Chebyshev's Method: Recursive Algorithm & Polynomial Form
Chebyshev's method is a recursive algorithm for computing the $n$th multiple angle formula for the cosine function. If we define: $$T_{n}\equiv \cos(n\theta)$$ then the algorithm is given as: $$T_{n+1}=2xT_{n}-T_{n-1}$$ where: $$x=\cos(\theta)$$ a) Using trigonometric identities (or...- MarkFL
- Thread
- Method
- Replies: 4
- Forum: General Math
-
MHB Felix's question at Yahoo Answers regarding Newton's method
Here is the question: I have posted a link there to this topic so the OP can see my work.- MarkFL
- Thread
- Method Newton's method
- Replies: 1
- Forum: General Math
-
N
Prove the double angle formula through the following method
Homework Statement I have to prove that sin^2(a/2) = (1-cosa)/(2) cosa = cos(2*(a/2)) = 1 -2sin^2(a/2) I don't understand this step that was given in the solutions how do I get it?- needingtoknow
- Thread
- Angle Formula Method
- Replies: 3
- Forum: Precalculus Mathematics Homework Help
-
M
Applying Newton's Method without the need of a calculator
Hello everyone Although I do not have a specific homework question to ask, I do have a question which directly relates to a topic I do indeed have for homework. One of our topics for the semester are approximating roots using Newton's method, and as I understand the value you one obtains...- miniradman
- Thread
- Calculator Method Newton's method
- Replies: 4
- Forum: Calculus and Beyond Homework Help
-
J
Question on Euler's method - Calculations using rounded numbers? HELP
Homework Statement Taking step size h = 0.2, use Euler’s Method to determine y(1.6), given that dy/dx = ln(2y+x) ; y(1)=1.2 Record your results to 5 decimal places at each step. Homework Equations N/A The Attempt at a Solution My question is to do with the method, not the...- joshuad
- Thread
- Calculations Euler's method Method Numbers
- Replies: 3
- Forum: Calculus and Beyond Homework Help
-
S
Jaeger's method to find the surface tension
I'm studying for the exam day after tommorow and while reading the practical on jaeger method I found the following... P1-P2=2T/ r r is the radius of the capillary tube ..... advantages of this method.., •contact angle is not needed •can find surface tension of liquids like mercury my... -
F
Method for proving the collatz conjecture, would this work?
Would it be possible to prove the collatz conjecture indirectly by demonstrating rules that apply to 'Collatz-like' conjectures? (I call anything where you simply change the values in the 3n+1 part of the conjecture to other values, holding everything else the same a Collatz-like conjecture)...- firlz
- Thread
- collatz conjecture Conjecture Method Work
- Replies: 1
- Forum: General Math
-
J
What is the Saddle Point Method and Its Relation to Asymptotic Expansions?
Hi! Could someone please explain the saddle point method i.e. the method of deepest descends to me in layman's terms? All I need is a rough idea of what it is. I've tried to read explanation from various sources but perhaps I have a hard time following the examples due to their mathematical... -
M
I want to generate my own electricity via the included method
0:30 "So if I have a magnetic field that's increasing increasing increasing" I'm probably taking this too literal, but the magnetic field coming from the neo magnet isn't increasing or decreasing. The gentleman is only moving the magnetic field (the magnet) in closer proximity to the coil, so...- MinnesotaState
- Thread
- Electricity Method
- Replies: 4
- Forum: Electrical Engineering
-
MHB Shell method about the line x=5
I have been going over previous tests in an attempt to better prepare myself for the final that is coming tomorrow. I was posed a question. Use the shell method to find the volume of the solid generated by revolving the plane region about the given line. $$y = 4x - x^2$$ , y = 0, about the... -
Y
Statics: Forces in a truss, method of joints
Homework Statement Using the method of joints, determine the force in each member of the truss shown. State whether each member is in tension or compression. Homework Equations ƩFx=0 ƩFy=0 ƩM=0 The Attempt at a Solution I got the forces at C and D by using the equilibrium...- yaro99
- Thread
- Forces Joints Method Method of joints Statics Truss
- Replies: 3
- Forum: Introductory Physics Homework Help
-
C
Problem in finite element method using direct stiffness method
Hi, This is a sample problem from logan finite element method. I have attached the problem and solution given in the book. As per the problem i first derived the stiffness matrix and den putting the boundary conditions started solving for the forces. I am stuck as three forces are unknown but...- chiraganand
- Thread
- Element Finite finite element Finite element method Method Stiffness
- Replies: 2
- Forum: Engineering and Comp Sci Homework Help
-
T
How to show that the Method of Moment Estimators for the Normal
So I'm trying to show that the estimators for the normal distribution by the method of moments are consistent. So to show consistency, I have to : 1) Show E(θ(estimator) = θ (parameter) 2) lim n-->∞ Var(θ(estimator) = 0 So Since there are two estimators in the normal distribution (...- trap101
- Thread
- Estimators Method Moment Normal
- Replies: 4
- Forum: Calculus and Beyond Homework Help
-
Y
MHB Integral - substitution method problem
Hello all I am working on this integral \[\int \frac{x^{2}+1}{x^{4}+1}dx\]Now, I have tried this way: \[u=x^{2}+1\] after I did: \[\int \frac{x^{2}+1}{\left ( x^{2}+1 \right )\left ( x^{2}-1 \right )}dx\] But I got stuck, I got: \[\frac{1}{2}\cdot \int \frac{1}{u\sqrt{u-1}}dx\] I thought... -
Y
MHB Integral with substitution method
Hello I need to solve \[\int \sqrt{x^{3}+4}\cdot x^{5}dx\] using the substitution method. I did \[u=x^{3}+4\] but I got stuck with it. thanks! -
H
Truncation error of the ADI method
Dear, Can someone tell me with certainty if the truncation error of the general ADI method is of seconder order in time and space?- hermano
- Thread
- Error Method
- Replies: 1
- Forum: General Math
-
M
Reaction using Castiglano's method.
I'm a bit lost. I began by the cuts but then got lost: should I introduce the reactions like Ra when writing the equations? And about the force P I should introduce, should it be equal to Rc or Vc? If anyone could give me the proper plan on how to solve this problem I will be thankful. Thank you.- mohamadh95
- Thread
- Method Reaction
- Replies: 3
- Forum: Engineering and Comp Sci Homework Help
-
I
Mathematical method in electrical potential ?
Mathematical method in electrical potential ?? Hi All, I need mathematical help from the topic electrical potential for lectures on physics by Richard Feynman. Need some help to understand mathematical method used here. question : 1) From electrical potential.png ( how this partial...- igraviton
- Thread
- Electrical Electrical potential Mathematical Method Potential
- Replies: 10
- Forum: Differential Equations
-
D
Help Setting up an Equation to use the Elimination Method
Homework Statement The question is to solve the IVP: x'=2x+y-e^2t & y'=x+2y, where x(0)=1, y(0)=-1Homework Equations Arranging the equations and substituting in D for the derivatives, the equations become: 1. (D-2)x-Dy= -2e^2t 2. (D-2)y-Dx= 0 The Attempt at a Solution My first attempt was...- daedie
- Thread
- Elimination Method
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
L
Why Is the Potential Different for Dielectric Constants in the Method of Images?
Hi everyone I have an understanding problem concerning the method of images method Homework Statement Jackson uses this kind of problem in his textbook but I don't understand it. We have a charge q on the z axis at distance d. the dielectric constant is e1 when z>=0 and e2 when z<0. Now...- Lindsayyyy
- Thread
- Dielectric Images Method Method of images
- Replies: 5
- Forum: Advanced Physics Homework Help
-
T
Method of Undertermined Coefficients
y(4) - y = 3t + cos t y''' - y' = 2sint y(4) + 2y'' + y = 3 + cos 2t For problems like these, how do you determine what to make Y(t) for the trigonometric part? Sometimes its At cos t, A cos t, A sin t, and I think occassionally even A0sin t + Acos t Am I simply supposed to guess until...- tolove
- Thread
- Coefficients Method
- Replies: 9
- Forum: Differential Equations
-
F
Second method of solving this integral needed
Homework Statement Evaluate the indefinite integral using two separate cases: ∫xcos(bx) dx Homework Equations Integration by parts: ∫f(x)g'(x) dx = f(x)g(x) - ∫f'(x)g(x) The Attempt at a Solution I solved the problem using integration by parts and...- flyinjoe
- Thread
- Integral Method
- Replies: 4
- Forum: Calculus and Beyond Homework Help