|
-
Jul 11th, 2004, 10:14 PM
#1
Thread Starter
New Member
Newton's Method
Hi
Does anyone know how to use Newton's Method to do , say, find the absolute minimum of 1/4*x^4+x^2+5x ?
thanks
-
Jul 14th, 2004, 04:07 AM
#2
Isn't that a quadratic equation?
I thought that the A level method of solving it applies??
Vince
Feeling like a fly on the inside of a closed window (Thunk!)
If I post a lot, it is because I am bored at work! ;D Or stuck...
* Anything I post can be only my opinion. Advice etc is up to you to persue...
-
Jul 20th, 2004, 07:35 PM
#3
New Member
Newton's method is not required.
y = (x^4)/4 + x^2 + 5x
dy/dx = x^3 + 2x + 5
maximum/minimum when dy/dx = 0
Therefore x^3 + 2x + 5 = 0
Using graphics calculator :
x = -1.328268856... (only real root, 2 other roots with imaginary parts)
If an exact result is required, there is a formula for cubic equations in the same way that for the quadratic equation ax^2 + bx + c = 0,
x = (-b +/- (b^2 - 4ac)^0.5)/2a
d2y/dx2 = 3x^2 +2, which is always >0, so point is a minimum.
PS Yes I know this because i did A Level Maths and Further Maths this year.
Last edited by nicktheman; Jul 21st, 2004 at 09:21 AM.
-
Jul 20th, 2004, 10:28 PM
#4
Fanatic Member
Excuse me, but that's not the quadratic formula.
There's no "^-1" in there, only "^1/2"
Don't pay attention to this signature, it's contradictory.
-
Jul 21st, 2004, 08:00 AM
#5
Originally posted by alkatran
Excuse me, but that's not the quadratic formula.
There's no "^-1" in there, only "^1/2"
Indeed, x^0.5 is the equivalent of taking the square root of x.
I don't live here any more.
-
Jul 21st, 2004, 09:21 AM
#6
New Member
Originally posted by alkatran
Excuse me, but that's not the quadratic formula.
There's no "^-1" in there, only "^1/2"
Sorry, my mistake
Used to just writing a square root sign but there isn't one on my keyboard.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|