Help with a math formula in Excel

chucknorrisbeard

New Member
Joined
Mar 3, 2024
Messages
1
Office Version
  1. 365
Platform
  1. Windows
Good day, I need help solving for this formula: x=1+(1-u^2 )(ca^2-1)+u^2/√m(cp^2-1). x is supposed to be 0.81. ca=0.5, cp=1, u=0.73 and m=3. I am by no means a math or excel master and any assistance would be much appreciated.

This is the formula I use however I end up with 0.65.

=1+(1-U25^2)*(U20^2-1)+((U25^2)/SQRT(U24))*(U21^2-1)
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
The first 2 terms look ok, and they add up to about .65. Your third term looks iffy. Somehow the parentheses aren't right. When cp = 1, then (cp^2 - 1) = 0. So when you multiply the rest of that term by 0, it all goes to 0. Check to make sure that is correct.
 
Upvote 0
Aslight mod returns 0.87019 ??

Excel Formula:
=1+(1-U25^2)*(U20^2-1)+(U25^2)/SQRT((U24)*(U21^2-1))
 
Upvote 0

Forum statistics

Threads
1,215,217
Messages
6,123,673
Members
449,116
Latest member
HypnoFant

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