I have decided to study Calculus independently (that is, not as part of a course or program--purely on my own).
I like to spend as much time on a problem as I can before I ask for help, because I believe that I will remember the problem-solving method better if I go through the frustration of failure before being told where I went wrong.
With that in mind, I will use this thread to post questions whenever I get stuck. Hopefully someone will be nice enough to help me out.
I'm only on section 1.2, and I'm already stuck. Here's the problem (by vsubj, fsubj, et cetera, I mean a function letter followed by a subscript):
Find the velocities vsub1, vsub2, vsub3 and formulas for vsubj and fsubj.
f = 0, 1, 0, 1
v = 1, -1, 1
vsubj = -1^j+1
So far so good. The formula for vsubj works (the first element in the series is vsub1, not vsub0).
Now, I've been trying to come up with a formula for fsubj for over half an hour now(the first element of f is 0, not 1).
I'm a verbal thinker, so my thought process has gone like this:
"I need a function that will generate 0 for odd inputs and 1 for even inputs or vice versa, because the elements of the series follow an alternating pattern and the only relevant difference between element numbers (j) is that some are odd and some are even.
I know that I can generate -1 and 1 given odd or even inputs by raising -1 to exponential powers. So now I need to find a formula that will generate 0 for -1 and 1 for 1, or vice versa."
At this point I came up with fsubj = -1^j-1 - (-1^j-1), but it doesn't quite work. However, I didn't see any other way to generate 0 or 1 depending on whether or not the input is odd or even. So I spent five minutes banging my head against my desk, and then I came here.
I'm sure that this is a very simple problem and that I'm just missing something obvious or not thinking about the problem in the right way.
I like to spend as much time on a problem as I can before I ask for help, because I believe that I will remember the problem-solving method better if I go through the frustration of failure before being told where I went wrong.
With that in mind, I will use this thread to post questions whenever I get stuck. Hopefully someone will be nice enough to help me out.
I'm only on section 1.2, and I'm already stuck. Here's the problem (by vsubj, fsubj, et cetera, I mean a function letter followed by a subscript):
Find the velocities vsub1, vsub2, vsub3 and formulas for vsubj and fsubj.
f = 0, 1, 0, 1
v = 1, -1, 1
vsubj = -1^j+1
So far so good. The formula for vsubj works (the first element in the series is vsub1, not vsub0).
Now, I've been trying to come up with a formula for fsubj for over half an hour now(the first element of f is 0, not 1).
I'm a verbal thinker, so my thought process has gone like this:
"I need a function that will generate 0 for odd inputs and 1 for even inputs or vice versa, because the elements of the series follow an alternating pattern and the only relevant difference between element numbers (j) is that some are odd and some are even.
I know that I can generate -1 and 1 given odd or even inputs by raising -1 to exponential powers. So now I need to find a formula that will generate 0 for -1 and 1 for 1, or vice versa."
At this point I came up with fsubj = -1^j-1 - (-1^j-1), but it doesn't quite work. However, I didn't see any other way to generate 0 or 1 depending on whether or not the input is odd or even. So I spent five minutes banging my head against my desk, and then I came here.
I'm sure that this is a very simple problem and that I'm just missing something obvious or not thinking about the problem in the right way.