Vertical format and dotted / double dotted x

In summary, Ray is asking about the layout of a matrix, and does not appear to be able to do it himself.
  • #1
pecchiaw12
13
0

Homework Statement


I am trying to understand what [x^. x^..] means, and information regarding the vertical format it is in .
Can someone please help me understand, or refer me to a website that can aid me. Thank you!The system is given by

[PLAIN]https://www.physicsforums.com/file:///C:/Users/Guest/AppData/Local/Temp/msohtmlclip1/01/clip_image002.png and [PLAIN]https://www.physicsforums.com/file:///C:/Users/Guest/AppData/Local/Temp/msohtmlclip1/01/clip_image004.png

where x is the position and V the voltage across the load resistance.

K= 150000 N/m

D=10 Ns/m

Kt = 0.0728

g= 22000 rad/m

Ƞ= 50%

R= 19.2 Ω

Rl = 150 Ω

m= my manipulated (independent) variable

Homework Equations


[PLAIN]https://www.physicsforums.com/file:///C:/Users/Guest/AppData/Local/Temp/msohtmlclip1/01/clip_image002.png and [PLAIN]https://www.physicsforums.com/file:///C:/Users/Guest/AppData/Local/Temp/msohtmlclip1/01/clip_image004.png

The Attempt at a Solution


I believe x^. and x^.. may refer to derivatives and the vertical format may have something to do with vector notation. I just need more specifics if I am to continue my investigation.
 

Attachments

  • math.docx
    15.7 KB · Views: 200
Last edited by a moderator:
Physics news on Phys.org
  • #2
Unfortunately the links to the images appear to be broken, and when viewing the .docx with OpenOffice the expressions appear blank.
 
  • #3
pecchiaw12 said:

Homework Statement


I am trying to understand what [x^. x^..] means, and information regarding the vertical format it is in .
Can someone please help me understand, or refer me to a website that can aid me. Thank you!The system is given by

[PLAIN]https://www.physicsforums.com/file:///C:/Users/Guest/AppData/Local/Temp/msohtmlclip1/01/clip_image002.png and [PLAIN]https://www.physicsforums.com/file:///C:/Users/Guest/AppData/Local/Temp/msohtmlclip1/01/clip_image004.png

where x is the position and V the voltage across the load resistance.

K= 150000 N/m

D=10 Ns/m

Kt = 0.0728

g= 22000 rad/m

Ƞ= 50%

R= 19.2 Ω

Rl = 150 Ω

m= my manipulated (independent) variable

Homework Equations


[PLAIN]https://www.physicsforums.com/file:///C:/Users/Guest/AppData/Local/Temp/msohtmlclip1/01/clip_image002.png and [PLAIN]https://www.physicsforums.com/file:///C:/Users/Guest/AppData/Local/Temp/msohtmlclip1/01/clip_image004.png

The Attempt at a Solution


I believe x^. and x^.. may refer to derivatives and the vertical format may have something to do with vector notation. I just need more specifics if I am to continue my investigation.
Here is the image of the expressions you're wondering about.

?temp_hash=709cd42053dbaf5eb01b236a98734be3.png

From your post I gather that the x with the grave' in the vector should be ## \dot{x} ## and ##\ddot{x}##, which are time derivatives of position, ##x##.
 

Attachments

  • Vertical.png
    Vertical.png
    23.8 KB · Views: 645
Last edited by a moderator:
  • #4
Ok, Thank you. I am beginning to understand. I just need to engage in a bit more self study to understand more of the the mechanics behind the mathematical concepts.

I realize that I was unable to display the equations. In the future, how should I input my formulas to make them visible to others?
 
  • #6
pecchiaw12 said:
Ok, Thank you. I am beginning to understand. I just need to engage in a bit more self study to understand more of the the mechanics behind the mathematical concepts.

I realize that I was unable to display the equations. In the future, how should I input my formulas to make them visible to others?

