Solve Trascendental Equation Analytically with Mathematica

  • Context: Mathematica 
  • Thread starter Thread starter mike79
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
7 replies · 2K views
mike79
Messages
9
Reaction score
0
Hi everybody,

can anyone help me in finding the analytic solution of the trascendental equation in the attached file?

A1, alfa1, alfa2, a and b are constants.
is it possible to solve it by means of Mathematica?


thanks
Michele
 

Attachments

Physics news on Phys.org
Just write it in tex, I can't view it.
 
A1*(tan(xa/alfa2)/tan(xa/alfa1))-tan(xa/alfa2)*tan(xb/alfa2)-A1*(tan(xb/alfa2)/tan(xa/alfa1))=1


thanks again
 
Here's the equation in tex

[tex]\frac{A_1 \cdot \tan{ax / \alpha_2}}{\tan{ax / \alpha_1}} - \tan{ax / \alpha_2} \cdot \tan{bx / \alpha_2} - \frac{A_1 \cdot \tan{bx / \alpha_2}}{\tan{\ax / \alpha_1}} = 1[/tex]
 
Last edited:
x is the only variable. a and b are real constants. you have to read x*a and x*b and not xa and xb
 
So what you really have is

A*tan(a'x)/tan(b'x) - tan(a'x)*tan(c'x) - A*tan(c'x)/tan(b'x) = 1

For appropriate choices of a', b', and c'.