In which direction do compass needles always align? Why?

Similar documents
5/1/2018. Huffman Coding Trees. Huffman Coding Trees. Huffman Coding Trees. Huffman Coding Trees. Huffman Coding Trees. Huffman Coding Trees

Divided. diamonds. Mimic the look of facets in a bracelet that s deceptively deep RIGHT-ANGLE WEAVE. designed by Peggy Brinkman Matteliano

Lecture 20: Minimum Spanning Trees (CLRS 23)

The University of Sydney MATH 2009

Weighted Graphs. Weighted graphs may be either directed or undirected.

d e c b a d c b a d e c b a a c a d c c e b

Spanning Trees. BFS, DFS spanning tree Minimum spanning tree. March 28, 2018 Cinda Heeren / Geoffrey Tien 1

Platform Controls. 1-1 Joystick Controllers. Boom Up/Down Controller Adjustments

SAMPLE CSc 340 EXAM QUESTIONS WITH SOLUTIONS: part 2

4.1 Interval Scheduling. Chapter 4. Greedy Algorithms. Interval Scheduling: Greedy Algorithms. Interval Scheduling. Interval scheduling.

Depth First Search. Yufei Tao. Department of Computer Science and Engineering Chinese University of Hong Kong

Theorem 1. An undirected graph is a tree if and only if there is a unique simple path between any two of its vertices.

Improving Union. Implementation. Union-by-size Code. Union-by-Size Find Analysis. Path Compression! Improving Find find(e)

# 1 ' 10 ' 100. Decimal point = 4 hundred. = 6 tens (or sixty) = 5 ones (or five) = 2 tenths. = 7 hundredths.

Having a glimpse of some of the possibilities for solutions of linear systems, we move to methods of finding these solutions. The basic idea we shall

(Minimum) Spanning Trees

CMSC 451: Lecture 4 Bridges and 2-Edge Connectivity Thursday, Sep 7, 2017

Exam 2 Solutions. Jonathan Turner 4/2/2012. CS 542 Advanced Data Structures and Algorithms

DOCUMENT STATUS: RELEASE

MATERIAL SEE BOM ANGLES = 2 FINISH N/A

b.) v d =? Example 2 l = 50 m, D = 1.0 mm, E = 6 V, " = 1.72 #10 $8 % & m, and r = 0.5 % a.) R =? c.) V ab =? a.) R eq =?

Grade 7/8 Math Circles March 4/5, Graph Theory I- Solutions

CMPS 2200 Fall Graphs. Carola Wenk. Slides courtesy of Charles Leiserson with changes and additions by Carola Wenk

COMP 250. Lecture 29. graph traversal. Nov. 15/16, 2017

Physics 222 Midterm, Form: A

MAT3707. Tutorial letter 201/1/2017 DISCRETE MATHEMATICS: COMBINATORICS. Semester 1. Department of Mathematical Sciences MAT3707/201/1/2017

DOCUMENT STATUS: MINTP0 E-ST5080, BASE, NO DISPLAY VENDOR: 15.5 INCH MATERIAL SEE BOM FINISH REVISION HISTORY ITEM NO. PART NUMBER DESCRIPTION

Closed Monochromatic Bishops Tours

EE1000 Project 4 Digital Volt Meter

DOCUMENT STATUS: LA-S5302-XXXXS LA, SSS, TRICEPS EXTENSION VERY

Tangram Fractions Overview: Students will analyze standard and nonstandard

CSE 332. Data Structures and Parallelism

CSE 332. Graphs 1: What is a Graph? DFS and BFS. Data Abstractions. CSE 332: Data Abstractions. A Graph is a Thingy... 2

MINI POST SERIES BALUSTRADE SYSTEM INSTALLATION GUIDE PRODUCT CODE: MPS-RP

OpenMx Matrices and Operators

Math 166 Week in Review 2 Sections 1.1b, 1.2, 1.3, & 1.4

