PDA

View Full Version : Can someone help me with polynomial and rational algebraic functions...


JasonRox
May2-04, 10:53 PM
How can you tell the two apart?

Here are some examples in the book:

1. 3x^3 + 2x + 1

2. 3x^2 + (x + 1)^1/2

3. \frac{2x + 3}{x^2 + 1}

4. (\frac{x}{x + 1})^X

JonF
May3-04, 12:41 AM
You just need to distribute.

#2 distributed is:
3x^2 + 1/2x + 1/2

and #4 distributed is:
\frac{x^2}{x+1}

After distributing all four are very obviously different

JonF
May3-04, 12:45 AM
After relooking at your post I realized that you may not be comparing equations but instead classifying them.

A polynomial can be express as ax^n + bx^(n-1) + cx^(n-2) + dx^(n-3) … +c

I’d have to look up the definition for a “rational algebraic expression” but going from memory it is any expression that has only algebraic terms?

expscv
May3-04, 01:26 AM
the polynomial 's power must be postive interger . thats the difference

uart
May3-04, 08:53 AM
A Polynomial (in x) is a linear combination of non-negative powers of x.

A rational algebraic function is just a fraction N(x)/D(x) where N and D are both polynomials.

In your examples 1. and 2. are polynomials while 3. and 4. are rational algebraic functions.

expscv
May4-04, 07:03 AM
A Polynomial (in x) is a linear combination of non-negative powers of x.

A rational algebraic function is just a fraction N(x)/D(x) where N and D are both polynomials.

In your examples 1. and 2. are polynomials while 3. and 4. are rational algebraic functions.


oh? i though the power of polynomial must be interger, i go check

uart
May4-04, 10:19 AM
oh? i though the power of polynomial must be interger, i go check

No need to check you're correct. It was just a slip, I meant to say non-negative integer but only type non-negative. :o

JasonRox
May4-04, 10:34 AM
Thanks, guys.

krab
May4-04, 12:43 PM
A polynomial can be express as ax^n + bx^(n-1) + cx^(n-2) + dx^(n-3) ? +c

JonF: use curly brackets to apply something (in this case ^) to an expression.
ax^n + bx^{n-1} + cx^{n-2} + dx^{n-3}...+c

Muzza
May4-04, 01:23 PM
Why would the constant term be equal to the coefficient in front of x^(n - 2)? ;)

JonF
May4-04, 04:22 PM
argh, thank you