Solve Trascendental Equation Analytically with Mathematica

  • Thread starter mike79
  • Start date
In summary, the conversation was about finding the analytic solution for a transcendental equation involving constants A, a, b, alfa1, and alfa2. The equation was provided in both plain text and tex format. There were discussions about the variables involved and the possibility of solving it with Mathematica. The conversation ended with a clarification on the equation's form and variables.
  • #1
mike79
9
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

  • equation.doc
    16.5 KB · Views: 159
Mathematics news on Phys.org
  • #2
Just write it in tex, I can't view it.
 
  • #3
A1*(tan(xa/alfa2)/tan(xa/alfa1))-tan(xa/alfa2)*tan(xb/alfa2)-A1*(tan(xb/alfa2)/tan(xa/alfa1))=1


thanks again
 
  • #4
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:
  • #5
That appears to be a single equation in two different variables, xa and xb. It will not have a single solution.
 
  • #6
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
 
  • #7
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'.
 
  • #8
Exactly
 

FAQ: Solve Trascendental Equation Analytically with Mathematica

What is a transcendental equation?

A transcendental equation is an equation that involves transcendental functions, such as trigonometric, logarithmic, or exponential functions. These equations cannot be solved algebraically and require numerical methods or computer software to find a solution.

What is Mathematica?

Mathematica is a computational software program that is commonly used by scientists, engineers, and mathematicians to perform complex mathematical calculations and solve problems. It is particularly useful for solving transcendental equations analytically.

Can Mathematica solve any transcendental equation?

No, Mathematica has limitations and may not be able to solve certain types of transcendental equations. It is best to consult the documentation or seek help from a mathematician or experienced Mathematica user if you encounter any difficulties.

How do I input a transcendental equation into Mathematica?

You can input a transcendental equation into Mathematica using standard mathematical notation, such as using the "==" symbol for an equation and "x" as the variable. You can also use built-in mathematical functions, such as Sin[x] for the sine function and Log[x] for the logarithm function.

What are the steps for solving a transcendental equation analytically with Mathematica?

The steps for solving a transcendental equation analytically with Mathematica include defining the equation, using the Solve or NSolve function to find a solution, and verifying the solution by plugging it back into the original equation. It may also involve manipulating the equation or using other Mathematica functions to simplify or transform the equation.

Similar threads

Replies
2
Views
865
Replies
19
Views
1K
Replies
19
Views
777
Replies
9
Views
2K
Replies
4
Views
728
Replies
2
Views
1K
Back
Top