Complete Solutions for MATH 3012 Quiz 2, October 25, 2011, WTT

ELECTRONIC SUPPLEMENTARY INFORMATION

1 Introduction to Modulo 7 Arithmetic

ECE COMBINATIONAL BUILDING BLOCKS - INVEST 13 DECODERS AND ENCODERS

Face Detection and Recognition. Linear Algebra and Face Recognition. Face Recognition. Face Recognition. Dimension reduction

Strongly connected components. Finding strongly-connected components

BASIC CAGE DETAILS SHOWN 3D MODEL: PSM ASY INNER WALL TABS ARE COINED OVER BASE AND COVER FOR RIGIDITY SPRING FINGERS CLOSED TOP

Minimum Spanning Trees (CLRS 23)

CS 103 BFS Alorithm. Mark Redekopp

Paths. Connectivity. Euler and Hamilton Paths. Planar graphs.

Present state Next state Q + M N

TCI SERIES, 3 CELL THE COOLING TOWER CO., L.C. TCI 3 CELL SERIES GA

DOCUMENT STATUS: CORE HEALTH & FITNESS, LLC IL-D2002-XXAAX IP,DUAL ADJUSTIBLE PULLEY MATERIAL SEE BOM FINISH N/A N/A SHEET SIZE: B SCALE: 1:33.

Decimals DECIMALS.

Planar convex hulls (I)

Section 3: Antiderivatives of Formulas

BASIC CAGE DETAILS D C SHOWN CLOSED TOP SPRING FINGERS INNER WALL TABS ARE COINED OVER BASE AND COVER FOR RIGIDITY

QUESTIONS BEGIN HERE!

QUESTIONS BEGIN HERE!

Solutions for HW11. Exercise 34. (a) Use the recurrence relation t(g) = t(g e) + t(g/e) to count the number of spanning trees of v 1

Cycles and Simple Cycles. Paths and Simple Paths. Trees. Problem: There is No Completely Standard Terminology!

Graphs Depth First Search

L.3922 M.C. L.3922 M.C. L.2996 M.C. L.3909 M.C. L.5632 M.C. L M.C. L.5632 M.C. L M.C. DRIVE STAR NORTH STAR NORTH NORTH DRIVE

Lecture II: Minimium Spanning Tree Algorithms

Graph Search (6A) Young Won Lim 5/18/18

PRECAST APPROACH SLAB NOTES

DUET WITH DIAMONDS COLOR SHIFTING BRACELET By Leslie Rogalski

Applications of trees

SAMPLE LITANY OF THE SAINTS E/G. Dadd9/F. Aadd9. cy. Christ, have. Lord, have mer cy. Christ, have A/E. Dadd9. Aadd9/C Bm E. 1. Ma ry and. mer cy.

Aquauno Video 6 Plus Page 1

Designing A Concrete Arch Bridge

Dental PBRN Study: Reasons for replacement or repair of dental restorations

Priority Search Trees - Part I

B ADDED BADGE PN , CHANGED TO C SIZE FOR ASSY, ADDED NOTES DN J DETAIL A SCALE 1 : INCH MATERIAL

, each of which is a tree, and whose roots r 1. , respectively, are children of r. Data Structures & File Management

Graphs. Graphs. Graphs: Basic Terminology. Directed Graphs. Dr Papalaskari 1

16.unified Introduction to Computers and Programming. SOLUTIONS to Examination 4/30/04 9:05am - 10:00am

Nefertiti. Echoes of. Regal components evoke visions of the past MULTIPLE STITCHES. designed by Helena Tang-Lim

CSE 373: AVL trees. Warmup: Warmup. Interlude: Exploring the balance invariant. AVL Trees: Invariants. AVL tree invariants review

RMMP Vianu 2013 Problema 1


Graphs. CSC 1300 Discrete Structures Villanova University. Villanova CSC Dr Papalaskari

learning objectives learn what graphs are in mathematical terms learn how to represent graphs in computers learn about typical graph algorithms

