the radius^2
The radius of each disc (area of circle).
pi*(1-y)^2 as the integrand. You have the difference of the radii but you need to square the whole quantity, (1-y)^2 = 1 - 2y + y^2
pi* int( 1 - 2y + y^2 [dy]) from 0 to 1
integrated:
pi*[ y - y^2 + (1/3)y^3]_{0,1}
pi*[1-1+(1/3)(1) - 0]
pi*[1/3]
edit: did I set it up wrong isn't it the integral of the area of the discs [rings]?
the radius^2
The radius of each disc (area of circle).
pi*(1-y)^2 as the integrand. You have the difference of the radii but you need to square the whole quantity, (1-y)^2 = 1 - 2y + y^2
pi* int( 1 - 2y + y^2 [dy]) from 0 to 1
integrated:
pi*[ y - y^2 + (1/3)y^3]_{0,1}
pi*[1-1+(1/3)(1) - 0]
pi*[1/3]
edit: did I set it up wrong isn't it the integral of the area of the discs [rings]?
I don't know, the constants are throwing me off pretty bad.
For instance, the next question is area between y = 1 and y = 4sqrt(x) about x-axis
now, my change needs to be with respect to x, but how can i express y = 1 in terms of x? would it just be x?
Actually, I'm hopelessly confused, because I rotated the same region about the x-axis and got pi/3.
I really don't know what's wrong with this problem.
No it doesn't represent the graph you are right. Its the difference of each radius squared individually, I had it wrong. I was essentially squaring one value and woudl have ended up with a cone. It makes sense to have to get each circle's area and then subtract them in order to get thee area of the washer. Ring is bad to use too.I'm still confused but I don't think you can square the entire quantity together like that.
because 1 and y are the two radii. in your work you've said that there is one radius that is 1-y.
I think that is a different function if you use that as the radius. It has a negative slope.
y=1 is already in terms of x, it means that for any x value y will be 1. So R=1 and r=4sqrtx. The volume would be the integral of pi(1-16x)dx. Lower limit of integration is 0, while the upper is when 1 equals 4sqrtx, so 1/16
fireside said:Rotating an area around the y-axis isn't necessarily going to give you the same volume as when you rotate it around the x-axis. The volume when rotating around the y-axis is 2pi/3 and the method you used is the correct one.
Sorry to keep blowing up the thread, but there was a notation problem. I actually meant that the function is y = x^(1/4)
The answer in the back of the book is pi/3.
So pi*int(1)^2 - pi*int(x^1/4)^2
pi*int(1) - pi*int(x^(1/16))
A graph allways helps me.
![]()
So each disc's[ reallly, each ring, its like a stack of records with a cone-shape missing from the middle] area is pi*radius^2 and that's what you are integrating.
Having a huge brain fart here. I'm trying to see how they derived this in a bucket sort proof:
Expectation of[(n_i)^2]
=summation of j=1 to n (1/n) + summation of 1<j<n summation of 1<k<n where k doesn't equal k (1/n^2)
=n * 1/n + n(n-1) 1/n^2
How did they get the n and the n(n-1)?
Yes, thank you. It's pretty obvious, but I was thinking it some other way and was confusing myself. Thanks again.In the first summation you have n '1/n's. Ie, you're summing '1/n' n times. For the second term you are likewise getting n times the sum I=1...n (bar k) of '1/n^2'. When i=k we skip that one term, so you end up with (n-1) '1/n^2'. So in total you'll have n(n-1) '1/n^2'
Make sense?
I've got a really rookie F=ma sign thing that I can't seem to get my head around. Defining positive as the direction of movement, a force of 200N is acting on a particle in the direction of movement and a force 'B' is introduced acting against movement. The acceleration of the particle is -2.4ms^-2 and the resultant force is -1920N. Now, my intuitive thought here would be to make 200-B = -1920, since those are the positive/negative directions I established. Am I wrong in doing this, and if so why should it be the opposite?
Just finished my calculus 2: trig substitution test. Never felt so useless in my life, I know there is something to learn from this though. To all the members who got good grades in Calc 2 could you please post some tips on what you did to be successful, I would greatly appreciate it.
I'm not really able to understand the question that you are trying to ask here.
Particle Kinetics -
Since the question states that initially a force of 200N was applied on a particle, thus particle initially had a positive acceleration, and velocity indicating the direction of motion, but then a Force B was applied, resulting in a net resultant force of 1920N in opposite direction of the motion. That means force B was definitely applied in opposite direction ( must be negative considering your sign convention). Now velocity is positive, but acceleration is negative so particle will come to rest after some time, and then start moving in opposite direction with increasing velocity and constant acceleration.
If you are still not able to understand why force B is negative, considering your sign convention.
Just assume that B was applied in the same direction as 200N force. That means,
F1 + F2 = Fn (resultant force)
200 +B = -1920
Therefore, B = -2120 ( negative sign clearly indicated that particle is under retardation motion until it comes to rest).
So I know the process involved in most of this problem, I just don't know how to find a shared normal for both equations. Help?
Edit: Wait, all I have to do is find the cross product of the two direction vectors given by the lines, right?
Khan academy. Thorough understanding of the fundamental theorem of calculus.Just finished my calculus 2: trig substitution test. Never felt so useless in my life, I know there is something to learn from this though. To all the members who got good grades in Calc 2 could you please post some tips on what you did to be successful, I would greatly appreciate it.
Patrickjmt with a combination of a bit of khan. It's important to understand rather than to memorize.Just finished my calculus 2: trig substitution test. Never felt so useless in my life, I know there is something to learn from this though. To all the members who got good grades in Calc 2 could you please post some tips on what you did to be successful, I would greatly appreciate it.
Has anyone here dealt with the Discrete Math textbook by Kenneth Rosen?
My class is using it currently and I have been having a hell of a time understanding how to solve recurrence relations. The textbook doesn't make them any easier to understand, and it seems to be lacking clear examples.
That's the book I used many years ago in college, although I'm sure it's a newer edition now. I remember it being a fine book, nothing obviously wrong with it, but it's probably better if you just post some specific examples that you're having trouble with.
The solving through iteration doesn't really click with me.Find the solution to recurrence relation using iteration.
a= -a(n-1) + n - 1, a(0) = 7
My attempt at this was the formula: B(k) = B(k-1) + (B(k-1) * (0.07/12)) - 100kFind a recurrence relation for the balance B(k) after k months. Interest rate is 7% APR. Monthly payments of $100. Starting balance is $5,000.
Express B(k) in terms of B(k-1); B(0) = 5000; interest is (0.07 / 12)
The book we are using is the 7th edition, but I assume it hasn't changed much.
Here's two sample problems that I had difficulty with.
The solving through iteration doesn't really click with me.
Peterson graph is the smallest snark, new word to me. You know the graph (G) is nonHamiltonian, is G-v Hamiltonian for all v in V?Can anybody nudge me in the right direction for proving that that the Petersen graph is hypohamiltonian? I did okay in proving that the Petersen graph is NOT Hamiltonian, but struggling to prove that it's hypohamiltonian. Didn't have much luck Googling it either. (Found info about how it's the smallest hypohamiltonian graph, but not much in the way of proofs.)
Peterson graph is the smallest snark, new word to me. You know the graph (G) is nonHamiltonian, is G-v Hamiltonian for all v in V?
from that second link, (Herz et al. 1967; Bondy and Murty 1976, p. 61) is the reference of the proof in question.
![]()
from goooglebooks
Its in French but old enough and widely cited, I bet you could find a translation. cite your sources in your work.
"If monsters talk, then they are intelligent beings. But talking is not a necessary condition for monsters to be intelligent beings. Thus, monsters are intelligent beings.".
T ⊃ I
~( I ⊃ T)
__________
I
I'm a little confused with the notation, are you describing a superset [ ⊃ ]? Also, is the arrow supposed to be a right-double-arrow [ => / ⇒ ]? Some modern logic books are using the single-arrow [ -> / →] and I am unfamiliar with this practice.how would I write "B is not a necessary condition for A" in symbols?
I tried "~( B ⊃ A )" but that doesn't give me a truth table result for the argument that makes sense.
The entire argument that I'm supposed to symbolize and create a truth table for is this:
This seems obvious to me like an argument where the premises are not enough to prove the conclusion, yet when I symbolize it and make a truth table, I find no instance where both premises are true and the conclusion is false.
I symbolized it as:
T ⊃ I
~( I ⊃ T)
__________
I
Hopefully this post makes any sense I'm drunk
edit: I think some books have "->" where mine has "⊃"
are there more natural numbers than even natural numbers?
are there more natural numbers than there are fractions?
are there more real numbers than there are fractions?
are there more points inside a square than there are points on a line segment?
are there more natural numbers than prime numbers?
does two dimensional space have the same cardinality as 3 dimensional space?
are there more natural numbers than even natural numbers?
are there more natural numbers than there are fractions?
are there more real numbers than there are fractions?
are there more points inside a square than there are points on a line segment?
are there more natural numbers than prime numbers?
does two dimensional space have the same cardinality as 3 dimensional space?
how would I write "B is not a necessary condition for A" in symbols?
I tried "~( B ⊃ A )" but that doesn't give me a truth table result for the argument that makes sense.
The entire argument that I'm supposed to symbolize and create a truth table for is this:
This seems obvious to me like an argument where the premises are not enough to prove the conclusion, yet when I symbolize it and make a truth table, I find no instance where both premises are true and the conclusion is false.
I symbolized it as:
Hopefully this post makes any sense I'm drunk
edit: I think some books have "->" where mine has "⊃"
Hey guys, need a little help. Tell me if I'm right or wrong.
I have a parabola and a line equation
y=-x^2+6x
y=x+6
I need to find their intersection. I found it to be (2,8) (3,9)
I need the max value of the parabola which I found to be (2.5,8.5)
Also, I need to find the intercepts on the parabola which I found to be (6,0) (0,0)
Could someone tell me if I'm right? Also, does every parabola must have a Y intercept? because if I put 0 in the equation, I get Y=0
Which would mean that 2 intercepts meet at the same spot?
I've got a counting question. I have the answer but I'm wondering why it isn't this other answer my friend came up with.
A lot of 140 semiconductor chips is inspected by choosing a sample of five chips. Assume 10 of the chips do not conform to customer requirements.
c) how many samples of five contain at least one nonconforming chip?
So my friend said it was
(10 choose 1) * (139 choose 4)
since every combination would include at least 1 bad chip, but the answer is
(10 choose 1) * (130 choose 4) + (10 choose 2) * (130 choose 3) ect to (10 choose 5)(130 choose 0)
Any explanation on why my friend is wrong would be great as I'm not quite getting it.
Hey guys, need a little help. Tell me if I'm right or wrong.
I have a parabola and a line equation
y=-x^2+6x
y=x+6
I need to find their intersection. I found it to be (2,8) (3,9)
I need the max value of the parabola which I found to be (3,9)
Also, I need to find the intercepts on the parabola which I found to be (6,0) (0,0)
Could someone tell me if I'm right? Also, does every parabola must have a Y intercept? because if I put 0 in the equation, I get Y=0
Which would mean that 2 intercepts meet at the same spot?
That's all correct. As for your first question, what is the general from of a parabolic function? What happens if you let x=0?
Jayhawk: What example would that be? His friend's solution counts some combinations more than once, but provided the first group of then is thee group of bad chips, then any of his combinations do indeed include at least one bad chip. Or am I off?
Yeah, I misunderstood what his friend meant since I just woke up. The combinations you're interested in would have at least one bad chip. In terms of proving his friend to be incorrect, YianGaruga was alluding to it with the reversal of the equation but (139 choose 4) * (10 choose 1) has the flaw where a specific bad chip can be picked in both groups and that is not supposed to be happening. That is why separating it into a summation of (10 choose X) * (130 choose (5-X) ) where X is 1..5 makes more sense to me.
Well, no disagreement really, but I think he accounts for no single chip picked twice by writing 139, rather than 140. The flaw is that he doesn't account for multiple countings of combinations with at least two bad chips.
4. Using the data from the current Pollstar chart, suppose the act at the top of the chart has had 26,902 requests. Approximately how many requests has the band in fourth place received.
5. Do you believe the Power Index should be used as a measure of an artists popularity? Give reasons for your answer.
thank you, jawhawk!
is it just me or is there no such chart/power index on that particular web site? :/
i can't seem to find any 4th place figures