I want to convert the above equation into quartic form. The only thing I can think of is to use the Taylor series expansion of tan(x). Is there any other way, anyone can suggest to convert the above equation into quartic form.
2026-03-26 01:07:37.1774487257
Quartic Formulation of tan(x) = x
70 Views Asked by user139708 https://math.techqa.club/user/user139708/detail At
1
There are 1 best solutions below
Related Questions in NONLINEAR-OPTIMIZATION
- Prove that Newton's Method is invariant under invertible linear transformations
- set points in 2D interval with optimality condition
- Finding a mixture of 1st and 0'th order Markov models that is closest to an empirical distribution
- Sufficient condition for strict minimality in infinite-dimensional spaces
- Weak convergence under linear operators
- Solving special (simple?) system of polynomial equations (only up to second degree)
- Smallest distance to point where objective function value meets a given threshold
- KKT Condition and Global Optimal
- What is the purpose of an oracle in optimization?
- Prove that any Nonlinear program can be written in the form...
Related Questions in QUARTICS
- How to solve a quartic equation given that the roots are all part of an arithmetic sequence?
- Solving $x^2 + 18x + 30 = 2 \sqrt{x^2 + 18x + 45}$? (1983 AIME problem 3)
- How to find the solutions to $z^4 = -16$
- How to solve that?
- How to find the equation of this polynomial
- Square inside a triangle problem [see desc.]
- To identify the types of roots
- Can I use Newton's method to obtain smallest positive real solution of a quartic?
- Largest rectangle that can be inscribed within a higher degree polynomial not broken up by the y axis?
- Find $y$ in $y^4-6y^3+14y^2-20y+8=0$
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
If you want the roots of the equation $\tan(x)=x$, as said in comments, there is an inifinite number of solutions closer and closer to $(2n+1)\frac \pi 2$.
Consider instead that you look for the zero's of $$f(x)=\sin(x)-x \cos(x)$$ and develop as series around $\color{blue}{x_{(n)}=(2n+1)\frac \pi 2}$. $$f(x)=1+x_{(n)} (x-x_{(n)})+\frac{1}{2} (x-x_{(n)})^2-\frac{1}{6} x_{(n)} (x-x_{(n)})^3-\frac{1}{8} (x-x_{(n)})^4+O\left((x-x_{(n)})^{5}\right)$$
Using it for $n=4$ and solving the quartic would give as an approximate solution $14.0661939128333$ while the exact solution, obtained using Newton method, is $14.0661939128315$.
Going one step further, you could even use series reversion to get $$x_n=x_{(n)}-\frac{1}{x_{(n)}}-\frac{2}{3 x_{(n)}^3}-\frac{19}{24 x_{(n)}^5}-\frac{5}{8 x_{(n)}^7}+O\left(\frac{1}{x_{(n)}^9}\right)$$ Applied to the case where $n=4$, this would give $x_4=14.06619405$