![]()
B = [1-(1-(p/(k/n)))^2]^k
http://www.wolframalpha.com/rayner said:I had this question on an exam:
3^100 mod 7 = ?
My answer is 4
I can't find the answer via google... can someone help? I think I did this problem correct.
Varjet said:
rayner said:I had this question on an exam:
3^100 mod 7 = ?
My answer is 4
I can't find the answer via google... can someone help? I think I did this problem correct.
It's easier to find a power which is congruent to 1 mod 7 first:cpp_is_king said:Just to ahow the method:
(3^2^50) mod 7
(3^2 mod 7)^50 mod 7
2^ 50 mod 7
(2^5 mod 7)^10 mod 7
4^10 mod 7
2^5 mod 7
32 mod 7
4
cashman said:heh, I used to think I was good at math.
If the gradient vector at point (x0,y0) is 0 then what does it say about the tangent plane?
well that was easy...cpp_is_king said:Derivatives and gradients are analagous, so think about what a 0 derivative means and extend that by an extra dimension.
Actually a derivative is really a gradient with just 1 component instead of 2
You notice all the lights in the city and recall that San Cruzan gets roughly 10% of its power from photovoltaics. If the town has 50,000 people and each person consumes 10 kW/day, estimate the area of PV panels required to meet this demand, assuming eag 1 m^2 panel produces 170 Watts for 6 hours/day.
Total power needed = 50000*10000*.1 = 50 x 10^6 watts/dayAl-ibn Kermit said:You notice all the lights in the city and recall that San Cruzan gets roughly 10% of its power from photovoltaics. If the town has 50,000 people and each person consumes 10 kW/day, estimate the area of PV panels required to meet this demand, assuming eag 1 m^2 panel produces 170 Watts for 6 hours/day.
Therion said:Total power needed = 50000*10000*.1 = 50 x 10^6 watts/day
Power produced = 170 * 6 = 1020 watts/day/m^2
Divide to get 49019.6078 m^2.
I played with the numbers a bit and couldn't figure out how you got your answer, so I feel like I might be missing something.
I'm not sure why you'd convert to joules when you already have watts as a common unit. But anyway your units don't match.Al-ibn Kermit said:A watt means 1 joule per second. The way I did it was:
Energy needed: (50,000 people)(10%)(10,000watts)(24hours)(60minutes)(60seconds)= 4,320,000,000,000 joules/day or 4.32*10^12 joules per day
Energy per meter: (170 watts)(6 hours)(60minutes)(60 seconds)= 3,672,000 joules/square meter or 3.672*10^6 joules per day
4,320,000,000,000/3,672,000= 1,176,470.59 square meters of PV cells which I rounded to 1.2 square kiometers.
Exuro said:Hey everyone, I'm having trouble with this calculus problem. I need to prove that the summation of x as i starts at one and ends at n is equal to n(n+1)/2. I tried looking up how to do it and found basic algebra and induction neither of which I'm suppose to use.
I found a page in my book that has some info but I'm not quite sure what to do.
http://i.imgur.com/TMjoY.jpg
#5 is the theorem i need to prove.
I have no idea how you're intended to do this, but here is a way I came up with that uses calculus.Exuro said:Hey everyone, I'm having trouble with this calculus problem. I need to prove that the summation of x as i starts at one and ends at n is equal to n(n+1)/2. I tried looking up how to do it and found basic algebra and induction neither of which I'm suppose to use.
I found a page in my book that has some info but I'm not quite sure what to do.
http://i.imgur.com/TMjoY.jpg
#5 is the theorem i need to prove.
There's something weird about your method since you're using the integral of x, and this is usually found in calculus classes when they're first learning about the definition of the Riemann integral -- using the exact summation formula he's trying to prove. So it'd be circular.Therion said:I have no idea how you're intended to do this, but here is a way I came up with that uses calculus.
Done Riemann sums? Because that sum is equivalent to the right Riemann sum from 0 to n of f(x)=x partitioned at each integer. That Riemann sum is an overestimate of the integral of x from 0 to n (which is n^2/2). It's also an underestimate of the integral of x+1 from 0 to n (which is (n^2+2n)/2). In fact, the magnitude of error for the two Riemann sums is equal, so the sum you want is the average of them: (n^2+n)/2.
Does that fit at all with where you are in class?
@cpp_is_king: He said he can't use either of those methods.
Yeah, but it could still be done geometrically. It's just the area of a trapezoid and a triangle, after all.Rich Uncle Skeleton said:There's something weird about your method since you're using the integral of x, and this is usually found in calculus classes when they're first learning about the definition of the Riemann integral -- using the exact summation formula he's trying to prove. So it'd be circular.
Ah OK, I see what you're saying now. I was thrown when you said it used calculus; it doesn't really use any calculus, although it is tangentially related to it.Therion said:Yeah, but it could still be done geometrically. It's just the area of a trapezoid and a triangle, after all.
Yes, I should have just called it a proof that might be fitting for a calculus class. To be honest, when I wrote "using calculus" I hadn't yet thought through the proof any further than the words "Riemann sum."Rich Uncle Skeleton said:Ah OK, I see what you're saying now. I was thrown when you said it used calculus; it doesn't really use any calculus, although it is tangentially related to it.![]()
I don't know if I would have said that about multivariable calculus, but I have to disagree with the overall sentiment. Math with no numbers is the best kind of math, imo.Dave Long said:This is the first time I've seen this thread, and it reminded me of multivariable calculus in college... the math class with no numbers. Ugh.
It's the hardest, though. The first time I dealt with that was in Calc 1...Kind of a kick in the ass.Therion said:I don't know if I would have said that about multivariable calculus, but I have to disagree with the overall sentiment. Math with no numbers is the best kind of math, imo.
CoffeeJanitor said:It's the hardest, though. The first time I dealt with that was in Calc 1...Kind of a kick in the ass.
cpp_is_king said:Everyone's different, to me its the easiest. I hate numbers, but i got my degree in math
Genesis Knight said:Hey guys, any idea of how to start proving that the limit of (1 / (x-1)^2) is infinity as x goes to 1? With the Reciprocal Rule?
Lol, so true. Physicist and many engineers, they are awesome on numeric methods.Vaporak said:Mathematicians are notoriously bad a arithmetic.
alveus said:I fiddled with this for a while and so far I have:
log(B) = k * log(2pn/k - (pn/k)^2)
so I don't think it's possible after all, unless I'm missing something super-obvious.
cpp_is_king said:Method 1: write the summation down in order
1 + 2 + ... + n
Rearrange terms
(1+n) + (2 + n-1) + ...
Notice that every single parens adds up to n+1. How many of these groups are there? N/2.
Some profs wont accept that method though.
Method 2: induction
P(1) : 1 = 1*(1+1)/2
Assume Pis true
P(n+1): (n+1)(n+2)/2 = n(n+1)/2 + 2(n+1)/2 = P+ n + 1
But P= 1+2+...n, so P(n+1) = 1+2+...+n+1
Goya said:The limit of 1/(x-1) as x goes to 1 is positive infinity, and the limit of a product is the product of the limits.
In both cases we say that the limit doesn't exist, since infinity isn't a real number. And even if we map them to (1,-1) since the vicinity that must contain the image of the expression after a certain number doesn't exist.harriet the spy said:Technically, the limit of 1/(x-1) when x goes to 1 depends on which side you approach from - it's either + or - infinity. The square makes the limit well defined to + infinity from whichever side you approach 1.
harriet the spy said:Technically, the limit of 1/(x-1) when x goes to 1 depends on which side you approach from - it's either + or - infinity. The square makes the limit well defined to + infinity from whichever side you approach 1.
In both cases we say that the limit doesn't exist, since infinity isn't a real number.
Read my edit.Goya said:It is on the extended real number line. And if it's implicit we're talking about extended reals, saying the limit of function at a point is infinity makes sense.
Lonely1 said:Read my edit.. I don't like using the extended real number line since now many of the (mostly algebraic) properties we assume for real numbers are now broken. And fixing them requires us not to use the new reals for anything.
∞-∞=?Goya said:I still don't get what's wrong with extended reals. I find them pretty useful.
Lonely1 said:∞-∞=?
Shit, the real numbers aren't a field anymore. :/
So, -∞*-∞ really doesn't have a meaning, since the inverse additive of ∞ can't be defined, neither multiplication for infinity. Which breaks your fix.
Goya said:It does have a meaning:
By the fourth line -∞*-∞ = +∞.
The extended reals don't form a field, but they have enough algebraic properties to make them useful.
Lonely1 said:K.
0=∞-∞=(1+∞-(∞
=1.
0=1?
1=∞/∞=(2*∞/∞=2.
1=2?
No, you can assign those properties as long as it doesn't involve ∞+∞ or ∞*∞. They fundamentally breaks the real numbers. So, (-∞*-∞doesn't has a meaning and can't be defined as you state.
Lonely1 said:∞-∞=?
Shit, the real numbers aren't a field anymore. :/
So, -∞*-∞ really doesn't have a meaning, since the inverse additive of ∞ can't be defined, neither multiplication for infinity. Which breaks your fix.
Lonely1 said:The problem if that you are using them to give limits to a function that doesn't has one. There's no way to make f(x)=1/(x-1) a continuous function in 1 using the regular topology, even if you include -∞ and ∞.
ANother example:
Let f:R->R be this function:
f(x) = 1 if x is in Q,
-1 otherwise.
What's the limit of f(x), as x approaches to 1?
Is Answer, is impossible to make this function a continuous one. Is about the same as the other function,and I don't even have to include infinity.
This is not an example of saying the limit of a function exists at a point where intuitively it shouldn't. f(x) = 2 * I_Q(x) - 1, where I_Q is the indicator function for the rational numbers, so the same arguments used to argue that I_Q has no limit at any point and is thus nowhere continuous apply also to f. And? I'm pretty sure this is still true when f is defined on the extended real number line.Lonely1 said:The problem if that you are using them to give limits to a function that doesn't has one.
...
Let f:R->R be this function:
f(x) = 1 if x is in Q,
-1 otherwise.
Having one of those moments where I spend ages on a 1 mark question completely unable to do it, feeling stupid.
Need an example of a group G with proper subgroups H1, H2, H3 such that H1 U H2 U H3 = G. (Those Us are Unions)