Jump to content

TheLivingMartyr

Senior Members
  • Posts

    45
  • Joined

  • Last visited

Everything posted by TheLivingMartyr

  1. oh damnit, on my 5th line of TeX, the RHS should be negative, sorry! OK, thanks everyone! Wasn't sure if I'd made a mistake or whatever, thanks for clearing that up!
  2. So we have three possible integrals for this function, sin(x)*cos(x).... which are [math] \frac{sin^2(x)}{2} [/math] [math] \frac{-cos^2(x)}{2} [/math] [math] \frac{-cos(2x)}{4} [/math] and these expressions satisfy the following equalities [math] \frac{1}{2} - \frac{cos^2(x)}{2} = \frac{sin^2(x)}{2} [/math] [math] \frac{-cos(2x)}{4} - \frac{1}{4} = \frac{cos^2(x)}{2} [/math] [math] \frac{sin^2(x)}{2} - \frac{1}{4} = \frac{-cos(2x)}{4} [/math] .....Is this something to do with the constant of integration? and if so, then how do you know which one to use when calculating a definite integral? Sorry ajb, my reply was an inb4, it just took ages to type
  3. If two expressions are exactly equivalent, then are their integrals exactly equivalent? I was trying to work out, without using integration by parts (trying to avoid infinite series and all that) [math] \int sin(x) cos(x) dx [/math] So naturally, I consulted my double angle formulae, and saw that [math] sin(2x) = 2 sin(x) cos(x) [/math] which obviously implies that, [math] sin(x) cos(x) = \tfrac{1}{2} sin(2x) [/math] The integral of the RHS is an easy one, so I just did, [math] \frac{1}{2} \int sin(2x) dx = -\tfrac{1}{4} cos(2x) + c [/math] and so assumed that, [math] \int sin(x) cos(x) dx = -\tfrac{1}{4} cos(2x) + c [/math] but I then check Wikipedia, and a couple of integral calculators for good measure, and they tell me the actual integral is [math] -\tfrac{1}{2} cos^2(x) [/math] and since [math] \tfrac{1}{4} cos(2x) =! \tfrac{1}{2} cos^2(x) [/math] I'm now a bit stumped as to why my integral is wrong. All the below are confirmed to be correct, [math] sin(2x) = 2 sin(x) cos(x) [/math] [math] \int sin(2x) = -\tfrac{1}{2} cos(2x) [/math] by the same sources which told me the integrals were different! For God's sake, you can even go on one of those graph plotters and ask it to plot the integrals of sin(x)*cos(x) and (1/2)*(sin(2x)), and it plots the same graph twice!!! I'm tearing my hair out here, can somebody please tell me if I'm just missing something obvious, or if some of my sources are incorrect?
  4. So, when you say that many integrals cannot be expressed in terms of elementary functions, are you suggesting that there are other ways of expressing integrals? Or are many functions just such that they cannot be "expressed" at all, in any other way than just "the integral of another function"? Sorry, calculus just interests me so much! Taylor series seem to be coming up alot in expressing these complicated integrals! hmmmm, thankyou anyway, this will give me lots to mull over
  5. Well, the aim of this post was to learn something about integration, I now realise why this function can't be integrated to another function, because this function clearly isn't a product, and no substitution will leave you with du as a scaled form of dx. Sorry for the basic terminology, but I understand why it can't be integrated now! Now, although I'm perfectly aware I'm probably getting ahead of myself, what is this "Elliptic Integral" supposed to achieve?
  6. I've been trying to integrate this function by substitution, and it doesn't seem to be getting me to the correct place. I'm not sure I fully understand how to use substitution. [math] y = \int\sqrt{x^3 - 1} dx [/math] I've only ever dealt with substitutions where you will and up with [math] du = a dx [/math] where a is a constant, but if I make the substitution [math] u = x^3 - 1 [/math] then I end up with [math] du = 3x^2 dx [/math] And you can't just slap 3x2 back into the the integrand. Can someone integrate this and tell me what you need to do?
  7. hmm, I see what you mean about my first question, you'd be looking at a completely different thing if you were in a position to substitute variables, not a differential equation... I understand what the total derivative does, when variables depend on other variables, but - and I'm proposing a totally improvised idea, I haven't tried to do anything with it mathematically yet - why can't you differentiate something with respect to all variables, even when those variables don't rely on each other (just a thought, there's probably some topological reason why ) Something like [math] z = f(w, x, y) [/math] [math] \frac{dz}{dwdxdy} = ...? [/math] looks pretty stupid, but I don't see why it couldn't work...
  8. I've been looking at some partial differential equation solving recently, and things like the total derivative come up quite often, lets say, When you can constrain y as a function of x, then [math] \frac{d}{dx} z(x,y) = \frac{dz}{dx} + \frac{dz}{dy} \frac{dy}{dx} [/math] (didn't know how to get the partial operator symbol, but I'm sure you know where it's meant to be) Now I understand that this obviously works, it can be shown via the chain rule, but I have two little intuitive problems with it 1. If you know y as a function of x, why can't you simply substitute in the function of x, and then just have an ordinary differential equation of z(x) 2. Surely the "Total Derivative" ought to show how the function varies as all variables vary, so why can't you have a total derivative when all the variables are independent (something like "The derivative of z with respect to x and y").
  9. I've worked out a less messy method to prove that the antiderivative (ie. following the differentiation process backwards) will yield the area when bounds are applied. It relies on having first proved that dy/dx is the change y with respect to x, but allow me that assumption. It would also be nice if i could have a diagram to go with this, but try and imagine it XD. here goes Let A be the sum of the signed areas between a fixed point on y = 0 a, and a variable point x. The corresponding y coordinate of x will therefore be f(x) Now increment x by a small amount dx. We can say that A has consequently increased by a small change dA. We can approximate this dA by using a rectangle, f(x)*dx such that, [math] dA \approx f(x)dx [/math] It therefore follows to say that, [math] \frac{dA}{dx} \approx f(x) [/math] It can be observed that as dx decreases, the rectangle f(x)dx becomes closer to the true value of dA. We therefore say that, [math] \lim_{dx\to0} \frac{dA}{dx} = f(x) [/math] Since it can be shown that, [math] \lim_{dx\to0} \frac{dy}{dx} [/math] expresses the change in y with respect to x, ie. is the derivative of y with respect to x; this means that dA/dx is the derivative of the area with respect to x. If the derivative of the area is equal to the original function f(x), then it follows to say that if the inverse process of differentiation is applied to f(x), the equation for the area will be yielded. [math] \int dA = \int f(x)dx [/math] [math] A = \int f(x)dx [/math] so, for example, following the opposite steps to differentiation for a polynomial gives, [math] f(x) = kx^n [/math] [math] f'(x) = nkx^{n-1} [/math] [math] F(x) = \frac{kx^{n+1}}{n+1} [/math] Well, i think that proof covers pretty much everything, it's a bit messy at the moment, but I think it follows a good logical route. If there's anything I've missed please tell me
  10. so you mean to prove for the general rule kxm I would have to use a taylor power series rather than a summation of nm? I'm just trying to figure out how else to go about proving it, because that's the route I followed to prove kx2 Thanks though, I would have been on a wild goose chase otherwise XD
  11. Hello all, I can now differentiate or integrate most functions using the rules that I have learnt, so I set myself the challenge of trying to derive the known formulae: [math] \frac{d}{dx} kx^m = mkx^{m-1} [/math] [math] \int_{0}^{a} kx^m dx = \frac{ka^{m+1}}{m+1} [/math] from first principles (And I don't mean just doing the reverse of the derivative for the integral, I mean by actually summing rectangles of width tending to zero). By this I mean without any external help except for binomial expansions and one summation identity Anyway, so I managed to do it fine for differentiation, and I did it for integration for the special case kx2, but this relied on me being given the identity: [math] \sum_{r=0}^{n-1}r^2 = \tfrac{1}{6}(n-1)n(2n-1) [/math] I can't find anywhere the general rule for the summation: [math] \sum_{r=0}^{n-1}r^m [/math] If anyone knows the general summation, it would be a great help XD I can manage all the rest fine, it's just I don't think i'll have the willpower to inductively work out that summation. thankyou!!!!!!
  12. I was listening to the news yesterday morning, and I heard a short mention that the gang down at the LHC had discovered a new particle, the Chib (3P) particle, as they call it, which is composed of a bottom - antibottom pair. It's is supposedly involved in the Nuclear Force, somehow, and I have always had an extremely deep interest in particle physics and fundamental forces, so I'd be excited to know how this particle is involved. If anyone knows anything about it, or has any links to experimental documents, I'd be very interest, and I'm sure the rest of the forum would be too.
  13. wait a minute.....oh dear, it seems the equation [math] 4x^2 + \frac{1}{x^2} [/math] is never going to cross the x-axis. I see what I did wrong now, I forgot about the constant of integration earlier on in the question. I'll do that and see if i get any better results Thanks for your help, i realised my folly! The constant turned out to be -4, so i'll rewrite the equation: Solve: [math] 4x^2 + \frac{1}{x^2} - 4 = 0 [/math] So here, i can see that there would be values of x where y would be zero. So again, I'm wondering if it is mathematically acceptable to times by x2 ie, change it to [math] 4x^4 + 1 - 4x^2 = 0 [/math] or would that be losing some of the solutions? sorry, I've just never had to solve things like this before.
  14. I'm doing my integration homework, and I can do the integration fine, but one of the functions i've got now is [math] 4x^2 + \frac{1}{x^2} [/math] It asks me to find where this function crosses the x-axis, ie. Solve it. But seeing as there are positive and negative powers of x I don't know how to go about solving it. I thought maybe you could do the following: [math] 4x^2 + \frac{1}{x^2} = 0 [/math] [math] 4x^4 + 1 = 0 [/math] [math] (2x^2 + 1)^2 - 4x^2 = 0 [/math] [math] So -2x^2 + 1 = 0 [/math] [math] 2x^2 - 1 = 0 [/math] [math] (\surd{2}x + 1)(\surd{2}x - 1) = 0 [/math] [math] x = \frac{\surd{2}}{2}... or... x = - \frac{\surd{2}}{2} [/math] I'm not sure if you can do it this way? but if you can could you tell me whether or not my answer is correct, and if you cant do it this way, could someone tell me how you are supposed to solve such an equation. Thanks
  15. But wait, according to general relativity, one can represent gravity as a curvature of spacetime into another, inaccessible dimension. Obviously, the three spatial dimensions will need a fourth hyperspacial dimension to curve into, and the one temporal dimension will need a second hypertemporal dimension to bend into. So 4 dimensional spacetime, is situated in 6 dimensional hyperspacetime, into which it can curve and bend. Is this not one of the modern understandings of mass', energy's and velocity's affect on space and time?
  16. I have just had a go at an a-level physics past paper, (a bit ahead of time I might add), and one of the questions i had no clue on was a circuit diagram with 4 cells, each with emf 1.5V (negligible internal resistance), and 3 resistors, giving a total circuit resistance of 6Ω. The resistors are not a worry (as I can work out the total resistance, although I know the total resistance will be needed), but the cells are confusing me. The circuit was arranged thus: Two cells in parallel with each other, two cells in series, and those two elements in series with each other. I do not know how to calculate the total emf of the circuit from this information, as I don't know the relationship between cells in parallel, and how you would add the emfs. The answer was: Total emf = 4.5V Could someone please tell me the steps one must go through to find out total voltage and emf when cells are in parallel.
  17. Anyone? there have been 36 views but no help i know this question isn't impossible, so there must be someone who knows what to do. I'll show you my working so far if it helps Our task is to find all possible values of p and q in the equation below, where p and q are real numbers. z3 + pz2 + qz - pq = 0 let z3 + pz2 + qz - pq = T this equation, with roots a, b and c, can be written as: (z - a)(z - b)(z - c) = T z(z - a)(z - b) - c(z - a)(z - b) = T z(z2 - az - bz +ab) - c(z2 - az - bz + ab) = T z3 - az2 - bz2 + abz - cz2 + acz + bcz - abc = T z3 + z2(-a - b - c) + z(ab + ac + bc) - abc = z3 + pz2 + qz - pq Now I shall compare and equate the coefficients so, p = -a - b - c q = ab + ac + bc pq = abc Now I can form a quadratic equation out of these terms (-a - b - c)(ab + ac + bc) = abc -a2b - a2c - ab2 - b2c - ac2 - bc2 - 4abc = 0 We have already been given two roots to our original equation, which are: a = (1 + i) b = (1 - i) c = ? So we substitute in values for a and b: -[(1 + i)2(1 - i)] - c(1 + i)2 - [(1 + i)(1 - i)2] - c(1 - i)2 - c2(1 + i) - c2(1 - i) - 4c(1 + i)(1 - i) = 0 -2 - 2i - 2ci - 2 + 2i + 2ci - c2 - c2i - c2 + c2i - 8c = 0 -2c2 - 8c - 4 = 0 Now I solve the quadratic. I know that the value MUST be real, so if the discriminant is negative, I know that I have made a mistake. Discriminant = (-8)2 - (4 * -2 * -4) = 64 - 32 = 32 ==> The solutions will be real now input into quad formula c = (8 (+-)(32)1/2)/-4 c = (8 (+-)4(2)1/2)/-4 c = -(2 (+-) (2)1/2) so c = {-2 -(2)1/2 or -2 + (2)1/2} Now we know all the roots of original equation T: a = 1 + i, b = 1 - i, c = -2 + (2)1/2 or -2 - (2)1/2 so we can refer back to our definitions of p and q in terms of a, b and c, which are: p = -a - b - c q = ab + ac + bc now we substitute in values for a, b and c first, take c = -2 + (2)1/2 p = -(1 + i) - (1 - i) - (-2 + (2)1/2) p = -1 - i - 1 + i + 2 - (2)1/2 first value of p = -(2)1/2 now for q q = (1 + i)(1 - i) + (1 + i)(-2 + (2)1/2) + (1 - i)(-2 + (2)1/2) q = 2 - 2 + (2)1/2 - 2i + 2i(2)1/2 - 2 + (2)1/2 + 2i - 2i(2)1/2 first value of q = -2 + 2(2)1/2 Now, take c = -2 - (2)1/2 p = -(1 + i) - (1 - i) - (-2 - (2)1/2) p = -1 - i - 1 + i + 2 + (2)1/2 second value of p = (2)1/2 now for q q = (1 + i)(1 - i) + (1 + i)(-2 - (2)1/2) + (1 - i)(-2 - (2)1/2) q = 2 - 2 - (2)1/2 - 2i - 2i(2)1/2 - 2 - (2)1/2 + 2i + 2i(2)1/2 second value of q = -2 - 2(2)1/2 ......ohh. I seem to have worked it out for myself... ahh..oh well! oh damn, I was so busy posting my own reply i didn't notice the other ones, I kinda worked it out myself whilst typing out my working. well, thanks anyway ` sorry about that!
  18. I have worked for pages and pages, but I just cannot find a way to work out this question. it goes: Determine all pairs of values of the real numbers p and q, where 1 + i is one root of the equation: z3 + pz2 + qz - pq = 0 I know things such as one of the other two roots is 1 - i, and that the 3rd root is real, and also that an equation with roots a and b is (x - a)(x - b) = 0, but please believe me, I have tried using all my knowledge of this to work out the answers, and all my efforts have come to nought. Please help me, I would like to know how one goes about tackling a problem like this.
  19. sorted, the solution is: [math] y = A(x^2-1) [/math] where A = c2 thanks for helping
  20. Oh god, I've done it again. yes, you're right, it does make [math] \int\frac{1}{y}dy = \int\frac{x}{x^2-1}dx [/math] once again, I have made a simple tiny error that has messed up everything. If people listened to me, they'd agree that: When [math] xy = z [/math] , [math] y = xz [/math] God i'm a fool oh dear, that looks even worse though! the final solution of that is: [math] Ae^\frac{log(x+1)+log(x-1)}{2} [/math] well, according to an integral calc. I don't really know how to integrate something like [math] \int\frac{x}{x^2-1}dx [/math] Wait, is this below correct? [math] \frac{log(x+1)+log(x-1)}{2} = \frac{log(x^2-1)}{2} [/math] because if it is, the the solution looks alot more tidy
  21. To be perfectly honest, the argument was flawed from the start, as both mathematically, and just due to common sense, 1/0 =/= infinity If you think about it, 1/0 asks "How many zeroes must we add together to make one?" 1 x 0 = 0, 2 x 0 = 0, 100 x 0 = 0 .... n x 0 = 0 and most importantly, inf. x 0 = 0 as any amount of nothing still equals nothing. Even if your nothing goes on forever, it is still, by definition, NOTHING. therefore division by zero is impossible, and n/0 = undefinable, as you cannot distribute SOMETHING between NOTHING. Interestingly enough however, although 0/0 is still undefinable according to maths, If you think about it in a less mathematical way, you are asking "How many zeroes must we add to make zero?" as we know that n x 0 = 0 ALWAYS, we can say that any number multiplied by zero equals zero. we can therefore say that: "0/0 = any number" obviously, this still means that 0/0 is undefinable, and is no use mathematically, but it is quite interesting to think about They're literally just called "Virtual particles". They exist only as a way to uphold the uncertainty principle. to prevent the energy in a region of space equalling zero, and therefore being known, virtual particles "materialise" in matter/antimatter pairs, by borrowing energy from their surroundings, and then repaying in when they annihilate, almost immediately afterwards. this keeps a small, but non-zero and unpredictable flow of energy through any region of space.
  22. I was solving some differentials for practice, and the final question I was given was [math] (x^2-1) \frac{dy}{dx} = xy [/math] I went about solving this by doing (some steps missed out): [math] \int\frac{1}{y}dy = \int x^3-x dx [/math] [math] ln(y) = \frac{2x^4-4x^2}{8}+k [/math] And then, I was left with this, extremely irritating answer, which didn't look right at all, and incidently, wasn't right: [math] y = Ae^\frac{2x^4-4x^2}{8} [/math] Note: A = ek I don't think I've done anything wrong with the integration, I just have a feeling there's a way to simplify this that I don't know. Any suggestions please: I need to learn! ADDITION: It would be helpful if you could explain how to get to the answer, rather than just telling me, so I can do it with other similar problems ADDITION II: I don't think dividing the whole fraction by 2 will really make much difference, as you'll still have a big fraction as the exponent
  23. :::WARNING, NON-EXPERT ALERT::: I understand that according to quantum mechanics, or the uncertainty principle (I'm pretty sure the latter is a part of the former) It is impossible to know the velocity and position of a particle simultaneously; likeweise, it is impossible to know the exact energy in a given region of space at any point in time. Doesn't nature, therefore, "create" virtual particles which can materialise as real particles by taking in surrounding energy (presumably gravitational waves, EM, etc.) and then annihilating: "Paying off their energy debt"? Is this the same thing as the "zero-point energy?"
  24. The actual full relativity equation is: E = M2c4 + P2c2 I have lots more I want to say, but fear the consequences, and am therefore only putting what I know to be currently accepted as right '
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.