Functions and Graphs 1. (a) (b) (c) (f) (e) (d) 2. (a) (b) (c) (d)

A general N-dimensional vector consists of N values. They can be arranged as a column or a row and can be real or complex.

S i m p l i f y i n g A l g e b r a SIMPLIFYING ALGEBRA.

Integration Continued. Integration by Parts Solving Definite Integrals: Area Under a Curve Improper Integrals

The R-Tree. Yufei Tao. ITEE University of Queensland. INFS4205/7205, Uni of Queensland

4 4 N v b r t, 20 xpr n f th ll f th p p l t n p pr d. H ndr d nd th nd f t v L th n n f th pr v n f V ln, r dn nd l r thr n nt pr n, h r th ff r d nd


n r t d n :4 T P bl D n, l d t z d th tr t. r pd l

Binomials and Pascal s Triangle

NOTE: ONLY RIGHT IDLER (CONFIGURATION A) ARM SHOWN IN VIEWS ON THIS PAGE

Self-Adjusting Top Trees

F102 1/4 AMP +240 VDC SEE FIGURE 5-14 FILAMENT AND OVEN CKTS BLU J811 BREAK-IN TB103 TO S103 TRANSMITTER ASSOCIATED CAL OFF FUNCTION NOTE 2 STANDBY

Chem 104A, Fall 2016, Midterm 1 Key

CSE 332. Graphs 1: What is a Graph? DFS and BFS. Data Abstractions. CSE 332: Data Abstractions. A Graph is a Thingy... 2

Problem solving by search

MATERIAL SEE BOM ANGLES = 2 > 2000 DATE MEDIUM FINISH

Instructions for Section 1

12/3/12. Outline. Part 10. Graphs. Circuits. Euler paths/circuits. Euler s bridge problem (Bridges of Konigsberg Problem)

CHELOURANYAN CALENDAR FOR YEAR 3335 YEAR OF SAI RHAVË

VLSI Testing Assignment 2

5/9/13. Part 10. Graphs. Outline. Circuits. Introduction Terminology Implementing Graphs

Transcription:

AQA Trloy Unt 6.7 Mntsm n Eltromntsm - Hr 1 Complt t p ll: Mnt or s typ o or n t s stronst t t o t mnt. Tr r two typs o mnt pol: n. Wrt wt woul ppn twn t pols n o t mnt ntrtons low: Drw t mnt l lns on t r mnt low. Rmmr lns lwys strt t t n pont towrs t. Expln ow plottn ompss oul us to nvstt t mnt l roun mnt. You r vn t ollown quton n your xm: or = mnt lux nsty urrnt lnt A wr wt urrnt o 4.0A s pl twn two r mnts ( s wt o 12mm) n stt o ttrton. T mnt lux nsty s 0.2T. Clult t or tn on t wr. In w rton o ompss nls lwys ln? Wy? Not: n otr lultons, you my rqur to rrrn t ormul. Lst our mnt mtrls: Dn t trm mnt l : Stt t tor tt ts t strnt o t mnt l: 3. 4. Dsr t rn twn prmnnt mnt n n nu mnt. W o ts mnts wll xrt stronr or on mnt mtrl? A. B. l Wn urrnt lows trou onutn wr, mnt l s prou roun t wr. Stt two tors t strnt o t mnt l pns on: Expln your nswr.

AQA Trloy Unt 6.7 Mntsm n Eltromntsm - Hr 2 A lon, strt onutn wr s pl vrtlly so tt t psss trou orzontl p o or. Dsr ow you woul us t p o qupmnt prvously stt to nvstt t mnt l you v rwn. How n you n t nort pol o solno? Wt s t motor t? Iron lns r sprnl onto t or. Drw t pttrn ty woul orm: Stt tr wys you n nrs t or: Wt s solno? Lst our wys n w you n m t mnt l roun solno/ ltromnt stronr: 3. Stt t p o qupmnt you oul us to nvstt t mnt l you v rwn ov. Drw t mnt l pttrn roun solno low: 3. How n you rvrs t rton o t or? l Stt t mto tt norms you o t rton o t urrnt n strt wr. 4. A motor s mnt lux nsty o 5T n urrnt o 8A. m Wt o your tum n nrs rprsnt n ts mto? tum: nrs: Dsr wt ppns to t mnt l roun strt wr wn t urrnt s rvrs. T totl lnt o t wr s 500m. Clult t or on t wr usn t quton F = BIL. Wt s ts pttrn smlr to?

