Solving equation with numerical analysis

AeroTron
Messages
8
Reaction score
0
need hint/help or perhaps a solution :smile:
Equations are from Propeller Blade Theory. I´m trying to figure out how to determine
\epsilon_i from equation 2.3.25

my first thought was to substitute sin(A+B) = sinA*cosB + cosA*sinB...

it says quote: " This equation is easily solved numerically" but I have no clue what to do or where to start.

Thanks
 

Attachments

  • scan.jpg
    scan.jpg
    50.8 KB · Views: 584
Mathematics news on Phys.org
A numerical solution deals with numbers. In the absence of better advice, this is how I'd interpret it:

Substitute a numerical value for each variable in equation 2.3.25 until you have an equation comprising numbers, r, εi and nothing else. Then, for example,

for r=5 to 300 in steps of .1
solve for the corresponding εi (do this using a numerical technique)

To your graph of εi vs. r fit a simple polynomial to allow easy mathematical analysis for the region of practical interest.

Does that sound right?
 
AeroTron said:
my first thought was to substitute sin(A+B) = sinA*cosB + cosA*sinB...

it says quote: " This equation is easily solved numerically" but I have no clue what to do or where to start.

Thanks
You are trying to solve the equation analytically. There is no closed form analytic solution to that equation, at least not in the elementary functions.

There are plenty of relations that can be expressed very simply one way but not the reverse. A very simple example is Kepler's equation, M = E - e\sin E. There is no simple way to express E in terms of e and M. One instead solves the reverse Kepler problem using numerical methods.

The same applies to your problem. Your problem is a transcendental equation, and transcendental equations in general do not have closed form solutions. So you use numerical techniques instead. This page, http://en.wikibooks.org/wiki/Numerical_Methods/Equation_Solving gives a brief overview of some of the numerical techniques that can be used to solve such equations.
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
I'm interested to know whether the equation $$1 = 2 - \frac{1}{2 - \frac{1}{2 - \cdots}}$$ is true or not. It can be shown easily that if the continued fraction converges, it cannot converge to anything else than 1. It seems that if the continued fraction converges, the convergence is very slow. The apparent slowness of the convergence makes it difficult to estimate the presence of true convergence numerically. At the moment I don't know whether this converges or not.
Back
Top