0

A problem in my textbook gives this task:

9.15

A solution is given as:

enter image description here

I tried to work this problem using a different method. I simply calculated the areas of the triangles as if the height of the triangles was A^2. This gives me this result:

enter image description here

I was confused by why these answers should be different. I rearranged the first integral from the given solution into 1/2 * base * height form to see what triangle they are using. It's this:

enter image description here

In other words, if they calculated it with triangles, the base of each triangle is squared as well. Why should the base of the triangle be different? Shouldn't the value of the function simply be squared for each point in time?

elile
  • 305
  • 2
  • 6

3 Answers3

3

I simply calculated the areas of the triangles as if the height of the triangles was A^2.

That was an error - the triangles when squared are no longer triangles and the rest of your math is thrown-off because of this. A DC biased triangle wave (blue) when squared (red) looks like this: -

enter image description here

As for the derivation of the RMS of a triangle wave consider this: -

enter image description here

Andy aka
  • 434,556
  • 28
  • 351
  • 777
1

The equation for one section of triangle from time 0 to T can be written:

v(t) = \$A\cdot (x/T)\$, if you square the instantaneous value of v you get

\$v^2(t) = (A^2/T^2)x^2\$

That is what you need to integrate.

Spehro Pefhany
  • 376,485
  • 21
  • 320
  • 842
0

I hope this will be enough demonstration for those who are looking for that, in general all triangle/sawtooth waveforms gives the same value when it comes to the average (vpk/2) and rms (vpk/√ 3)

enter image description here

SimoZy
  • 1
  • 1