Results 1 to 7 of 7

Thread: Making a variable the subject of formula

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2007
    Posts
    2

    Making a variable the subject of formula

    Hi,
    I am trying to solve this equation by making w thw subject of the formula. Help please !!

    D/w = Mr/(1 - (1+r)^(-(n-w))

    Thanks

  2. #2
    Fanatic Member VBAhack's Avatar
    Join Date
    Dec 2004
    Location
    Sector 000
    Posts
    617

    Re: Making a variable the subject of formula

    Welcome to the forums. Pls clarify what you are trying to do. Is it to solve the equation for w using known values for the other variables?

  3. #3

    Thread Starter
    New Member
    Join Date
    Mar 2007
    Posts
    2

    Re: Making a variable the subject of formula

    Hi,

    I am trying to make the formula look something like this so when I supply the variable apart from "w" I should be able to find what "w" is. I need the formula rearrnged:

    w = ???????????

  4. #4
    Fanatic Member VBAhack's Avatar
    Join Date
    Dec 2004
    Location
    Sector 000
    Posts
    617

    Re: Making a variable the subject of formula

    Unless there is some clever manipulation or substitution I don't see, I believe there is no way to get the equation into a closed form w = f(M,r,n,D). If you are just looking for the value of w for specific values of the other variables, you probably could use a numerical technique (e.g. Excel solver, Newton Raphson, etc.).

    Perhaps someone else in the forum has a better answer.
    Last edited by VBAhack; Mar 20th, 2007 at 03:01 PM.

  5. #5
    Addicted Member TBeck's Avatar
    Join Date
    Apr 2006
    Location
    Ontario, Canada
    Posts
    254

    Re: Making a variable the subject of formula

    i agree with VBAhack..
    Ive tried several techniques to isolate w and each time they are unsuccessful.
    Is this a problem from some place that you are asked to solve and there is a known answer or do you need to use the equation to assign a value to w in a program?

  6. #6
    PowerPoster Code Doc's Avatar
    Join Date
    Mar 2007
    Location
    Omaha, Nebraska
    Posts
    2,354

    Re: Making a variable the subject of formula

    Quote Originally Posted by fasman
    D/w = Mr/(1 - (1+r)^(-(n-w))
    First, make sure # left parentheses = # right parentheses. They don't. 4 <> 3.
    So, as it stands, nothing can be solved.
    Doctor Ed

  7. #7
    Addicted Member Rassis's Avatar
    Join Date
    Jun 2004
    Location
    Lisbon
    Posts
    248

    Re: Making a variable the subject of formula

    Because you can´t get the equation into a closed form w = f(M,r,n,D), as VBAhack pointed out, I suggest you use Goal-seek in Excel.

    I attach an example.

    Hope it helps.
    Attached Files Attached Files
    Last edited by Rassis; Mar 22nd, 2007 at 10:12 AM.
    ...este projecto dos Deuses que os homens teimam em arruinar...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width