Saturday, May 9, 2015

2nd Semester Summary

This semester I decided to work a lot harder at math so that I could get my C up to a B. I started listening a lot closer in class and asking other people for help. I studied a lot longer for the tests and actually did my homework. This showed in my grades and I was able to get it up. I hope to keep my grade at a b till the end of the school year. I have spent a lot of time on math this semester and I think I have learned a lot. 

Trig Review Week

This week we reviewed verifying, trigonometric equations and the trig identities. Verifying is when you try and get one side of a trig equation to look exactly like the other. To do this you work with one side only and use trig identities to make it the same. It is always best to start with the more complicated side of the equation. We also looked at solving trigonometric equations such as sinx=0.5. The easiest way to solve these types of equations is by making everything into sine's and cosine's. We also reviewed the Pythagorean, double angle, and other trig identities. Here is an example of a trigonometric equation.

Repeating Decimals

Repeating decimals are decimals that go on forever and ever such as .33333333 or .6666666666667. These decimals are also fractions such as 1/3 and 2/3 and there is a way to convert them. The first thing you do is write the decimals as a geometric sequence. For example 0.3 +0.03+0.003+0.0003 etc. Once you do this you can find the rate which is 10 and use that for r. After that you use the equation a1/1-r and you plug in the corresponding numbers. For a1 you would plug in the first number of the sequence which is 0.3 and for r you would use the rate you found so 1/10. Once you simplify this equation you get 1/3. Here is an example of repeating decimals. 

Parametric Equations

Parametric equations express the coordinates of the points of a curve as functions of a parameter. To graph a parametric equation you make a table of values according to the set parameters and plug those into x and y. After you plug them in you can use those points to graph the parametric equation. Another part to parametric equations is eliminating the parameter which is usually t. To do this you can use either substitution or elimination to solve it like a system of equations. Here is an example of a parametric equation. 

Friday, May 8, 2015

Partial Fractions

Partial fraction decomposition is used to break up a simplified fraction. For example it would turn 3x+2/x^2+x back into its more complicated form 2/x + 1/x+1.  To do this you first check if the fraction is improper and if it is you divide it (more on that later). Then you factor the denominator and if it is a linear equation you set up fractions with coefficients a, b, c etc over the factored parts and if its quadratic you use the coefficients ax+b cx+d etc.  Once you get the fractions you can multiply the equation by the lcd and then group equations by powers of x. After grouping them you equate the coefficients and then solve the systems of equations and substitute the answers you get for the a, b, c coefficients in the set up fraction. Here is an example of partial fraction decomposition. 

Sunday, March 22, 2015

Tower of Hanoi

On Thursday and Friday I worked on a Tower of Hanoi puzzle.  The tower of Hanoi is a mathematical puzzle that consists of three rods and a certain number of disks that are in ascending order on one rod.  The goal of this puzzle is to move all the disks to the third rod without placing a larger disk on top of a smaller disk.  For example if you have three disks on the first rod the goal would be to rearrange those disks on the third rod.  Although it may sound easy it gets very complicated very fast.  In our group we determined that to move 2 disks it would take 3 moves, 3 disks: 7 moves, 4 disks: 15 moves, 5 disks: 31 moves, 6 disks: 63 moves...etc.  We also found the general formula for this puzzle which is Tn=2n-1 which means that however many disks there are you subtract that by one and raise 2 to the power of that.  For the recursive formula we found that the formula is Tn-1=(Tn(2))+1 which means that you take the number of disks and subtract that by one and then multiply that by 2 and add 1 which will get you the number of moves.  We then used mathematical induction to prove the general formula by assuming true for n=k which made the formula Tk=2k-1 and then we showed true for k+1 which made the formula Tk+1=2(k+1)-1.  When you do the algebra the equation works out to equal 2k+1-1 on both sides.  Because they equal each other this shows that mathematical induction works.  We know that mathematical induction works to prove something when you can get both sides to equal the same thing.  

Sequences and series

Sequences are shown as things like a1, a2 a3 a4......awith n being the last term.  An arithmetic sequences is a sequence that is made by adding or subtracting. A geometric sequence is a sequence that is made by multiplying or dividing.  The general equation of an arithmetic sequence is an=a1+(n-1)d and the recursive equation is an+1=an+d where d is the common difference between an+1 and an.  The general equation of a geometric equation is an=a1rn-1 and the recursive equation is an+1=anr where r is the common ration of an+1/an.  Another thing we looked at is series which uses the symbol ∑.  This is used for summation notation and on top of the symbol is n (where you end) to the right of the symbol is the equation and the bottom of the equation is where you start.  To use summation notation you start at the number it tells you to and plug the numbers into the equation until you reach the number at the top.  Here is an example of summation notation.

Graphing inequalities

