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
irinina [24]
4 years ago
5

Precalc: Vector word problem:

Mathematics
1 answer:
charle [14.2K]4 years ago
8 0
Bearing in mind that   \bf \begin{cases}
x=rcos(\theta )\\\\
y=rsin(\theta )
\end{cases}

I can make this much from that, check the picture below.

You might be interested in
Calculate 48 x 3/8 choose the numbers to complete the equation
Hitman42 [59]

Answer:

1. Choose: 3

2. Choose: 144

3. Choose: 18

Step-by-step explanation:

The first thing you do is multiply 48 * 3/8= 18.  Then multiply 48 * 1/8= 6.  Then divide both answers to get 3, so 48 * 1/8 * 3.

Then to find the second Choose option, you know that 48 * 1/8 * 3= 18; so 18 * 8= 144(to check your answer, divide 144/8 = 18).

Finally, to find the third Choose option, you divide the fraction 144/8 = 18.

6 0
3 years ago
Read 2 more answers
(d). Use an appropriate technique to find the derivative of the following functions:
natima [27]

(i) I would first suggest writing this function as a product of the functions,

\displaystyle y = fgh = (4+3x^2)^{1/2} (x^2+1)^{-1/3} \pi^x

then apply the product rule. Hopefully it's clear which function each of f, g, and h refer to.

We then have, using the power and chain rules,

\displaystyle \frac{df}{dx} = \frac12 (4+3x^2)^{-1/2} \cdot 6x = \frac{3x}{(4+3x^2)^{1/2}}

\displaystyle \frac{dg}{dx} = -\frac13 (x^2+1)^{-4/3} \cdot 2x = -\frac{2x}{3(x^2+1)^{4/3}}

For the third function, we first rewrite in terms of the logarithmic and the exponential functions,

h = \pi^x = e^{\ln(\pi^x)} = e^{\ln(\pi)x}

Then by the chain rule,

\displaystyle \frac{dh}{dx} = e^{\ln(\pi)x} \cdot \ln(\pi) = \ln(\pi) \pi^x

By the product rule, we have

\displaystyle \frac{dy}{dx} = \frac{df}{dx}gh + f\frac{dg}{dx}h + fg\frac{dh}{dx}

\displaystyle \frac{dy}{dx} = \frac{3x}{(4+3x^2)^{1/2}} (x^2+1)^{-1/3} \pi^x - (4+3x^2)^{1/2} \frac{2x}{3(x^2+1)^{4/3}} \pi^x + (4+3x^2)^{1/2} (x^2+1)^{-1/3} \ln(\pi) \pi^x

\displaystyle \frac{dy}{dx} = \frac{3x}{(4+3x^2)^{1/2}} \frac{1}{(x^2+1)^{1/3}} \pi^x - (4+3x^2)^{1/2} \frac{2x}{3(x^2+1)^{4/3}} \pi^x + (4+3x^2)^{1/2} \frac{1}{ (x^2+1)^{1/3}} \ln(\pi) \pi^x

\displaystyle \frac{dy}{dx} = \boxed{\frac{\pi^x}{(4+3x^2)^{1/2} (x^2+1)^{1/3}} \left( 3x - \frac{2x(4+3x^2)}{3(x^2+1)} + (4+3x^2)\ln(\pi)\right)}

You could simplify this further if you like.

In Mathematica, you can confirm this by running

D[(4+3x^2)^(1/2) (x^2+1)^(-1/3) Pi^x, x]

The immediate result likely won't match up with what we found earlier, so you could try getting a result that more closely resembles it by following up with Simplify or FullSimplify, as in

FullSimplify[%]

(% refers to the last output)

If it still doesn't match, you can try running

Reduce[<our result> == %, {}]

and if our answer is indeed correct, this will return True. (I don't have access to M at the moment, so I can't check for myself.)

(ii) Given

\displaystyle \frac{xy^3}{1+\sec(y)} = e^{xy}

differentiating both sides with respect to x by the quotient and chain rules, taking y = y(x), gives

