Help converting math notation to Excel formula

rkaczano

Board Regular
Joined
Jul 24, 2013
Messages
141
Office Version
  1. 365
Platform
  1. Windows
I am trying to recreate a mathematical formula below in Excel. I cannot get it work and am hoping a second set of eyes my helf

I have pasted an image of the actual formula and written it out below with its answer.

= 1.1494 ∗ 10^−3 * ( 288.7 /101 ) * [ (7000^2 − 𝑒^0.0016 2800^2 )/(0.0696 ∗ 288.15 ∗ 500.4 ∗ 1.031 ∗ 0.009)^ 0.5 * 895.3^2.5
= 51,255,602.23 (Right answer)

I am getting the wrong answer and I think this issue is with the term "𝑒^0.0016 2800^2 ". As written in the attachment there is a space between "𝑒^0.0016" and "2800^2" and I am wondering if I am not addressing this properly using the EXP function. I assumed those terms are being multiplied. Either that or I have an issues with my brackets.

My attempt in Excel and the incorrect answer
=1.1494*10^-3*(288.7/101)*((7000^2-(EXP(0.0016)*2800^2))/(0.0696*288.15*500.4+(1.031*0.009)))^0.5*(895^2.5)
= 5,041,420 (Wrong Answer)



 

Attachments

  • Q Formula.PNG
    Q Formula.PNG
    34.1 KB · Views: 16

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
Here's how I'd enter the formula shown in the image. Note that in your formula (with the wrong answer), you're adding the product of 1.031 and 0.009 - and I'm not sure why as that's not in the image or the "right answer" version of the formula.
Excel Formula:
=(1.1494*10^-3)*(288.7/101)*((((7000^2)-(EXP(0.0016)*(2800^2)))/(0.0696*288.15*500.4*1.031*0.009))^0.5)*(895.3^2.5)
This formula returns 52,380,101.57. It's a lot closer to the "correct" answer, but still off.
 
Upvote 0
I got the same result as Z51.
If you make the changes below you will also get Z51's figure.

1662215346854.png
 
Upvote 0
Same result, too.
Excel Formula:
=1.1494*10^-3  *  288.7/101  *  (  (7000^2-EXP(0.0016)*2800^2)   /   (0.0696*288.15*500.4*1.031*0.009)   )^0.5  *   895.3^2.5

Also named cells as variables to have the formula:

Excel Formula:
=1.1494*10^-3 * Tb/Pb * (   ( P.1^2 - EXP(s)*P.2^2 )   /   ( G*Tf*Le*Z*f )    )^0.5  * D^2.5

and the result was the same: 52,380,101.5734644

I guess a small change in the values of the variables can change the result quite a bit.
 

Attachments

  • imagen_2022-09-03_212540.png
    imagen_2022-09-03_212540.png
    2.6 KB · Views: 7
Upvote 0

Forum statistics

Threads
1,215,133
Messages
6,123,235
Members
449,092
Latest member
SCleaveland

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top