-7

Why does graphical representation of a DC source always a straight line?

enter image description here enter image description here

Nick Alexeev
  • 38,181
  • 17
  • 100
  • 237
Sourav
  • 13
  • 1
  • 1

3 Answers3

6

Because its value doesn't change over time, that is, it can be written as a constant function. Its graph is, as you'd expect... a straight line.

enter image description here

Renan
  • 5,120
  • 2
  • 28
  • 45
2

[This started as a comment, then it ran out of space.]

The drawing in the O.P. probably comes from the Wikipedia article for DC. The drawing looks watered down [oversimplified]. For starters, the axes aren't labeled. Also, what is "variable" gray trace supposed to mean? Aren't green and and blue traces variable too? They aren't constant for sure.

More importantly, there are 2 definitions of DC, and the drawing doesn't reflect this.

  1. By one definition "DC" means that the signal is constant. This is an abstraction, because there's always some variability and noise in real signals. Nevertheless, this is a useful abstraction.
  2. By the other definition, "DC" means that the value doesn't cross into the negative. By this definition, both blue and red traces are DC. Likewise, rectified AC qualifies as DC even if it's not filtered. Sometimes, non-negative varying DC is referred to as "dirty DC".

In the engineering practice, it's usually apparent from the context, which definition is implied. For example: "DC bias" implies the 1st definition, "DC sensor output" implies the 2nd definition.

Nick Alexeev
  • 38,181
  • 17
  • 100
  • 237
1

Actually, every DC voltage is nothing but an AC voltage with zero frequency.

\$ V_{DC} = V_{PEAK} \times \sin(2\pi\omega t + \theta) \big|_{\omega=0} = V_{PEAK} \times \sin(\theta); \\ \quad \text{where} \; V_{PEAK} \text{ and } \theta \text{ are fixed parameters.} \$

Its frequency is zero, so it is not fixed, not changing in time. In other words, it is a fixed value function. That's why its representation is a straight line.

hkBattousai
  • 14,073
  • 33
  • 114
  • 197