#1   Report Post  
Posted to microsoft.public.excel.misc
Jennifer
 
Posts: n/a
Default Excel question

I have an equation in which i want to solve for a variable that is contained
in both a linear function and a natural log function. I have been told I
need to use Newtons method but dont know how to do this. Can anybody help?

  #2   Report Post  
Posted to microsoft.public.excel.misc
Bernard Liengme
 
Posts: n/a
Default Excel question

Explaining Newton's method would take too long.
Try a numerical analysis textbook (or get a copy of my book Excel for Sci &
Engineers)
You might be able to solve your problem with Solver but you need to do some
work first.
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Jennifer" wrote in message
...
I have an equation in which i want to solve for a variable that is
contained
in both a linear function and a natural log function. I have been told I
need to use Newtons method but dont know how to do this. Can anybody help?



  #3   Report Post  
Posted to microsoft.public.excel.misc
Jay
 
Posts: n/a
Default Excel question

I have an equation in which i want to solve for a variable that is
contained in both a linear function and a natural log function. I
have been told I need to use Newtons method but dont know how to do
this. Can anybody help?


Excel's "Goal Seek" feature is sometimes useful in solving equations.

For example, suppose you wanted to solve:
X - 10 * LN(X) = 0
for X.

In A1 put 1 (one) as a first guess at the answer.

In B1, put
=A1-10*LN(A1)

Then click
Tools Goal Seek
and use
Set cell: B1
To value 0 (zero)
By changing cell: A1

The answer will appear in A1. A number close to zero will appear in B1 (not
always exactly zero because of precision limits).

Behind the scenes, Excel uses some kind of iteration. Newton's method is
one kind of iteration, but I don't know if Excel uses it.
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel files in separate program windows Jason Dove Excel Discussion (Misc queries) 27 October 24th 08 07:58 PM
TRYING TO SET UP EXCEL SPREADSHEET ON MY COMPUTER MEGTOM New Users to Excel 5 October 27th 05 03:06 AM
eXceL 2003 - list or combo box question David Gerstman Excel Discussion (Misc queries) 2 May 23rd 05 03:58 PM
Hints And Tips For New Posters In The Excel Newsgroups Gary Brown Excel Worksheet Functions 0 April 15th 05 05:47 PM
Statistical Excel Function Question within Excel 2000... Drew H Excel Worksheet Functions 3 October 31st 04 06:55 PM


All times are GMT +1. The time now is 02:06 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"