document.write( "Question 170281: Find Standard Equation Of a Hyperbola: Given, Foci: (-8,0) and (8,0) Vertices: (-6,0) and (6,0). \n" ); document.write( "
Algebra.Com's Answer #125693 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
Take note that ALL of the points given to you (both vertices and foci) all have a y-coordinate of 0. So this tells us that the hyperbola opens left and right like this:\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"Photobucket\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Take note that the distance from the center to either focus is 8 units. So let's call this distance \"c\" (ie \"c=8\")\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Remember, the equation of any hyperbola opening left/right is \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"%28%28x-h%29%5E2%29%2F%28a%5E2%29-%28%28y-k%29%5E2%29%2F%28b%5E2%29=1\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So we need to find the values of h, k, a, and b\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Now let's find the midpoint of the line connecting the vertices. This midpoint is the center of the hyperbola\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x mid: Average the x-coordinates of the vertices: \"%28-8%2B8%29%2F2+=+0%2F2+=+0\"\r
\n" ); document.write( "\n" ); document.write( "So the x-coordinate of the center is 0. This means that h = 0\r
\n" ); document.write( "\n" ); document.write( "-------------------\r
\n" ); document.write( "\n" ); document.write( "y mid: Average the y-coordinates of the vertices: \"%280%2B0%29%2F2+=+0%2F2+=+0\"
\n" ); document.write( "
\n" ); document.write( "So the y-coordinate of the center is 0. This means that k = 0\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So the center is (0,0) which means that h=0 and k=0\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "------------------\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Now because the hyperbola opens left and right, this means that the vertices are (h+a,k) and (h-a,k). In other words, you add and subtract the value of \"a\" to the x-coordinate of the center to get the vertices.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Since the value of \"h\" and \"k\" is 0, this means that the vertices become (0+a,0) and (0-a,0) then simplify to (a,0) and (-a,0)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So this tells us that a=6 and -a=-6 which simply means that a=6\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "-------------------------------------------------------------------\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Now it turns out that the value of \"b\" is closely connected to the values of \"a\" and \"c\". They are connected by the equation\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"a%5E2%2Bb%5E2=c%5E2\" \r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"6%5E2%2Bb%5E2=8%5E2\" Plug in \"a=6\" and \"c=8\"\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"36%2Bb%5E2=64\" Square 6 to get 36. Square 8 to get 64\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"b%5E2=64-36\" Subtract 36 from both sides.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"b%5E2=28\" Subtract\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"b=sqrt%2828%29\" Take the square root of both sides. Note: only the positive square root is considered (since a negative distance doesn't make sense)\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"b=2%2Asqrt%287%29\" Simplify the square root.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "==========================================================\r
\n" ); document.write( "\n" ); document.write( "Recap:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So we found the following: \"h=0\", \"k=0\" (the x and y coordinates of the center), \"a=6\" and \"b=2%2Asqrt%287%29\"\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"%28%28x-h%29%5E2%29%2F%28a%5E2%29-%28%28y-k%29%5E2%29%2F%28b%5E2%29=1\" Start with the general equation for a hyperbola (one that opens left/right)\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"%28%28x-0%29%5E2%29%2F%286%5E2%29-%28%28y-0%29%5E2%29%2F%28%282%2Asqrt%287%29%29%5E2%29=1\" Plug in \"h=0\", \"k=0\", \"a=6\" and \"b=2%2Asqrt%287%29\"\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"%28%28x-0%29%5E2%29%2F%2836%29-%28%28y-0%29%5E2%29%2F%284%2A7%29=1\" Square 6 to get 36. Square \"2%2Asqrt%287%29\" to get \"4%2A7\"\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"%28%28x-0%29%5E2%29%2F%2836%29-%28%28y-0%29%5E2%29%2F%2828%29=1\" Multiply\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"%28x%5E2%29%2F%2836%29-%28y%5E2%29%2F%2828%29=1\" Simplify\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "==================================================================\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Answer:\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So the equation of the hyperbola that has the foci (8,0) and (-8,0) along with the vertices (-6,0) and (6,0) is:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"%28x%5E2%29%2F%2836%29-%28y%5E2%29%2F%2828%29=1\"
\n" ); document.write( "
\n" ); document.write( "
\n" );