Skip to main content
3-Newcomer
May 13, 2024
Solved

Units of a definite integral not as expected

  • May 13, 2024
  • 2 replies
  • 1380 views

I have created the below set of equations, however the solution for the definite integral should be Joules, not Watts.

 

I have shown a solution for QdotDOOR to show that I am getting the correct units at that point.

 

Can anyone advise where I have gone wrong?

 

For reference, I am trying to find the heat transfer through a door over a 15 minute duration.

Screenshot 2024-05-13 161721.png

Best answer by AlanStevens

Like so:

 

Units.png

Alan

2 replies

25-Diamond I
May 13, 2024

You are integrating from 0 to 15 - dimensionless!!!

Try to add unit "min" at the integral limits (it may not be necessary for the lower 0, but its good habit to add it there, too) and you will get the dimension you expect 😉

 

BTW, the range for t you define has no effect whatsoever. If you don't intend it to use for plotting, you may delete that definition.

3-Newcomer
May 14, 2024

I tried this, and it returns the error "These units are not compatible." I have retried again, assigning units to one and both the limits, with or without the range. 

 

Range - I see, I thought maybe defining the range would've "assigned" units to t.

 

19-Tanzanite
May 14, 2024

Like so:

 

Units.png

Alan

3-Newcomer
May 14, 2024

Great, thanks Alan!