TheXSquaredFactor

avatar
UsernameTheXSquaredFactor
Score2446
Membership
Stats
Questions 3
Answers 956

 #3
 #1
 #1
avatar+2446 
+1

Use the law of cosines to find the missing angle measures. I'll use a picture to illustrate the law of cosines. I think is makes it easier to understand:

 

Source: http://hyperphysics.phy-astr.gsu.edu/hbase/imgmth/lcos.gif

 

Let's say that the lowercase letters have lengths. I'll arbitrarily assign them for you:

 

a=10

b=15

c=19

 

Using this information, simply substitute into the law of cosines formula. You will need a calculator that can calculate trigonometric functions:
 

\(c^2=a^2+b^2-2ab\cos C\) Simply plug in the known values and solve for the missing one.
\(19^2=10^2+15^2-2(10)(15)\cos C\) Because you can use a calculator, I would not simplify anything yet. Subtract 10^2+15^2 on both sides.
\(19^2-10^2-15^2=-2(10)(15)\cos C\) Divide by -2(10)(15) on both sides
\(\frac{19^2-10^2-15^2}{-2(10)(15)}=\cos C\) Use the inverse cosine to isolate C.
\(C=\cos^{-1}(\frac{19^2-10^2-15^2}{-2(10)(15)})\) Use your calculator to evaluate this monstrosity
\(C\approx96.89^\circ\) Repeat this process for the other missing angle measures. 
   

 

One last warning before you go! Be sure that your calculator is on degree mode when doing the final calculation. Otherwise, your answer will be represented differently. In radian mode, \(\cos^{-1}(\frac{19^2-10^2-15^2}{-2(10)(15)})\approx1.69\). It is not wrong but a triangle's angle measure is usually represented in degrees--not radians. If your calculator can only preform a calculation like this in radian mode, multiply your answer by \(\frac{180}{\pi}\) to convert. 

 #1
avatar+2446 
0

The parabola focus is the point wherein the distance to a point on a parabola is equidistant to the distance to the directrix!

 

To find the focus, convert the quadratic to vertex form, \(y=a(x-h)^2+k\) where \((h,k+\frac{1}{4a})\) is the focus. Let's try and do this:
 

\(y=\frac{1}{8}x^2+4x+20\) This is the original quadratic equation. In order ro convert the quadratic to the desired form above, we need to use a method called "completing the square." First, subtract 20 on both sides.
\(y-20=\frac{1}{8}x^2+4x\) Multiply by 8 on both sides to get rid of the pesky fraction
\(8y-160=x^2+32x\) This is where completing the square comes in handy. Do the linear x-term and half it. Take that quantity and square it. Add it to both sides.
\(8y-160+(\frac{32}{2})^2=x^2+32x+(\frac{32}{2})^2\) Simplify both sides of the equation
\(8y+96=x^2+32x+256\) What's the point of doing all this work? Well, the right hand side is a perfect square trinomial.
\(8y+96=(x+16)^2\) Subtract 96 on both sides of the equation
\(8y=(x+16)^2-96\) Divide by 8 on both sides
\(y=\frac{1}{8}(x+16)^2-12\)  
   

 

Our quadratic equation is finally in vertex form. Now, we can find the focus by using the formula I mentioned above, \((h,k+\frac{1}{4a})\). Let's plug those values into this quadratic equation. First, identify what h, k, and a are. 

 

h=-16

k=-12

a=1/8

 

Let's plug these values in:
 

\((-16,-12+\frac{1}{4(\frac{1}{8})})\) Do 4*1/8 first.
\((-16,-12+\frac{1}{\frac{1}{2}})\) I'll use a fraction rule that states that \(\frac{a}{\frac{b}{c}}=\frac{ac}{b}\)
\((-16,-12+2)\) Continue simplifying.
\((-16,-10)\)  
   

 

Now, you are finally done. The point of the focus is \((-16,-10)\).