even Definition and 650 Threads

  1. M

    Any finite group has an even number of elements

    state whether the following statements are ture or false. give reason for that, 1. any finite group has an even number of elements. 2. there exists a field containing exactly 4 elements. 3. the dimension of a finite dimensional vector space is dividible by the dimension of any subspace.
  2. Saladsamurai

    How to Label Proportional and Ultimate Stresses on Excel Stress-Strain Diagrams?

    EVEN EASIER EXCEL question! I am a little confused as to how I am supposed to "mark" the proportional and Ultimate stresses on my stress-strain diagrams. I created them with Excels 'insert x-y scatter' function. I cannot find any way to add a text-box though... Any ideas? I basically just...
  3. N

    Are Trig Functions Odd or Even? Understanding Their Properties and Examples

    Homework Statement I don't know how other people learned trig, but in my book, the first 2 chapters have nothing to do with angles, but are mostly circles and trig functions of real numbers. Does this make sense to anyone? I am in the next chapter already and I know there are other, easier...
  4. B

    Are these even possible? (Friction Related)

    Homework Statement An object rests on an inclined plane. One end of the plane is lifted until the object begins to slide. The angle at which the object begins to slide is 35 degrees. What is the Coefficient of Friction Homework Equations fk = µkFn fsmax=µsFn The Attempt at a Solution...
  5. O

    How can I set the even bits to 1 using only specific operators?

    Homework Statement /* * evenBits - return word with all even-numbered bits set to 1 * Legal ops: ! ~ & ^ | + << >> * Max ops: 8 * Rating: 2 */ int evenBits(void) { return ?; } The Attempt at a Solution I have no idea! What I originally thought was that I would...
  6. mcknia07

    Scientific Notation I feel dumb for even asking

    The problem is attached... It asks for the answer to be shown in the form a,k. Whereas a is the base number and k is the exponent, with using the form of scientific notation.The answer I came up with was 9.782701624,1. I was told it's wrong and I don't know what the real answer would be then...
  7. F

    Proving Even Order Group G Has Element a=/e Satisfying a^2=e

    Homework Statement If G is a group of even order, prove it has an element a=/ e satisfying a^2=e. The Attempt at a Solution I showed that a=a^-1, ie a is its own inverse. So, can't every element in G be its own inverse? Why does G have to be even ordered?
  8. JasonJo

    Tangent bundle of a differentiable manifold M even if M isn't orientable

    This is a problem many of the grad students have probably encountered, it's in Chapter 0 of Riemannian Geometry by Do Carmo. Do Carmo proved that the tangent bundle of a differentiable manifold is itself a differentiable manifold by constructing a differentiable structure on TM, where M is a...
  9. J

    Conceptual question: how do we even see objects?

    Homework Statement n/a Homework Equations n/a The Attempt at a Solution n/a In my physics class we are learning about the EM radiation/wave nature of light/wave optics / image formation by mirrors and lenses, and I had a general question that was not really discussed in the...
  10. D

    Is memorization bad or good in this case? Is it even necessary?

    When (self)learning quantum mechanics, I was introduced to Hermitian polynomials when learning about harmonic oscillators. This was pretty simple to remember, but then, today, when I first started reading about 3D quantum mechanics (when the Schroedinger equation has now become spherical), I am...
  11. Probability of obtaining even number

    I have two probability questions.. and I have no clues staring them... So... let's do this.. Two fair six-sided are rolled and the face values are added. What is the probability of obtaining a sum that is an even number less than 8? There are 10 horses in a race. A...
  12. S

    2D image Fourier Transform Filter: Even & Odd.

    Hi, Just when I thought I'd grasped the Discrete Fourier Transform properly,something comes along and messes me up ... and my books don't seem to treat it. Say you have a square 2D image and you want to do an Ideal LowPass Filter. Well, in general, filters need to be odd-number-sized so...
  13. T

    Strange Integral- Does it even exist?

    I was watching DonnyLee's videos on youtube and I noticed something strange. I think he picked u=x and du=dx, and if I'm right (?) he picked v= \int x dy/dx but does that even equal to y? But that can't be right because the right side kept the original expression. Some help might clear up the...
  14. S

    Proving 2-Coloring of Planar Graphs with Even Region Boundaries

    Homework Statement Show that if every region in a planar graph has an even number of bounding edges, then the vertices can be 2-colored. The Attempt at a Solution So i think it would suffice to show that if that all the regions have an even number of boundary edges, then, a complete...
  15. H

    Odd and Even Functions: The Mystery of Their Division

    Why does two odd functions divided by each other become an even function?
  16. M

    Even More Induction: Showing 2n Subsets in n Element Set

    Homework Statement Show with induction that a set with n elements have 2n subsets. The Attempt at a Solution I assume this should only be for all natural numbers, but I cannot even show that it applies to n = 1. Let's say we have a set S = {x(1)}. That has 1 element, but only 1 subset...
  17. M

    Proof that \forall n \in \mathbb{N}: 3^{n} \geq n^{3}

    Homework Statement Show that \forall n \in \mathbb{N}: 3^{n} \geq n^{3} The Attempt at a Solution (1) Show that it is true for n = 1: 3^{1} \geq 1^{3} (2) Show that if it is true for n = p, then it is true for n = p + 1: Assume that 3^{p} \geq p^{3} Now, 3^{p+1} = 3...
  18. J

    Why is mercury a liquid even though its atoms are closely packed

    the density of ice(solid) is less than that of water(liquid) and density of mercury(liquid) is more than that of many solids. thinking about it, it seemed natural to me that the more closely are the atoms or molecules packed the greater will be their density. but on packing them closely, isn't...
  19. Holocene

    Can you take an even root of a negative number?

    Actually, can you take a root of any negative number?
  20. T

    How Can Black Holes Form and Behave in Our Universe?

    Ok here is a thing I don't understand: How can a black hole exist? There are several things bugging me about black holes: 1) The more concentrated the matter is, the more deformed spacetime is and the slower the time is (from our point of reference). How can Black Hole be created in finite...
  21. N

    C/C++ Even summation with recursive function in c++

    Hi, I'm a beginner in C++. I wan't to write this program: Write a program that asks the user to enter n numbers –where n entered by the user- and calculates the sum of even numbers only. main function asks the user to enter n and then calls the recursive function Sum to read the values...
  22. F

    Is Zero an Even or Odd Number: Debunking the Myth

    Is Zero an even or odd number, or neither? The common answer I have found seems to focus on the fact that you can evenly divide by two. However there is a bit of dispute whether this is accurate or not. Can anyone offer clarification on this? Thanks!
  23. Mk

    Are genetic faults responsible for economic disparities between continents?

    http://www.assatashakur.org/forum/showthread.php?t=27885 http://www.dailymail.co.uk/pages/live/articles/news/news.html?in_article_id=516840&in_page_id=1770 Genetic faults?
  24. B

    Schools Do schools even allow triple+ majors anymore?

    Im just rather curious because all the schools I've looked barely allow double majors; are their any schools in california that allow triple majors?
  25. S

    Number of ways to make change for dollar with even number of coins

    Homework Statement I need to find the number of ways to make change for a dollar using an even number of coins, using only pennies, nickels, dimes, quarters, and fifty cent pieces. Homework Equations I found the generating function for the ways of making change for a dollar...
  26. A

    Prove that x/(e^x-1) + x/2 is an even function, and therefore its

    prove that x/(e^x-1) + x/2 is an even function, and therefore its power series only involves even powers of x.
  27. C

    Prove that when 8 does not divide n^2 - (n-2)^2, then n is even

    Homework Statement Prove that when (n^2-(n-2)^2) is not divisible by 8, n is even Homework Equations The Attempt at a Solution Could I just plug in numbers or is there a different way of doing it? Let n=2 2^2-(2-2)^2/8=1/2 When n=2, 8 does not go evenly into the function...
  28. T

    Let a and b belong to Sn. Prove that (a^-1)(b^-1)(a)(b) is an even permutation.

    Homework Statement Let a and b belong to Sn. Prove that (a^-1)(b^-1)(a)(b) is an even permutation. Homework Equations Definitions I have are Every permutation in Sn, n>1 is a product of 2 cycles and A permutation that can be expressed as a product of an even number of 2 cycles is...
  29. S

    New Solar Tech Even Works at Night

    A new solar technology based on tiny nano-sized antennae is capable of harvesting energy with 80% efficiency, as opposed to the 10-20% seen on commercial solar panels today. But if that isn't amazing enough for you, these new panels can even harvest energy at night, by absorbing light from the...
  30. R

    Is it even possible? Or am I just flat out wrong once again?

    Is it even possible? Or am I just flat out wrong once again? Whenever I really need to procrastinate, I turn to writing a calculus book. In this case.. For about three days I pursued the problem of whether or not you can teach topology before "rigorous Calculus". Is it even possible, to...
  31. G

    Easy question, unsure if this even counts as calc

    [SOLVED] Easy question, unsure if this even counts as calc Homework Statement 14) Show that if a, b, and c are real numbers and a != 0, then there is a unique solution of the equation ax + b = c. I'm asking this question here, as it seems TOO easy to be asked in my propositional calculus...
  32. M

    Does the photon even exist from its own perspective?

    From its perspective, can't it "see" itself as being at rest while everything else is moving at c? Then, from its perspective it's massless AND not moving, so it doesn't have mass OR momentum and thus has no energy at all. Also, doesn't time stop from the photon's perspective? If an object has...
  33. rohanprabhu

    LC Oscillations how are they even possible?

    If i connect an inductor and a charged capacitor as the only circuital elements in a circuit [other than lead wires], something called 'LC Oscillations' happen. According to what I've read, due to the charge on the capacitor, there is a potential difference across the ends across which the...
  34. F

    US even outsourcing MLK Jr statue

    I also wonder if the US really has no granite nor sculptors who could have done this: http://www.upi.com/NewsTrack/Top_News/2007/12/26/proposed_king_statue_proving_controversial/9202/
  35. R

    Either all the permutations in H are even or

    Homework Statement Show that for every subgroup H of S(n) [the symmetric group on n letters] for n>=2 either all the permutations in H are even or exactly half of them are even. Homework Equations The Attempt at a Solution I didn't really know how to do this but i thought maybe...
  36. P

    F=ma prob with electrons (They don't even act like particles )

    F=ma prob with electrons (They don't even act like particles!) Well here's the problem: 1. Electrons in an oscilloscope are accelerated from rest by a constant force of 8.0*10^16 N over a distance of 15mm. Find (a) the acceleration and (b) the final velocity. Relevant equations: 2...
  37. marcus

    Meme Pas Fausse (Not even wrong-French style)

    Même Pas Fausse (Not even wrong--French style) Smolin's book came out in April 2007 in French translation and spent a good bit of time as #1 on the French amazon.com physics bestseller list. I just looked today and it was #4 physics bestseller with a salesrank in all books of 2021. Now...
  38. F

    People won't give up their cel phones for a month, not even for $1000000

    http://tech.yahoo.com/blogs/hughes/18837 I can hardly believe this. :bugeye: How could a cel phone be worth more than $1000000 to anybody?? Sure $1000000 isn't as much as it used to be but... it's only a phone!
  39. C

    Integrate: Power of cos is even and non-negative

    First off, thanks for your help. I feel like a dope because everything I'm doing looks correct to me, but my answer is not the same as the book or solution manual gives! I'm usually so good at finding my mistakes. Thanks for taking the time to help. Homework Statement...
  40. Y

    Is this even possible? (heat exchanger problem)

    I am currently dealing with a problem involving the heat transfer between two gases. Would it be possible to take JP-8 Fuel Exhaust (990C) and heat up water (starting at 140C, 9.8MPa) to produce 900 KW? The flow-rate of the water is 0.9kg/sec. There is an extreme size-restriction on this...
  41. L

    Can someone tell me why this method is wrong even though it seems logical?

    Homework Statement Solid lithium hydroxide is used in space vehicles to remove exhaled carbon dioxide from the living environment by forming solid lithium carbonate and liquid water. What mass of gaseous carbon dioxide can be absorbed by 1.00kg of lithium hydroxide? The Attempt at a...
  42. H

    Is f(x) = x^2 on [-5,10] an even function?

    f(x) is an even function if f(-x) = f(x) for any x in the domain of f. Now I say that f(x) = x^2 is defined on [-5,10]. Can I say f(x) is an even function?
  43. Saladsamurai

    Prove that sum of two even integers is even

    Okay, I know that this is probably super easy. This is not homework, I just grabbed tis book at the library today and am trying to get familiar with the subject (Abstract Algebra). The book is hella old and doesn't have many of the solutions, especially if the author regarded the solution as...
  44. P

    Fourier series for exponentials even or odd function?

    hi peeps. just a quick one. (a) how would you go around working out the Fourier for exponential functions.. simply something like e^x? (b) and how can this be applied to work out Fourier series for cosh and sinh (considering cosh = e^x + e^-x / 2) etc etc.. first of all.. is e^x even or...
  45. C

    Help are any of these even correct?

    I've done some background research but can't find a definite answer to this question. At first i suspected the answer to be A but everyone seems to have their own thoughts about it: The reason the north pole of a bar magnet (which is free to rotate) points north is because: a. the south...
  46. S

    Can the electron go out of the orbital even it is not radiated?

    Thank you.
  47. A

    Studying Is self-studying for AP Chemistry even possible?

    Is self-studying for AP Chemistry even possible?? I'm planning on taking Chemistry honors and they teach AP Chem material. However the teacher doesn't teach so I basically need to self-study for the hard tests, labs, and quizzes he gives frequently. Is it possible to spend only an hour each day...
  48. N

    Even another 2-slit experiment setup

    I'm interested in knowing what would happen in this setup, if anybody knows. I don't have a way to make a diagram, but the setup is pretty easy. Say that in a central location, call it L, you have a source of entangled photons that emit one to the left side and the other to the right side...
  49. H

    A matrix satisfies A^2 - 4A + 5I = 0, then n is even.

    Homework Statement 1) Let A be an n x n matrix with A^2 -4A +5I = 0. Show that n must be even. 2) Let A be an m x n matrix where m<n. Show that det(AT x A) = 0 The Attempt at a Solution 1) (A-2I)^2 +I=0 Not sure what to do after this though Thanks in advance
  50. C

    Is the function odd, even or neither?

    The function f(x) 1, -pi < x < 0 0, 0 < x < pi now after sketching the function i believe i am correct in saying it is neither symmetrical about the x-axis or the origin and therefore is neither odd nor even? It is a square wave? Am...
Back
Top