9

I came across this schematic:

enter image description here

What do the dots in the transformer indicate?

  • 5
    http://en.wikipedia.org/wiki/Dot_convention – Anindo Ghosh Apr 23 '13 at 18:26
  • Extremely similar [question](http://electronics.stackexchange.com/q/6657/1240). – AndrejaKo Apr 23 '13 at 21:24
  • I'm kind of curious what that circuit is supposed to be doing? oscillator? –  Mar 09 '15 at 00:24
  • @curious It's a [joule thief](http://en.wikipedia.org/wiki/Joule_thief) converter. – Nick Alexeev Mar 09 '15 at 00:58
  • **Left-handed and right-handed winding??** – Always Confused Jun 29 '16 at 18:49
  • Relevant: http://electronics.stackexchange.com/questions/233483/in-a-single-phase-transformer-output-which-wire-would-be-phase-and-which-one-w, http://i.stack.imgur.com/ZlEm1.png, http://electronics.stackexchange.com/questions/230396/is-there-any-phase-difference-between-the-current-in-primary-and-secondary-coils, http://electronics.stackexchange.com/questions/128025/transformer-primary-and-secondary-voltage-phase-shift/230390#230390 – Always Confused Jul 01 '16 at 19:24

3 Answers3

11

Those are phase dots. They refer to the 'start' of the winding based on a predetermined winding direction (CW or CCW). This allows you to tell at a glance what 'polarity' the windings have so you can figure out how the current will flow.

Adam Lawrence
  • 32,921
  • 3
  • 58
  • 110
9

The dots tell you the relative orientation of the windings. Without them, you don't know the polarity of the voltage coming out of the secondary with respsect to the primary. In many transformer applications that doesn't matter, but when it does the dots need to be shown on the schematic.

The way to read the dots is to imagine current going into the primary at the dot. That causes current to go out of the secondary at its dot. If the transformer has a 1:1 ratio, then you can imagine that for differential mode signals there is no transformer, just a connection between the two dot ends accross primary to secondary, and the two not-dot ends. Of course this doesn't hold true for the common mode part of the signal since that is isolated, but it might help visualize how to interpret the dots.

Olin Lathrop
  • 310,974
  • 36
  • 428
  • 915
8

If the dots were on the same side, your circuit schematic would have be drawn with crossing wires, like this:

schematic

simulate this circuit – Schematic created using CircuitLab

By adding the dots to the coils, we clarify that the orientation of the coils is important. And by allowing ourselves to put the dots on either end, we gain a the freedom to rearrange the diagram to suit our convenience, such as not to have crossing wires. So, it's not a different kind of transformer; only a notation.

So why do we sometimes not see dots in transformer schematics? That just means the orientation is not specified, which means that it either it doesn't matter in the application, or the schematic has an error: the polarity actually does matter, but the dots were mistakenly omitted.

A common example where it doesn't matter is a power transformer which steps down AC and feeds a bridge rectifier. The transformer will work properly whether it inverts or preserves phase. By contrast, your Joule Thief circuit will not work properly if the transformer is wired incorrectly.

Kaz
  • 19,838
  • 1
  • 39
  • 82
  • I disagree. Without the dots you can't assume how the secondary is flipped with respect to the primary at all. So the dots in this circuit were necessary, whether drawn as in the question or as you drew it above. – Olin Lathrop Apr 23 '13 at 21:17
  • 4
    @OlinLathrop But often we see transformer diagrams without the dots. I see, that absence of dots should be interpreted as that the orientation *does not matter* and therefore is *unspecified*. – Kaz Apr 23 '13 at 21:24