General form of the quadratic equation

In summary, the conversation discusses the coefficients in the general second degree equation and how they transform the function. The role of d and e as horizontal and vertical shifts is mentioned, but the roles of a, b, and c are not as clear. The conversation also mentions difficulties in finding online resources and asks for recommendations for software that can create interactive graphs. The conversation ends with a discussion about understanding the general form and its relationship to conic sections. The speaker ultimately realizes that it is more practical to deal with specific conic sections rather than trying to transform the general form directly.
  • #1
jimalex
18
0
I am trying to figure out how the coeffecients in the general second degree equation transform the function as they change through a range of values. I think that d and e are the proportion of x and y are horizontal and vertical shifts, but less sure about a, b, and c. Here is the equation as i am familiar with it

ax^2 + bxy + cy^2 + dx + ey + f = 1

I'm having trouble finding good material online, maybe just don't know where to look.

Also, i would like to find some free software similar to geometers sketchbook, particularly where i could create interactive graphs. I've seen some people have made that have sliders that allow you to change a value on the graph as see the change it causes. Anybody know of any?

Thanks, all.
 
Mathematics news on Phys.org
  • #2
jimalex said:
I am trying to figure out how the coefficients in the general second degree equation transform the function as they change through a range of values. I think that d and e are the proportion of x and y are horizontal and vertical shifts, but less sure about a, b, and c. Here is the equation as i am familiar with it

ax^2 + bxy + cy^2 + dx + ey + f = 1
I think you mean = 0.
The different coefficients do not have easily separable roles.
Shrinking the graph by a factor of two horizontally can be achieved by the following changes:
- quadruple a
- double b and d
Similarly, vertically changing b, c and e.
You can shift the graph leftwards by amount M by the following changes:
- change d to d + 2aM
- change e to e + bM
- change f to f + aM^2 + dM
Rotations are more complex again.
Alternatively, we can look at the shape of the conic: circle, ellipse, parabola, hyperbola or just a pair of straight lines. Each of these corresponds to certain relationships between the coefficients.
 
  • #3
Haruspex

The math I had (precalc and calc, a long time ago) showed us the general form, but then only really worked with the conics, as you pointed out in the end of your last message. What kind of math book do I need to better understand the general form?

thanks for helping me.
 
  • #4
and, yes, ... = 0. you're right, the = 1 was what i was playing with in wolfram alpha when i wrote my message yesterday.
 
  • #5
jimalex said:
The math I had (precalc and calc, a long time ago) showed us the general form, but then only really worked with the conics, as you pointed out in the end of your last message.

Not sure I understand the question. All quadratics in two variables are conics.
You understand that conics are those curves that can be produced by intersecting a (double-ended) cone with a plane, right? You can see why such intersections can be represented by quadratic equations. Less obvious is why every quadratic equation produces a conic.
 
  • #6
yes, sir, i remember that the conics are cases of the general equation. rather than learning the significance of the variables and coefficients in the general form, i was shown how to derive the different conic sections from their definitions and then we studied the transformations of that, for example,

the parabola, being the set of points equidistant from the fucus and the directorix, would be derived by setting the line from the focus to the x,y point equal to the line from the point to the directerix, make some substitutions and simplifications and viola! we had x^2 = 4py. then, some generalizing and rewriting and it's the ax^2 + bx + c = y. the we learned what happens if a is changed, b is changed and so on. just i never learned much about the general form itself. i wondered if understanding all those elements would lead to some kind of unified understanding of all the different sections.

my apologies if i don't make much sense... ignorance is obvious, ain't it :rolleyes:
 
  • #7
jimalex said:
i wondered if understanding all those elements would lead to some kind of unified understanding of all the different sections.

I don't think so. As you'll have seen from my earlier answer, the type of conic results from fairly subtle interplays between the coefficients. I think these statements are true:
- if the xy and either x^2 or y^2 term is missing, you know it's a parabola, but that only spots parabolas oriented to a major axis.
- if the x^2 and y^2 have the same coefficient (including sign), and there's no xy term then it's a circle (and all circles look like that)
- if there's no constant term it passes through the origin
- if x^2 and y^2 are nonzero with the same sign then it's a circle or an ellipse
- if x^2 and y^2 are nonzero with opposite sign then it's a parabola or hyperbola
 
  • #8
Thanks for your time.

What I am taking away from this is your lists of observations, the understanding that it is more practical to deal with the general form by boiling it down to a specific section, and that trying to learn to transform the general form itself directly is just too complicated to be an efficient way to work with second degree problems.

thanks again.
 
  • #9
haruspex said:
I don't think so. As you'll have seen from my earlier answer, the type of conic results from fairly subtle interplays between the coefficients. I think these statements are true:
- if the xy and either x^2 or y^2 term is missing, you know it's a parabola, but that only spots parabolas oriented to a major axis.
- if the x^2 and y^2 have the same coefficient (including sign), and there's no xy term then it's a circle (and all circles look like that)
- if there's no constant term it passes through the origin
- if x^2 and y^2 are nonzero with the same sign then it's a circle or an ellipse
- if x^2 and y^2 are nonzero with opposite sign then it's a parabola or hyperbola

