Solving a Transcendental Equation Using a Numerical or Graphical Method

Click For Summary
SUMMARY

The discussion focuses on solving the transcendental equation x = 5(1 - e^-x) using numerical methods, specifically Newton's method. The user seeks clarification on the intersection of the functions y = x and y = 5(1 - e^-x) to find the root of the equation. The correct approach involves defining the function f(x) = x + 5e^-x - 5 and computing its derivative f'(x). The iterative process of Newton's method is emphasized for accurately determining the root of the equation.

PREREQUISITES
  • Understanding of transcendental equations
  • Familiarity with Newton's method for root finding
  • Basic knowledge of derivatives and recursion relations
  • Experience with exponential functions and their properties
NEXT STEPS
  • Study the application of Newton's method in solving transcendental equations
  • Learn about the properties of exponential functions in mathematical modeling
  • Explore the derivation and application of Planck's blackbody formula
  • Investigate graphical methods for finding roots of equations
USEFUL FOR

Students and educators in mathematics, physicists working with blackbody radiation, and anyone interested in numerical methods for solving equations.

SHISHKABOB
Messages
539
Reaction score
1

Homework Statement


I have this equation: y = 5(1 - e-x) and I need to find its root.


Homework Equations



I'm trying to go from Planck's blackbody formula to wien's displacement law by taking the derivative of Planck's blackbody formula with respect to wavelength and then setting it equal to 0 in order to find the maximum wavelength.

The Attempt at a Solution



I know the correct answer because I found an old thread here where they found the intersection between y = x and this equation. However, I don't understand why that gives the correct answer, and I wouldn't know how to write that down as an answer for this homework problem.
 
Physics news on Phys.org
The transcendental equation would only have 1 variable, namely x. So

x = 5(1-e^-x)

You could add a second equation y=x. Then somehow solve them simultaneously. I would use Newton's method where you take the derivative and approach the solution iteratively.

Write

f(x) = x + 5e^-x - 5

Compute derivative f'(x)

Use recursion relation to determine where f(x)=0

x2 = x1 - f(x1)/f'(x1)
 
oh I see now, I was trying to use Newton's method but I had an incorrect understanding of what a transcendental equation was, so I was ending up with very weird results

thank you very much
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
10
Views
2K
Replies
7
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 6 ·
Replies
6
Views
1K
Replies
11
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K