In order to graph systems of inequalities you first graph the equation like you normally would.  For example, if your equation is 2x-3y>12 you would graph the line 2x-3y=12.  You can also graph parabolas using the equation y=(x-h)^2+k and circles using the equation x^2+y^2=r^2.  After you graph you pick a test point that is not on the line, for example (0, 0) as long as your line/graph does not pass through that point.  Plug the test point into the equation and if the point satisfies the equation then shade the plane that contains the test point.  If the point does not satisfy the equation then shade the plane that does not contain the test point.  The shaded portion is the answer.  Here is an example of a graph of an inequality.  

 


Saturday, February 28, 2015

Cramers rule

Cramer's rule is another way to solve a system of equations without using substitution or elimination.  The equation for cramer's rule is x=Dx/d y=Dy/d z=Dz/d.  To use this equation you have to first find D which is the determinant of the equation.  To find x you substitute the answers into the x slot and then find the determinant and divide that by D.  You do this to all of the variables to find them.  If D=0 then the equation is inconsistent and has no answers.  Here is an example of Cramer's rule. 

Systems of equations

Systems of Equations are two equations that need to be solved together.  There are two types of answers to the equations; inconsistent or consistent.  Inconsistent equations have no solution and are usually parallel lines.  Consistent equations have solutions and if there is only 1 solution it is independent and if there are infinite solutions than it is dependent.  You can solve these equations through either substitution or elimination.  With substitution you first solve 1 equation for 1 variable and then substitute that into the other equation.   Then you solve for the variable and substitute back to find the 2nd variable. With elimination you interchange any two equations and multiply by a constant.  Then you add one equation to the other to eliminate a variable. Here is an example of this kind of problem. 

Polar coordinates

Polar coordinates are similar to coordinates on a unit circle but a little different.  To graph polar coordinates you need to use r and theta.  Theta is the angle of the coordinate and r is equal to the radius.  There are four different ways to graph polar coordinates with a positive r and theta, negative r and theta, positive r negative theta, negative r positive theta.  You can also convert rectangular points to polar points using  the formula r^2=x^2+y^2; tantheta=y/x.  To convert polar coordinates to rectangular use the formula x=rcostheta y=rsintheta.  Here is a picture of a polar coordinate graph.  


Graphs of polar equations

There are several different graphs and equations for the polar graph.  For circles at the origin the equation is r=a and |a|=radius and the equation for spirals is r=atheta.  For circles with a center on an axis the equations are r=asintheta; r=acostheta and a=diameter.  The equations for cardiods are r=a+asintheta; r=a-sintheta; r=a+acostheta; r=a-costheta. Limacons have a similar equation with it being r=a+bsintheta; r=a-bsintheta; r=a+bcostheta; r=a-bcostheta when a/b is less than 1.  The equation for rose curves are r=asin(n)theta and r=acos(n)theta and an odd n means n is the number of petal while an even n means that 2n equals the number of petals.  Lastly the equations for lemniscates are r^2=acos2theta and r^2=asin2theta.  Here is a picture of some of the graphs of polar equations. 

Wednesday, February 25, 2015

Rotating Conics

To rotate comics you first need to make sure your equation is in the right form. This form is Ax^2+Bxy+Cy^2+Dx+Ey+F=0. Once you do this you can find the angle with the equation cot2theta=(A-C)/B where theta is in between 0 and 90. Once you do that you can replace x and y with the equations x=x'costheta-y'sintheta and y=x'sintheta+y'costheta. After that you can use algebra to simplify. Some equations that can help with rotating conics is 1+cot^2theta=csc^2(2)theta and cot2theta=cos2theta/sin2theta. Here is a picture of a rotated conic. 

Friday, February 6, 2015

Parabolas

A parabola is a curve that is equidistant from the directrix and focus. The general equation of a vertical parabola is (x-h)^2=4c(y-k). For a horizontal parabola the general equation is (y-k)^2=4c(x-h). To graph a parabola you need to find the vertex, focus, directrix and axis of symmetry. For a vertical parabola to find the vertex you find (h,k) the focus is (h, k+c), the directrix is y=k-c and the axis of symmetry is x=h. For a horizontal parabola the vertex is also (h, k), the focus is (h+c,k) the directrix is x=h-c and the axis of symmetry is y=k. Here is an example of a parabola. 

Monday, January 5, 2015

Semester 2 Goals

One thing I did well this past semester was that I did most of my homework on time. Another good thing I did was paying attention in class and not daydreaming. Lastly, I was able to understand most of the concepts and use my understanding to help other people occasionally. Some goals I need to help me improve in this class is to come after school and ask for help when i need it. Also I should spend more time studying for tests and spend more time on the homework instead of rushing through it. My favorite thing that I did over winter break was watch Greys Anatomy, how I met your mother, biggest loser, the mindy project, LOVE ACTUALLY, high school musical 1 and 2, the fault in our stars, mission impossible, the giver, Napoleon dynamite, divergent, gone girl, if i stay, and the hobbit: battle of the five armies (twice). I was also able to hang out with friends a lot and go iceskating with them and stuff like that. Here is a picture of when I went iceskating in pershing square