I have no clue what I'm supposed to do with the scales for my graphs. I am an AS level student and in the practical paper we're asked to draw a graph using our readings. The marking scheme has this to say:
I have no idea what they mean by awkward scales and what not, what i usually do to decide...
Hi,
I'm developing a data structure to represent 3-D meshes for numeric simulation. I want those meshes to be able to handle any type of polyhedron (not only the classic tetra and hexahedron). The best data structure that I could find was one based on half-edges (or darts), such as this one...
Hey! :o
Suppose we have the function $f=\sqrt{x_1}x_2$, with $x_1, x_2>0$.
I want to say something about the intercection of a vertival plane through the graph of the above function.
To find the intersection I have done the following:
Setting $x_2=1$, we get $y=\sqrt{x_1}$ for the...
$\tiny{AP.6.1.1}\\$
$\textsf{Let $f(x)=x^3$}\\$
$\textsf{A region is bounded between the graphs of $y=-1$ and $y=\ f(x)$ }\\$
$\textsf{for x between $-1$ and $0$, region. }\\$
$\textsf{And between the graph of $y=1$ and $y=f(x)$ for x between $0$ and $1$ }\\$
$\textsf{This appears to be...
How do I make a function that can draw this same graph ? Also, if i want to increase the frequency of the function, how do i do that ?
so I am thinking f(x) = sin(x) for -1<= f(x) =0.5; f(x) = e^(x)/10 for f(x)= <=1 ; f(x) = cos(x) for f(x) >=0.5
f(x) = -cos(x)
um... i do not think this...
Is there a good way to relate the symmetries of the graphs of polynomials to the roots of equations?
There's lots of material on the web about teaching students how to determine if the graph of a function has a symmetry of some sort, but, aside from the task of drawing the graph, I don't find...
The gradient of the displacement time graph is the velocity.
Gradient of x = $\frac{y_1-y_2}{x_1-x_2}=\frac{30-40}{6-12}=\frac{-10}{-6}=\frac{5}{3}$ meters per second
Gradient of y = $\frac{y_1-y_2}{x_1-x_2}=\frac{0-40}{0-8}=\frac{-40}{-8}=5$ meters per second
Therefore the first option is...
Homework Statement
Sketch velocity vs time, acceleration vs time and displacement vs time graphs describing the following motions.a) An object begins at rest and accelerates at a constant rate to a velocity of 5.0 m/s [E]. The object continues along at this velocity.
b) A car...
Homework Statement
Sketch the graphs of y=x2 and y= -x2+6x-5, and sketch the two lines that are tangent to both graphs. Find equations of these lines.
Homework EquationsThe Attempt at a Solution
So I know that a tangent line to both graphs means that the tangent line will touch the first graph...
Homework Statement
Hi, we investigated how the length of a pendulum affects the time period of oscillation. We collected data by changing the length (l) of the pendulum and measuring the time period (T). We then squared the T value before plotting it on the y-axis and on the x-axis we just...
I understand that matching theory (can) applies to bipartite graph.
My questions is can matching theory be also apply any other graphs, such as complete graph?
Hi! I'm new here, and I'm currently working on our thesis.
Our thesis is about Cordial Labeling of 4-regular graphs.
A function f:V→{0,1} is said to be a cordial labeling if each edge uv has the label │f(u)-f(v)│ such that,
● The number of vertices labeled ‘0’ and the number of vertices...
Homework Statement
When accelerating upward off a trampoline, how would you depict this on an acceleration-time graph? I know kinematics is the study of motion without a strict regard to the forces that are capable of changing motion, but according to Newton's 2nd law, an object accelerates in...
I've been working on implementing the Barabasi-Albert model in C++. Barabasi-Albert networks are supposed to be scale-free -- that is, their degree distribution is supposed to be power-law distributed. In order to test whether my program was working correctly, I plotted the degree distribution...
Homework Statement
Find the position and acceleration graphs from the velocity graphs given.
Homework EquationsThe Attempt at a Solution
I'm pretty sure I've gotten some of them correct but I don't know which one I've done wrong.
1. http://www.physicsclassroom.com/Class/1DKin/U1L3a16.gif
2. http://www.physicsclassroom.com/Class/1DKin/U1L3a17.GIF
In the first graph, I get that that the slope is negative and that the object is speeding up
And in the second graph, the slope is negative and the object is slowing down
But...
I am having a great difficulty in plotting, understanding & visualising the graphs, which is important aspect in physics. So I want some help from everyone to please show me, how to understand a given graph better & juice out everything which it wants.
I want to make my fundamental strong by...
Homework Statement
So the question is:
Show that a directed multigraph having no isolated vertices has an Euler circuit if and only if the graph is weakly connected and the in degree and out degree of each vertex are equal.Homework Equations
Euler circuit: A circuit that has all edges of the...
Homework Statement
The given question is:
Show that a simple graph with at least two vertices has at least two vertices that are not cut vertices.Homework Equations
Cut vertices: The removal of cut vertices and all edges incident to them produces a subgraph more connected components than in the...
Hello!
I'm completing my IB Physics IA and after collecting my data and plotting the raw graph my graph seems to be a negative parabola.
In order to linearize it I though one had to square the x-axis data; however I simply get the same graph shape.
What am I supposed to do?
Only when I plot the...
Homework Statement
f(x) = √(x+2), g(x) = d/dx (f(x))^(f(x)). Find the total area enclosed between g(x) and √(x^2) correct to 3 decimal places.
Homework Equations
Knowledge of differentiation and integration - specifically areas between curves.
The Attempt at a Solution
I've attempted to...
I noticed the graphs of ##y=\cos^{-1}x## and ##y=\cosh^{-1}x## are similar in the sense that the real part of one is the imaginary part of the other. This is true except when ##x<-1## where the imaginary part of ##y=\cos^{-1}x## is negative but the real part of ##y=\cosh^{-1}x## is positive.
I...
Please could someone explain to me the graph on the left (for the positive source charge). I understand that the value for electric potential will be positive because of the source charge being positive, but why does it appear to decrease to zero at infinity, when the graph on the left (for the...
Hi All,
Regarding the Euler's formula Vertices - Edges + Faces = constant, for planar graphs what is the most frequent number? 1 or 2?
I understand that it is 2 when the outer region is included in the count.
Best wishes,
DaTario
Homework Statement
Consider the following parametric curve:
x=5cos^7(t)
y=5sin^7(t)
Write it in cartesian form, giving your answer as an equation of the form F(x,y)=c for some function F and some constant c.
The Attempt at a Solution
[/B]
I know that sin^2(t)+cos^2(t) = 1 but I don't...
Homework Statement
Homework Equations
None.
The Attempt at a Solution
Hi everyone. Apparently 5 is the right answer, although I chose D.
Could anyone please weigh in with their thoughts about why 5 is right and my answer is apparently wrong?
Thanks!
I am trying to prove the following:
Let G be a graph
Let |V(G)|=n=4k+1, for k an integer
Let G be isomorphic to G complement
Claim: Given degree sequence for G, d1>=d2>=...>=dn, prove d(i)+d(n-i+1)=n-1 for i=1,2,...,n
Now, we know for any vertex v in G, d(v)=(n-1)-D(v), where D(V) is the...
Hi all, I am very confused about the graphs of gravitational potential and gravitational field strength...
I know that both gravitational field (g) and electric field strength (E) are negative gradient of their corresponding potential (Vg and Ve). If so, shouldn't g and Vg graph look very much...
Homework Statement
Homework Equations
average speed = total distance/total time
The Attempt at a Solution
24. [/B]
The shortest road distance from Toronto City Hall to the Shaw festival theatre in Niagara-on-the-Lake is 131 km.
a)
First I will calculate the area of each rectangle using...
Hi, How could I rearrange x=x0e^-lambda t into the form y=mx+c, where y is equal to ln x and x is equal to t?
Thank you in advance
I tried to solve the problem myself, by taking the natural log of both sides, this left me with:
ln x = -lambda t * lnx0
However, I am not sure if this answer is...
Homework Statement
For each of these sketch and provide a formula for the function (i.e. in terms of ##u(t)##, ##\delta(t)##) and its derivative and anti-derivative. Denote the ##\delta## function with a vertical arrow of length 1.
(a) ##f(t)=\frac{|t|}{t}##
(b) ##f(t)=u(t) exp(-t)##...
Homework Statement
I did a lab this week measuring periods of swings of a simple pendulum. We need to curve fit the equation T=k*l^n and we got ln(T)=n*ln(l)+ln(k), and we need to plot the data we collected into the linear graph, meaning out y axes is ln(T) and our x axes is ln(l). So far all...
I have been asked to find a way to integrate our DSC instrument into a teaching laboratory. I have read through some articles on the Journal of Chemical Education and I have a good idea on what to do as far as content goes, but there are some particulars about the instrument that I'm unsure of...
Hi guys,
I'm finding it hard to conceptualise the difference between a displacement-distance and displacement-time graphs for transverse waves. Could somebody explain the difference please?
Homework Statement
What are the steps needed to convert a chart giving position and time into a velocity vs time chart and then graphing them both. How would i go from a d-t graph to a v-t graph and what steps do i take?
Homework EquationsThe Attempt at a Solution
Ok, first week of first year of undergraduate physics lab and they explain that we want all our graphs to be linear, and in order to do that we can change our x and y axes to be log(x) or y^2 or whatever. They did some simple examples such as y=(k/x)+c and explained that if the x axes is 1/x we...
I am considering the ##\psi^4## interacting theory and a lagrangian of the form $$\mathcal L = \frac{1}{2}Z_{\psi} \partial^{\mu} \psi \partial_{\mu} \psi - \frac{1}{2}Z_m m^2 \psi^2 - \frac{1}{4!}Z_g g \psi^4$$ with generating functional for the interacting theory $$Z(J) = \int \mathcal D...
so this is just a general question but is it possible to solve all one dimensional motion problems by making graphs, i feel like if that's the case I wouldn't need to use the kinematic equations. I usually get caught up on problems where acceleration changes over time and I have to do...
The LightCone7 cosmological calculator has been under collaboratively development on this forum for over three years now. It has sprouted a branch following Marcus' definition of a 'natural timescale of the present universe' - the long term Hubble time, which we collaboratively labelled one...
Homework Statement
My questions are based on a graph. I am trying to figure out the standard ΔH change for the graphed reaction and the standard entropy change.
(1) What is the standard enthalpy change for the graphed reaction?
(A) -31 KJ/mol
(B) 0
(C) +12 KJ/mol
(D) +11 KJ/mol
(2) What is...
I have function1: x = n(cos((pi/2)-2pi/n))
and function2: y = n(sin((pi/2)-2pi/n))
my goal is to plot a graph where for the same value of n, the x and y are respectively the horizontal and vertical component of the point, this graph should preferably possible to create on a computer or a...
Homework Statement
Hello,
I have to estimate the junction depth and layer thickness from the graph I am given.
I know that when Phosphorus and boron are crossing, at this point is the Junction depth. What about the oxide layer grown, how would you estimate its thickness?
For the second graph...
I'm currently doing a lab on the relationship between height and velocity, however I am unable to linearise the graph. I'm not sure whether it should be root height vs velocity or height vs velocity squared. It would be great if someone could help me, thanks.
Is it correct to say that if a relation between a few numbers is represented on a graph and it comes out to be a curve than it can be written in the form of an equation?
Homework Statement
Hi, this isn't really a homework assignment but just a question that will help with some of my homeworks I do get given. I am struggling with understanding about where to start graphs on the x-axis. If I plot a graph where I have the values 90,100,110,120,130 and 140 on the...
Hi, I'm reading Schwartz's book "Quantum field theory and the standard model", section 7.3.2., page 95 (https://books.google.com/books?id=HbdEAgAAQBAJ&printsec=frontcover&source=gbs_ge_summary_r&cad=0#v=onepage&q&f=false)
where he's talking about disconnected diagrams, the ones that have subsets...
Homework Statement
Three objects can only move along a straight, level path. The graphs below show the po- sition d of each of the objects plotted as a function of time t.
The magnitude of the velocity ∥⃗v∥ of the object increases in which of the cases? (view image/attached file)
Homework...