Consider the set of arbitrary quadratic functions in two dimensions $F(x_1, x_2) = \sum_{ij} A_{ij} x_i x_j$, as well as the set of arbitrary quartic functions $G(x_1, x_2) = \sum_{ijkl} B_{ijkl} x_i x_j x_k x_l$ in two dimensions. In general since $x_1 = r\cos(\theta)$ and $x_2 = r\sin(\theta)$ the polar representations of these functions will be of the form $F(r,\theta) = r^2 f(\theta)$ and $G(r,\theta) = r^4 g(\theta)$. Are there efficient (i.e. notationally compact) representations of $f$ and $g$ that are known? I'm looking for something that looks similarly simple to $f(\theta) = \alpha\cos(\omega \theta + \phi) + \beta$ with expressions for $\alpha,\beta,\omega,\phi$ in terms of the components $A_{ij}$ and $B_{ijkl}$.
2026-03-26 16:26:27.1774542387
Efficient representations of the angular dependence of quadratic and quartic functions in 2d
30 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in QUADRATICS
- Do you have to complete the square before using the quadratic formula?
- Roots of the quadratic eqn
- Questions on positivity of quadratic form with orthogonal constraints
- Conjugate quadratic equations
- Do Irrational Conjugates always come in pairs?
- Quadratic Equations and their roots.
- Solving a quadratic equation with square root constants.
- What would the roots be for this quadratic equation $f(x)=2x^2-6x-8$?
- Polynomial Equation Problem with Complex Roots
- Solve $\sin^{-1}x+\sin^{-1}(1-x)=\cos^{-1}x$ and avoid extra solutions while squaring
Related Questions in TENSORS
- Linear algebra - Property of an exterior form
- How to show that extension of linear connection commutes with contraction.
- tensor differential equation
- Decomposing an arbitrary rank tensor into components with symmetries
- What is this notation?
- Confusion about vector tensor dot product
- Generalization of chain rule to tensors
- Tensor rank as a first order formula
- $n$-dimensional quadratic equation $(Ax)x + Bx + c = 0$
- What's the best syntax for defining a matrix/tensor via its indices?
Related Questions in POLAR-COORDINATES
- Second directional derivative of a scaler in polar coordinate
- polar coordinate subtitution
- $dr$ in polar co-ordinates
- Finding the centroid of a triangle in hyperspherical polar coordinates
- Arc length of polar function and x interceps
- Evaluation of $I=\iint_R e^{-(x^2+y^2)} \,dx\,dy$ by change of variable
- Finding area bound by polar graph
- Question about the roots of a complex polynomial
- Polar Area Integral with Absolute Function
- How to compute 'polar form' of a line given two points in cartesian coordinate system?
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?
I cannot speak about $G$, but I can about $F$.
$F$ is a quadratic form $x \mapsto F(x)$ for $x \in \mathbb R^2$. Only the symmetric part of $A$ is relevant, so we will assume that $A$ is symmetric; if it isn't, then replace $A$ with $\tfrac12(A + A^T)$. Denote by $x\cdot y$ the bilinear form associated to $F$: $$ x\cdot y = \frac12(F(x + y) - F(x) - F(y)) = x^TAy. $$ Find the eigenvectors $w_1, w_2$ of $A$; denote their eigenvalues by $\lambda_1, \lambda_2$ and assume $w_1, w_2$ are Euclidean unit vectors, i.e. $w_1^Tw_1 = w_2^Tw_2 = 1$. Also assume WLOG that $w_2$ is exactly $w_1$ rotated $90^\circ$ counterclockwise; we can achieve this by negating $w_2$ when necessary. They are necessarily Euclidean orthogonal, meaning $w_1^Tw_2 = 0$, but they are also $F$-orthgonal with $w_1\cdot w_2 = 0$. Note that $$ F(w_1) = \lambda_1,\quad F(w_2) = \lambda_2. $$
Let $e_1$ be the positively-oriented unit vector along the $x_1$-axis, and $e_2$ the one along the $x_2$-axis. Also let $\phi$ be the angle $w_1$ makes with $e_1$. By the above assuptions on $w_1, w_2$ we have $$ e_1 = w_1\cos\phi - w_2\sin\phi,\quad e_2 = w_1\sin\phi + w_2\cos\phi. $$ We then apply $F$ to an arbitary Euclidean unit vector parameterized by $\theta$: $$\begin{aligned} F(e_1\cos\theta + e_2\sin\theta) &= F((\cos\phi\cos\theta + \sin\phi\sin\theta)w_1 + (\cos\phi\sin\theta - \sin\phi\cos\theta)) \\ &= F(w_1\cos(\phi-\theta) + w_2\sin(\phi-\theta)) \\ &= \lambda_1\cos^2(\phi-\theta) + \lambda_2w_2\sin(\phi-\theta) \\ &= (\lambda_1 - \lambda_2)\cos^2(\phi-\theta) + \lambda_2. \end{aligned}$$ This is your $f$ function. Since $w_1$ is a unit vector we have $\cos\phi = (w_1)^1$ and $\sin\phi = (w_1)^2$ where $(w_1)^i$ is the $e_i$-component of $w_1$. So we can write $$ \cos(\phi-\theta) = (w_1)^1\cos\theta + (w_1)^2\sin\theta $$ and finally $$ f(\theta) = \lambda_2 + (\lambda_1-\lambda_2)\bigl[(w_1)^1\cos\theta + (w_1)^2\sin\theta\bigr]^2. $$ Note that the last bracketed term is $w_1^T\hat r$ where $\hat r = e_1\cos\theta + e_2\sin\theta$ is the unit position vector. In other words, we can write $$ F(\mathbf r) = F(r\hat r) = r^2\Bigl[\lambda_2 + (\lambda_1-\lambda_2)(w_1^T\hat r)^2\Bigr]. $$
When $\lambda_1 = \lambda_2$, meaning $F$ is positive- or negative-definite, we see that $f$ is constant; this outcome should be obvious.
In the particular case $\lambda_1 = -\lambda_2$ we can write $$ f(\theta) = \lambda_2(1 - 2\cos^2(\phi-\theta)) = \lambda_2\cos[2(\phi-\theta)]. $$