S.O.S. Mathematics CyberBoard

Your Resource for mathematics help on the web!
It is currently Tue, 21 May 2013 21:46:02 UTC

All times are UTC [ DST ]




Post new topic Reply to topic  [ 7 posts ] 
Author Message
 Post subject: Finding the Inverse of a Quadratic Function?
PostPosted: Wed, 13 Jun 2012 09:39:21 UTC 
Offline
S.O.S. Newbie

Joined: Wed, 13 Jun 2012 09:29:08 UTC
Posts: 2
Hi, need some help in the aspect of finding the inverse of a quadratic function. I know how to solve simple ones, but what happens when the quadratic function is in the form of a fraction

f(x) = (x^2 - x + 1) / (x^2 + x + 1)

So far I have only gotten this far:
y = (x^2 - x + 1) / (x^2 + x + 1)
yx^2 + yx + y = x^2 - x + 1
(y-1)x^2 + (y+1)x + (y-1) = 0
(y-1)(x^2 +1) + (y+1)x = 0

Thanks in advance!


Top
 Profile  
 
 Post subject: Re: Finding the Inverse of a Quadratic Function?
PostPosted: Wed, 13 Jun 2012 12:13:31 UTC 
Offline
Member of the 'S.O.S. Math' Hall of Fame
User avatar

Joined: Mon, 23 Feb 2009 23:20:33 UTC
Posts: 1049
Location: Adelaide, Australia
cyh96 wrote:
Hi, need some help in the aspect of finding the inverse of a quadratic function. I know how to solve simple ones, but what happens when the quadratic function is in the form of a fraction

f(x) = (x^2 - x + 1) / (x^2 + x + 1)

So far I have only gotten this far:
y = (x^2 - x + 1) / (x^2 + x + 1)
yx^2 + yx + y = x^2 - x + 1
(y-1)x^2 + (y+1)x + (y-1) = 0
(y-1)(x^2 +1) + (y+1)x = 0

Thanks in advance!


Notice that because f(x) is not a one-to-one function, there are zero, one, or two solutions for a given y, so there is no single inverse function.

$
\begin{align*}
y&=\frac{x^2 - x + 1}{x^2 + x + 1}\\
&=\frac{(x^2 + x + 1)-2x}{x^2 + x + 1}\\
&=1-\frac{2x}{x^2 + x + 1}\\1-y&=\frac{2x}{x^2 + x + 1}\\
\frac{2x}{1-y}&=x^2+x+1\\
0 &= x^2+(1-\tfrac{2}{1-y})x+1
\end{align*}

This is a quadratic equation in x, and now you can apply the quadratic formula.


Top
 Profile  
 
 Post subject: Re: Finding the Inverse of a Quadratic Function?
PostPosted: Wed, 13 Jun 2012 15:28:44 UTC 
Offline
S.O.S. Newbie

Joined: Wed, 13 Jun 2012 09:29:08 UTC
Posts: 2
So is it safe to say that there is no inverse function for all quadratic eqns?
Thanks


Top
 Profile  
 
 Post subject: Re: Finding the Inverse of a Quadratic Function?
PostPosted: Wed, 13 Jun 2012 15:42:40 UTC 
Offline
Moderator
User avatar

Joined: Mon, 29 Dec 2008 17:49:32 UTC
Posts: 6007
Location: 127.0.0.1, ::1 (avatar courtesy of UDN)
cyh96 wrote:
So is it safe to say that there is no inverse function for all quadratic eqns?
Thanks


No.

_________________
\begin{aligned}
Spin(1)&=O(1)=\mathbb{Z}/2&\quad&\text{and}\\
Spin(2)&=U(1)=SO(2)&&\text{are obvious}\\
Spin(3)&=Sp(1)=SU(2)&&\text{by }q\mapsto(\mathop{\mathrm{Im}}\mathbb{H}\ni p\mapsto qp\bar{q})\\
Spin(4)&=Sp(1)\times Sp(1)&&\text{by }(q_1,q_2)\mapsto(\mathbb{H}\ni p\mapsto q_1p\bar{q_2})\\
Spin(5)&=Sp(2)&&\text{by }\mathbb{HP}^1\cong S^4_{round}\hookrightarrow\mathbb{R}^5\\
Spin(6)&=SU(4)&&\text{by the irrep }\Lambda_+\mathbb{C}^4
\end{aligned}


Top
 Profile  
 
 Post subject: Re: Finding the Inverse of a Quadratic Function?
PostPosted: Wed, 13 Jun 2012 15:50:22 UTC 
Offline
Member of the 'S.O.S. Math' Hall of Fame

Joined: Mon, 19 May 2003 19:55:19 UTC
Posts: 7949
Location: Lexington, MA
Hello, cyh96!

Quote:
f(x) \:=\:\dfrac{x^2 - x + 1}{x^2 + x + 1}

So far I have only gotten this far:

. . y \:=\: \dfrac{x^2 - x + 1}{x^2 + x + 1}

. . yx^2 + yx + y \:=\: x^2 - x + 1

. . (y-1)x^2 + (y+1)x + (y-1) \:=\: 0

. . (y-1)(x^2 +1) + (y+1)x \:=\: 0 . . . . keep going

. . (y-1)x^2 + (y-1) + (y+1)x \:=\:0

. . (y-1)x^2 + (y+1)x + (y-1) \:=\:0 . . . a quadratic in x


Quadratic Formula: .x \;=\;\dfrac{-(y+1) \pm\sqrt{(y+1)^2 - 4(y-1)^2}}{2(y-1)}

. . . . . . . . . . . . . . x\;=\;\dfrac{-(y+1) \pm \sqrt{-3y^2 + 10y -3}}{2(y-1)}

. . . . . . . . . . . . . . x\;=\;\dfrac{-(y+1) \pm \sqrt{(3y-1)(3-y)}}{2(y-1)}

. . . . . . . . . . . . . . . . \text{where }\,\frac{1}{3} \le y \le 3\,\text{ and }\,y\,\ne\,1



Top
 Profile  
 
 Post subject: Re: Finding the Inverse of a Quadratic Function?
PostPosted: Wed, 13 Jun 2012 15:57:58 UTC 
Online
Moderator
User avatar

Joined: Wed, 30 Mar 2005 04:25:14 UTC
Posts: 12098
Location: Austin, TX
This function is NOT 1-1, so it does not have an inverse. Take for example the image point 0, what is f^{-1}(0) is it {1\over 2}+{1\over 2}\sqrt{5} or is it {1\over 2}-{1\over 2}\sqrt{5}?

_________________
(\ /)
(O.o)
(> <)
This is Bunny. Copy Bunny into your signature to help him on his way to world domination


Top
 Profile  
 
 Post subject: Re: Finding the Inverse of a Quadratic Function?
PostPosted: Wed, 13 Jun 2012 16:01:36 UTC 
Online
Moderator
User avatar

Joined: Wed, 30 Mar 2005 04:25:14 UTC
Posts: 12098
Location: Austin, TX
cyh96 wrote:
So is it safe to say that there is no inverse function for all quadratic eqns?
Thanks


What do you mean by "inverse function for an equation"?

_________________
(\ /)
(O.o)
(> <)
This is Bunny. Copy Bunny into your signature to help him on his way to world domination


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 7 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
Contact Us | S.O.S. Mathematics Homepage
Privacy Statement | Search the "old" CyberBoard

users online during the last hour
Powered by phpBB © 2001, 2005-2011 phpBB Group.
Copyright © 1999-2013 MathMedics, LLC. All rights reserved.
Math Medics, LLC. - P.O. Box 12395 - El Paso TX 79913 - USA