Understanding Symbols in Physics Equations: What Do They Mean?

  • Thread starter Thread starter BrainMan
  • Start date Start date
  • Tags Tags
    Mean Symbols
Click For Summary

Homework Help Overview

The discussion revolves around understanding the notation used in physics equations, particularly focusing on the meaning of symbols like brackets and the exponential function represented as EXP. Participants are trying to clarify the representation and implications of these symbols in mathematical expressions.

Discussion Character

  • Conceptual clarification, Assumption checking, Exploratory

Approaches and Questions Raised

  • Participants are attempting to define the exponential function and its representation, questioning the use of brackets and the notation of EXP. Some are exploring how these symbols relate to programming contexts and mathematical expressions.

Discussion Status

The discussion is active, with participants providing insights into the meaning of the exponential function and its notation. There are multiple interpretations being explored, particularly regarding the use of brackets and the significance of Euler's number in the context of the equations presented.

Contextual Notes

Some participants express difficulty in visualizing the original equation due to the absence of the attached image, which may limit the clarity of the discussion. There is also mention of programming languages that utilize similar mathematical functions, indicating a crossover between physics and computational applications.

BrainMan
Messages
279
Reaction score
2

Homework Statement


I have been reading a lot about physics and equation that look like the photo I attached. What do the brackets and the EXP mean?


Homework Equations





The Attempt at a Solution

 

Attachments

  • equation.png
    equation.png
    9.5 KB · Views: 513
Physics news on Phys.org
I cannot see the attached image, however, if you mean something like this: \exp (x) that is just the exponential function, so \exp(x) = e^x

It's just a more convenient way of representing the function when its arguments start to get complicated
 
The brackets are just that- a way of indicating a separate calculation, no different from parentheses.
 
matineesuxxx said:
I cannot see the attached image, however, if you mean something like this: \exp (x) that is just the exponential function, so \exp(x) = e^x

It's just a more convenient way of representing the function when its arguments start to get complicated
HallsofIvy said:
The brackets are just that- a way of indicating a separate calculation, no different from parentheses.
Here is a better picture
ImageUploadedByPhysics Forums1407259101.931582.jpg

If someone could write it without EXP that would be great so that I know what you guys are talking about.
 
The exp() notation is useful though if you are writing an expression in some programming languages such as Java where

Code:
double x = 3.2;
double y = Math.exp(x);       // refers to the e^x math function

For more general exponentiation then:

Code:
double x =3.2;
double y = 4.3;
double z = Math.pow(x,y);     // for x^y math function
 
Last edited:
##I = C_1 + C_2 G - C_3(e^{\frac {V} {C_4T_{cc}}} - 1) - C_5(e^{\frac {V} {C_6T_{cc}}} - 1) - \frac {V} {C_7T_{cc}}##
 
AlephZero said:
##I = C_1 + C_2 G - C_3(e^{\frac {V} {C_4T_{cc}}} - 1) - C_5(e^{\frac {V} {C_6T_{cc}}} - 1) - \frac {V} {C_7T_{cc}}##

Where are you getting the e? Is that euler's number?
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
2
Views
1K
  • · Replies 7 ·
Replies
7
Views
1K
  • · Replies 64 ·
3
Replies
64
Views
7K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K