AQA Trloy Unt 6.7 Mntsm n Eltromntsm - Hr 3 You r vn t ollown quton n your xm. or = mnt lux nsty urrnt lnt Complt t tl: How n t rton o motor rvrs? Dsr ow you woul us n ron nl, lnt o nsult wr n ll to m n ltromnt tt n us to p up som stl ppr lps. Symol Prt o t Equton Wt It Rprsnts Unts How n t sp o motor nrs? or B Wt rul n us to n t rton o t or? Wy wll motor not wor wtout ommuttor? Wt nl o your tum, rst n son nr A n to t? Wt os prt rprsnt? L tum: rst nr: Dsr smpl ltr motor. son nr: Wt s t ss o n ltr motor?

AQA Trloy Unt 6.7 Mntsm n Eltromntsm - Hr Answrs 1 Complt t p ll: Mnt or s typ o non-ontt or n t s stronst t t pols o t mnt. Tr r two typs o mnt pol: nort pol n sout pol. Wrt wt woul ppn twn t pols n o t mnt ntrtons low: Drw t mnt l lns on t r mnt low. Rmmr lns lwys strt t t nort pol n pont towrs t sout pol. Expln ow plottn ompss oul us to nvstt t mnt l roun mnt. Pl t mnt on ln p o ppr. Pl t plottn ompss t on n/ov t pol o t mnt. Mr on t ppr wr t pont o t nl ponts. Mov t ompss to t pl you v ust mr. Rpt untl you v mov to t otr pol o t mnt. Rpt on t otr lnt o t mnt (.. top n tn ottom). You r vn t ollown quton n your xm: or = mnt lux nsty urrnt lnt A wr wt urrnt o 4.0A s pl twn two r mnts ( s wt o 12mm) n stt o ttrton. T mnt lux nsty s 0.2T. Clult t or tn on t wr. rpulson ttrton Lst our mnt mtrls: ron stl In w rton o ompss nls lwys ln? Wy? Mnt nort, us t rt s mnt l. Ts s possly u to t ron ontnt n t or. Not: n otr lultons, you my rqur to rrrn t ormul. onvrt 12mm nto mtrs = 0.012m pl vlus nto quton: or = 0.2T 4.0A 0.012m or = 0.0096N (nwtons) Dn t trm mnt l : T ron roun mnt wr or ts on notr mnt or on mnt mtrl. Stt t tor tt ts t strnt o t mnt l: rpulson T strnt o t mnt l pns on t stn rom t mnt. 3. nl 4. olt Dsr t rn twn prmnnt mnt n n nu mnt. Prmnnt mnts prou tr own mnt l. Inu mnts om mnt wn pl n mnt l. Howvr, wn rmov rom t mnt l, n nu mnt loss most/ll o ts mntsm quly. W o ts mnts wll xrt stronr or on mnt mtrl? B A. B. Expln your nswr. B s mor lns o mnt lux. Wn urrnt lows trou onutn wr, mnt l s prou roun t wr. Stt two tors t strnt o t mnt l pns on: sz o t urrnt stn rom t wr

