Jump to content

Country Boy

Senior Members
  • Posts

    614
  • Joined

  • Days Won

    1

Posts posted by Country Boy

  1. Yes, the "natural basis" for [tex]R^2[/tex] is {(1, 0), (0, 1)}.  Rotating (1, 0) through $\pi/3$ radians counter-clockwise gives [math](cos(\pi/3), sin(\pi/3))= (1/2, \sqrt{3}/2)[/math] and rotating (0, 1) through $\pi/3$ radians counter clockwise gives $(cos(4\pi/3), sin(4\pi/3)= (-sin(\pi/3), cos(\pi/3))= (-\sqrt{3}/2, 1/2)$.  To represent that as a matrix, you need $\begin{pmatrix}a & b \\ c & d \end{pmatrix}$ so that $\begin{pmatrix}a & b \\ c & d \end{pmatrix}\begin{pmatrix}1 \\ 0 \end{pmatrix}= \begin{pmatrix}a \\ c \end{pmatrix}= \begin{pmatrix}1/2 \\ \sqrt{3}/2}\end{pmatrix}$ so a= 1/2 and $c= \sqrt{3}/2$.  And, similarly $\begin{pmatrix}a & b \\ c & d \end{pmatrix}\begin{pmatrix}0 \\ 1 \end{pmatrix}= \begin{pmatrix}b \\ c \end{pmatrix}= \begin{pmatrix}\sqrt{3}/2, 1/2\end{pmatrix}$ so $b= -sqrt{3}/2$ and $d= 1/2$.

  2. A sequence of real numbers is a mapping of the positive integers (or, in the case of a finite sequence, 1 to some n) to the real numbers.  That is, "1" is assigned some number so that number is the first number in the sequence.  "2" is assigned to some number so that is the second number in the sequence.

    The numbers in the interval [0, 1] is not a sequence. 

  3. On 12/6/2018 at 12:21 PM, ALine said:

    Man, I went to sleep today and was like, "Oh my god, it feels amazing that I know that I feel amazing and I know that I know that I feel amazing" However there is this weird smell in the air for some reason. I cannot explain it. Like roses or something.

    Kind of like the ocean actually

     

    like a weird mixture in between both roses and the ocean.

    never mind that, I am going to go learn more about some neural networks real quick. I will be riiiight back.

    Ah, you went to sleep in a room filled with marijuana smoke!

  4. On 12/31/2019 at 12:37 AM, moth said:

    then hopefully you can do prime factorization quickly 


    1020/1000
    2 * 510 / 2 * 500
      2 * 255 / 2 * 250
       5 *51 / 2 * 125
                  / 5 * 25
                  / 5 * 5
    51/50=1.02

    You shouldn't have the decimal point in the numerator of that last fraction. 

    Both 2105263157894736842105263157895 and 100000000000000000000000000000000 are divisible by 5 since the first ends in "5" and the second ends in 0.  The first is 5 times 2105263157894736842105263157895 and the second is 5 times 20000000000000000000000000000000.  Again those are both multiples of 5.  The first of the two original numbers is 25 times 421052631578947368421052631579 and the second is 25 times 4000000000000000000000000000000.  

    Unfortunately, the first of those two numbers does not end in 5 or 0 so is not divisible by 5.  Since it is odd it is not divisible by 2. At this time we can pretty much stop.  Since 4000000000000000000000000000000= 4(10^30)= 2^2(2^30 5^30)= 2^(32)5^30.  The reduction to lowest terms of that fraction is 421052631578947368421052631579/4000000000000000000000000000000. 

  5. On 1/4/2020 at 10:35 AM, taeto said:

    Yes, you are right. 

    And if 1/ is a number, other than 1 or +1 ,  that when multiplied by infinity produces 1 , then your aunt is yellow, has four wheels and is a schoolbus.

    Anything follows from a false antecedent, whether it is true or false does not matter.

    If you follow standard definitions, then a/=0 is true for every real number a . And 0 multiplied by is most often defined to be 0 . When you combine those usual definitions you get (a/)×=0 for all real values a . Always 0 , never 1 .

    If you have non-standard definitions, you have to present them, that will be fine.

    How dare you speak about my aunt like that!

     

  6. On 11/28/2019 at 11:43 AM, oliholbourns said:

    Well, first of all, we need to know is it a straight line? then, as druS mentioned, we may use the equation y = mx + c for a straight line.

     

    Also can I just ask if I am correct in saying that neutrinos are the smallest things in the world?

    I would take "line" rather than "curve" to mean "straight line".

    Also, do not "hijack" someone else's thread to ask an unrelated question.  Start your own thread.  (As Strange said, in the Physics forum, not Math.)

  7. Yes, you can say that

    1. side AB is congruent to side BD.  Reason: Given.

    2.  side AC is congruent to side CD.  Reason: Given.

    3.  side BC is congruent to itself.  Reason:  The "reflexive law".  Any geometric object is congruent to itself.

    Last: 

    4.  triangle ABC is congruent to triangle DBC.  Reason: SSS.

  8.  Here is my take on it:  If a and b are any numbers, then (a+ b)^3= a^3+ 3a^2b+ 3ab^2+ b^3.  And 3ab(a+ b)= 3a^2b+ 3ab^2.  Subtracting, (a+ b)^3- 3ab(a+ b)= a^3+ b^3.  

    Let x= a+ b, m= 3ab, and n= a^3+ b^3.  That equation becomes the reduced cubic,  x^3+ mx= n ("reduced" because there is no x^2 term).   So given a and b, we can construct a cubic equation that has a+ b as a solution.  What about the other way?  Given m and n, can we determine a and b and so x?  

    Of course we can!  From 3ab= m, b= m/3a.  Then a^3+ b^3= a^3+ (m/3a)^3= n.  Multiplying by a^3, (a^3)^2+ (m/3)^3= na^3.  That is a quadratic equation in a^3: (a^3)^2- n(a^3)+ (m/3)^3= 0.  Using the quadratic formula, a^3= (n+/- sqrt(n^2- 4(m/3)^3)/2.   We can write that in a little nicer form as a^3= (n/2)+/- sqrt((n/2)^2- (m/3)^3).  From a^3+ b^3= n, we have b^3= n- a^3= (n/2)-/+ sqrt((n/2)^2- (m/3)^3).  The various combinations of "+" or "-" give the three roots of the cubic equation.

  9. In symbolic logic, any statement that starts "if (a false statement) then …" is true no matter whether the conclusion is true or false.  You have begun several threads in which you start "if" followed by a false statement!

  10. The distance from 3 to 13 is 10.  4/5 of that is 10(4/5)= 8 so 4/5 of the way from 3 to 13 is 3+ 8= 11.  The (signed) distance from -5 to -15 is -10.  4/5 of that is -10(4/5) is -8 so 4/5 of the way from -5 to -15 is -5+ (-15- (-5))(4/5)= -4+ (-10)(4/5)= -4- 8= -12.  The point 4/5 of the way  between (3, -5) to (13, -15) is (11, -12).

  11. After you have chosen a specific "xy" Cartesian coordinate system, then the set of (x, y) points satisfying $x^2+ y^2= r^2$ gives a circle with center at the origin of that coordinate system and radius r in the units used for that coordinate system.

  12. Given an open line segment, say (a, b), there are two ways to "compactify" it.  One, the "Stone-Cech compactification", is to add the "endpoints", a and b, to get [a, b].  Another, the "one point compactification" is to imagine bending the line segment into a circle and adding a single point at the join.  Following those ideas, we can "compactify" the set of all real numbers by adding "+ infinity" and "- infinity"  or by adding a single point, "infinity", so that the topology becomes that of a circle,

    Similarly here are two different ways to "compactify" the open disk, [tex]\{(x, y)| x^2+ y^2< r^2\}[/tex].  The "Stone-Cech compactification", by adding the points on the boundary to get [tex]\{(x, y)| x^2+ y^2= r^2\}[/tex], and the "one point compactification" where you bend the disk up into a sphere, adding a single point at the top.  

    We can do the same thing with the set of all complex numbers, adding an infinite number of "points at infinity", one in every direction, or add a single "point at infinity".  In the first case the topology is that of a closed disk and in the second the topology is that of a sphere.

  13. The acceleration due to gravity is -g (which you are taking to be -10) vertically.  Taking y to be positive upward and x positive to the right, the equations of motion are x= v_x t  and y= v_y t- (g/2)t^2.  The initial speed is 10 m/s at 30 degrees so v_x= 10(cos(30))= 10(1/2)= 5 m/s and v_y= 10(sin(30))= 10(sqrt(3)/2)= 5 sqrt(3) m/s which is about 8.7 m/s.  So we have x= 5t and y= 8.7t- 5t^2.  From x= 5t, t= x/5 so y= 8.7(x/5)- 5(x^2/25)= 1.74x- 0.2x^2.  That is, of course, a parabola opening downward.  The slope of the tangent line, at a given x, is 1.74- 0.4x.  After 0.5 seconds, x= 5(0.5)= 2.5 and y= 8.7(0.5)- 5(0.25)= 5.6.  The slope of the tangent line is 1.74- 0.4(2.5)= 0.74 so the tangent line to the trajectory at that time is y= 0.74(x- 2.5)+ 5.6.  The tangential acceleration is the projection of the vector (0, -10) on that line.

  14. Your question is simply too vague.  Find the equation of a line given what information?  Most common is "find the equation of the line through two given points".  But you could also be asked to "find the equation of the line through a given point having a given slope" or "find the equation othf the line through a given point parallel to a given line" or "find the equation of the line through a given point perpendicular to a given line".  

    Any (non-vertical) line can be written "y= ax+ b".  If you are given two points you can put the x, y coordinates into that equation to get two equations to solve for a and b.  For example, if the two points are (3, 5) and (7, 9) then we have 5= 3a+ b and 9= 7a+ b.  Subtracting the first equation from the second, 4= 4a so a= 1.  Then 5= 3+ b so b= 5- 3= 2.  The line is given by y= x+ 2.  

    If you are given the point (3, 5) and slope 3 then, because the "a" in "y= ax+ b" is the slope, a= 3.  Putting the x= 3, y= 5 in y= 3x+ b we have 5= 3(3)+ b so b= 5- 9= -4.  The line is given by y= 3x- 4.

    If you are given the point (3, 5) and are told that the line is parallel to the line y= 7x+ 9 then the slope is the same as the slope of the given line, 7, so we have the previous problem: 5= 7(3)+ b.  b= 5- 21= -16.  The line is given by y= 7x- 16.

    If you are given the point (3, 6) and are told that the line is perpendicular to the line y= 4x- 5 then the slope is the negative reciprocal of the slope of the given line, -1/4, so we gave 6= (-1/4)(3)+ b.  b= 6+ 3/4= 27/4.  The line is given by y= (-1/4)x+ 27/4.  We can also write that as 4y= 27- x or x+ 4y= 27.

    (Any vertical line can be written x= constant.  The x-value of a given point on the line gives you the constant.)

  15. You need to learn definitions and basic concepts before you can understand formulas!  In your first post you ask for "slope  of points(2,2) and (3,5)".  Points don't have a slope!  That was one reason the first response asked you to state whole problem.  Most likely you were asked to "find the slope of the line through points (2, 2) and (3,5)".  Whoever gave you this problem clearly expects you to know what the word "slope" means here!  What definition of "slope of a line" were you given?

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.