another quadratics question

momomath

New member
Joined
May 6, 2013
Messages
9
Determine the minimum distance from (0,0) to the line 3x +2y -12 = 0.

This is in the quadratics section of my book, so I have to solve it by getting the info into a quadratic equation in vertex form.

First I labeled the length from (0,0) to 3x + 2y - 12 = 0 "c".

Then I reworked the equation to say y= -(3/2)x + 6.

Then I realized that "c" was the hypotenuse for a right triangle, so I wrote c^2 = x^2 + y^2 .

Which I re-wrote as c^2 = x^2 + (-(3/2)x + 6)^2.

Which equals c^2 = x^2 + (9/4)x^2 - 18x + 36.

which equals c^2 = (13/4)x^2 - 18x + 36.

But now i feel confused. Thanks for any help you can give.
 
Let (x, y) be the point on the line 3x+ 2y- 12= 0. Then y= 6- (3/2)x so that the distance from (0, 0) to (x, y) is x2+y2=x2+3618x+(9/4)x2=(13/4)218x+36\displaystyle \sqrt{x^2+ y^2}= \sqrt{x^2+ 36- 18x+ (9/4)x^2}= \sqrt{(13/4)^2- 18x+ 36}. Of course that square root will be minimized if and only if (13/4)x218x+36\displaystyle (13/4)x^2- 18x+ 36 is, exactly what you have. Now complete the square. That is, find a and b so that (13/4)x218x+36=(13/4)(xa)2+b\displaystyle (13/4)x^2- 18x+ 36= (13/4)(x- a)^2+ b. Since a square is never negative, that will have its smallest value, b, when x= a. I recommend first factoring that "13/4" out of the first two terms- (13/4)(x2(72/13)x)+36\displaystyle (13/4)(x^2- (72/13)x)+ 36.
Now compare x2(72/13)x\displaystyle x^2- (72/13)x with x22ax+a2\displaystyle x^2- 2ax+ a^2. What must a be equal to so that 2a= 72/13? And then what is a2\displaystyle a^2?
 
(13/4)x^2 - 18x + 36-c*c=0

You want a c that yields only one real answer.
Use the quadratic formula.
Look at the discriminant.

 
One thing that confuses me is this c^2. I am confused about the connection between the minimum value from c^2 = A(x-p) + q and the minimum value of c.
 
I keep getting the answer 11.42 when my book says it's 3.33
 
Last edited:
Hello, momomath!

Determine the minimum distance from (0,0)\displaystyle (0,0) to the line 3x+2y12=0.\displaystyle 3x + 2y - 12 \:=\:0.

The minimum distance is the perpendicular distance from (0,0)\displaystyle (0,0) to the line.

The equation of the line is: .y=32x+6\displaystyle y \:=\:-\frac{3}{2}x+6
. . Its slope is 32\displaystyle -\frac{3}{2}
The line through (0,0)\displaystyle (0,0) with slope 23\displaystyle \frac{2}{3} is: .y=23x\displaystyle y \:=\:\frac{2}{3}x

Their intersection: .23x=32x+623x+32x=6\displaystyle \frac{2}{3}x \:=\:-\frac{3}{2}x + 6 \quad\Rightarrow\quad \frac{2}{3}x + \frac{3}{2}x \:=\:6

. . . . . 136x=6x=3613\displaystyle \frac{13}{6}x \:=\:6 \quad\Rightarrow\quad x \:=\:\frac{36}{13}

Then: .y=23(3613)=2413\displaystyle y \:=\:\frac{2}{3}\left(\frac{36}{13}\right) \:=\:\frac{24}{13}

The minimum distance is: .d  =  (3613)2+(2413)2\displaystyle d \;=\;\sqrt{\left(\frac{36}{13}\right)^2 + \left(\frac{24}{13}\right)^2}

. . d=1872169=14413=1213=1213133.328201177\displaystyle d \:=\:\sqrt{\frac{1872}{169}} \:=\:\sqrt{\frac{144}{13}} \:=\:\frac{12}{\sqrt{13}} \:=\:\frac{12\sqrt{13}}{13} \:\approx\:3.328201177
 
Top