Curve Sketching Homework: Proving Range of Values of y

  • Thread starter Thread starter BadlyAddicted
  • Start date Start date
  • Tags Tags
    Curve
BadlyAddicted
Messages
15
Reaction score
0

Homework Statement



A curve has equation (x^2 - 2x + 2)/(x^2 + 3x + 9). I need to prove that the range of values of y for this curv eis 2/27 =< y =< 2

I know how it should be worked but I can't understand why it's done that way.

My teacher simply arranged the equation in the form (x^2 + 3x + 9)y = x^2 - 2x + 2 which leads to the equation (y-1)x^2 + (3y+2)x + 9y - 2 = 0 and then said "For range, b^2 - 4ac >= 0"

This is what I'm having trouble understanding. What does the range have to do with b^2 - 4ac >= 0. I want to know the reasoning behind this

I'd appreciate any answers :)

Thanks
 
Physics news on Phys.org
You teacher used algebraic manipulation to write the equation as (y-1)x^2 + (3y+2)x + 9y - 2 = 0, which you can think of as a quadratic equation for x, with the coefficients involving y.

The "range" of a function is the set of all possible y values. Here that means values of y that correspond to real number values of x.

Since that is written as a quadratic equation, use the quadratic formula to solve it.

Remember that the solutions to the quadratic equation ax^2+ bx+ c= 0 are given by (-b\pm \sqrt{b^2- 4ac})/2a. In particular, those will be real numbers as long as the value inside the squareroot, b^2- 4ac is not negative. Here a= y-1, b= 3y+ 2, and c= 9y- 2.
b^2- 4ac= (3y+2)^2- 4(y-1)(9y-2)= 9y^2+ 12y+ 4- 4(9y^2- 11y+ 2)
= 9y^2+ 12y+ 4- 36y^2+ 44y- 8= -27y^2+ 56y- 4
 
thanks a lot for your help. i perfectly understand it now. thank you
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top