Quadratic Forms: Beyond Sketching Conics

Click For Summary

Discussion Overview

The discussion centers around the real-life applications of quadratic forms, exploring their relevance in various fields such as physics, optimization, and geometry. Participants share examples and seek to understand the breadth of applications beyond basic sketching of conics.

Discussion Character

  • Exploratory
  • Technical explanation
  • Conceptual clarification
  • Debate/contested

Main Points Raised

  • Some participants mention that quadratic forms appear in physics, particularly in the expression for kinetic energy of rigid bodies, where they relate to the tensor of inertia and principal axes.
  • Others discuss the role of quadratic forms in optimization, highlighting how they help determine local maxima and minima through the Hessian matrix and its eigenvalues.
  • One participant introduces the concept of the intersection form on even-dimensional manifolds, suggesting that it can determine manifold properties up to homeomorphism.
  • Another participant notes the use of quadratic forms in the context of pseudo-Riemannian metrics in special and general relativity.
  • Some participants express difficulty in understanding applications of quadratic forms in calculus due to their linear algebra background, seeking simpler applications that do not require calculus.
  • A later reply explains how quadratic forms can define the norm of a matrix, illustrating this with the relationship between vector norms and matrix norms.

Areas of Agreement / Disagreement

Participants present multiple competing views on the applications of quadratic forms, with no consensus reached on a singular application or understanding. Some express confusion regarding the calculus-related applications, while others provide technical examples.

Contextual Notes

Some participants indicate limitations in their understanding based on their mathematical background, particularly regarding calculus and its connection to quadratic forms. This suggests a dependence on prior knowledge for fully grasping the discussed applications.

Who May Find This Useful

This discussion may be useful for individuals interested in the applications of quadratic forms in physics, optimization, and geometry, as well as those seeking to bridge gaps in understanding between linear algebra and calculus.

matqkks
Messages
283
Reaction score
6
What are the real life applications of quadratic forms? I have used them to sketch conics but are there any other applications?
 
Physics news on Phys.org
Quadratic forms show up in many places. In physics, energy is often a quadratic form. For example, the kinetic energy of a rigid body is
[tex] T = \frac{1}{2}\mathbf{\omega^T I \omega}[/tex]
where [itex]\mathbf{\omega}[/itex] is the angular velocity vector (3x1) and [itex]\mathbf{I}[/itex] is the tensor of inertia (just think of it as a 3x3 matrix). Often times we want to find the principle axes, which simply means finding a rotation that makes [itex]\mathbf{I}[/itex] diagonal (this is where your eigenvectors matter!), so that the quadratic form becomes a simple sum of squares.

Another place they show up is in optimization. Consider a twice-differentiable function of N variables [itex]f(\mathbf{x})[/itex], where [itex]\mathbf{x}[/itex] is the Nx1 vector of variables. If we want to find a local maximum and minimum, these will occur at a location (call it [itex]\mathbf{x=x_0}[/itex]) where the first derivatives are zero,
[tex] \left. \nabla f(x) \right|_{\mathbf{x=x_0}} = \mathbf{0}.[/tex]
This equation represents N scalar equations. The first two terms of the Taylor expansion of f about [itex]\mathbf{x=x_0}[/itex] is then
[tex] f(\mathbf{x}) \approx f(\mathbf{x_0}) + \frac{1}{2}(\mathbf{x-x_0})^T \mathbf{H(\mathbf{x_0})}(\mathbf{x-x_0})[/tex]
where each element of [itex]\mathbf{H}[/itex] (called the Hessian) is simply a second derivative evaluated at [itex]\mathbf{x=x_0}[/itex]:
[tex] H_{ij}(\mathbf{x_0}) = \left. \frac{\partial^2 f}{\partial x_i \partial x_j} \right|_{\mathbf{x=x_0}}[/tex]
If the quadratic form is positive definite (all eigenvalues are positive), then [itex]\mathbf{x=x_0}[/itex] is a local minima, if it is negative definite (all eigenvalues are negative) then it is a local maxima.

They show up in more places as well. So be rest assured that learning quadratic forms is useful!

jason
 
Last edited:
Another example is that of the intersection form on even-dimensional manifolds. On some subset of 4-manifolds ( simply-connected , I think) they determine the manifold up to homeomorphism. The properties of the intersection form of the M^4 tell a lot
about the manifold itself.
 
special relativity and general relativity use quadratic forms (pseudo-riemmanian metrics)
 
Only have a linear algebra background so cannot understand the applications of quadratic form to calculus. Are any simple applications which can be appreciated without the use of calculus.
 
matqkks said:
Only have a linear algebra background so cannot understand the applications of quadratic form to calculus. Are any simple applications which can be appreciated without the use of calculus.
One way quadratic forms are used in linear algebra is to define the norm of a matrix.

Recall that the norm (length) of a vector in ##\mathbb{R}^N## is simply ##\|v\| = \sqrt{v^T v}##. If ##v = (a_1, a_2, \ldots, a_N)##, then ##\|v\|## can be written as ##\sqrt{a_1^2 + a_2^2 + \ldots + a_N^2}##.

If ##A## is an ##N \times N## matrix, then we may define a norm for ##A## as follows: ##\|A\| = \max \|Ax\|##, where the max is taken over all unit vectors ##x##, i.e. all vectors with ##\|x\| = 1##. Note that ##\|Ax\| = \sqrt{x^T (A^T A) x}##, so the norm is based upon the quadratic form ##x^T(A^T A) x##.

Note that in general, ##A## maps the unit sphere into an ellipsoid. The norm of ##A## is telling us the distance from the origin to the ellipsoid along its longest axis. This turns out to be very useful in numerical linear algebra and matrix analysis.
 

Similar threads

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