Linear and Quadratic equations

Click For Summary

Discussion Overview

The discussion revolves around the classification of various equations as quadratic or linear, particularly focusing on the definitions and properties of quadratic functions and polynomials. Participants explore examples from a math book and express confusion regarding the nature of certain equations, including rational functions and expressions.

Discussion Character

  • Debate/contested
  • Conceptual clarification
  • Mathematical reasoning

Main Points Raised

  • Some participants assert that quadratics are defined as polynomials of degree 2, questioning whether specific equations like I = k/d^2 and v = ω√(r^2 - y^2) qualify as quadratics.
  • Others argue that I = k/d^2 is a rational function due to the variable being in the denominator, while v = ω√(r^2 - y^2) is not a polynomial because of the square root.
  • It is noted that A = l^2 is indeed a quadratic function of l.
  • Some participants express uncertainty about the terminology of "function of" and seek clarification on mathematical concepts related to quadratics.
  • There is a discussion about the difference between expressions and equations, with some participants highlighting that expressions like x^2 + x cannot be solved unless they are set equal to something.
  • Participants reflect on their educational background, indicating gaps in understanding due to not completing earlier math courses.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the classification of the equations discussed. There are multiple competing views regarding what constitutes a quadratic function, and the discussion remains unresolved regarding the definitions and examples provided.

Contextual Notes

Some limitations in understanding arise from the definitions of polynomials and the nature of functions, as well as the distinction between expressions and equations. Participants express confusion about the implications of these concepts in their examples.

Who May Find This Useful

This discussion may be useful for high school students or individuals seeking clarification on the properties of quadratic functions and the distinction between different types of mathematical expressions and equations.

autodidude
Messages
332
Reaction score
0
This is something that's been bothering me for a while...

If quadratics are any polynomials that have a degree of 2, then would that make the following equations quadratics (I don't know what all of them are for by the way, they're just equations I'm pulling from my math book which doesn't say)

I = k/d^2

v = ω√(r^2 - y^2)

A=l^2

In the book, they're under linear functions...right now, I'm thinking that they are quadratics but only quadratics that are like x^2 + x must be solved using the various methods for solving quadratic equations, whereas if it's like x^2 + y, you can just rearrange and take the square root




I'm wrong, right? haha
 
Mathematics news on Phys.org
I = k/d^2

v = ω√(r^2 - y^2)

A=l^2

The first two can be converted to quadratic equations using multiplication properties of equality. The last one is quadratic. These assume that your variables are d, r, y, and the the last equation, l.
 
autodidude said:
This is something that's been bothering me for a while...

If quadratics are any polynomials that have a degree of 2, then would that make the following equations quadratics (I don't know what all of them are for by the way, they're just equations I'm pulling from my math book which doesn't say)

I = k/d^2
If you mean I as a function of d, this is not a polynomial because the independent variable is in the denominator. This is a "rational" function.

v = ω√(r^2 - y^2)
If you mean v as a function of r or y, this is not a polynomial because of the square root.

A=l^2
Yes, A is a quadratic function of l

In the book, they're under linear functions...right now, I'm thinking that they are quadratics but only quadratics that are like x^2 + x must be solved using the various methods for solving quadratic equations, whereas if it's like x^2 + y, you can just rearrange and take the square root




I'm wrong, right? haha
If you mean I as a function of k and v as a function of ω then the first two are linear.
 
What do you mean 'a function of'?
 
autodidude said:
What do you mean 'a function of'?

E.g., if we write y=ax2, we say that y is a function of x. (Here a is a constant, and y is not a function of a.) Function notation: f(x), where f is the function and x is the variable it operates on. So, we could say y = f(x) = ax2

A function maps a set on inputs to a set of outputs. So, if the input to your function with the root is ω, then we would say it is a function of ω...
 
^ I think I understand you...

This is high school level math right (specifically, Yr 11)? Where can I read more on this stuff (ie. more info on quadratics, what and what isn't a polynomial) Because the book I'm using (sure sure, blame the book :p). Most sites I've come across give pretty don't offer the information I'm getting here.

But I never completed Yr 10 math so that may explain why I'm missing a lot of key concepts
 
That's algebra II? And yr 10 is...geometry?
 
Yeah...I remember doing some basic Algebra and Trigonometry in Yr 10 but I never got up to quadratics
 
Anybody else want to chip in?
 
  • #10
Chip in what? Everything has been pretty much said. You started by saying "quadratics are any polynomials that have a degree of 2" and only the last, A= l^2, is a polynomial.
 
  • #11
I'm thinking that they are quadratics but only quadratics that are like x^2 + x must be solved using the various methods for solving quadratic equations, whereas if it's like x^2 + y, you can just rearrange and take the square root

:)

I'm quite slow
 
  • #12
autodidude said:
I'm thinking that they are quadratics but only quadratics that are like x^2 + x must be solved using the various methods for solving quadratic equations, whereas if it's like x^2 + y, you can just rearrange and take the square root

A quadratic equation such as x2 + x = 0[/color] can be solved by factoring, completing the square, or using the Quadratic Formula.

x2 + x is an expression, not an equation, so it can't be solved. The best you can do is to write it in some other form that is identically equal to the original expression (e.g., x2 + x = x(x + 1)). We haven't solved anything here.

x2 + y is also just an expression, so there's really not much you can do with it. In particular, you can't rearrange it so as to solve it for y.

If you had an equation, x2 + y = 0, then you could rearrange to an equivalent equation, y = - x2. There wouldn't be much point of taking the square root of both sides, though.
 
  • #13
autodidude said:
I'm thinking that they are quadratics but only quadratics that are like x^2 + x must be solved using the various methods for solving quadratic equations, whereas if it's like x^2 + y, you can just rearrange and take the square root

:)

I'm quite slow
No, they are not quadratics. Again, as you said, a quadratic is a polynomial of degree 2. I = k/d^2 and v = ω√(r^2 - y^2) are NOT polynomials. A polynomial must involve only positive integer powers of the variables. I= k/d^2= kd^{-2} involves a negative power and v= \omega\sqrt{r^2- y^2}= \omega(r^2-y^2)^{1/2} involves a fractional power.
 
  • #14
Mark44 said:
A quadratic equation such as x2 + x = 0[/color] can be solved by factoring, completing the square, or using the Quadratic Formula.

x2 + x is an expression, not an equation, so it can't be solved. The best you can do is to write it in some other form that is identically equal to the original expression (e.g., x2 + x = x(x + 1)). We haven't solved anything here.

x2 + y is also just an expression, so there's really not much you can do with it. In particular, you can't rearrange it so as to solve it for y.

If you had an equation, x2 + y = 0, then you could rearrange to an equivalent equation, y = - x2. There wouldn't be much point of taking the square root of both sides, though.

My mistake, when I said x^2 + y and x^2 + x, I meant x^2 + y = z and x^2 + x = y, solve for x
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 19 ·
Replies
19
Views
4K
  • · Replies 16 ·
Replies
16
Views
5K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K