New Reply

Abstract algebra functions.

 
Share Thread Thread Tools
Apr30-12, 03:20 PM   #1
 

Abstract algebra functions.


1. The problem statement, all variables and given/known data

f is a quadratic function from the second degree and [tex]f(a)=bc;f(b)=ac;f(c)=ab[/tex]

2. Relevant equations

Calculate : [tex]f(a+b+c)[/tex]


3. The attempt at a solution

Can we say that [tex]f(a+b+c)=f(a)+f(b)+f(c)[/tex] and the go on from there plugging in the values of each one are do i have to do something else?
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Hong Kong launches first electric taxis
>> Morocco to harness the wind in energy hunt
>> Galaxy's Ring of Fire
Apr30-12, 03:44 PM   #2
 
Mentor
Quote by mtayab1994 View Post
1. The problem statement, all variables and given/known data

f is a quadratic function from the second degree and [tex]f(a)=bc;f(b)=ac;f(c)=ab[/tex]

2. Relevant equations

Calculate : [tex]f(a+b+c)[/tex]


3. The attempt at a solution

Can we say that [tex]f(a+b+c)=f(a)+f(b)+f(c)[/tex] and the go on from there plugging in the values of each one are do i have to do something else?
No, you can't do that. You haven't used the fact that f is a quadratic function. You know what that means, right?
 
Apr30-12, 07:01 PM   #3
 
Quote by Mark44 View Post
No, you can't do that. You haven't used the fact that f is a quadratic function. You know what that means, right?
What do you mean a quadratic function to the second degree is written in the form ax^2+bx+c that's correct right?
 
Apr30-12, 07:11 PM   #4
 
Mentor

Abstract algebra functions.


Quote by mtayab1994 View Post
What do you mean a quadratic function to the second degree is written in the form ax^2+bx+c that's correct right?
Yes. Note that "quadratic function to the second degree" is redundant. Quadratic means "squared".

So f(x) = ax2 + bx + c.
 
Apr30-12, 07:43 PM   #5
 
Mentor
Quote by Mark44 View Post
Yes. Note that "quadratic function to the second degree" is redundant. Quadratic means "squared".

So f(x) = ax2 + bx + c.
Of course, for your function, you will want to different variable names for your coefficients, perhaps:
[itex]\displaystyle f(x)=Dx^2+Ex+G[/itex]
Are you sure you aren't working with a more limited form of a quadratic? ... It's possible that is the case due to the relationships that were stated.
 
Apr30-12, 08:05 PM   #6
 
Mentor
Quote by SammyS View Post
Of course, for your function, you will want to different variable names for your coefficients, perhaps:
[itex]\displaystyle f(x)=Dx^2+Ex+G[/itex]
That ambiguity occurred to me, too, but I'm leaning toward the view that a, b, and c in the problem description are the same as the coefficients of the terms in the quadratic. I could be wrong, though.
Quote by SammyS View Post

Are you sure you aren't working with a more limited form of a quadratic? ... It's possible that is the case due to the relationships that were stated.
 
May1-12, 04:14 AM   #7
 
Quote by SammyS View Post
Of course, for your function, you will want to different variable names for your coefficients, perhaps:
[itex]\displaystyle f(x)=Dx^2+Ex+G[/itex]
Are you sure you aren't working with a more limited form of a quadratic? ... It's possible that is the case due to the relationships that were stated.
Yes i could work with other variables too say alpha β or gamma. And the a,b,and c have nothing to do with the form of the quadratic equation itself.
 
May1-12, 09:39 AM   #8
 
Mentor
Quote by mtayab1994 View Post
Yes i could work with other variables too say alpha β or gamma. And the a,b,and c have nothing to do with the form of the quadratic equation itself.
Letting [itex]\displaystyle f(x)=Dx^2+Ex+G[/itex], you might look at [itex]\displaystyle f(a)-f(b)[/itex] for instance.
[itex]\displaystyle f(a)-f(b)=bc-ac[/itex]
which becomes
[itex]\displaystyle Da^2+Ea+G-Db^2-Eb-G=c(b-a)[/itex]
A little algebra will give a relationship between the constants D & E and the quantities a+b and c.

That will eliminate the constant, G.

BTW: What course is this for ?
 
May1-12, 02:29 PM   #9
 
Quote by SammyS View Post
Letting [itex]\displaystyle f(x)=Dx^2+Ex+G[/itex], you might look at [itex]\displaystyle f(a)-f(b)[/itex] for instance.
[itex]\displaystyle f(a)-f(b)=bc-ac[/itex]
which becomes
[itex]\displaystyle Da^2+Ea+G-Db^2-Eb-G=c(b-a)[/itex]
A little algebra will give a relationship between the constants D & E and the quantities a+b and c.

That will eliminate the constant, G.

BTW: What course is this for ?
I'm a junior in high school in Morocco, and this is a problem our teacher gave us and told us think about it.
 
May1-12, 02:41 PM   #10
 
Ok so this is what i got:

[tex]f(a+b+c)=Da^{2}+Ea+G+Db^{2}+Db+G+Dc^{2}+Dc+G[/tex] then you factor it out and you get:

[tex]D(a^{2}+b^{2}+c^{2})+E(a+b+c)+3G=c(a+b)+ab[/tex]

Now can we use substitution for a+b+c or what from here on?
 
May1-12, 11:38 PM   #11
 
Mentor
Quote by mtayab1994 View Post
Ok so this is what i got:

[tex]f(a+b+c)=Da^{2}+Ea+G+Db^{2}+Db+G+Dc^{2}+Dc+G[/tex] then you factor it out and you get:

[tex]D(a^{2}+b^{2}+c^{2})+E(a+b+c)+3G=c(a+b)+ab[/tex]

Now can we use substitution for a+b+c or what from here on?
No. You're still treating this as if [itex]\displaystyle f(a+b+c)=f(a)+f(b)+f(c)\,,[/itex] which is definitely not the case.

[itex]\displaystyle f(a+b+c)=D(a+b+c)^2+E(a+b+c)+G[/itex]

and of course,
[itex]\displaystyle (a+b+c)^2=a^2+2ab+b^2+2bc+c^2+2ac\ .[/itex]

Etc.
 
May2-12, 05:47 AM   #12
 
Quote by SammyS View Post
No. You're still treating this as if [itex]\displaystyle f(a+b+c)=f(a)+f(b)+f(c)\,,[/itex] which is definitely not the case.

[itex]\displaystyle f(a+b+c)=D(a+b+c)^2+E(a+b+c)+G[/itex]

and of course,
[itex]\displaystyle (a+b+c)^2=a^2+2ab+b^2+2bc+c^2+2ac\ .[/itex]

Etc.
Yea i solved it . Thank you for your help.
 
May2-12, 09:54 AM   #13
 
Mentor
Quote by mtayab1994 View Post
Yea i solved it . Thank you for your help.
What was your result ?
 
New Reply
Thread Tools


Similar Threads for: Abstract algebra functions.
Thread Forum Replies
Do I need a lot of abstract algebra knowledge to start learning Lie algebra Academic Guidance 9
abstract algebra Calculus & Beyond Homework 4
Abstract Algebra - Q/Z Linear & Abstract Algebra 1
Linear algebra and abstract algebra simultaneously? Academic Guidance 1
More abstract algebra Calculus & Beyond Homework 1