Try LaTeX: if you want to see ##\dot{x}## use the command '\dot{x}' inside the TeX/LaTeX deliminators "# #" (no space) at the start and another pair "# #" (no space) at the end. That will give you an "in-line" formula, as above. To get ##\ddot{x}## just use '\ddot{x}' instead. To get a displayed result, use "[t e x]" (no spaces) at the start and "[/t e x]" (no spaces) at the end. That will give you
[tex] \dot{x}, \; \ddot{x} [/tex]
Of course, you should also not have the quotation marks " "; I just used these to prevent TeX from trying to process the explanations.
 
  • #7
Ray Vickson said:
Try LaTeX: if you want to see ##\dot{x}## use the command '\dot{x}' inside the TeX/LaTeX deliminators "# #" (no space) at the start and another pair "# #" (no space) at the end. That will give you an "in-line" formula, as above. To get ##\ddot{x}## just use '\ddot{x}' instead. To get a displayed result, use "[t e x]" (no spaces) at the start and "[/t e x]" (no spaces) at the end. That will give you
[tex] \dot{x}, \; \ddot{x} [/tex]
Of course, you should also not have the quotation marks " "; I just used these to prevent TeX from trying to process the explanations.
Ray, what about the matrix layout, do you know how to do that?
When I want to use some advanced LaTeX on this forum I have to scratch around to find some prior examples. There does not appear to be any Help button, and when I do web searches for LaTeX the answers I get don't work on this forum, as though there are different versions of LaTeX. Any hints?
 
  • #8
haruspex said:
Ray, what about the matrix layout, do you know how to do that?
When I want to use some advanced LaTeX on this forum I have to scratch around to find some prior examples. There does not appear to be any Help button, and when I do web searches for LaTeX the answers I get don't work on this forum, as though there are different versions of LaTeX. Any hints?

You can get
[tex] \pmatrix{a&b\\c&d}[/tex] using the command " \p mat rix { a & b \\ c & d } " (no spaces in word pmatrix) or
[tex] \begin{pmatrix} a & b \\ c & d \end{pmatrix} [/tex] using the commands ""\be gin{p matrix} a & b \\ c & d \e nd{p matrix}" (no spaces in command words), although it looks the same; maybe down deep there is some difference between the two. If you want square bracket around your matrix I think you need to input it manually as an array:
[tex] \left[ \begin{array}{cc}a & b \\ c & d \end{array} \right] [/tex]
Just right-click on the result to see the tex code.
 
  • #9
Ray Vickson said:
You can get
[tex] \pmatrix{a&b\\c&d}[/tex] using the command " \p mat rix { a & b \\ c & d } " (no spaces in word pmatrix) or
[tex] \begin{pmatrix} a & b \\ c & d \end{pmatrix} [/tex] using the commands ""\be gin{p matrix} a & b \\ c & d \e nd{p matrix}" (no spaces in command words), although it looks the same; maybe down deep there is some difference between the two. If you want square bracket around your matrix I think you need to input it manually as an array:
[tex] \left[ \begin{array}{cc}a & b \\ c & d \end{array} \right] [/tex]
Just right-click on the result to see the tex code.
OK, thanks, but what I'm really after is a reference for looking up all the LaTeX controls that work on this forum. As I said, my experience has been that LaTeX code cut and pasted from web pages often doesn't work. E.g. I was trying to make a table yesterday and at http://en.wikibooks.org/wiki/LaTeX/Tables found
\begin{tabular}{ l c r }
1 & 2 & 3 \\
4 & 5 & 6 \\
7 & 8 & 9 \\
\end{tabular}
which, putting in the hashes, produces
##\begin{tabular}{ l c r }
1 & 2 & 3 \\
4 & 5 & 6 \\
7 & 8 & 9 \\
\end{tabular}##
 
  • #10