A complete classification of quadratic equations is possible from looking at the coefficients only. For example, take the equation

[tex]ax^2+bxy+cy^2+dx+ey+f=0[/tex]

Let [itex]\delta=b^2-4ac[/itex]. The the equation is parabola if [itex]\delta=0[/itex], it is a hyperbola if [itex]\delta>0[/itex] and an ellipse otherwise.

There is also a test to see whether the equation is degenerate (= union of two lines) or not. To see this, define

[tex]\Delta=det \left(\begin{array}{ccc} a & b/2 & c/2\\ b/2 & c & e/2\\ d/2 & e/2 & f\end{array} \right)[/tex]

If this is zero, then the equation is degenerate. It is nondegenerate otherwise. (note that the 2x2-submatrix in the upper left corner defines [itex]\delta[/itex])
Furthermore, to put an equation in standard form, you simply need to diagonalize the above matrix.

More information is on http://en.wikipedia.org/wiki/Conic_section.
 
  • #10
Another way to look at this- the type of conic is determined by the quadratic terms only and we can write those as a matrix multiplication:
[tex]ax^2+ bx+ c= \begin{bmatrix}x & y \end{bmatrix} \begin{bmatrix}a & b/2 \\ b/2 & c\end{bmatrix}\begin{bmatrix}x \\ y\end{bmatrix}[/tex]
and look for the eigenvalues and eigenvectors. If the eigenvalues are the same, we have a circle, if different but of the same sign, an ellipse, if of different sign a hyperbola, and if one eigenvalue is 0, a parabola.
 
Last edited by a moderator:
  • #11
A geometric interpretation is that by translating your coordinates you can eliminate the linear coefficients d,e. Then by rotating coordinates, you can transform the quadratic part to something that looks like
Au^2+Bv^2+ C = 0.
Here u,v are the rotated coordinates. The values A,B are the eigenvalues Halls is talking about and the rotation to get the coordinates u,v is achieved by changing basis using the associated eigenvectors. The fact that they are orthogonal (and thus produce a rotation of coordinates) follows from the fact that the matrix ( a b // b c) is symmetric.
 
  • #12
I appreciate all the response in the last day!

The stuff you all are showing me is not in any book I have, which would be precalc/calculus stuff mostly. Eigenvalues and eigenvectors are from linear algebra, aren't they?

can y'all point me towards a book or two so i can study up on this?

thanks again.
 
  • #13
Are you asking for something that explains quadratic forms or are you asking for a linear algebra book recommendation?

I know that Q.forms are discussed in Apostol's Calculus, vol. 2. In linear algebra books, Q. forms are buried quite deep I think (if they are in there at all). In Hoffman and Kunze for example, I think it was the last chapter. Also, most linear algebra books eschew the use of calculus in favor of purely algebraic methods of proof. Personally, I find those algebraic methods harder to understand. I mean, I could read through them and follow the logic, but I couldn't repeat it two days later. On the other hand, more than a decade after reading, I still remember the explanation found in Apostol.
 
  • #14
Ax2 + Bxy + Cy2 + Dx + Ey + F = 1. The term Diophantine Equation means that the solutions (x, y) should be integer numbers. For example, the equation 4y2 - 20y + 25 = 0 has solutions given by the horizontal line y = 2.5, but since 2.5 is not an integer number, we will say that the equation has no solutions.
 

FAQ: General form of the quadratic equation

1. What is the general form of the quadratic equation?

The general form of the quadratic equation is ax^2 + bx + c = 0, where a, b, and c are constants and x is the variable. This form is used to represent all quadratic equations.

2. How do I solve a quadratic equation in general form?

To solve a quadratic equation in general form, you can use the quadratic formula: x = (-b ± √(b^2 - 4ac)) / 2a. Alternatively, you can factor the equation or complete the square to find the solutions.

3. What do the variables a, b, and c represent in the general form of the quadratic equation?

The variable a represents the coefficient of the x^2 term, b represents the coefficient of the x term, and c represents the constant term. These values determine the shape and position of the parabola in the graph of the quadratic equation.

4. How do I determine the number of solutions for a quadratic equation in general form?

The number of solutions for a quadratic equation in general form can be determined by the discriminant, which is the value inside the square root in the quadratic formula. If the discriminant is positive, there are two real solutions. If it is zero, there is one real solution. If it is negative, there are no real solutions.

5. Can the general form of the quadratic equation be used for all quadratic equations?

Yes, the general form of the quadratic equation can be used to represent and solve all quadratic equations. However, some equations may need to be rearranged or factored in order to be in this form.

Similar threads

Replies
11
Views
2K
Replies
16
Views
4K
Replies
4
Views
1K
Replies
7
Views
1K
Replies
14
Views
6K
Replies
4
Views
2K
Replies
1
Views
2K
Back
Top