Working on a Little Personal Project

  • Thread starter kevinnn
  • Start date
  • Tags
    Project
In summary, when trying to use the math font in latex, it only displays symbols and words that the user does not know how to use. The limit for exponentials can be found by typing \lim_{rightarrow 0 } and looking for the notation in the latex reference table. For limits, the notation is: \lim_{h\rightarrow 0 } \frac{f(x+h)-f(x)}{h} or \lim_{h\rightarrow 0 } \frac{f(x+h)-f(x)}{h}
  • #1
kevinnn
119
0
I enjoy learning things and then working on my own personal studies. I'm loving calculus right now and am working with it as much as possible in between my other classes. The problem I have set out for myself right now is to find a limit that represents ∏. Before I go on can someone please explain to me how to use the math font? When I try to use it all I get is a bunch of words and symbols I don't know how to use it. Thanks.
 
Physics news on Phys.org
  • #2
Hi, I'm learning the latex language as well. Here are a few starting points based on a limited breadth of knowledge I have on it so far:

First off, in order for the equations to display, you must have the symbols within the itex or tex brackets. That means:

[itex]...stuff...[/itex]

or

[tex]...stuff...[/tex]

Click quote on my post so you can see what I typed in order to make the word display like this.

For limits, I haven't found the exact button in the latex reference, but by clicking the quote button on other members' posts, I've found the notation to be:

[itex]\lim_{h\rightarrow 0 } \frac{f(x+h)-f(x)}{h}[/itex]

or

[tex]\lim_{h\rightarrow 0 } \frac{f(x+h)-f(x)}{h}[/tex]

So you type \lim_{stuff} ...just make sure you tack on the [itex] notation on each end.

for exponentials, you can find the language in the latex reference table, its just a^{stuff} or 1^{2} or 20^{50} etc
 
Last edited:
  • #3
Lebombo said:
Hi, I'm learning the latex language as well. Here are a few starting points based on a limited breadth of knowledge I have on it so far:

First off, in order for the equations to display, you must have the symbols within the itex or tex brackets. That means:

[itex]...stuff...[/itex]

or

[tex]...stuff...[/tex]

Click quote on my post so you can see what I typed in order to make the word display like this.

For limits, I haven't found the exact button in the latex reference, but by clicking the quote button on other members' posts, I've found the notation to be:

[itex]\lim_{h\rightarrow 0 } \frac{f(x+h)-f(x)}{h}[/itex]

or

[tex]\lim_{h\rightarrow 0 } \frac{f(x+h)-f(x)}{h}[/tex]

So you type \lim_{stuff} ...just make sure you tack on the [itex] notation on each end.

for exponentials, you can find the language in the latex reference table, its just a^{stuff} or 1^{2} or 20^{50} etc

[tex]2x+5[/tex]

[tex]/lim_{rightarrow0 } \frac{ln(x+h)-ln(x)}{h}[/tex]
 
  • #4
[itex]\lim_rightarrow 0{f(x+h)-f(x)/h}[itex]
 
Last edited by a moderator:
  • #5
Thanks for the post. I will work on it but I have been up too long to work with it now. So from what it looks like it's just memorization? How do I know where to put spaces, brackets, slashes, ect? Thanks.
 
  • #6
kevinnn said:
[itex]\lim_rightarrow 0{f(x+h)-f(x)/h}[itex]
Like this:
$$\lim_{h \to 0} \frac{f(x + h) - f(x)}{h}$$
Right-click the expression above to see how I did it.
 
  • #7
kevinnn said:
[tex]2x+5[/tex]

[tex]/lim_{rightarrow0 } \frac{ln(x+h)-ln(x)}{h}[/tex]
This would have been correct, the only two reasons the limit didn't display is because A) you typed a forward slash before lim_{} instead of a backslash, which is my fault because that's what I wrote. And secondly, there should be a backslash before the word rightarrow It should have been:

\lim_{\rightarrow 0 } instead of: /lim_{\rightarrow0 }

Even without signifying a number before the rightarrow, the notation will still display..
[tex]\lim_{\rightarrow 0 } \frac{ln(x+h)-ln(x)}{h}[/tex]

but when you add a number there, you would put it just before the backslash and it will display like this:

[tex]\lim_{h\rightarrow 0 } \frac{ln(x+h)-ln(x)}{h}[/tex]P.S. I didn't realize you could right click on the expressions to get the notation as Mark has stated. Much easier than clicking the quote button to see how expressions were written.
 
  • #9
Lebombo said:
This would have been correct, the only two reasons the limit didn't display is because A) you typed a forward slash before lim_{} instead of a backslash, which is my fault because that's what I wrote. And secondly, there should be a backslash before the word rightarrow It should have been:

