How Do You Solve for 'z' in a Laplace Transform Equation Using HP50g?

Click For Summary
SUMMARY

The discussion centers on solving for 'z' in a Laplace Transform equation using the HP50g calculator. The user, Nenad, initially presents a formula for Fz and seeks guidance on rearranging it to isolate 'z'. A response clarifies that the equation involves the function F(z) defined as the integral of exp(-t^2 / 2) from 0 to z, normalized by sqrt(2π). It emphasizes that there is no exact solution for F(z) or its inverse, necessitating the use of numerical methods or approximations for finding 'z'.

PREREQUISITES
  • Understanding of Laplace Transforms and their applications.
  • Familiarity with the HP50g calculator and its programming capabilities.
  • Knowledge of calculus, specifically integration and the fundamental theorem of calculus.
  • Basic understanding of numerical methods for solving equations.
NEXT STEPS
  • Explore numerical methods for solving equations, such as the Newton-Raphson method.
  • Learn about the properties and applications of the Gaussian integral.
  • Investigate the use of the HP50g for advanced mathematical programming.
  • Study the concept of inverse functions and their significance in calculus.
USEFUL FOR

Students in mathematics or engineering fields, particularly those studying reliability theory, as well as anyone interested in advanced calculator programming and numerical methods for solving integrals.

nenadb
Messages
1
Reaction score
0

Homework Statement


Hi, I am writing a little program (I need it for my course from Theory of Reliability) and as I am neither experienced mathematician nor programmer I faced with this problem.

What would this formula

original?v=mpbl-1&px=-1.jpg


Look like if I would sole it for 'z' not for 'Fz' ?

Homework Equations



Right now equation in my HP50g (I managed to do that) for solving for Fz looks like:
\<<
"Enter z" "" INPUT STR\->
\-> z

'Fz=1./\v/(2.*\pi)*\.S(0.,z,EXP(-(1./2.)*z^2.),z)'

"F(z)"
\->TAG
\>>

Thank you in advance,

Regards,
Nenad
 
Physics news on Phys.org
That does not seem like a Laplace transform to me.

Anyway, to solve for -\frac{1}{2}z^{2}, you could multiply both sides by \sqrt{2 \pi}, apply the fundamental theorem of calculus, and then apply the natural logarithm to both sides.
 
Your notation is bad and your question is not well stated. I assume you are defining the function F(z) = int[exp(-t^2 /2) dt: t= 0..z]/sqrt(2pi), and you want to solve the equation F(z) = p; that is, you want to find which value of z. Is that your question? There is no exact, finite expression for F(z) or it's inverse. You need to use numerical methods and/or approximations.

RGV
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
2K
Replies
7
Views
3K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
Replies
5
Views
2K
Replies
9
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K