AQA Trloy Unt 6.7 Mntsm n Eltromntsm - Hr Answrs 2 A lon, strt onutn wr s pl vrtlly so tt t psss trou orzontl p o or. Iron lns r sprnl onto t or. Drw t pttrn ty woul orm: Dsr ow you woul us t p o qupmnt prvously stt to nvstt t mnt l you v rwn. Pl mnt ompss t on pont lon t wr. Turn t powr supply on n o. Mov t mnt ompss urtr lon t wr. An, turn t powr supply on n o. Mov t ompss urtr wy rom t wr to s tt t mnt l s wr. How n you n t nort pol o solno? Usn t rt-n rp mto. Hol t solno wt your rt n n nrs pontn n t rton t urrnt s lown. Your tum soul pont to t nort pol. Wt s t motor t? I onutor rryn urrnt s pl n mnt l, t mnt proun t l n t onutor xrt or on otr. Stt tr wys you n nrs t or: Inrsn t sz o t urrnt. Inrsn t lnt o t onutor n t Stt t p o qupmnt you oul us to nvstt t mnt l you v rwn ov. plottn ompss Wt s solno? A solno s orm wn lon p o onutn (n nsult) wr s loop nto ol ylnr. Drw t mnt l pttrn roun solno low: Lst our wys n w you n m t mnt l roun solno/ ltromnt stronr: Us lrr urrnt. Us n ron or. 3. A mor turns to t wr. 4. Pl t turns o t wr losr totr. mnt l. 3. Inrsn t lux nsty. How n you rvrs t rton o t or? By rvrsn t rton o t urrnt or rvrsn t rton o t mnt l. l Stt t mto tt norms you o t rton o t urrnt n strt wr. Rt-n rp mto/rul. A motor s mnt lux nsty o 5T n urrnt o 8A. m Wt o your tum n nrs rprsnt n ts mto? tum: T rton o t urrnt. nrs: T rton t l lns soul rwn. Wt s ts pttrn smlr to? Dsr wt ppns to t mnt l roun strt wr wn t urrnt s rvrs. T mnt l s lso rvrs. T totl lnt o t wr s 500m. Clult t or on t wr usn t quton F = BIL. onvrt m nto mtrs = 5m pl vlus nto quton: or = 5T 8.0A 5m T mnt l roun r mnt. or = 60N (nwtons)

AQA Trloy Unt 6.7 Mntsm n Eltromntsm - Hr 3 You r vn t ollown quton n your xm. or = mnt lux nsty urrnt lnt Complt t tl: Symol Prt o t Equton Wt It Rprsnts Unts F or N How n t rton o motor rvrs? By rvrsn t rton o t urrnt or rvrsn t rton o t mnt l. How n t sp o motor nrs? By nrsn t sz o t urrnt or nrsn t mnt l/us lrr mnt. Dsr ow you woul us n ron nl, lnt o nsult wr n ll to m n ltromnt tt n us to p up som stl ppr lps. Wrp t wr roun t ron nl. Connt t wr to t powr supply (wt onntn ls n rool lps). Swt on t powr supply. Us -mnts ppr lps. Suspn t nl nr t pprlps n ror ow mny ollt. T mor pprlps suspn, t stronr t ltromnt s. Cn t numr o turns (on t ol). Cn t urrnt (trou t ol). B mnt lux nsty I urrnt A L Lnt o t wr wtn t l. Wt s t ss o n ltr motor? A ol o wr rryn urrnt n mnt l tns to rott. T m Wt rul n us to n t rton o t or? Flmn s lt-n rul Wt nl o your tum, rst n son nr n to t? 90 Wt os prt rprsnt? tum: movmnt rst nr: l son nr: urrnt Wy wll motor not wor wtout ommuttor? T ommuttor nsurs tt t urrnt stys n t sm rton. Also t ol woul not r to spn. Ts mns t ol woul rmn stll n not rott. Dsr smpl ltr motor. A ol o wr s x (on n xl). T ns o t wr r onnt v splt-rn ommuttor. To ttry/powr supply. T ron rus ontts t t ommuttor nsurs t urrnt rton n t ol s lwys t sm. T ol s pl twn two (lt) mnts. Wt oppost pols n otr. T ol rotts ontnuously n ts s t ss o n ltr motor.