Recent content by Shade
-
S
Approximating Derivatives with Finite Differences
If you can give a hint for n-dimensions HallsofIvy then I am sure I can solve it for 1d ;-)- Shade
- Post #4
- Forum: Calculus and Beyond Homework Help
-
S
Approximating Derivatives with Finite Differences
I would assume one dimension. xi are discrete points. If anyone has any ideas on how to solve this please shout ;-)- Shade
- Post #3
- Forum: Calculus and Beyond Homework Help
-
S
Approximating Derivatives with Finite Differences
Homework Statement Show that the first order derivative y'(xi) in the point xi may be approximated by y'(xi)= (1/12*h) * (-3yi-1 -10yi + 18yi+1 -6yi+2 + yi+3) - (1/20h) h^4*y^(5) + O(h^5) The Attempt at a Solution I think the idea is to setup a linear system and some how use taylor...- Shade
- Thread
- Finite Pde
- Replies: 3
- Forum: Calculus and Beyond Homework Help
-
S
Eulers Method to Approximate Differential Eq.
If you are using MATLAB I have some code which can get you started.- Shade
- Post #3
- Forum: Calculus and Beyond Homework Help
-
S
First order ODE initial value problem
Check out my solution at https://www.physicsforums.com/showthread.php?t=111094- Shade
- Post #6
- Forum: Calculus and Beyond Homework Help
-
S
Solution of a first order ODE.
Found a away to get the solution y = (t^2 + C)^2 where C equals the initial value for y(0) = C- Shade
- Post #9
- Forum: Calculus and Beyond Homework Help
-
S
First order ODE initial value problem
Is it not possible to integrate a first order differential equation and also consider the initial value y(0) = 1 ?- Shade
- Post #2
- Forum: Calculus and Beyond Homework Help
-
S
First order ODE initial value problem
Homework Statement Given the below stated equations I need to find the exact polynomial given the initial condition. y(0) = 1 y = 4*t*sqrt(y) Homework EquationsThe Attempt at a Solution I simply disregard the initial value condition and get y = t^4 How can I find the fourth order...- Shade
- Thread
- First order Initial Initial value problem Ode Value
- Replies: 5
- Forum: Calculus and Beyond Homework Help
-
S
Geometry (an interesting question with a hard proof)
One big "exterior" triangle from X0 to X2, while have the area summed of the four sub triangles triangle t0 = X0,i0,i2 t1 = i0,i2,i1, t2 =i0,X1,i2 and t3 = i1,i2,X2. The exterior triangle X0,X1,X2. This will give four triangles each with an area of 1, the center triangle i0,i1,i2 will per...- Shade
- Post #6
- Forum: Calculus and Beyond Homework Help
-
S
Geometry (an interesting question with a hard proof)
Four triangles, each in the plane z = 0 for example, interior triangle i has an area of 1, the exterior triangle and area 4. x - i - x i - i x Might be I am guessing wrongly. EDIT: sorry for my formatting skills- Shade
- Post #4
- Forum: Calculus and Beyond Homework Help
-
S
Geometry (an interesting question with a hard proof)
Four triangles each of area one, it does not sound like a contradiction.- Shade
- Post #2
- Forum: Calculus and Beyond Homework Help
-
S
Solution of a first order ODE.
What is the exact fourth order polynomial solution given y(0) = 1 ? I can easily go from y' = 4t*sqrt(y) to y = t^4 But I am not able to perform the integration when using the initial value y(0) = 1.- Shade
- Post #8
- Forum: Calculus and Beyond Homework Help