haruspex said:
OK, thanks, but what I'm really after is a reference for looking up all the LaTeX controls that work on this forum. As I said, my experience has been that LaTeX code cut and pasted from web pages often doesn't work. E.g. I was trying to make a table yesterday and at http://en.wikibooks.org/wiki/LaTeX/Tables found
\begin{tabular}{ l c r }
1 & 2 & 3 \\
4 & 5 & 6 \\
7 & 8 & 9 \\
\end{tabular}
which, putting in the hashes, produces
##\begin{tabular}{ l c r }
1 & 2 & 3 \\
4 & 5 & 6 \\
7 & 8 & 9 \\
\end{tabular}##

I share your desire for such a document. Like you I have found some standard LaTeX constructs that do not seem to work here, at least without some undocumented modifications.

If you want a simple, unbordered table you can input it as an array. I changed the word "tabular" to "array" and got
[tex] \begin{array}{lcr}
1 & 2 & 3 \\
4 & 5 & 6 \\
7 & 8 & 9
\end{array}
[/tex]

You can put in vertical lines in the usual way, but horizontal lines and solid borders (top and/or bottom) seem to be unavailable. (Side borders using "\le ft[ ... \ri ght]" or "\l eft| ... \ri ght|" seem to work well enough, though. It really would be nice to have a usable table environment here.

[tex]
\left| \begin{array}{l|cr}
1 & 2 & 3 \\
4 & 5 & 6 \\
7 & 8 & 9
\end{array} \right|
[/tex]
 
Last edited:
  • #11
Ray Vickson said:
I share your desire for such a document. Like you I have found some standard LaTeX constructs that do not seem to work here, at least without some undocumented modifications.

If you want a simple, unbordered table you can input it as an array. I changed the word "tabular" to "array" and got
[tex] \begin{array}{lcr}
1 & 2 & 3 \\
4 & 5 & 6 \\
7 & 8 & 9
\end{array}
[/tex]

[tex] \begin{array}{l|cr}
1 & 2 & 3 \\
4 & 5 & 6 \\
7 & 8 & 9
\end{array}
[/tex]
OK, thanks.
 
  • #12
.
 

Attachments

  • Vertical.png
    Vertical.png
    23.8 KB · Views: 429
  • #13
would that convert to [itex]\ddot{x}=\dot{x}[/itex], [itex](15000/m) \dot{x}-(10/m)-(1601.6^2/84.6m)\ddot{x}+1/m=\ddot{x} [/itex] and [itex]V= (240240/169.2)\ddot{x}[/itex]

I feel that I have done something wrong in the simplification of the matricies, could somebody assist me in finding my error?
 
  • #14
pecchiaw12 said:
would that convert to [itex]\ddot{x}=\dot{x}[/itex], [itex](15000/m) \dot{x}-(10/m)-(1601.6^2/84.6m)\ddot{x}+1/m=\ddot{x} [/itex] and [itex]V= (240240/169.2)\ddot{x}[/itex]

I feel that I have done something wrong in the simplification of the matricies, could somebody assist me in finding my error?
Assuming the image SammyS posted (post #3) is correct, and assuming the vector has ##\dot x## at the top and ##\ddot x## at the bottom (they both look like ##\acute x## to me), then that is a correct expansion. That said, it does look mighty strange. The first equation would lead immediately to ##\dot x = Ae^t##.
 
  • #15
It is on page 4
http://www.researchgate.net/publication/224505926_Human-powered_small-scale_generation_system_for_a_sustainable_dance_club
or
http://ieeexplore.ieee.org/xpl/abstractAuthors.jsp?tp=&arnumber=5075243&url=http%3A%2F%2Fieeexplore.ieee.org%2Fxpls%2Fabs_all.jsp%3Farnumber%3D5075243
It is free to sign up with Research Gate.
The Author, Michel Smit, sent me a copy, but I do not want to post it . Because it may cause copyright infringements if I were to do so.

Hopefully this provides more information about where I am coming from, and a greater understanding of the equations at hand.

I am thankful for the help I have already received. Please continue to help me through this predicament.
 
Last edited by a moderator:
  • #16
Once again, this paper has defined the Suspended mass (without dancer)m as 35kg and the estimated mass of the dancer between 70 and 100kg. I wish to find how the Power, Current, and/or Voltage may be affected if the mass of the dancer was higher or lower than estimation (70-100kg).

Is it plausible for me to find this with only the mathematical evidence provided within the document?
 
  • #17
pecchiaw12 said:
It is on page 4
http://www.researchgate.net/publication/224505926_Human-powered_small-scale_generation_system_for_a_sustainable_dance_club
or
http://ieeexplore.ieee.org/xpl/abstractAuthors.jsp?tp=&arnumber=5075243&url=http%3A%2F%2Fieeexplore.ieee.org%2Fxpls%2Fabs_all.jsp%3Farnumber%3D5075243
It is free to sign up with Research Gate.
The Author, Michel Smit, sent me a copy, but I do not want to post it . Because it may cause copyright infringements if I were to do so.

Hopefully this provides more information about where I am coming from, and a greater understanding of the equations at hand.

I am thankful for the help I have already received. Please continue to help me through this predicament.
Here's an image of the matrix equations directly from the paper authored by Michel Smit.
Capture2.PNG


(The image I posted in Post #3 was from the file attached to the Original Post in this thread.)
 
Last edited by a moderator:
  • #18
pecchiaw12 said:
It is free to sign up with Research Gate.
Yes, but it seems hard to get accepted when you've not worked in academia since graduating and are no longer associated with an academic institution.
As I wrote, the unbundled equations look remarkably easy to solve.
It looks dubious in other ways... the dimensions don't look right. I can check that more thoroughly if you can tell me what x, m and k (same as K?) represent, what the given units for g mean (radians per metre?). I'm struck in particular by the implication that ##\ddot x## and 1/m must have the same dimensions.
 
  • #19
here is some info from post 1 and additional info.

The system is a floor tile that generates electricity when stepped upon.

where x is the position and V the voltage across the load resistance.

k= 150000 N/m The spring coefficient.

D=10 Ns/m Mechanical damping

Kt = 0.0728 Motor constant

g= 22000 rad/m gear ratio it should have been formatted rad/min which is still unconventional and should have been reduced to rad/sec or converted to RPM

Ƞ= 50% Efficiency gears

R= 19.2 Ω Internal resistance motor

Rl = 150 Ω load resistance

m=35 kg Suspended mass (without dancer)

The estimated mass of dancer given is 70-100kg

dotted x would be a time derivative, such as velocity, and double dotted x reprisents a second derivative in respect to time such as acceleration.

If they are velocity and acceleration, then they can be equal if the measurement of time is 1

if d/t=(d/t)/t, d referring to distance, and t, time, and t = 1 then d/1=d/1/1 which simplifies to d=d

this makes sense, but this is only an example I came up with. If it is the correct interpretation (which I doubt) how would the first linear equation be applicable to the rest of this system?
upload_2015-1-15_22-20-6.png

Paulides, J.J.H., J.W. Jansen, L. Encica, E.A. Lomonova, and M. Smit. "Human-Powered Small-Scale Generation System for a Sustainable Dance Club." 2009-EMC-143_revised, 2009, 4.

There, with that citation I should be allowed to post this.

Hopefully this can clear things up a little.

I have also decided using mass as my manipulative variable would result in other variables ( like Resistance) being changed. I asked a friend of mine, and he suggested that I change the gear ratio instead. This seems to make more sense, so I am now trying to find how the power, current, or voltage is affected when the gear ratio is changed.
 

Attachments

  • upload_2015-1-15_22-19-51.png
    upload_2015-1-15_22-19-51.png
    12.9 KB · Views: 477
  • #20
If It was wrong of me to post that diagram could someone please notify me.
 
  • #21
pecchiaw12 said:
If they are velocity and acceleration, then they can be equal if the measurement of time is 1
It's a really bad idea to pull that trick. It makes it much harder to check whether the algebra has gone off course.
And it's only defensible at all if you know that there's a constant ratio between the two. You can't have a time base that keeps changing.
 
  • #22
Yes I agree with you completely. I must find the true significance of dotted and double dotted x to understand more. Another note, after more searching, I found that the gear ratio can also be expressed in Radians per meter, so Rad/m most likely refers to that. It is less plausible for them to have made a mistake on a college- level investigation, then it is for me to mess up a google search
 
  • #23
pecchiaw12 said:
gear ratio can also be expressed in Radians per meter
Well, i wouldn't call that a gear ratio, but such a constant makes sense in the context of the diagram. There is a rod running tangentially to a wheel. The radians of rotation per metre of rod movement is the same as 1/radius of wheel.
 
  • #24
Thank you! That helped me understand more.
 
  • #25
The more I think about the set up and compare it with the given equations, the more it seems to me the equations are nonsense.
Consider the k term. This should contribute ##-kx/m## to ##\ddot x##, not ##+k\dot x/m##.
I would have thought that the damper would contribute ##-D\dot x/m##, not ##-D\ddot x/m##. Indeed, the units given imply force/speed.

And the whole idea of having two differential equations involving x and its derivatives is an overspecification. It doesn't make physical sense.
Gravity has been left out, and I would have expected the mass of a person to come into it somewhere.

Fwiw, I get ##M\ddot x = -gM -kx -D\dot x - H\dot x##, where g is gravity now, M is mass of plate+(possibly) person, and H is a positive constant associated with the generator.
Check the ##-H\dot x## term. I could be wrong, but I believe the power generated will be V2/R, so is proportional to ##{\dot x}^2##. If so, then the magnitude of the resistive force is proportional to ##|\dot x|##, and the sign should be opposite to that of ##\dot x##.
 

Related to Vertical format and dotted / double dotted x

1. What is a vertical format in scientific notation?

A vertical format in scientific notation is a way of writing numbers that are very large or very small in a standardized format. It involves writing the number as a decimal between 1 and 10, multiplied by a power of 10. For example, the number 0.0000000000056 would be written in vertical format as 5.6 x 10-12.

2. How is a number written in vertical format?

To write a number in vertical format, you need to move the decimal point so that there is only one non-zero digit to the left of the decimal point. Then, you can write the number as a decimal between 1 and 10, multiplied by a power of 10. The power of 10 is determined by how many places you moved the decimal point. If you move the decimal point to the right, the power of 10 is positive. If you move the decimal point to the left, the power of 10 is negative.

3. What is the purpose of using a dotted or double-dotted x in scientific notation?

In scientific notation, a dotted or double-dotted x is used to indicate multiplication. It is a shorthand way of writing "times" or "multiplied by." For example, the number 5.6 x 10-12 would be read as "5.6 times 10 to the power of negative 12."

4. How do you convert a number from dotted or double-dotted x notation to standard notation?

To convert a number from dotted or double-dotted x notation to standard notation, you need to multiply the number before the x by the number after the x. Then, you need to move the decimal point to the right or left based on the power of 10 after the x. If the power of 10 is positive, you move the decimal point to the right. If the power of 10 is negative, you move the decimal point to the left.

5. Why is scientific notation with a dotted or double-dotted x important in scientific research?

Scientific notation with a dotted or double-dotted x is important in scientific research because it allows scientists to express very large or very small numbers in a compact and standardized format. This makes it easier to work with these numbers and perform calculations. It also helps to avoid errors and confusion when dealing with numbers that have many zeros or decimal places.

Similar threads

  • Engineering and Comp Sci Homework Help
Replies
1
Views
2K
  • Introductory Physics Homework Help
Replies
6
Views
1K
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
8
Views
3K
  • Atomic and Condensed Matter
Replies
13
Views
3K
  • Introductory Physics Homework Help
Replies
1
Views
2K
  • Electrical Engineering
Replies
1
Views
3K
Replies
6
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
1
Views
1K
Replies
11
Views
2K
Back
Top