1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
alekssr [168]
3 years ago
9

Try to sketch by hand the curve of intersection of the parabolic cylinder y = x2 and the top half of the ellipsoid x2 + 7y2 + 7z

2 = 49. Then find parametric equations for this curve.

Mathematics
1 answer:
vovikov84 [41]3 years ago
4 0

Plug y=x^2 into the equation of the ellipsoid:

x^2+7(x^2)^2+7z^2=49

Complete the square:

7x^4+x^2=7\left(x^4+\dfrac{x^2}7+\dfrac1{14^2}-\dfrac1{14^2}\right)=7\left(x^2+\dfrac1{14}\right)^2+\dfrac1{28}

Then the intersection is such that

7\left(x^2+\dfrac1{14}\right)^2+7z^2=\dfrac{1371}{28}

\left(x^2+\dfrac1{14}\right)^2+z^2=\dfrac{1371}{196}

which resembles the equation of a circle, and suggests a parameterization is polar-like coordinates. Let

x(t)^2+\dfrac1{14}=\sqrt{\dfrac{1371}{196}}\cos t\implies x(t)=\pm\sqrt{\sqrt{\dfrac{1371}{196}}\cos t-\dfrac1{14}}

y(t)=x(t)^2=\sqrt{\dfrac{1371}{196}}\cos t-\dfrac1{14}

z=\sqrt{\dfrac{1371}{196}}\sin t

(Attached is a plot of the two surfaces and the intersection; red for the positive root x(t), blue for the negative)

You might be interested in
How you this and the answers ​
gregori [183]

Answer:

Step-by-step explanation:

? whats the question

6 0
3 years ago
What is the following product 3 sqrt 4 times sqrt 3
insens350 [35]

Answer:

c on edge YW

Step-by-step explanation:

8 0
2 years ago
The table below shows the amount that must be repaid, y, when x dollars are borrowed. Amount Borrowed Amount Repaid $100 $135 $2
Marizza181 [45]

Answer:

Definitely not a

Step-by-step explanation:

On “edge” it’s not a. I got it wrong and I failed with a 60

8 0
3 years ago
Read 2 more answers
Helppop!!A car and van are driving on a highway. The table shows the amount y (in gallons) of gas in the cars gas tank after dri
Korvikt [17]

Answer:

The car uses less gas

They use the same amount of gas after \frac{640}{7} miles

Step-by-step explanation:

Given

The table represents the car mileage

y = -\frac{1}{5}x + 31 --- The van

First, calculate the car's slope (m)

m = \frac{y_2 - y_1}{x_2 - x_1}

From the table, we have:

(x_1,y_1) = (60,13.5);\ \ (x_2,y_2) = (180,10.5)

So, we have:

m = \frac{10.5 - 13.5}{180 - 60}

m = \frac{-3}{120}

m = -\frac{1}{40}

Calculate the equation using:

y = -\frac{1}{40}(x - 60)+13.5

y = -\frac{1}{40}x + 1.5+13.5

y = -\frac{1}{40}x + 15

m = -\frac{1}{40} implies that for every mile traveled, the car uses 1/40 gallon of gas

Also:

y = -\frac{1}{5}x + 31 --- The van

By comparison to: y = mx + b

m = -\frac{1}{5}

This implies that for every mile traveled, the van uses 1/5 gallon of gas.

By comparison:

1/40 < 1/5

This means that the car uses less gas

Solving (b): Distance traveled for them to use the same amount of gas.

We have:

y = -\frac{1}{5}x + 31 --- The van

y = -\frac{1}{40}x + 15 --- The car

Equate both

-\frac{1}{5}x + 31 =-\frac{1}{40}x + 15

Collect like terms

\frac{1}{40}x -\frac{1}{5}x  =-31 + 15

\frac{1}{40}x -\frac{1}{5}x  =-16

Take LCM

\frac{x - 8x}{40} = -16

\frac{- 7x}{40} = -16

Solve for -7x

-7x = -640

Solve for x

x = \frac{640}{7}

5 0
3 years ago
A linear regression model is fitted to the data x y 37.0 65.0 36.4 67.2 35.8 70.3 34.3 71.9 33.7 73.8 32.1 75.7 31.5 77.9 with x
andrey2020 [161]

Answer:

b0= 144.59

b= -2.12

Se²= 1.02

99%CI E(Y/X=35): [68.78; 71.99]

Step-by-step explanation:

Hello!

I've arranged the given data:

X: 37.0, 36.4, 35.8, 34.3, 33.7, 32.1, 31.5

Y: 65.0, 67.2, 70.3, 71.9, 73.8, 75.7, 77.9

The equation of the linear regression model is:

Yi= β₀ + βXi + εi

Where

Yi is the dependent variable

Xi is the independent variable

εi represents the errors or residues

β₀ is the intercept of the line

β is the slope

The conditions to make a linear regression analysis are:

For each given value of X, there is a population of Y~N(μy;σy²)

Each value of Y is independent of the others.

The population variances of each population of Y are equal.

From these conditions the following characteristic is deduced:

εi~N(0;σ²)

The parameters of the regression are:

β₀, β, and σ²

If the conditions are met then you can estimate the regression line:

Yi= bo * bXi + ei.

And the point estimation of the parameters can be calculated using the formulas:

β₀ ⇒ b0= (∑y/n)-b(∑x/n)

β ⇒ b= [∑xy- ((∑x)(∑y))/n]/(∑x²-((∑x)²/n))

σ²⇒ Se²= 1/(n-2)*[∑y²-(∑y)²/n - b²(∑x²-(∑x)²/n)]

n= 7

∑y= 501.80

∑y²= 36097.88

∑x= 240.80

∑x²= 8310.44

∑xy= 17204.87

b0= 144.59

b= -2.12

Se²= 1.02

The estimated regression line is:

Yi= 144.59 -2.12Xi

You need to calculate a 99%CI E(Y/X=35), the formula is:

(b0 + bX0) ± t_{n-2;1-\alpha /2}*\sqrt{S_e^2(\frac{1}{n}+\frac{(X_0-X[bar])^2}{sumX^2-(\frac{(sumX)^2}{n} )} )}

(144.59 + (-2.12*35)) ± 4.032*\sqrt{1.02(\frac{1}{7}+\frac{(35-34.4)^2}{8310.44-(\frac{(240.80)^2}{7} )} )}

[68.78; 71.99]

With a 99% confidence level youd expect that the interval [68.78; 71.99] contains the true value of the average of Y when X= 35.

I hope it helps!

6 0
3 years ago
Other questions:
  • Which word sentence represents the equation 4y = y + 9 ?
    5·2 answers
  • To make 1 1/2 dozen muffins, a recipe uses 3 1/2 cups of flour. How many cups of flour are needed for every dozen muffins made?
    11·2 answers
  • Find the total cost of a 36 month car lease, if: monthly payment = $175 down payment = $1,500 residual value = $10,000
    11·2 answers
  • Mr. Kershner is a school nurse. He uses, on average, 24 self-adhesive bandages during each spring month: March, April, and May.
    9·1 answer
  • Solve for x<br> (5x+4)(7x+4)(4x+1)(9x-6)(4x+9)<br> a 90<br> b 2<br> c 12<br> d 45
    11·1 answer
  • Annie buys some greeting cards. Each card costs $1.75. She pays with a twenty dollar bill.
    15·1 answer
  • The line for the equation y = 1 horizontal or vertical? What is the slope of this line?
    10·1 answer
  • If the tax rate is 9.5%. determine how much tax you will need to pay on your order
    11·2 answers
  • What is the solution to the system of equations?
    8·1 answer
  • ) (60 minutes
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!