\lim_{\rightarrow 0 } instead of: /lim_{\rightarrow0 }
I always use \to instead of \rightarrow, since it's much quicker to type.
The other form is \Rightarrow (renders as ##\Rightarrow##) which you can use to show that one statement implies another, like so:

(x - 2)2 = 4 ##\Rightarrow## x = 0 or x = 4.
 
  • #10
Ok thank you everyone very much! I'm going to work on the font these upcoming days.
\lim_{rightarrow 0 } /frac{ln(x+h)-ln(x)}{h} ...Just a practice limit. I will watch the tutorial as well over and over until I can get most of the little details memorized like spaces and what not, then I will work on the initial question I asked. Thanks.
-Kevin
 
  • #11
well that limit didn't work -_-
 
  • #12
Have a look at

[tex]\lim _{n \rightarrow \infty} \sum_{k=1}^n \frac{1}{n^2}[/tex](Basel's problem, beautiful proof by Euler of its limit), and
[tex]\lim _{n \rightarrow \infty} \sum_{k=1}^n \frac{1}{n^4}[/tex]

Or perhaps more generally
[tex]\lim _{n \rightarrow \infty} \sum_{k=1}^n \frac{1}{n^{2m}}[/tex]
 
  • #13
Thanks! The limit on all those is zero right? (As long as the value of m on the last problem is positive and greater than zero.)
 
  • #14
[tex]\lim _{n \rightarrow \infty} \sum_{k=1}^n \frac{n}{2n+3}[/tex]
 
  • #15
What?What did I do wrong?
 
  • #16
No, the limit of [tex]\lim_{n \rightarrow \infty} \frac{1}{n^{2m}}[/tex] goes to 0, not the sum. For example:

[tex]\lim_{n \rightarrow \infty} \sum_0^{n}\frac{1}{n^2}=\frac{1}{1^2}+\frac{1}{2^2}+\frac{1}{3^2}...= \frac{\pi ^2}{6}[/tex]
 
  • #17
I'm sorry I don't know what I was thinking when I wrote that. That limit is not what I would have expected though. Is it just the result of a proof?
 
  • #18
kevinnn said:
I'm sorry I don't know what I was thinking when I wrote that. That limit is not what I would have expected though. Is it just the result of a proof?

Yes, as is everything in maths I suppose (it's not an axiom, if that's what you mean).
 
  • #19
Just out of curiosity how would I find that proof? I think its interesting that something apparently non trigonometric has a sum involving pi. Although I know a great deal of problems can be turned into trigonometric ones, I'm just a little curious about this one. Thanks.
 
  • #21
I will revisit these proofs because my mathematics knowledge is a little short right now. Especially the proof that involves integrals, we have not covered integrals in my class yet. It was interesting seeing the Taylor series expansion of the sine function, never worked with Taylor series, even though I have heard it many times. I enjoy my math classes but they do skip a good deal of things.
 
  • #22
Khanacademy's an excellent place to learn about calculus (personally, I don't like it for other subjects).
 
  • #23
Yes I do enjoy watching his videos. That is where I learned about the Coch (I think it's spelled) snowflake and other cool things. I will look for some videos about the Taylor series.
 

Related to Working on a Little Personal Project

1. What is a "little personal project"?

A "little personal project" refers to a small-scale project that an individual takes on independently. It can be a hobby, a side project, or a personal goal that they are working on in their free time.

2. Why is it important to work on a little personal project?

Working on a little personal project allows individuals to pursue their interests and passions outside of their regular work or studies. It can also help improve skills, boost creativity, and provide a sense of accomplishment.

3. How do I choose a little personal project to work on?

When selecting a little personal project, it is important to choose something that you are genuinely interested in and passionate about. It could be a new skill you want to learn, a creative project, or even a goal you want to achieve.

4. What are some benefits of working on a little personal project?

Working on a little personal project can have numerous benefits, such as developing new skills, boosting self-confidence and motivation, and providing a sense of purpose and fulfillment. It can also help individuals discover new interests and passions.

5. How can I stay motivated to work on my little personal project?

To stay motivated, it is essential to set realistic goals, break the project into smaller tasks, and celebrate small achievements. It can also be helpful to have a support system or accountability partner to keep you on track. Remember to also take breaks and have fun with your project!

Similar threads

  • STEM Career Guidance
Replies
3
Views
1K
Replies
8
Views
598
  • STEM Academic Advising
Replies
4
Views
837
  • STEM Academic Advising
Replies
2
Views
684
Replies
10
Views
697
  • STEM Educators and Teaching
2
Replies
35
Views
4K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
22
Views
3K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
12
Views
3K
  • Programming and Computer Science
Replies
1
Views
605
  • MATLAB, Maple, Mathematica, LaTeX
Replies
1
Views
2K
Back
Top