\displaystyle \frac{(1+\sec(y))\left(y^3+3xy^2 \frac{dy}{dx}\right) - xy^3\sec(y)\tan(y) \frac{dy}{dx}}{(1+\sec(y))^2} = e^{xy} \left(y + x\frac{dy}{dx}\right)

\displaystyle \frac{y^3(1+\sec(y)) + 3xy^2(1+\sec(y)) \frac{dy}{dx} - xy^3\sec(y)\tan(y) \frac{dy}{dx}}{(1+\sec(y))^2} = ye^{xy} + xe^{xy}\frac{dy}{dx}

\displaystyle \frac{y^3}{1+\sec(y)} + \frac{3xy^2}{1+\sec(y)} \frac{dy}{dx} - \frac{xy^3\sec(y)\tan(y)}{(1+\sec(y))^2} \frac{dy}{dx} = ye^{xy} + xe^{xy}\frac{dy}{dx}

\displaystyle \left(\frac{3xy^2}{1+\sec(y)} - \frac{xy^3\sec(y)\tan(y)}{(1+\sec(y))^2} - xe^{xy}\right) \frac{dy}{dx}= ye^{xy} - \frac{y^3}{1+\sec(y)}

\displaystyle \frac{dy}{dx}= \frac{ye^{xy} - \frac{y^3}{1+\sec(y)}}{\frac{3xy^2}{1+\sec(y)} - \frac{xy^3\sec(y)\tan(y)}{(1+\sec(y))^2} - xe^{xy}}

which could be simplified further if you wish.

In M, off the top of my head I would suggest verifying this solution by

Solve[D[x*y[x]^3/(1 + Sec[y[x]]) == E^(x*y[x]), x], y'[x]]

but I'm not entirely sure that will work. If you're using version 12 or older (you can check by running $Version), you can use a ResourceFunction,

ResourceFunction["ImplicitD"][<our equation>, x]

but I'm not completely confident that I have the right syntax, so you might want to consult the documentation.

3 0
2 years ago
Which expression is represented by 10/4? Answers: 4 divided by 10
Romashka-Z-Leto [24]

Answer:

10 divided by 4

Step-by-step explanation:

/= devide

5 0
3 years ago
How many ounces of kernels are needed to make 100 servings?
otez555 [7]
First you have to find out how many ounces are in 1 serving. the multiply that by 100

6 0
3 years ago
A carousel has 30 cars. Determine the angle of rotation that maps #6 to car #19.
ivolga24 [154]

Answer:  The answer is 260°.


Step-by-step explanation: Given that a Carousel has 30 cars. We need to find the angle of rotation which maps car no. 6 to car no. 19.

Now, the Carousel will make a regular polygon with 30 sides and each car as a vertex.

So, angle of symmetry for the polygon is

\theta=\dfrac{360^\circ}{30}=20^\circ.

Number of sides from car 6 to car 19 = 19 - 6 = 13.

Therefore, the angle of rotation that maps car 6 to car 19 is given by

\alpha=13\times \theta=13\times 20^\circ=260^\circ.

Thus, the required angle of rotation is 260^\circ.


7 0
3 years ago
Other questions:
  • Find the margin of error for a poll, assuming that 95% confidence level and π = 0.5.(a) n = 50 (Round your answer to 4 decimal p
    5·1 answer
  • Which conversion factors are used to multiply to 12 m/s to get kilometers per minute?
    14·1 answer
  • The sum of two numbers is 84 the first is nine more than four times the second find the numbers
    8·1 answer
  • 10
    7·1 answer
  • Between which number is the product of 9×452
    9·2 answers
  • Yesterday, 7 friends planned their camping trip. they spent $9 per person to buy food for their trip. Write two equivalent expre
    15·2 answers
  • The formula for determining the pressure, p, exerted on an object at a depth, h, below the surface of a liquid is p = s + dgh, w
    12·1 answer
  • A book fair worker needs to place 2,204 books on displays with 58 books on each display how many displays are needed to hold all
    10·1 answer
  • Find the area enclosed by the graphs of y = sin x, y = cos x, x = 0, and x = 2. Sketch a graph.
    14·1 answer
  • Write as an algebraic expression and then simplify the number that is x more than 2x+1
    7·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!