Honors Capstone Project Proposal - Online Version

Embed Size (px)

Citation preview

  • 8/9/2019 Honors Capstone Project Proposal - Online Version

    1/29

  • 8/9/2019 Honors Capstone Project Proposal - Online Version

    2/29

    How it all started

  • 8/9/2019 Honors Capstone Project Proposal - Online Version

    3/29

    Initial Goaly Find the most efficient packing for a 5x5 city tile

    where only corners can overlap

  • 8/9/2019 Honors Capstone Project Proposal - Online Version

    4/29

    For Example

  • 8/9/2019 Honors Capstone Project Proposal - Online Version

    5/29

    Columns

  • 8/9/2019 Honors Capstone Project Proposal - Online Version

    6/29

    Offset Columns

  • 8/9/2019 Honors Capstone Project Proposal - Online Version

    7/29

    Modular Arithmeticy Mathematics of remainders: Clock math

    y a = b (mod n) means there is a

    remainder of b when you dividea by n. Or n divides a-b.

    y 13 = 1 (mod 12)

    y 28 = 4 (mod 12)

  • 8/9/2019 Honors Capstone Project Proposal - Online Version

    8/29

    an (mod p)y Look at powers of some number modulo a prime

    y Ex. 2n (mod 5)

    21 = 2 = 2 (mod 5) 41 = 4 = 4 (mod 5)22 = 4 = 4 (mod 5) 42 = 16 = 1 (mod 5)23 = 8 = 3 (mod 5) 43 = 64 = 4 (mod 5)24 = 16 = 1 (mod 5) 44 = 256 = 1 (mod 5)25= 32 = 2 (mod 5)26 = 64 = 4 (mod 5)27 = 128 = 3 (mod 5)28 = 256 = 1 (mod 5)

    y 2 is called a primitive root of 5. 4 is not.

  • 8/9/2019 Honors Capstone Project Proposal - Online Version

    9/29

    Less-boringColumns UsingModulo2

    43

    1

  • 8/9/2019 Honors Capstone Project Proposal - Online Version

    10/29

    Noticed Patterns

  • 8/9/2019 Honors Capstone Project Proposal - Online Version

    11/29

    Sinusoidal Waves

  • 8/9/2019 Honors Capstone Project Proposal - Online Version

    12/29

    Non-touching lines

  • 8/9/2019 Honors Capstone Project Proposal - Online Version

    13/29

    Bigger PxP Tiles

  • 8/9/2019 Honors Capstone Project Proposal - Online Version

    14/29

    Same Pattern

  • 8/9/2019 Honors Capstone Project Proposal - Online Version

    15/29

    Same Pattern

  • 8/9/2019 Honors Capstone Project Proposal - Online Version

    16/29

    13x13 Tiles

  • 8/9/2019 Honors Capstone Project Proposal - Online Version

    17/29

    Same Pattern

  • 8/9/2019 Honors Capstone Project Proposal - Online Version

    18/29

    Gathering Points

    X Y

    0 27 -1

    14 -3

    21 -2

    28 1

    35 3

    42 2

    3n (mod 7)

  • 8/9/2019 Honors Capstone Project Proposal - Online Version

    19/29

    Finding a Formulayy = sin(x), add parameters

    y = asin(bx + c)

    y

    a controls the amplitude (how high wave gets)y b controls the period (how long cycle is)

    y c controls the phase shift (horizontal movement)

    y=2sin(2x-2)

    y = sin(x)

  • 8/9/2019 Honors Capstone Project Proposal - Online Version

    20/29

    Regression Analysisy Used http://www.xuru.org/rt/NLR.asp

    to find decimal approximations for a, b, and c

    y Fed these into WolframAlphato get guesses for exact answers,then tested equation X Y

    0 2

    7 -1

    14 -3

    21 -2

    28 1

    35 3

    42 2

    Points from3n (mod 7)

  • 8/9/2019 Honors Capstone Project Proposal - Online Version

    21/29

    Finding a Formula AlgebraicallyyAny linear combination of cosine and sine functions of

    equal period is equal to a single sine function with the

    same period but with a phase shift and a differentamplitude.

    y Find equation of form mcos(bx) + nsin(bx) and turn itinto one of form y = asin(bx + c)

    y Less work to solve for parameters

  • 8/9/2019 Honors Capstone Project Proposal - Online Version

    22/29

    Finding a Formula Algebraicallyy Choose a period to get b. b = 2/period

    f(x) = mcos(bx) + nsin(bx)

    has two unknowns: m and n.y Choose integers p and q so thatf(0) = p andf(1) = q,

    set up two equations and solve with matrices:

    Which, when solved, shows

    =

    m = pn = qcsc(b) pcot(b)

  • 8/9/2019 Honors Capstone Project Proposal - Online Version

    23/29

    Integer-Valued FunctionyAny time you put in a whole number you get a whole

    number answer

    y

    y= 2x + 1y Easy for algebraic functions, difficult (until now?) for

    some transcendental functions

    y Especially for sinusoidal functions: sin(x), cos(x), etc.

    y

    Want integer outputs for all inputs, not just 0 and 1

  • 8/9/2019 Honors Capstone Project Proposal - Online Version

    24/29

    For integers p and q so thatf(0) = p andf(1) = q

  • 8/9/2019 Honors Capstone Project Proposal - Online Version

    25/29

    Integer-Valued Functionsy So far only periods of 3, 4, and 6 have this property

    p = 5

    q = 2

  • 8/9/2019 Honors Capstone Project Proposal - Online Version

    26/29

    Summaryy Tried to efficiently pack city tiles

    y Noticed patterns in tiles arranged using modular

    arithmeticy Gathered points and found an equation going through

    them

    y Discovered a class of integer-valued sinusoidal

    functions for periods 3, 4, and 6.

  • 8/9/2019 Honors Capstone Project Proposal - Online Version

    27/29

    Questions to ExploreyAre these the first integer-valued sinusoidal functions?

    y For what other periods do integer-valued formulas

    exist?y Does it matter how I choose my points?

    yAre there any integer-valued functions that dont fitinto the classes I found?

    yWhy does this work?

  • 8/9/2019 Honors Capstone Project Proposal - Online Version

    28/29

    Acknowledgements/Referencesy Gilles Cazelais, Camosun College

    y http://pages.pacificcoast.net/~cazelais/252/lc-trig.pdf

    ywww.xuru.orgywww.wolframalpha.com

  • 8/9/2019 Honors Capstone Project Proposal - Online Version

    29/29

    Thank you!