Anyone good at formulas in Excel 2007?

  • Thread starter Thread starter 5.0stang
  • Start date Start date
  • Tags Tags
    Excel Formulas
AI Thread Summary
The discussion revolves around two formulas for calculations involving rod length and throttle body throat area. The first formula calculates a specific value using rod length (RL), half stroke (S), and crank angle (CA). The provided values are RL = 5.090, S = 1.5, and CA = 107.5, leading to a final answer of 2.156. Instructions for implementing this formula in Excel are given, specifying where to input the values and the exact formula to use in a cell.The second formula pertains to calculating the throttle body throat area, using the diameter (D), open angle, and closed angle. The values used are D = 2, Open Angle = 75, and Closed Angle = 15, resulting in an answer of 1.29. There is a query about whether to use the "RADIANS" function in Excel for the angles, indicating a need for clarification on angle conversion in the formula.
5.0stang
Messages
63
Reaction score
0
Okay, the formula that I am working from is:

(RL+S) – sqrt [ RL^2 – (S*sin CA)^2 ] – S*cos CA

Rod Length = RL = 5.090
Half Stroke = S = 1.5
Crank Angle = CA = 107.5

With numbers plugged in (my version?):

(5.090+1.5) - sqrt [5.090^2 - (1.5*sin (107.5))^2] - 1.5*cos (107.5)

The final answer should be 2.156.

How can I put this into an Excel spreadsheet so I can just change out the 3 inputs and get the correct answers for each?

Thanks for any help!
 
Computer science news on Phys.org
Put your values into these cells:

Rod Length -- A2
Half Stroke -- B2
Crank Angle -- C2

And paste this equation into E2:

=(A2+B2)-SQRT((A2^2)-(B2*SIN(RADIANS(C2)))^2)-B2*COS(RADIANS(C2))

Hope that helps!
 
It sure does, thanks!
 
Nevermind.
 
Last edited:
Okay I got another one that I need help with. Maybe someone can help explain it to me. :)

Formula on paper looks like:

(Pi*d^2/4) * 1-((cos(Open Angle + Closed Angle)) / (cos(Closed Angle)))

I am using this for a throttle body throat area formula.

D = Minimum Diameter and I am using 2 for now.
Open Angle = 75
Closed Angle = 15

They both equal 90 degrees.

I put it in Excel like this:

=((3.14*(B1)^2)/4)*(1-(COS(D1+C1))/(COS(C1)))

The answer was 1.29.

Did I do any of this correctly? Do I need to insert "RADIANS" anywhere?
 
In my discussions elsewhere, I've noticed a lot of disagreement regarding AI. A question that comes up is, "Is AI hype?" Unfortunately, when this question is asked, the one asking, as far as I can tell, may mean one of three things which can lead to lots of confusion. I'll list them out now for clarity. 1. Can AI do everything a human can do and how close are we to that? 2. Are corporations and governments using the promise of AI to gain more power for themselves? 3. Are AI and transhumans...
Sorry if 'Profile Badge' is not the correct term. I have an MS 365 subscription and I've noticed on my Word documents the small circle with my initials in it is sometimes different in colour document to document (it's the circle at the top right of the doc, that, when you hover over it it tells you you're signed in; if you click on it you get a bit more info). Last night I had four docs with a red circle, one with blue. When I closed the blue and opened it again it was red. Today I have 3...
Back
Top